blob: 3899aaeaaeaa8444e368439246740a3a092f2eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name: mysite
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.9.*
ghc-options: -threaded
default-language: Haskell2010
|