[commit: ghc] master: Make random an "extra" package (2a0d00d)
git at git.haskell.org
git at git.haskell.org
Wed May 11 16:02:02 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2a0d00d29dc7a0c43da5150b6d38546e5bea8eda/ghc
>---------------------------------------------------------------
commit 2a0d00d29dc7a0c43da5150b6d38546e5bea8eda
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed May 11 16:01:05 2016 +0100
Make random an "extra" package
It will get built as part of "validate --slow". We have 11 tests that
depend on random, so this enables more tests to work.
>---------------------------------------------------------------
2a0d00d29dc7a0c43da5150b6d38546e5bea8eda
packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages b/packages
index c621a67..f368065 100644
--- a/packages
+++ b/packages
@@ -63,7 +63,7 @@ libraries/xhtml - - https:/
nofib nofib - -
libraries/parallel extra - ssh://git@github.com/haskell/parallel.git
libraries/stm extra - -
-libraries/random dph - https://github.com/haskell/random.git
+libraries/random extra - https://github.com/haskell/random.git
libraries/primitive dph - https://github.com/haskell/primitive.git
libraries/vector dph - https://github.com/haskell/vector.git
libraries/dph dph - -
More information about the ghc-commits
mailing list