summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBartosz Nitka <niteria@gmail.com>2015-11-21 15:49:14 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-21 15:49:14 +0100
commit6664ab8356f00ef0b2186f30a0d29a9c0228c045 (patch)
treeb65162a8759d3e353bcc79dcbcf9b1990374bc48 /compiler/ghc.cabal.in
parent192dd068890701a7692890677d4cbf9f2abdb64a (diff)
downloadhaskell-6664ab8356f00ef0b2186f30a0d29a9c0228c045.tar.gz
Add DVarSet - a deterministic set of Vars
This implements `DVarSet`, a deterministic set of Vars, with an interface very similar to `VarSet` with a couple of functions missing. I will need this in changes that follow, one of them will be about changing the type of the set of Vars that `RuleInfo` holds to make the free variable computation deterministic. Test Plan: ./validate I can add new tests if anyone wants me to. Reviewers: simonpj, simonmar, austin, bgamari Reviewed By: simonmar, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1487 GHC Trac Issues: #4012
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 4c740f1002..b78c2b89e9 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -468,8 +468,9 @@ Library
State
Stream
StringBuffer
- UniqFM
UniqDFM
+ UniqDSet
+ UniqFM
UniqSet
Util
Vectorise.Builtins.Base