;dev: move hie.yaml out of the way, non m1 users probably don't want it

This commit is contained in:
Simon Michael 2021-12-19 17:19:51 -10:00
parent 5561eeb8a4
commit 9a5e62345f

View File

@ -1,24 +1,13 @@
# hand-rolled hie.yaml file
# $ stack ide targets
# hledger:lib
# hledger:exe:hledger
# hledger:test:unittest
# hledger:bench:bench
# hledger-lib:lib
# hledger-lib:test:doctest
# hledger-lib:test:unittest
# hledger-ui:exe:hledger-ui
# hledger-web:lib
# hledger-web:exe:hledger-web
# testing:
# $ hie-bios check
# $ hie-bios debug hledger/Hledger/Cli/Commands/Register.hs
# on arm macs, you probably want to symlink this as hie.yaml to make hls use
# ghc 8.10, since there isn't a widely available arm binary for ghc 9.0 yet.
cradle:
stack:
stackYaml: stack8.10.yaml # ghc 9.0 doesn't have arm binaries on mac yet
stackYaml: stack8.10.yaml
# if there is a hie.yaml, these must be listed explicitly
# (a limitation of current hls with a multi-package stack project).
# Generated by gen-hie.
components:
- path: "hledger-lib/"
component: "hledger-lib:lib"