commercialhaskell / stackage

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

http2 1.4.0, wai 3.2, warp 3.2 #1074

Closed bergmark closed 8 years ago

bergmark commented 8 years ago

http2-1.4.0 depended on by:

DanBurton commented 8 years ago

wai-3.2.0 depended on by:

bergmark commented 8 years ago

These got lost:

warp-3.2.0 depended on by:

codedmart commented 8 years ago

@bergmark engine-io-wai-1.0.5 released thanks to @ocharles

DanBurton commented 8 years ago

Update: A good chunk of the wai dependents are off the list.

wai-3.2.0 depended on by:

warp-3.2.0 depended on by:

liamoc commented 8 years ago

Pretty sure this is fixed as of dixi-0.6.0.3

tmcgilchrist commented 8 years ago

New version of Airship with wider bounds for wai https://hackage.haskell.org/package/airship-0.4.2.0

iand675 commented 8 years ago

pipes-wai fixed in http://hackage.haskell.org/package/pipes-wai-3.2.0

phadej commented 8 years ago

servant-yaml updated, looks like that servant-server as well.

snoyberg commented 8 years ago

Updated list:

wai-3.2.0 depended on by:

warp-3.2.1 depended on by:

hce commented 8 years ago

@snoyberg Thanks for the heads-up; fixed and uploaded to hackage.

phadej commented 8 years ago

@tmcgilchrist airship still has restrictive bounds in tests. Consider using packdeps.

tmcgilchrist commented 8 years ago

Thanks @phadej I'll fix that up and install packdeps (it looks rather useful cheers).

freizl commented 8 years ago

hoauth2 is updated. version 0.5.1

bergmark commented 8 years ago

Only remaining package is wai-middleware-static.

@xich You are listed as maintainer but you don't get notifications since the package is under the scotty-web organization, should I add you to the github-users map so you will get notified in the future?

codedmart commented 8 years ago

@bergmark PR submitted.

RyanGlScott commented 8 years ago

@codedmart, thanks. I've merged and bumped the upper version bound on Hackage for wai-middleware-static.

I think it would be a good idea to add either @xich or myself to the GitHub users map so that @scotty-web pings us.

bergmark commented 8 years ago

I added you @RyanGlScott, there can be more than one user per organization if others want to get notified as well.

xich commented 8 years ago

Yes please add me to get notifications! Sorry I missed this.

bergmark commented 8 years ago

Build failure, ping @athanclark

Edit: I added a revision for this

reprocessing library wai-middleware-content-type-0.2.0...

src/Network/Wai/Middleware/ContentType/Blaze.hs:6:18:
    Could not find module ‘Network.Wai.HTTP2’
    Perhaps you meant
      Network.HTTP2 (needs flag -package-key http2-1.4.0@http2_0ICMOOWxlt9HL7nMnHjUdu)
      Network.Wai.Test (needs flag -package-key wai-extra-3.0.13.1@waiex_5EBF0yQcq8eJlVKPxLORG0)
    Use -v to see a list of the files searched for.
bergmark commented 8 years ago

Closing since the upper bounds have been lifted, @athanclark please open a pull request if you want to add wai-middleware-content-type again.