mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;dev: make: use ghc 8.10 till 9.x has arm binaries
This commit is contained in:
parent
09009cbb1c
commit
cfebbe79f3
4
Makefile
4
Makefile
@ -86,6 +86,8 @@ GHCI=ghci #-package ghc-datasize #-package ghc-heap-view
|
||||
# can override this with an env var, eg:
|
||||
# STACK="stack --stack-yaml=stack8.10.yaml" make functest
|
||||
STACK ?= stack
|
||||
# use older GHC till there's newer arm binaries on mac
|
||||
STACK=stack --stack-yaml=stack8.10.yaml
|
||||
|
||||
# if using an unreleased stack with a newer hpack than the one mentioned in */*.cabal,
|
||||
# it will give warnings. To silence these, put the old hpack-X.Y in $PATH and uncomment:
|
||||
@ -373,7 +375,7 @@ ghcid-shake: $(call def-help,ghcid-shake, start ghcid autobuilder on Shake.hs)
|
||||
|
||||
# run default GHCI
|
||||
STACKGHCI=$(STACK)
|
||||
# run latest GHCI for modern features
|
||||
# use latest GHCI for modern features
|
||||
#STACKGHCI=stack --stack-yaml=stack9.2.yaml
|
||||
|
||||
# multi-package GHCI prompts
|
||||
|
Loading…
Reference in New Issue
Block a user