rauhala.info/site/site.cabal

19 lines
486 B
Plaintext

name: site
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
author: Mats Rauhala
maintainer: mats.rauhala@iki.fi
executable site
main-is: site.hs
hs-source-dirs: app
build-depends: base == 4.*
, hakyll >= 4.10
, time
, filepath
ghc-options: -threaded
default-language: Haskell2010