haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

Packages failing to build against Diff-0.4.0 #242

Closed RyanGlScott closed 3 years ago

RyanGlScott commented 4 years ago
hvr commented 4 years ago

crdt

Unfortunately this package omits almost all version bounds and will keep causing us more busy-work over time to prevent its inaccurate metadata from causing more harm :-(

Broken state: https://matrix.hackage.haskell.org/package/crdt@1569152609

Fixed up affected releases of crdt:

State after revisions: https://matrix.hackage.haskell.org/package/crdt@1569155426

cc @cblp

RyanGlScott commented 4 years ago

Another one is ron-rdt-0.9.1:

``` [4 of 7] Compiling RON.Data.RGA ( lib/RON/Data/RGA.hs, dist/build/RON/Data/RGA.o ) lib/RON/Data/RGA.hs:37:39: error: Module ‘Data.Algorithm.Diff’ does not export ‘Diff(Both, First, Second)’ | 37 | import Data.Algorithm.Diff (Diff (Both, First, Second), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
cblp commented 4 years ago

Fixed crdt upstream, thanks!

cblp commented 4 years ago

Fixed ron-rdt-0.9.1 cabal-file on Hackage and in upstream. Thanks!

gbaz commented 3 years ago

what remains here to be resolved if anything?

phadej commented 3 years ago

Probably nothing as there weren't bumps for a while.