make: gencabal: no need for old ghc now presumably

[ci skip]
This commit is contained in:
Simon Michael 2018-12-03 15:52:03 -08:00
parent 3a5df72331
commit 66549a526a

View File

@ -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