1
0

Initial commit

This commit is contained in:
kevin 2025-05-07 20:04:04 +00:00
commit f7ac4ab906
2 changed files with 28 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# ---> Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# portfolio-haskell
An attempt to change my personal website to have a Haskell backend.