X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FConc%2FSync.lhs;h=a75eee8decce4f63c0ce0dda8a14c8994edf374b;hb=1fc945f3ff888665d92152963dba851726c6d529;hp=b00c851ea350a55c6146b22e047825a215961e07;hpb=af97ffa5afc916cbe7fde22de3e2738458d85629;p=ghc-base.git diff --git a/GHC/Conc/Sync.lhs b/GHC/Conc/Sync.lhs index b00c851..a75eee8 100644 --- a/GHC/Conc/Sync.lhs +++ b/GHC/Conc/Sync.lhs @@ -97,7 +97,6 @@ import GHC.IO.Exception import GHC.Exception import GHC.IORef import GHC.MVar -import GHC.Num ( Num(..) ) import GHC.Real ( fromIntegral ) import GHC.Pack ( packCString# ) import GHC.Show ( Show(..), showString )