summaryrefslogtreecommitdiff
path: root/libraries/base/include
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/include')
-rw-r--r--libraries/base/include/CTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/include/CTypes.h b/libraries/base/include/CTypes.h
index ec1813152f..d821d66b5b 100644
--- a/libraries/base/include/CTypes.h
+++ b/libraries/base/include/CTypes.h
@@ -16,7 +16,7 @@
-- // GHC can derive any class for a newtype, so we make use of that here...
-#define ARITHMETIC_CLASSES Eq,Ord,Num,Enum,Storable,Real,Typeable
+#define ARITHMETIC_CLASSES Eq,Ord,Num,Enum,Storable,Real
#define INTEGRAL_CLASSES Bounded,Integral,Bits,FiniteBits
#define FLOATING_CLASSES Fractional,Floating,RealFrac,RealFloat