Skip to content

Commit d30f63d

Browse files
committed
reorder Haddock markup for dynprof constructor
Older ghcs don't like it being after the constructor.
1 parent 705b6eb commit d30f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install-solver/src/Distribution/Solver/Types/ConstraintSource.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ data ConstraintSource =
4141
-- from Cabal >= 3.11
4242
| ConstraintSourceMultiRepl
4343

44-
| ConstraintSourceProfiledDynamic
4544
-- | Constraint introduced by --enable-profiling-shared, which requires features
4645
-- from Cabal >= 3.13
46+
| ConstraintSourceProfiledDynamic
4747

4848
-- | The source of the constraint is not specified.
4949
| ConstraintSourceUnknown

0 commit comments

Comments
 (0)