diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-09-24 18:49:05 +0200 |
---|---|---|
committer | Sebastian Graf <sebastian.graf@kit.edu> | 2020-09-25 18:04:14 +0200 |
commit | d9a5a13bd40f89ae43ab04fce07e39b74aaef1dd (patch) | |
tree | 0ddcbc9c36216efac8a8874ccf3efd7c112d4ae0 /compiler/ghc.cabal.in | |
parent | c2dc67cfb13f6bc673376895caee7c7ae969154d (diff) | |
download | haskell-wip/refactor-pmc.tar.gz |
Extract SharedIdEnv into its own modulewip/refactor-pmc
It's now named `GHC.Types.Unique.SDFM.UniqSDFM`.
The implementation is more clear about its stated goals and supported
operations.
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 918c6f7629..a80b9947a4 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -569,6 +569,7 @@ Library GHC.Data.Stream GHC.Data.StringBuffer GHC.Types.Unique.DFM + GHC.Types.Unique.SDFM GHC.Types.Unique.DSet GHC.Types.Unique.FM GHC.Types.Unique.Set |