We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a706a36 commit 6b78a13Copy full SHA for 6b78a13
cabal-install-solver/src/Distribution/Solver/Modular/Solver.hs
@@ -171,6 +171,7 @@ solve sc cinfo idx pkgConfigDB userPrefs userConstraints userGoals =
171
--
172
-- This only does something if the @debug-tracetree@ configure argument was
173
-- given; otherwise this is just the identity function.
174
+{- FOURMOLU_DISABLE -}
175
traceTree ::
176
#ifdef DEBUG_TRACETREE
177
GSimpleTree a =>
@@ -183,6 +184,7 @@ traceTree = gtraceJson
183
184
#else
185
traceTree _ _ = id
186
#endif
187
+{- FOURMOLU_ENABLE -}
188
189
190
instance GSimpleTree (Tree d c) where
0 commit comments