summaryrefslogtreecommitdiff
path: root/ghc/compiler/utils/UniqFM.lhs
diff options
context:
space:
mode:
authorpartain <unknown>1996-07-15 11:34:07 +0000
committerpartain <unknown>1996-07-15 11:34:07 +0000
commit573ef10b2afd99d3c6a36370a9367609716c97d2 (patch)
tree64c9e918a8738ad9a5ed2a3d55e78c0e2a45086e /ghc/compiler/utils/UniqFM.lhs
parent30f15b4e7d579dc142537342161c460c6b80290b (diff)
downloadhaskell-573ef10b2afd99d3c6a36370a9367609716c97d2.tar.gz
[project @ 1996-07-15 11:32:34 by partain]
partain changes to 960714
Diffstat (limited to 'ghc/compiler/utils/UniqFM.lhs')
-rw-r--r--ghc/compiler/utils/UniqFM.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/compiler/utils/UniqFM.lhs b/ghc/compiler/utils/UniqFM.lhs
index f7f1cbabeb..09723c824e 100644
--- a/ghc/compiler/utils/UniqFM.lhs
+++ b/ghc/compiler/utils/UniqFM.lhs
@@ -55,10 +55,6 @@ module UniqFM (
#if defined(COMPILING_GHC)
IMP_Ubiq(){-uitous-}
-import {-hide from mkdependHS-}
- Name ( Name ) -- specialising only
-import {-hide from mkdependHS-}
- RnHsSyn ( RnName ) -- specialising only
#endif
import Unique ( Unique, u2i, mkUniqueGrimily )