aboutsummaryrefslogtreecommitdiff
path: root/cooking.cabal
blob: dade8739fb23cc1f0daa2c9f3342f8705ff5be47 (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 >= 4.12
                    , hakyll == 4.*
                    , clay
                    , process