Skip to content

Commit

Permalink
reorder Haddock markup for dynprof constructor
Browse files Browse the repository at this point in the history
Older ghcs don't like it being after the constructor.
  • Loading branch information
geekosaur committed Jul 23, 2024
1 parent 705b6eb commit d30f63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ data ConstraintSource =
-- from Cabal >= 3.11
| ConstraintSourceMultiRepl

| ConstraintSourceProfiledDynamic
-- | Constraint introduced by --enable-profiling-shared, which requires features
-- from Cabal >= 3.13
| ConstraintSourceProfiledDynamic

-- | The source of the constraint is not specified.
| ConstraintSourceUnknown
Expand Down

0 comments on commit d30f63d

Please sign in to comment.