haskell-testpack (2.1.1-1) direct (non packaging) changes

Summary

 src/Test/QuickCheck/Instances.hs |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

    
download this patch

Patch contents

--- haskell-testpack-2.1.1.orig/src/Test/QuickCheck/Instances.hs
+++ haskell-testpack-2.1.1/src/Test/QuickCheck/Instances.hs
@@ -47,8 +47,8 @@
                 where x = abs . fromIntegral $ n
 #endif
 
-instance Random Word8 where
-    randomR (a, b) g = (\(x, y) -> (fromInteger x, y)) $
-                       randomR (toInteger a, toInteger b) g
-    random g = randomR (minBound, maxBound) g
+-- instance Random Word8 where
+--     randomR (a, b) g = (\(x, y) -> (fromInteger x, y)) $
+--                        randomR (toInteger a, toInteger b) g
+--     random g = randomR (minBound, maxBound) g