-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrescoyl.cabal
56 lines (54 loc) · 1.72 KB
/
rescoyl.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
name: rescoyl
version: 0.6.0
Cabal-Version: >= 1.8
synopsis: A private Docker registry
description: A private Docker registry
category: System
license: BSD3
license-file: LICENSE
author: Vo Minh Thu
maintainer: [email protected]
build-type: Simple
library
build-depends: aeson,
base == 4.*,
base64-bytestring,
binary,
bytestring,
containers,
directory,
enumerator,
filepath,
lens,
MonadCatchIO-transformers,
mtl,
pwstore-fast,
SHA,
snap,
snap-core,
temporary,
text,
unix
exposed-modules: Rescoyl.Handlers,
Rescoyl.Simple,
Rescoyl.Types,
Rescoyl.Utils
other-modules:
Paths_rescoyl
ghc-options: -Wall
executable rescoyl
hs-source-dirs: bin
main-is: rescoyl.hs
build-depends: base == 4.*,
cmdargs,
bytestring,
containers,
directory,
MonadCatchIO-transformers,
mtl,
rescoyl,
snap,
snap-server,
text
ghc-options: -Wall
-threaded