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/deSugar/Match.hs | |
parent | 97811ef5e9e9922184fda5af894188e947a4c799 (diff) | |
download | haskell-6f8550a3af45467c37367626dc99c911d3a3d4d1.tar.gz |
Move pattern match checker modules to GHC.HsToCore.PmCheck
Diffstat (limited to 'compiler/deSugar/Match.hs')
-rw-r--r-- | compiler/deSugar/Match.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Match.hs b/compiler/deSugar/Match.hs index 0049d00613..2e0aeb9877 100644 --- a/compiler/deSugar/Match.hs +++ b/compiler/deSugar/Match.hs @@ -25,7 +25,7 @@ import GHC.Hs import TcHsSyn import TcEvidence import TcRnMonad -import Check +import GHC.HsToCore.PmCheck import CoreSyn import Literal import CoreUtils |