commit f7ac4ab90699042a530300ca2e3358f4fb53a9e7 Author: kevin Date: Wed May 7 20:04:04 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a62767 --- /dev/null +++ b/.gitignore @@ -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.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..44cb425 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# portfolio-haskell + +An attempt to change my personal website to have a Haskell backend. \ No newline at end of file