From 66549a526aaecd8f5087a656e04f9e9a96559ec4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 3 Dec 2018 15:52:03 -0800 Subject: [PATCH] make: gencabal: no need for old ghc now presumably [ci skip] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e03c8449cf..6ce984d842a 100644 --- a/Makefile +++ b/Makefile @@ -1388,7 +1388,8 @@ 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-yaml stack-ghc8.2.yaml + $(STACK) build --dry-run --silent +# --stack-yaml stack-ghc8.2.yaml gencabal-with-hpack-%: $(STACK) build --with-hpack hpack-$* --dry-run --silent --stack-yaml stack-ghc8.2.yaml