intial commit

This commit is contained in:
Dhananjay Balan
2017-01-22 22:30:42 +01:00
commit f1bf5b6c0d
71 changed files with 1706 additions and 0 deletions

11
blogng.cabal Normal file
View File

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