summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Types/Constraint.hs
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2023-05-13 12:50:25 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-15 14:50:43 -0400
commit86aae5702d09db2f50c42a3f43ef72df1e3a710b (patch)
treee0b660bcb474ecd036d5cacfccf78f9621021b70 /compiler/GHC/Tc/Types/Constraint.hs
parent2f571afe1c2aeb3f4dfca2012bc6b713144fd234 (diff)
downloadhaskell-86aae5702d09db2f50c42a3f43ef72df1e3a710b.tar.gz
Split DynFlags structure into own module
This will allow to make command line parsing to depend on diagnostic system (which depends on dynflags)
Diffstat (limited to 'compiler/GHC/Tc/Types/Constraint.hs')
-rw-r--r--compiler/GHC/Tc/Types/Constraint.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Types/Constraint.hs b/compiler/GHC/Tc/Types/Constraint.hs
index 78c1134475..1c6a31987a 100644
--- a/compiler/GHC/Tc/Types/Constraint.hs
+++ b/compiler/GHC/Tc/Types/Constraint.hs
@@ -119,7 +119,7 @@ import GHC.Core
import GHC.Core.TyCo.Ppr
import GHC.Utils.FV
import GHC.Types.Var.Set
-import GHC.Driver.Session (DynFlags(reductionDepth))
+import GHC.Driver.DynFlags (DynFlags(reductionDepth))
import GHC.Builtin.Names
import GHC.Types.Basic
import GHC.Types.Unique.Set