diff options
author | simonpj@microsoft.com <unknown> | 2010-09-14 11:36:35 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-09-14 11:36:35 +0000 |
commit | 7fc01c4671980ea3c66d549c0ece4d82fd3f5ade (patch) | |
tree | 8101b68ac419cc06c114c8b5badebc3ccc3b7e33 /compiler/iface/LoadIface.lhs | |
parent | 1285cf63bc086f323d6b935948388970ce047f59 (diff) | |
download | haskell-7fc01c4671980ea3c66d549c0ece4d82fd3f5ade.tar.gz |
Move error-ids to MkCore (from PrelRules)
and adjust imports accordingly
Diffstat (limited to 'compiler/iface/LoadIface.lhs')
-rw-r--r-- | compiler/iface/LoadIface.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/iface/LoadIface.lhs b/compiler/iface/LoadIface.lhs index 31e58754a7..e92a160b3c 100644 --- a/compiler/iface/LoadIface.lhs +++ b/compiler/iface/LoadIface.lhs @@ -31,6 +31,7 @@ import TcRnMonad import PrelNames import PrelInfo +import MkId ( seqId ) import Rules import Annotations import InstEnv |