-
Notifications
You must be signed in to change notification settings - Fork 19
/
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.16.*
, hakyll-alectryon == 0.1.*
, split == 0.2.*
, containers == 0.6.*
, temporary == 1.3.*
, directory == 1.3.*
, process == 1.6.*
, filepath == 1.4.*
, pandoc-types == 1.23.*
, skylighting == 0.14.*
, pandoc == 3.3.*
, text == 2.1.*
executable site
main-is: Main.hs
hs-source-dirs: bin
ghc-options: -threaded
build-depends: base == 4.*
, plclub
default-language: Haskell2010