From 4c4f53c3ad7322ff182cac7e486322cd1e02472f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Apr 2018 17:55:26 +0100 Subject: [PATCH] make gencabal: use ghc 8.2 to include hledger-ui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57b603eff..95df5df30 100644 --- a/Makefile +++ b/Makefile @@ -1429,7 +1429,7 @@ setversion: $(VERSIONSENSITIVEFILES) #$(call def-help,setversion, update version # hpack --silent $(dir $*) # 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 ) # @read -p "please review changes then press enter to commit $(shell ls */*.cabal)"