website/ssg/ssg.cabal
2023-02-01 20:30:17 +13:00

19 lines
543 B
Text

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.14
, filepath >= 1.0
, pandoc >= 2.11
, slugger >= 0.1.0.1
, text >= 1.2 && < 1.3
ghc-options: -Wall -threaded
default-language: Haskell2010