26 lines
742 B
Text
26 lines
742 B
Text
cabal-version: 3.0
|
|
name: ssg
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
|
|
license: Apache-2.0
|
|
license-file: LICENSE
|
|
author: Gabriel Doriath Döhler
|
|
maintainer: gdd@dgnum.eu
|
|
copyright: Copyright 2023 Gabriel Doriath Döhler
|
|
|
|
executable ssg
|
|
main-is: ssg.hs
|
|
build-depends: base ^>=4.16.4.0
|
|
, blaze-html
|
|
, blaze-markup
|
|
, containers
|
|
, hakyll
|
|
, pandoc
|
|
, pandoc-types
|
|
ghc-options: -Wall
|
|
-threaded
|
|
-rtsopts
|
|
-with-rtsopts=-N
|
|
|
|
default-language: Haskell2010
|