-
Notifications
You must be signed in to change notification settings - Fork 1
/
Arrowsmith.cabal
66 lines (61 loc) · 1.48 KB
/
Arrowsmith.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
-- Initial Arrowsmith.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Arrowsmith
version: 0.1.0.0
-- synopsis:
-- description:
license: AllRightsReserved
author: harry lachenmayer
maintainer: [email protected]
-- copyright:
category: Development
build-type: Simple
-- extra-source-files:
cabal-version: >=1.22
executable Arrowsmith
main-is: Arrowsmith/Main.hs
-- other-modules:
-- other-extensions:
build-depends:
base >= 4 && < 4.8,
aeson ==0.8.0.2,
binary,
blaze-html ==0.7.1.0,
bytestring,
Cabal,
containers,
directory,
either,
elm-compiler ==0.15.1337,
elm-make ==0.1.2.1337,
elm-package,
filepath,
filestore,
hashable,
lens ==4.7,
MissingH,
mtl ==2.1.3.1,
primitive ==0.5.4.0,
process,
safe ==0.3.8,
SHA,
snap ==0.14.0.1,
snap-core ==0.9.6.4,
--snap-extras ==0.9,
snap-server ==0.9.4.6,
split,
strict,
text,
time,
transformers ==0.3.0.0,
transformers-compat ==0.3.3.3,
unix,
unordered-containers,
utf8-string
if impl(ghc >= 6.12.0)
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-unused-do-bind
else
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
hs-source-dirs: backend
default-language: Haskell2010