forked from plclub/plclub-web
-
Notifications
You must be signed in to change notification settings - Fork 6
/
plclub.cabal
34 lines (31 loc) · 1.09 KB
/
plclub.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
name: plclub
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
library
exposed-modules: PLClub
, PLClub.Publications
, PLClub.HakyllExtra
, PLClub.PandocExtra
hs-source-dirs: lib
default-language: Haskell2010
build-depends: base == 4.*
, hakyll == 4.13.*
, hakyll-alectryon >= 0.1.1 && < 0.2
--- Below is needed only for hackery
, containers == 0.6.*
, temporary == 1.3.*
, directory == 1.3.*
, process == 1.6.*
, filepath == 1.4.*
, pandoc-types == 1.20.*
, skylighting == 0.8.*
, pandoc == 2.9.*
, text == 1.2.*
executable site
main-is: Main.hs
hs-source-dirs: bin
ghc-options: -threaded
build-depends: base == 4.*
, plclub
default-language: Haskell2010