snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Update lens Upper Bounds (and Aeson) #118

Closed ChristopherBiscardi closed 10 years ago

ChristopherBiscardi commented 10 years ago

I've built and run snap with ghc 7.8.3 and lens 4.3.1 so perhaps the upper bounds should be bumped. In Lens, Aeson was bumped to >=0.7.0.5 && <0.9, but we still allow 0.6.

lens ... && < 4.4
aeson ... && < 0.9

Essentially this ticket is a reminder to myself to run tests with the new bounds before a PR.

benma commented 10 years ago

Any news on this? It would be great if the snap package would get a new release on hackage soon, supporting the newest versions of the dependencies.

Sorry, ignore my comment for now, I have overlooked the fact that it already has been bumped. I need to figure out where my dependency issues are coming from.

mightybyte commented 10 years ago

Yes, I used the new hackage feature of editing existing cabal files.