commercialhaskell / stackage

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

QuickCheck 2.9 #1691

Closed DanBurton closed 8 years ago

DanBurton commented 8 years ago

QuickCheck-2.9 is out of bounds for:

MichaelXavier commented 8 years ago

So current master of retry now has a loosened QuickCheck bound but I didn't release it yet because it looks like @sol's quickcheck-io has a QuickCheck < 2.9 upper bound too, so retry's test suite can't build with it, so you may want to add that to the list.

phadej commented 8 years ago

I'd wait till https://github.com/feuerbach/tasty/issues/144 is resolved in way or another before updating my packages. Shortly: I expect that leakage of Test.QuickCheck API change thru tasty-quickcheck might cause build failures. Unfortunately I cannot grep the Hackage (or actually lasr Stackage Nightly) for uses of exhaustive.

basvandijk commented 8 years ago

Fixed in scientific-0.3.4.9.

cartazio commented 8 years ago

Give me a pr.

bennofs commented 8 years ago

Fixed in th-lift-instances-0.1.10

ivan-m commented 8 years ago

graphviz is done; I think there was one other thing I wanted to do with fgl before release so I'll see if it comes to me, but I should be releasing in the next day or so.

VictorDenisov commented 8 years ago

I'm waiting for the resolution of this issue: https://github.com/haskell/test-framework/issues/22 As soon as it's done I'm releasing the new version of bson package.

glguy commented 8 years ago

Constraint fixed on hackage (on test-framework-quickcheck2)

christiaanb commented 8 years ago

Constraint fixed on hackage

borsboom commented 8 years ago

Looks like a new version of quickcheck-io that allows Quickcheck-2.9 has been uploaded to Hackage.

phadej commented 8 years ago

test-framework has relaxed the bound as well

ivan-m commented 8 years ago

fgl and fgl-arbitrary have now been bumped on Hackage (to 5.5.3.0 and 0.2.0.2 respectively)

dhess commented 8 years ago

I've bumped the boundary for hpio (see https://hackage.haskell.org/package/hpio-0.8.0.3).

MichaelXavier commented 8 years ago

The updated quickcheck-io seemed to fix things for me. I've uploaded retry-0.7.4.1.

spl commented 8 years ago

dlist-0.8 is out with the QuickCheck-2.10 bump.

VictorDenisov commented 8 years ago

Published bson-0.3.2.3 with quickcheck restrictions lifted.

RyanGlScott commented 8 years ago

exceptions' upper version bounds were revised on Hackage to allow QuickCheck-2.9.

conal commented 8 years ago

Released checkers-0.4.5 to Hackage without the QuickCheck upper bound.

RyanGlScott commented 8 years ago

text-show-3.3 released with a relaxed upper bound on QuickCheck.

Gabriella439 commented 8 years ago

morte is fixed

bergmark commented 8 years ago

Some new entries:

domdere commented 8 years ago

cassava-conduit should be fixed now

paulrzcz commented 8 years ago

hquantlib is fixed

sjoerdvisscher commented 8 years ago

unfoldable is fixed!

nikita-volkov commented 8 years ago

"bytestring-tree-builder" is fixed

23Skidoo commented 8 years ago

@DanBurton Re: updating Cabal and everything Cabal-related, please tag me next time. I only discovered this ticket by chance.

bergmark commented 8 years ago

@23Skidoo If you want to get notifications please add yourself and your packages to build-constraints.yaml

23Skidoo commented 8 years ago

@bergmark Done, thanks.

byorgey commented 8 years ago

diagrams-contrib fixed.

clinty commented 8 years ago

Nils updated ChasingBottoms