summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnTypes.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/typecheck/TcRnTypes.hs
parent97811ef5e9e9922184fda5af894188e947a4c799 (diff)
downloadhaskell-6f8550a3af45467c37367626dc99c911d3a3d4d1.tar.gz
Move pattern match checker modules to GHC.HsToCore.PmCheck
Diffstat (limited to 'compiler/typecheck/TcRnTypes.hs')
-rw-r--r--compiler/typecheck/TcRnTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index 83616bdb82..a66143bf57 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -167,7 +167,7 @@ import TcType
import Annotations
import InstEnv
import FamInstEnv
-import {-# SOURCE #-} PmTypes (Delta)
+import {-# SOURCE #-} GHC.HsToCore.PmCheck.Types (Delta)
import IOEnv
import RdrName
import Name