32 lines
947 B
Plaintext
32 lines
947 B
Plaintext
name: reploy
|
|
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
|
|
, optparse-applicative
|
|
, pandoc
|
|
, pandoc-types
|
|
, parsec
|
|
, SHA
|
|
, text
|
|
, transformers
|
|
, yaml
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
|
|
default-language: Haskell2010
|