forked from zfoh/zfoh.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzfoh.cabal
38 lines (34 loc) · 1.13 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
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 <m@jaspervdj.be>
Author: Jasper Van der Jeugt <m@jaspervdj.be>
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:
Meetup
Build-depends:
aeson >=1.2 && < 1.6,
base >=4.7 && < 5,
binary >=0.8 && < 0.9,
blaze-html >=0.9 && < 0.10,
bytestring >=0.10 && < 0.11,
filepath >=1.4 && < 1.5,
hakyll >=4.12 && < 4.15,
http-conduit >=2.3 && < 2.4,
process >=1.6 && < 1.7,
text >=1.2 && < 1.3,
time >=1.8 && < 1.10