-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathzfoh.cabal
58 lines (51 loc) · 1.66 KB
/
zfoh.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
Cabal-version: >=1.10
Name: zfoh
Version: 0.1.0.0
License: BSD3
License-file: LICENSE
Copyright: 2018 Jasper Van der Jeugt
Maintainer: Jasper Van der Jeugt <[email protected]>
Author: Jasper Van der Jeugt <[email protected]>
Homepage: https://github.com/zfoh/zfoh.ch#readme
Bug-reports: https://github.com/zfoh/zfoh.ch#issues
Description: Please see the README on Github at <https://github.com/githubuser/zfoh#readme>
Build-type: Simple
Source-repository head
Type: git
Location: https://github.com/zfoh/zfoh.ch
Executable zfoh
Main-is: Main.hs
Hs-source-dirs: src
Default-language: Haskell2010
Ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
Other-modules:
AesonOptions
Meetup
ZuriHac.Projects
ZuriHac.Projects.Definition
Build-depends:
aeson >= 1.2 && < 2.3,
base >= 4.7 && < 5,
binary >= 0.8 && < 0.9,
blaze-html >= 0.9 && < 0.10,
bytestring >= 0.10 && < 0.12,
filepath >= 1.4 && < 1.5,
hakyll >= 4.12 && < 4.16,
http-client >= 0.6 && < 0.8,
http-client-tls >= 0.3 && < 0.4,
process >= 1.6 && < 1.7,
text >= 1.2 && < 2.1,
time >= 1.8 && < 1.10
Executable zfoh-import-zurihac-projects
Main-is: ZuriHac/Projects/Import.hs
Hs-source-dirs: src
Default-language: Haskell2010
Other-modules:
AesonOptions
ZuriHac.Projects.Definition
Build-depends:
aeson >= 1.2 && < 2.3,
base >= 4.7 && < 5,
binary >= 0.8 && < 0.9,
bytestring >= 0.10 && < 0.12,
text >= 1.2 && < 2.1