27 lines
893 B
Plaintext
27 lines
893 B
Plaintext
cabal-version: 2.4
|
|
|
|
name: static-site-generator
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
|
|
executable static-site-generator
|
|
main-is: Main.hs
|
|
hs-source-dirs: static-site-generator
|
|
build-depends: base >= 4.8
|
|
, hakyll >= 4.15
|
|
, pandoc >= 2.14
|
|
, pandoc-types >= 1.22.1
|
|
, slugger >= 0.1.0.1
|
|
, text >= 1.2
|
|
, pcre-heavy >= 1.0.0.2
|
|
, filepath >= 1.4.2.1
|
|
, bytestring >= 0.10.10.1
|
|
, base16-bytestring >= 1.0.2.0
|
|
, containers >= 0.6.2.1
|
|
, cryptohash-sha256 >= 0.11.102.1
|
|
, process >=1.6.9.0
|
|
ghc-options: -Wall -threaded -dynamic
|
|
default-language: Haskell2010
|