reploy/reploy.cabal
2023-07-21 10:54:45 +02:00

39 lines
1.1 KiB
Plaintext

cabal-version: 3.0
name: reploy
synopsis: Straightforward static all-in-one website builder
category: Web
version: 0.2.0.0
build-type: Simple
license: Apache-2.0
license-file: LICENSE
executable site
main-is: reploy.hs
other-modules: Types, Utils, FormatOpts
build-depends: base == 4.*
, aeson
, bytestring
, containers
, data-default
, directory
, extra
, filepath
, hakyll == 4.16.*
, microlens
, microlens-aeson
, microlens-mtl
, microlens-th
, mustache
, optparse-applicative
, pandoc
, pandoc-types
, parsec
, scientific
, SHA
, text
, transformers
, yaml
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
default-language: Haskell2010