swarm/hie.yaml.stack
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

11 lines
232 B
Plaintext

-- If you want to use HLS with Stack, simply do
--
-- cp hie.yaml.stack hie.yaml
--
-- the file hie.yaml is ignored, so it will not
-- show in git status ;)
--
-- If you are using Cabal, you can ignore this file.
cradle:
stack: