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