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

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