blob: be2a04c9fa5b5711848413f50eb4c59d5bfad553 (
plain) (
tree)
|
|
name: bunblog
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.16.*
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
|