reploy/reploy.cabal

31 lines
910 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, Utils, FormatOpts
build-depends: base == 4.*
, aeson
, bytestring
, containers
, data-default
, extra
, filepath
, hakyll == 4.16.*
, microlens
, microlens-aeson
, microlens-mtl
, microlens-th
, mustache
, pandoc
, pandoc-types
, parsec
, SHA
, text
, transformers
, yaml
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
default-language: Haskell2010