happstack-server 0.3.1 → 0.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~happstack-datadep ~happstack-utilPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-data, happstack-util
API changes (from Hackage documentation)
Files
- happstack-server.cabal +3/−3
happstack-server.cabal view
@@ -1,5 +1,5 @@ Name: happstack-server-Version: 0.3.1+Version: 0.3.2 Synopsis: Web related tools and services. Description: Web framework License: BSD3@@ -65,8 +65,8 @@ extensible-exceptions, HaXml >= 1.13 && < 1.14, hslogger >= 1.0.2,- happstack-data >= 0.3.1 && < 0.4,- happstack-util >= 0.3.1 && < 0.4,+ happstack-data >= 0.3.2 && < 0.4,+ happstack-util >= 0.3.2 && < 0.4, html, MaybeT, mtl,