aboutsummaryrefslogtreecommitdiff
path: root/cooking.cabal
blob: dc5d360f60aa2a9ce8d24489f2516f8c6baa9533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name:               cooking
version:            0.1.0.0
build-type:         Simple
cabal-version:      >= 1.10

executable cooking
  main-is:          Main.hs
  hs-source-dirs:   src
  ghc-options:      -threaded
  default-language: Haskell2010
  build-depends:    base
                    , hakyll
                    , clay
                    , process