From d30f63d9cd68089f95e706be6778d3e8ff729d28 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Tue, 23 Jul 2024 18:34:09 -0400 Subject: [PATCH] reorder Haddock markup for dynprof constructor Older ghcs don't like it being after the constructor. --- .../src/Distribution/Solver/Types/ConstraintSource.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install-solver/src/Distribution/Solver/Types/ConstraintSource.hs b/cabal-install-solver/src/Distribution/Solver/Types/ConstraintSource.hs index 55b35212d3c..cb91bc742b4 100644 --- a/cabal-install-solver/src/Distribution/Solver/Types/ConstraintSource.hs +++ b/cabal-install-solver/src/Distribution/Solver/Types/ConstraintSource.hs @@ -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