-
Notifications
You must be signed in to change notification settings - Fork 0
/
adventofcode.cabal
37 lines (36 loc) · 1.39 KB
/
adventofcode.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: adventofcode
version: 0.1.0.0
synopsis: Simple project template from stack
description: Please see README.md
homepage: https://github.com/fredrik-jansson-se/adventofcode#readme
license: BSD3
license-file: LICENSE
author: Fredrik Jansson
maintainer: [email protected]
copyright: 2016 Fredrik Jansson
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable adventofcode
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
other-modules: Astar, One, Two, Three, Four, Day5, Day6, Day7, Day8, Day9, Day10,
Day11, Day12, Day13, Day14, Day15, Day16, Day17, Day18, Day19, Day20,
Day21, Day22, Day23, Day24, Day25
build-depends: base >= 4.7 && < 5,
array,
bytestring,
bytestring-conversion,
base16-bytestring,
containers,
cryptohash,
protolude,
psqueues,
regex-pcre,
regex-tdfa,
regex-tdfa-text,
split,
text,
vector