commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
530 stars 805 forks source link

tasty-quickcheck 0.9 #2584

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago

tasty-quickcheck-0.9 (Roman Cheplyaka roma@ro-che.info @feuerbach) is out of bounds for:

axman6 commented 7 years ago

Should be fixed in foldl-statistics-0.1.4.6

phadej commented 7 years ago

I'll update the bounds but won't push revisions or new versions until there are other need to do so (e.g. bounds in library sections).

Feel free to disable running tests for them by now.

UnkindPartition commented 7 years ago

To save the affected maintainers a bit of time: the major version bump is caused by the changed semantics of one of the command-line flags (--quickcheck-show-replay); it is safe to just bump the version constraint.

Gabriella439 commented 7 years ago

Fixed in morte-1.6.9

quchen commented 7 years ago

Fixed prettyprinter by publishing a new revision

blamario commented 7 years ago

Fixed by incremental-parser-0.2.5.1

cdepillabout commented 7 years ago

tasty-quickcheck fixed by @RyanGlScott in https://github.com/ku-fpg/natural-transformation/commit/39b3d1e56c6f53378e56988a1b61fc305d721dc6.

It doesn't appear to be released to hackage yet.

RyanGlScott commented 7 years ago

Nope, it's there already: http://hackage.haskell.org/package/natural-transformation-0.4/revisions/

cdepillabout commented 7 years ago

@RyanGlScott Thanks! I had accidentally looked at the .cabal file in the src package (http://hackage.haskell.org/package/natural-transformation-0.4/src/natural-transformation.cabal) instead of the revisions page.

JanGe commented 7 years ago

irc-dcc depends on tasty-hspec which is not yet compatible with tasty-quickcheck-0.9 (and not listed here as it doesn't specify upper bounds, I guess). PR is on its way: https://github.com/mitchellwrosen/tasty-hspec/pull/14.

UnkindPartition commented 7 years ago

Ah, I forgot that the type also changed.

byorgey commented 7 years ago

Fixed diagrams-lib via a new Hackage revision.

JanGe commented 7 years ago

Thanks @feuerbach and @mitchellwrosen for the quick solution! Fixed irc-dcc by bumping the upper bounds on Hackage.

basvandijk commented 7 years ago

Fixed in scientific-0.3.4.15 by editing the package description on Hackage.