]> Git — Sourcephile - sourcephile-web.git/blob - sourcephile_web.cabal
init
[sourcephile-web.git] / sourcephile_web.cabal
1 name: sourcephile-web
2 version: 0.0.0.0
3 homepage: https://sourcephile.fr
4 bug-reports: julm+web@sourcephile.fr
5 author: Julien Moutinho <julm+web@sourcephile.fr>
6 maintainer: Julien Moutinho <julm+web@sourcephile.fr>
7 copyright: Julien Moutinho <julm+web@sourcephile.fr>
8 license: GPL-3
9 build-type: Simple
10 cabal-version: >=1.12
11
12 source-repository head
13 type: git
14 location: git://git.sourcephile.fr/sourcephile-web
15
16 executable site
17 default-language: Haskell2010
18 hs-source-dirs: src
19 main-is: Main.hs
20 other-modules:
21 Paths_sourcephile_web
22 ghc-options:
23 -Wall
24 -Wcompat
25 -Wincomplete-record-updates
26 -Wincomplete-uni-patterns
27 -Wredundant-constraints
28 -O2
29 -threaded
30 -rtsopts
31 -with-rtsopts=-N
32 build-depends:
33 base >=4.7 && <5
34 , blaze-html
35 , bytestring
36 , containers
37 , data-default-class
38 , directory
39 , filepath
40 , hakyll
41 , hakyll-sass
42 -- , language-javascript
43 , pandoc
44 , pandoc-types
45 , pretty-terminal
46 , skylighting
47 , skylighting-core
48 , split
49 , text
50 , time
51 -- , xml