[commit: ghc] master: Remove 'stm' from EXTRA_PACKAGES set (5a8b843)
git at git.haskell.org
git at git.haskell.org
Fri Sep 22 08:37:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5a8b8434bd79e5597a66a2779012082e369b340b/ghc
>---------------------------------------------------------------
commit 5a8b8434bd79e5597a66a2779012082e369b340b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Sep 22 10:35:02 2017 +0200
Remove 'stm' from EXTRA_PACKAGES set
This effectively broke `make sdist`; the surprising thing is that
./validate didn't catch this (and thus the buildbots didn't either).
Also, I would have expected `EXTRA_PACKAGES` to be populated by the
data in `./packages` which already encodes that information...
This is a follow-up to 02ff70563e490d2a7f3141eab7229803c523da57
>---------------------------------------------------------------
5a8b8434bd79e5597a66a2779012082e369b340b
ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc.mk b/ghc.mk
index c9437fb..8918441 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1235,7 +1235,7 @@ GIT_COMMIT_ID:
sdist-ghc-prep-tree : VERSION GIT_COMMIT_ID
# Extra packages which shouldn't be in the source distribution: see #8801
-EXTRA_PACKAGES=parallel stm random primitive vector dph
+EXTRA_PACKAGES=parallel random primitive vector dph
.PHONY: sdist-ghc-prep-tree
sdist-ghc-prep-tree :
More information about the ghc-commits
mailing list