Initial commit

This commit is contained in:
Dimitri Lozeve 2018-11-13 20:00:01 +01:00
commit ff6d829468
19 changed files with 583 additions and 0 deletions

12
newblog.cabal Normal file
View file

@ -0,0 +1,12 @@
name: newblog
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, pandoc == 2.*
, hakyll == 4.12.*
ghc-options: -threaded
default-language: Haskell2010