dhall-haskell/.gitignore
Javier Neira 00f7478759 Fix compiling of dhall-lsp test (#990)
* Avoid clash between Backend.Dhall.Diagnostics.Range and Language.Haskell.LSP.Types.Range

* Ignore .cache dirs created by tests

* Fix rest of compile errors and warnings
2019-06-05 16:40:09 -07:00

23 lines
225 B
Plaintext

dist
dist-*
cabal-dev
*.o
*.hi
*.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.*
.cache