Skip to content

Commit

Permalink
make: gencabal: no need for old ghc now presumably
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simonmichael committed Dec 3, 2018
1 parent 3a5df72 commit 66549a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 66549a5

Please sign in to comment.