nani.wtf/ssg/ssg.cabal

20 lines
542 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
2021-07-31 12:58:54 +02:00
build-depends: base >= 4.8
2022-03-13 22:34:31 +01:00
, hakyll >= 4.15
, pandoc == 2.14.*
2021-07-31 12:58:54 +02:00
, slugger >= 0.1.0.1
, text >= 1.2
2022-03-19 00:59:36 +01:00
, pcre-heavy >= 1.0.0.2
2020-09-22 04:03:52 +02:00
ghc-options: -Wall -threaded
default-language: Haskell2010