diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-05-10 11:22:30 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-03-03 19:09:34 +0000 |
commit | 2f7e879bd993b61d26db999246b34c1096d0f70e (patch) | |
tree | dd6399f5a3e19c1b518e3967af06c61ca6ed9b46 /compiler/ghc.cabal.in | |
parent | df74e95ae76b30a7c1a9b155a3e8d58eabd054eb (diff) | |
download | haskell-2f7e879bd993b61d26db999246b34c1096d0f70e.tar.gz |
Revert "Remove GHC.Types.Unique.Map module"
This reverts commit 1c7c6f1afc8e7f7ba5d256780bc9d5bb5f3e7601.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index dbb86bd987..e0d2f48aa6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -660,6 +660,7 @@ Library GHC.Types.Unique.DFM GHC.Types.Unique.DSet GHC.Types.Unique.FM + GHC.Types.Unique.Map GHC.Types.Unique.SDFM GHC.Types.Unique.Set GHC.Types.Unique.Supply |