scotty-web / wai-middleware-static

WAI middleware that intercepts requests to static files and serves them if they exist.
Other
18 stars 12 forks source link

bump version number for http-types #10

Closed andygill closed 8 years ago

RyanGlScott commented 8 years ago

Thanks! The build error is unrelated (see here); I'll fix that soon.

RyanGlScott commented 8 years ago

I've bumped the upper version bound on Hackage, so kansas-comet should build on Travis now.

andygill commented 8 years ago

What did you do here? Is is possible to bump hackage version bounds post-hoc?

RyanGlScott commented 8 years ago

Yes, if you go to a package's Hackage page and click on "edit package information" at the bottom, you can click on a release under the "Cabal file metadata" section and modify its .cabal file. You can't change the actual code AFAIK, but you can at least modify version bounds without making another release.

andygill commented 8 years ago

Useful. So this change what cabal update does/sees then?

RyanGlScott commented 8 years ago

Yeah, cabal (should) detect whenever metadata from a Hackage package changes and update your config file appropriately (I had to restart the Travis build manually in this case for the change to be seen).