[fix bug where maxBound was incorrect for known types
John Meacham <john@repetae.net>**20080306033644] hunk ./C/Prims.hs 79
-        primMinBound -> negate $ 2^(bits - 1)
-        primMaxBound -> 2^(bits - 1) - 1
-        primUMaxBound -> 2^bits - 1
+        PrimMinBound -> negate $ 2^(bits - 1)
+        PrimMaxBound -> 2^(bits - 1) - 1
+        PrimUMaxBound -> 2^bits - 1