28 lines
793 B
Plaintext
28 lines
793 B
Plaintext
name: pagedeploy
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
other-modules: Types
|
|
build-depends: base == 4.*
|
|
, containers
|
|
, data-default
|
|
, extra
|
|
, filepath
|
|
, hakyll == 4.16.*
|
|
, microlens
|
|
, microlens-aeson
|
|
, microlens-mtl
|
|
, microlens-th
|
|
, mustache
|
|
, pandoc
|
|
, pandoc-types
|
|
, parsec
|
|
, text
|
|
, transformers
|
|
, yaml
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
default-language: Haskell2010
|