summaryrefslogtreecommitdiffstats
path: root/infoculture-pub.cabal
blob: 56ecf2e8e5816cdfa69d18b0407331bc0cd66d1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name:               infoculture-pub
version:            0.1.0.0
build-type:         Simple
cabal-version:      >= 1.10

executable site
  main-is:          site.hs
  build-depends:    base == 4.*
                  , filepath
                  , hakyll == 4.16.*
  ghc-options:      -threaded -rtsopts -with-rtsopts=-N
  default-language: Haskell2010