summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2020-09-24 18:49:05 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-26 05:36:46 -0400
commitf08f98e821bc4b755a7b6ad3bad39ce1099c5405 (patch)
treeb7a20240c09097c9e5996cfd3327c13d320e8641 /compiler/ghc.cabal.in
parentaf1e84e794591e09e20c661fa1d3df59f5b56e4a (diff)
downloadhaskell-f08f98e821bc4b755a7b6ad3bad39ce1099c5405.tar.gz
Extract SharedIdEnv into its own module
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.in1
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