Remove unnecesary SOURCE import of GHC.Err in GHC.Pack
authorIan Lynagh <igloo@earth.li>
Thu, 12 Apr 2007 23:59:08 +0000 (23:59 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 12 Apr 2007 23:59:08 +0000 (23:59 +0000)
GHC/Pack.lhs

index 5953f28..5489968 100644 (file)
@@ -34,7 +34,7 @@ module GHC.Pack
        where
 
 import GHC.Base
-import {-# SOURCE #-} GHC.Err ( error )
+import GHC.Err ( error )
 import GHC.List ( length )
 import GHC.ST
 import GHC.Num