summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsArrows.lhs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-09-14 11:36:35 +0000
committersimonpj@microsoft.com <unknown>2010-09-14 11:36:35 +0000
commit7fc01c4671980ea3c66d549c0ece4d82fd3f5ade (patch)
tree8101b68ac419cc06c114c8b5badebc3ccc3b7e33 /compiler/deSugar/DsArrows.lhs
parent1285cf63bc086f323d6b935948388970ce047f59 (diff)
downloadhaskell-7fc01c4671980ea3c66d549c0ece4d82fd3f5ade.tar.gz
Move error-ids to MkCore (from PrelRules)
and adjust imports accordingly
Diffstat (limited to 'compiler/deSugar/DsArrows.lhs')
-rw-r--r--compiler/deSugar/DsArrows.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/deSugar/DsArrows.lhs b/compiler/deSugar/DsArrows.lhs
index 45fbf07682..c55d6a4828 100644
--- a/compiler/deSugar/DsArrows.lhs
+++ b/compiler/deSugar/DsArrows.lhs
@@ -34,7 +34,6 @@ import MkCore
import Name
import Var
import Id
-import PrelInfo
import DataCon
import TysWiredIn
import BasicTypes