From b7d05c7e6906102bbc4ffe5d33ec555c4e46c2dc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 12 Apr 2007 23:59:08 +0000 Subject: [PATCH] Remove unnecesary SOURCE import of GHC.Err in GHC.Pack --- GHC/Pack.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Pack.lhs b/GHC/Pack.lhs index 5953f28..5489968 100644 --- a/GHC/Pack.lhs +++ b/GHC/Pack.lhs @@ -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 -- 1.7.10.4