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

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