Files
nattopages/nattopages.cabal
2022-05-12 02:14:15 +05:30

13 lines
340 B
Plaintext

name: nattopages
version: 0.1.0.0
build-type: Simple
license: MIT
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.15.*
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010