swarm/.gitignore
Ondřej Šebek 817925bd5b
Add cabal to HLS configuration (#131)
- allow HLS to use Cabal instead of Stack
  - Cabal works fine, and I do not see any advantage to using Stack
  - someone using Stack should test this does not switch him to Cabal ⚠️  
- ignore `cabal.project.local` so I can put there `ghc-options: -haddock`
  - this flag could lead to errors before GHC 9, but it gives me [docs on hover](https://haskell-language-server.readthedocs.io/en/latest/features.html)
2021-10-03 21:14:04 +00:00

14 lines
115 B
Plaintext

*~
dist-newstyle/
TAGS
cabal.project.local
hie.yaml
.stack-work/
stack.yaml.lock
.hie/
stan.html
.swarm_history