swarm/hie.cabal.yaml
Brent Yorgey a8087b725a
Recommend cabal (#1822)
Changes to documentation etc. to recommend the use of `cabal` rather than `stack`.  Closes #1820.

- [x] Update `README.md`
- [x] Update `feedback.yaml`
- [x] Update scripts in `scripts/`
- [x] Update `CONTRIBUTING.md`
- [x] Maybe HLS defaults to using Stack now? Should we create a `hie.yaml.cabal` file with `cradle: cabal:`?
    - See https://discourse.haskell.org/t/whats-the-current-status-of-hls-cradle-discovery/8254/5
    - See https://github.com/Avi-D-coder/implicit-hie
2024-05-06 00:09:33 +00:00

11 lines
246 B
YAML

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