diff options
author | Simon Marlow <marlowsd@gmail.com> | 2016-05-11 16:01:05 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2016-05-11 17:05:10 +0100 |
commit | 2a0d00d29dc7a0c43da5150b6d38546e5bea8eda (patch) | |
tree | 5a8f4269df5ae45493e9d4bdf7a066c2b05a1b9b /packages | |
parent | cfc5df43a7789832a2789e517d8270650cc31b7f (diff) | |
download | haskell-2a0d00d29dc7a0c43da5150b6d38546e5bea8eda.tar.gz |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 - - |