--- 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