initial template

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-12 00:51:45 +05:30
commit 358f421157
18 changed files with 1307 additions and 0 deletions

12
nattopages.cabal Normal file
View File

@@ -0,0 +1,12 @@
name: nattopages
version: 0.1.0.0
build-type: Simple
license: MPL-2.0
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.15.*
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010