initial commit

This commit is contained in:
2022-09-26 20:38:37 -07:00
commit 0676335a27
9 changed files with 351 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: rshyn-site
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.15.*
, hakyll-sass == 0.2.4
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010