intial commit
This commit is contained in:
11
blogng.cabal
Normal file
11
blogng.cabal
Normal 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
|
||||
Reference in New Issue
Block a user