Closed pepeiborra closed 3 months ago
testing a relaxed constraint fails with a cabal solver error because
ghc
depends on a version ofparsec
that requirestext <2.0
This will be fixed by https://gitlab.haskell.org/ghc/ghc/-/commit/d0214a61d4 in upcoming GHC 9.2.2.
While we wait from GHC 9.2.2, as a Hackage trustee I revised retrie-1.1.0.0
(https://hackage.haskell.org/package/retrie-1.1.0.0/revisions/), so that text-2.0
can be used with GHC < 9.2.
@pepeiborra with GHC 9.2.2 you can just compile retrie
against text-2.0
without difficulties with parsec
. I made a correspondent revision: https://hackage.haskell.org/package/retrie-1.2.0.1/revisions/
Thank you! I have sent https://github.com/facebookincubator/retrie/pull/44 to record that change in the repo
I don't think that there are any changes needed, but testing a relaxed constraint fails with a cabal solver error because
ghc
depends on a version ofparsec
that requirestext <2.0
:This is using a custom
cabal.project
: