Skip to content

Commit 6b78a13

Browse files
committed
FOURMOLU_DISABLE Modular.Solver
1 parent a706a36 commit 6b78a13

File tree

1 file changed

+2
-0
lines changed
  • cabal-install-solver/src/Distribution/Solver/Modular

1 file changed

+2
-0
lines changed

cabal-install-solver/src/Distribution/Solver/Modular/Solver.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ solve sc cinfo idx pkgConfigDB userPrefs userConstraints userGoals =
171171
--
172172
-- This only does something if the @debug-tracetree@ configure argument was
173173
-- given; otherwise this is just the identity function.
174+
{- FOURMOLU_DISABLE -}
174175
traceTree ::
175176
#ifdef DEBUG_TRACETREE
176177
GSimpleTree a =>
@@ -183,6 +184,7 @@ traceTree = gtraceJson
183184
#else
184185
traceTree _ _ = id
185186
#endif
187+
{- FOURMOLU_ENABLE -}
186188

187189
#ifdef DEBUG_TRACETREE
188190
instance GSimpleTree (Tree d c) where

0 commit comments

Comments
 (0)