Cabal revisions of Spock-0.7.9.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: Spock version: 0.7.9.0+x-revision: 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: fast routing, middleware, json, sessions, cookies, database helper, csrf-protection Homepage: http://www.spock.li Web.Spock.Internal.Wire build-depends: aeson >= 0.6.2.1,- base >= 4 && < 5,+ base >= 4 && < 4.9, base64-bytestring >=1.0, bytestring >=0.10, case-insensitive >=1.1, old-locale >=1.0, path-pieces >=0.1.4, random >=1.0,- reroute >=0.2.2.1,+ reroute >=0.2.2.1 && <0.3, resource-pool >=0.2, resourcet >= 0.4, stm >=2.4,