13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
name: murasite
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
build-depends: base == 4.*
|
|
, hakyll == 4.12.*
|
|
, hakyll-favicon
|
|
ghc-options: -threaded
|
|
default-language: Haskell2010
|