diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-09 15:48:22 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-09 15:48:22 +0100 |
commit | 77ffb1afd2eca3c338e7e7059827f6813ec81198 (patch) | |
tree | fa84a6c9aba62c00c58bffe2519141f80a9ded82 /ghc | |
parent | b2bd63f99d643f6b3eb30bb72bb9ae26d4183252 (diff) | |
download | haskell-77ffb1afd2eca3c338e7e7059827f6813ec81198.tar.gz |
Follow Src{Loc,Span} changes in other parts of the tree
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GhciTags.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/GhciTags.hs b/ghc/GhciTags.hs index ffec5be64d..95bc83e0bb 100644 --- a/ghc/GhciTags.hs +++ b/ghc/GhciTags.hs @@ -18,7 +18,6 @@ import GHC import GhciMonad import Outputable import Util -import SrcLoc -- ToDo: figure out whether we need these, and put something appropriate -- into the GHC API instead |