[commit: ghc] master: Remove random submodule (0905fec)

git at git.haskell.org git at git.haskell.org
Sat Jul 14 16:53:03 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0905fec089b3270f540c7ee33959cbf8ecfcb4d7/ghc

>---------------------------------------------------------------

commit 0905fec089b3270f540c7ee33959cbf8ecfcb4d7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jul 14 11:47:37 2018 -0400

    Remove random submodule
    
    I believe this was originally introduced to help test DPH, which is now
    gone.


>---------------------------------------------------------------

0905fec089b3270f540c7ee33959cbf8ecfcb4d7
 ghc.mk           | 2 +-
 libraries/random | 1 -
 packages         | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index c0b99c0..eed172e 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 :
diff --git a/libraries/random b/libraries/random
deleted file mode 160000
index c72dd0a..0000000
--- a/libraries/random
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit c72dd0a01ae6255bead2d4fad33f002bb5684030
diff --git a/packages b/packages
index 8a6ff29..2f4dfd1 100644
--- a/packages
+++ b/packages
@@ -67,5 +67,4 @@ libraries/xhtml              -           -                               https:/
 nofib                        nofib       -                               -
 libraries/parallel           extra       -                               ssh://git@github.com/haskell/parallel.git
 libraries/stm                -           -                               ssh://git@github.com/haskell/stm.git
-libraries/random             extra       -                               https://github.com/haskell/random.git
 .                            -           ghc.git                         -



More information about the ghc-commits mailing list