From 84fd779ad356af476d5573706bc23f7aa7488e4e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 16 May 2018 10:30:05 -0700 Subject: [PATCH] make: stacktest -> allsnapshotstest, add 8.2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb1d0d495..83e653e7a 100644 --- a/Makefile +++ b/Makefile @@ -728,9 +728,10 @@ cabalfiletest: \ # && echo $@ PASSED) || echo $@ FAILED # # && cabal upload dist/$$p-$(VERSION).tar.gz --check -v3 \ -stacktest: $(call def-help,stacktest, try a build/test/bench with each stack config) \ +allsnapshotstest: $(call def-help,allsnapshotstest, try a build/test/bench with each supported stackage snapshot/GHC version) \ test-stack7.10.yaml \ test-stack8.0.yaml \ + test-stack8.2.yaml \ test-stack.yaml \ test-stack%yaml: