forked from sordina/haskellplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
haskellplay.cabal
111 lines (104 loc) · 3.05 KB
/
haskellplay.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
cabal-version: >=1.10
-- Initial package description 'haskellplay.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: haskellplay
version: 0.1.0.0
author: Lyndon Maydwell
maintainer: lyndon@sordina.net
build-type: Simple
extra-source-files: CHANGELOG.md
library haskellplay-lib
hs-source-dirs: src
default-language: Haskell2010
other-modules: Module_1601014331_80495,
Module_1609992141_20332,
Module_1611717039_62866,
Module_1614079094_14907,
Module_1625118584_96472,
LambdaCube_SimpleEasy,
ConduitResourceExperiment,
HiggledyTest,
Stern_Brocot_Pi_Pi_Pi_Pi,
StmPatterns
build-depends: base >=4.14 && <4.15,
megaparsec,
websockets,
aeson,
lens-aeson,
lens,
bytestring,
text,
template-haskell,
QuickCheck,
hspec,
time,
conduit,
async,
resourcet,
these,
semialign,
stm,
containers,
profunctors,
random,
churros,
graphviz,
fgl,
array,
mtl,
parsec,
split,
free,
vector,
primitive,
network-uri,
parser-combinators,
reducers,
endo,
hmatrix,
higgledy,
semver,
monad-loops,
scotty
executable haskellplay-exe
main-is: Main.hs
hs-source-dirs: .
default-language: Haskell2010
build-depends: base >=4.14 && <4.15
executable advent22b
main-is: Module_1609247579_24398.hs
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2
build-depends:
base >=4.14 && <4.15,
split,
containers,
MemoTrie
executable advent23b
main-is: Module_1609365475_45390.hs
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2
build-depends:
base >=4.14 && <4.15,
split,
containers,
vector,
primitive
executable stm-patterns
main-is: StmPatterns.hs
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2
build-depends:
base >=4.14 && <4.15,
split,
containers,
monad-loops,
stm,
scotty,
text,
time,
async