rauhala.info/site/site.cabal

19 lines
486 B
Plaintext
Raw Permalink Normal View History

2018-09-20 21:14:24 +03:00
name: site
2018-09-20 20:58:27 +03:00
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
2018-09-20 23:03:45 +03:00
license: BSD3
license-file: LICENSE
author: Mats Rauhala
maintainer: mats.rauhala@iki.fi
2018-09-20 20:58:27 +03:00
executable site
main-is: site.hs
hs-source-dirs: app
2018-09-20 20:58:27 +03:00
build-depends: base == 4.*
2018-12-24 22:36:23 +02:00
, hakyll >= 4.10
2018-09-20 21:57:49 +03:00
, time
2021-01-25 20:35:41 +02:00
, filepath
2018-09-20 20:58:27 +03:00
ghc-options: -threaded
default-language: Haskell2010