From: Ian Lynagh Date: Wed, 9 Mar 2011 20:06:09 +0000 (+0000) Subject: Fix warning X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=5a984d7cfa6cc8d7d57c83d12e439d9015564761 Fix warning --- diff --git a/GHC/Float/RealFracMethods.hs b/GHC/Float/RealFracMethods.hs index 1728e75..8ef5a20 100644 --- a/GHC/Float/RealFracMethods.hs +++ b/GHC/Float/RealFracMethods.hs @@ -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