summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Solver.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Solver.hs')
-rw-r--r--compiler/GHC/Tc/Solver.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Solver.hs b/compiler/GHC/Tc/Solver.hs
index 6d9770adbf..276c0b284b 100644
--- a/compiler/GHC/Tc/Solver.hs
+++ b/compiler/GHC/Tc/Solver.hs
@@ -23,7 +23,11 @@ module GHC.Tc.Solver(
-- For Rules we need these
solveWanteds, solveWantedsAndDrop,
- approximateWC, runTcSDeriveds
+ approximateWC, runTcSDeriveds,
+
+ -- We need this for valid hole-fits
+ runTcSDerivedsEarlyAbort
+
) where
import GHC.Prelude