Spock 0.6.1.0 → 0.6.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~resourcetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: resourcet
API changes (from Hackage documentation)
Files
- Spock.cabal +2/−2
Spock.cabal view
@@ -1,5 +1,5 @@ name: Spock-version: 0.6.1.0+version: 0.6.1.1 synopsis: Another Haskell web framework for rapid development description: This toolbox provides everything you need to get a quick start into web hacking with haskell: routing, middleware, json, blaze, sessions, cookies, database helper, csrf-protection, global state Homepage: https://github.com/agrafix/Spock@@ -44,7 +44,7 @@ random ==1.*, regex-compat ==0.95.*, resource-pool ==0.2.*,- resourcet ==0.4.*,+ resourcet >= 0.4 && < 1.2, stm ==2.4.*, text >= 0.11.3.1 && < 1.2, time ==1.4.*,