Fix warning
authorIan Lynagh <igloo@earth.li>
Wed, 9 Mar 2011 20:06:09 +0000 (20:06 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 9 Mar 2011 20:06:09 +0000 (20:06 +0000)
GHC/Float/RealFracMethods.hs

index 1728e75..8ef5a20 100644 (file)
@@ -57,7 +57,7 @@ module GHC.Float.RealFracMethods
 import GHC.Integer
 
 import GHC.Base
-import GHC.Num
+import GHC.Num ()
 
 #if WORD_SIZE_IN_BITS < 64