diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-07-14 11:47:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-07-14 11:57:38 -0400 |
commit | 0905fec089b3270f540c7ee33959cbf8ecfcb4d7 (patch) | |
tree | d24f8b74d75e264213b074d822a2494e71f54922 /ghc.mk | |
parent | c3328ff354db2be5994807fed6b5b132489a9e3e (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 : |