Add an import needed in the new build system
authorIan Lynagh <igloo@earth.li>
Sun, 22 Mar 2009 16:22:41 +0000 (16:22 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 22 Mar 2009 16:22:41 +0000 (16:22 +0000)
Data/Tuple.hs

index 335835c..5c752a8 100644 (file)
@@ -75,6 +75,10 @@ import Prelude
   )
 #endif
 
+#ifdef __GLASGOW_HASKELL__
+import GHC.Unit ()
+#endif
+
 default ()              -- Double isn't available yet
 
 #ifdef __GLASGOW_HASKELL__