diff options
author | klebinger.andreas@gmx.at <klebinger.andreas@gmx.at> | 2018-05-03 16:20:03 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-05 13:09:18 -0400 |
commit | 426ae98852be498fa87d10e4c88ba8d726d6b320 (patch) | |
tree | 571fe17d77ecd21af3625af661073dd4a5b15a76 /compiler/ghc.cabal.in | |
parent | 49f594307d0615e6b32d054d39364d85d2d6317e (diff) | |
download | haskell-426ae98852be498fa87d10e4c88ba8d726d6b320.tar.gz |
Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module.
Splitting TrieMap into a general and core specific part allows us to
define instances for TrieMap without creating a transitive dependency on
CoreSyn.
Test Plan: ci
Reviewers: goldfire, bgamari, simonmar, simonpj
Reviewed By: bgamari, simonpj
Subscribers: simonpj, nomeata, thomie, carter
GHC Trac Issues: #15082
Differential Revision: https://phabricator.haskell.org/D4618
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 2a4d9755bd..d2137f4c69 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -290,6 +290,7 @@ Library CoreTidy CoreUnfold CoreUtils + CoreMap CoreSeq CoreStats MkCore |