.stack-work
|
|
|
|
# tools
|
|
/repl.sh
|
|
/.ghci
|
|
|
|
# grammar reference
|
|
/Haskell Grammar.txt
|
|
|
|
# test files
|
|
/*.hs
|
|
|
|
# except for this one
|
|
!/Setup.hs
|
|
|
|
# alex/happy artefacts
|
|
src/**/*.o
|
|
src/**/*.hi
|
|
|
|
# compiler stuff
|
|
.ahc-cache
|