add haskell programming template

This commit is contained in:
Noah Masur
2022-07-04 19:17:58 -04:00
parent 704acea26e
commit 6d08491f1c
17 changed files with 640 additions and 2 deletions

27
templates/haskell/.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
### Nix ###
result
### 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.*