Initial commit
[haskell-blog.git] / haskell-blog.cabal
1 name:               haskell-blog
2 version:            0.1.0.0
3 build-type:         Simple
4 cabal-version:      >= 1.10
5
6 executable site
7   main-is:          site.hs
8   build-depends:    base == 4.*
9                   , hakyll >= 4.12
10                   , mmark
11                   , mmark-ext
12                   , megaparsec
13                   , filepath
14                   , text
15                   , lucid
16                   , eventlog2html
17                   , blaze-html
18                   , directory
19                   , containers
20   ghc-options:      -threaded
21   default-language: Haskell2010