mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
;dev: move hie.yaml out of the way, non m1 users probably don't want it
This commit is contained in:
parent
5561eeb8a4
commit
9a5e62345f
@ -1,24 +1,13 @@
|
|||||||
# hand-rolled hie.yaml file
|
# 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.
|
||||||
# $ 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
|
|
||||||
|
|
||||||
cradle:
|
cradle:
|
||||||
stack:
|
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:
|
components:
|
||||||
- path: "hledger-lib/"
|
- path: "hledger-lib/"
|
||||||
component: "hledger-lib:lib"
|
component: "hledger-lib:lib"
|
Loading…
Reference in New Issue
Block a user