diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-03-20 09:47:14 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-29 17:28:51 -0400 |
commit | 1c7c6f1afc8e7f7ba5d256780bc9d5bb5f3e7601 (patch) | |
tree | e5ee8d53fd75363511e50cd760c8f4dd5a813cb4 /compiler/ghc.cabal.in | |
parent | 1941ef4f050c0dfcb68229641fcbbde3a10f1072 (diff) | |
download | haskell-1c7c6f1afc8e7f7ba5d256780bc9d5bb5f3e7601.tar.gz |
Remove GHC.Types.Unique.Map module
This module isn't used anywhere in GHC.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 6a013a4b0e..91bc80236a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -567,7 +567,6 @@ Library GHC.Types.Unique.DFM GHC.Types.Unique.DSet GHC.Types.Unique.FM - GHC.Types.Unique.Map GHC.Types.Unique.Set Util GHC.Cmm.Dataflow |