In September 2024, it was requested to bump bounds for this package: * https://github.com/sdiehl/repline/pull/50 Since then, there has been many reminders for both maintainers: * https://github.com/sdiehl/repline/pull/51 * https://github.com/sdiehl/repline/issues/52 I request that the trustees bump the bound of containers, such that containers-0.7 is accepted. I've tested this with ``` cabal get repline-0.4.2.0 cabal test -c 'containers==0.7' --allow-newer=repline:containers -w ghc-9.6.5 ```
In September 2024, it was requested to bump bounds for this package:
containers0.7 sdiehl/repline#50Since then, there has been many reminders for both maintainers:
I request that the trustees bump the bound of containers, such that containers-0.7 is accepted.
I've tested this with