summaryrefslogtreecommitdiff
path: root/wiki.cabal
blob: dc7710d5b91ca89fb504e6e1a643dc8c02940375 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: wiki
version: 0.1
build-type: Simple
cabal-version: >= 1.10

executable wiki
  main-is: wiki.hs
  build-depends: base == 4.*, hakyll == 4.16.*, pandoc == 3.*
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  default-language: Haskell2010