nani.wtf/ssg/ssg.cabal

20 lines
495 B
Plaintext
Raw Normal View History

2020-09-22 04:03:52 +02:00
cabal-version: 2.4
2021-06-13 06:02:29 +02:00
name: ssg
2020-09-22 04:03:52 +02:00
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.*
2021-06-13 06:02:29 +02:00
, hakyll ^>= 4.14
, pandoc
, text
, time
2020-09-22 04:03:52 +02:00
other-modules: Slug
ghc-options: -Wall -threaded
default-language: Haskell2010