Repository : ssh://darcs.haskell.org//srv/darcs/packages/random On branch : master
http://hackage.haskell.org/trac/ghc/changeset/806f9fb0431d542821e22dac927169307faf8a35 >--------------------------------------------------------------- commit 806f9fb0431d542821e22dac927169307faf8a35 Author: Ryan Newton <[email protected]> Date: Mon Jul 25 17:42:12 2011 -0400 Disabled opts line that causes data races. >--------------------------------------------------------------- random.cabal | 1 + tests/all.T | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/random.cabal b/random.cabal index 1536111..19b6b56 100644 --- a/random.cabal +++ b/random.cabal @@ -15,6 +15,7 @@ Library exposed-modules: System.Random extensions: CPP + GHC-Options: -O2 build-depends: base >= 3 && < 5, time source-repository head diff --git a/tests/all.T b/tests/all.T index 692f7ee..c0cb838 100644 --- a/tests/all.T +++ b/tests/all.T @@ -1,5 +1,5 @@ # This lets me run tests from the test directory during development: -opts = '-i.. -XCPP ' +# opts = '-i.. -XCPP ' test('rangeTest', normal, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
