]> Git — Sourcephile - sourcephile-web.git/blob - sourcephile_web.cabal
add Hakyll experiments
[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 default-extensions:
23 NoImplicitPrelude
24 ghc-options:
25 -Wall
26 -Wcompat
27 -Wincomplete-record-updates
28 -Wincomplete-uni-patterns
29 -Wredundant-constraints
30 -O2
31 -threaded
32 -rtsopts
33 -with-rtsopts=-N
34 build-depends:
35 base >=4.7 && <5
36 , blaze-html
37 , bytestring
38 , containers
39 , data-default-class
40 , directory
41 , filepath
42 , hakyll
43 , hakyll-sass
44 -- , language-javascript
45 , pandoc
46 , pandoc-types
47 , pretty-terminal
48 -- , skylighting
49 -- , skylighting-core
50 , split
51 , text
52 , time
53 -- , xml