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

Dependency on attoparsec is too restrictive #7

Closed bos closed 13 years ago

bos commented 13 years ago

Should be:

-    attoparsec       >= 0.8.0.2 && < 0.9,
+    attoparsec       >= 0.8.0.2 && < 0.10,
gregorycollins commented 13 years ago

Fixed and pushed to hackage.