summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-07-14 11:47:37 -0400
committerBen Gamari <ben@smart-cactus.org>2018-07-14 11:57:38 -0400
commit0905fec089b3270f540c7ee33959cbf8ecfcb4d7 (patch)
treed24f8b74d75e264213b074d822a2494e71f54922 /ghc.mk
parentc3328ff354db2be5994807fed6b5b132489a9e3e (diff)
downloadhaskell-0905fec089b3270f540c7ee33959cbf8ecfcb4d7.tar.gz
Remove random submodule
I believe this was originally introduced to help test DPH, which is now gone.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index c0b99c00f4..eed172e48f 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1215,7 +1215,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 random
+EXTRA_PACKAGES=parallel
.PHONY: sdist-ghc-prep-tree
sdist-ghc-prep-tree :