Commit Graph

5 Commits

Author SHA1 Message Date
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
Brent Yorgey
b693dbbbc5 ignore HIE and stan stuff 2021-09-04 09:21:12 -05:00
Brent Yorgey
e572661fe8 ignore .swarm_history file 2021-08-29 16:48:49 -05:00
Brent Yorgey
a1885536d2 set up stack 2021-08-24 21:59:03 -05:00
Brent Yorgey
479b10e986 initial exploration 2021-08-21 18:18:07 -05:00