Initial Commit
This commit is contained in:
commit
d545e3b85f
15 changed files with 148 additions and 0 deletions
12
infopage.cabal
Normal file
12
infopage.cabal
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: infopage
|
||||
version: 0.1.0.0
|
||||
build-type: Simple
|
||||
cabal-version: >= 1.10
|
||||
|
||||
executable site
|
||||
main-is: site.hs
|
||||
build-depends: base
|
||||
, hakyll
|
||||
, pandoc
|
||||
ghc-options: -threaded
|
||||
default-language: Haskell2010
|
Loading…
Add table
Add a link
Reference in a new issue