make gencabal: use ghc 8.2 to include hledger-ui

This commit is contained in:
Simon Michael 2018-04-04 17:55:26 +01:00
parent 4ea02bf1cb
commit 4c4f53c3ad

View File

@ -1429,7 +1429,7 @@ setversion: $(VERSIONSENSITIVEFILES) #$(call def-help,setversion, update version
# hpack --silent $(dir $*) # hpack --silent $(dir $*)
# #
gencabal: $(call def-help,gencabal, regenerate cabal files from package.yaml files with stack ) gencabal: $(call def-help,gencabal, regenerate cabal files from package.yaml files with stack )
$(STACK) build --dry-run --silent $(STACK) build --dry-run --silent --stack-yaml stack-ghc8.2.yaml
# updatecabal: gencabal $(call def-help,updatecabal, regenerate cabal files and commit ) # updatecabal: gencabal $(call def-help,updatecabal, regenerate cabal files and commit )
# @read -p "please review changes then press enter to commit $(shell ls */*.cabal)" # @read -p "please review changes then press enter to commit $(shell ls */*.cabal)"