summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Match.hs
diff options
context:
space:
mode:
authorSebastian Graf <sgraf1337@gmail.com>2019-09-27 16:42:42 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-30 22:42:14 -0400
commit6f8550a3af45467c37367626dc99c911d3a3d4d1 (patch)
treea2b18316b7de09de4e72104a65cef3c6bd43cf7d /compiler/deSugar/Match.hs
parent97811ef5e9e9922184fda5af894188e947a4c799 (diff)
downloadhaskell-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.hs2
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