Initial Commit

This commit is contained in:
Yiyun Liu 2025-01-05 17:24:58 -05:00
commit d545e3b85f
15 changed files with 148 additions and 0 deletions

12
infopage.cabal Normal file
View 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