Abbie's Haskell compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
179 B

  1. .stack-work
  2. # tools
  3. /repl.sh
  4. /.ghci
  5. # grammar reference
  6. /Haskell Grammar.txt
  7. # test files
  8. /*.hs
  9. # except for this one
  10. !/Setup.hs
  11. # alex/happy artefacts
  12. src/**/*.o
  13. src/**/*.hi