21 lines
466 B
Text
21 lines
466 B
Text
|
cabal-version: 2.2
|
||
|
name: make-pages
|
||
|
version: 0.1.0
|
||
|
license: AGPL-3.0-or-later
|
||
|
|
||
|
author: Rhiannon Morris <rhi@rhiannon.website>
|
||
|
maintainer: Rhiannon Morris <rhi@rhiannon.website>
|
||
|
|
||
|
executable make-pages
|
||
|
hs-source-dirs: .
|
||
|
main-is: Main.hs
|
||
|
default-language: Haskell2010
|
||
|
default-extensions:
|
||
|
OverloadedStrings
|
||
|
build-depends:
|
||
|
base ^>= 4.12.0.0,
|
||
|
yaml ^>= 0.11.4.0,
|
||
|
blaze-html ^>= 0.9.1.2
|
||
|
ghc-options:
|
||
|
-Wall -threaded -rtsopts -with-rtsopts=-N
|