commercialhaskell / stackage

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

Test failures due to test-framework 0.7 #19

Closed snoyberg closed 11 years ago

snoyberg commented 11 years ago

The following packages are affected:

Paging @jaspervdj @vincenthz @ekmett @basvandijk @pcapriotti

I'm implementing a temporary upper bound on test-framework.

ekmett commented 11 years ago

I backported bounds for test-framework to lens 3.6 and pushed 3.6.0.3 out.

vincenthz commented 11 years ago

cipher-aes, cryptocipher, cryptohash and pem are updated. i've removed the upper bounds as they were just a copy/paste error in the first place.

vincenthz commented 11 years ago

BTW thanks !

One thing though, at first i thought it didn't build with 0.7 (plain build failure), not that there was a upper bounds preventing it to be build with 0.7.

snoyberg commented 11 years ago

@vincenthz Good point, I'll clarify the message next time. In general, is just posting an issue and mentioning your handle a good approach for everyone?

vincenthz commented 11 years ago

works pretty well for me, the notifications page in github make it easier to see and organize as well.

basvandijk commented 11 years ago

Thanks for the heads-up. A fixed lifted-base is released

jaspervdj commented 11 years ago

I've uploaded stylish-haskell-0.5.5.1, blaze-markup-0.5.1.3 and blaze-html-0.5.1.2 to Hackage.

snoyberg commented 11 years ago

FYI everyone, test-framework 0.8 was released as well. I'm keeping the upper bound in place for now.

pcapriotti commented 11 years ago

I uploaded optparse-applicative 0.4.3. Thanks!

ekmett commented 11 years ago

lens 3.6 and 3.7 now work with test-framework 0.8 too.

snoyberg commented 11 years ago

OK, almost all packages now work with test-framework 0.8. Exceptions are:

Only other upper-bound issue right now is cryptohash 0.8 for crypto-conduit. Both packages still have upper bounds, so build failures are not occurring.

jaspervdj commented 11 years ago

I uploaded stylish-haskell-0.5.5.2, blaze-markup-0.5.1.4 and blaze-html-0.5.1.3 to Hackage, should be fine now.

ekmett commented 11 years ago

So does that clear this issue?

snoyberg commented 11 years ago

Yes, it almost certainly does. I'm just trying to run through Stackage now (I had a power outage twice in the middle of the build, thus the delay), but I'll close the issue for now. If anything comes up, I'll file a new one.