You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
299 B

cabal-version: 2.4
name: ssg
version: 0.1.0.0
executable ssg
main-is: Main.hs
hs-source-dirs: src
build-depends: base >= 4.14
, hakyll
, pandoc
, hakyll-process
default-language: Haskell2010