rauhala.info/hakylltest.cabal

12 lines
290 B
Plaintext
Raw Normal View History

2018-09-20 20:58:27 +03:00
name: hakylltest
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.10.*
ghc-options: -threaded
default-language: Haskell2010