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

Failure to build with GHC >= 7.7 #91

Closed bos closed 10 years ago

bos commented 11 years ago
trying: snap-0.12.1
next goal: template-haskell (dependency of snap-0.12.1)
rejecting: template-haskell-2.9.0.0/installed-584... (conflict: snap =>
template-haskell>=2.2 && <2.9)
bos commented 11 years ago

This breaks the entire snap ecosystem with GHC 7.7 and above.

hvr commented 11 years ago

...isn't the far more problematic blocker snap's dependency on MonadCatchIO-transformers?

mightybyte commented 11 years ago

I'm going to wait until we're closer to the 7.8 release for this.

mightybyte commented 10 years ago

Snap builds on 7.8 now.