blob: 98743c00049f4802c18e2eec5aebf1707189c239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name: kleidi-ca
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable hakyll
main-is: Main.hs
hs-source-dirs: app
build-depends: base == 4.*
, filepath >= 1.5.4.0
, hakyll == 4.16.*
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|