-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile-registry.cabal
66 lines (63 loc) · 1.74 KB
/
compile-registry.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
name: compile-registry
version: 0.1.0.0
synopsis: Haskell compile artifact registry
description: Please see README.md
homepage: https://github.com/agrafix/compile-registry
license: MIT
license-file: LICENSE
author: Emin Karayel <[email protected]>, Alexander Thiemann <[email protected]>
maintainer: Alexander Thiemann <[email protected]>
copyright: (c) 2015 Emin Karayel <[email protected]>, Alexander Thiemann <[email protected]>
category: Web
build-type: Simple
extra-source-files:
README.md
cabal-version: >=1.10
tested-with: GHC==7.10.2
library
hs-source-dirs: src
exposed-modules:
CR.Client,
CR.Server,
CR.Types,
CR.InterfaceTypes
other-modules:
CR.Util.Aeson
build-depends:
base >= 4.7 && < 5,
bloomfilter >=2.0,
byteable >= 0.1,
bytes >= 0.15,
cereal >= 0.4,
containers >= 0.5,
contravariant,
cryptohash >= 0.11,
directory >= 1.2,
data-default-class,
hasql >=0.7,
hasql-pool >=0.4,
hasql-transaction >=0.5,
lens >= 4.12,
aeson >=0.8,
bytestring >=0.10,
base64-bytestring >=1.0,
time >= 1.2,
process >= 1.2,
text >=1.2,
mtl >=2.2,
Spock >=0.8,
wreq >= 0.4,
reroute
default-language: Haskell2010
executable compile-registry
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base,
text >=1.2,
compile-registry
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/agrafix/compile-registry