nani.wtf/ssg/ssg.cabal

20 lines
542 B
Plaintext

cabal-version: 2.4
name: ssg
version: 0.1.0.0
build-type: Simple
license: BSD-3-Clause
license-file: LICENSE
executable hakyll-site
main-is: Main.hs
hs-source-dirs: src
build-depends: base >= 4.8
, hakyll >= 4.15
, pandoc == 2.14.*
, slugger >= 0.1.0.1
, text >= 1.2
, pcre-heavy >= 1.0.0.2
ghc-options: -Wall -threaded
default-language: Haskell2010