diff options
author | Sebastian Graf <sgraf1337@gmail.com> | 2019-09-27 16:42:42 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-30 22:42:14 -0400 |
commit | 6f8550a3af45467c37367626dc99c911d3a3d4d1 (patch) | |
tree | a2b18316b7de09de4e72104a65cef3c6bd43cf7d /compiler/ghc.cabal.in | |
parent | 97811ef5e9e9922184fda5af894188e947a4c799 (diff) | |
download | haskell-6f8550a3af45467c37367626dc99c911d3a3d4d1.tar.gz |
Move pattern match checker modules to GHC.HsToCore.PmCheck
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 037e7aa0b2..fdbe9d5df6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -333,10 +333,10 @@ Library CoreStats MkCore PprCore - PmOracle - PmPpr - PmTypes - Check + GHC.HsToCore.PmCheck.Oracle + GHC.HsToCore.PmCheck.Ppr + GHC.HsToCore.PmCheck.Types + GHC.HsToCore.PmCheck Coverage Desugar DsArrows |