packages feed

happstack-server 7.3.8 → 7.3.9

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~textdep ~timePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text, time

API changes (from Hackage documentation)

- Happstack.Server.RqData: instance [overlap ok] Typeable1 Errors
+ Happstack.Server.RqData: instance [overlap ok] Typeable Errors

Files

happstack-server.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-server-Version:             7.3.8+Version:             7.3.9 Synopsis:            Web related tools and services. Description:         Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html> License:             BSD3@@ -69,8 +69,8 @@                        Paths_happstack_server    if flag(network-uri)-     build-depends:    network > 2.6,-                       network-uri >= 2.6+     build-depends:    network > 2.6      && < 2.7,+                       network-uri >= 2.6 && < 2.7   else      build-depends:    network < 2.6   Build-Depends:       base >= 4 && < 5,@@ -91,7 +91,7 @@                        sendfile >= 0.7.1 && < 0.8,                        system-filepath >= 0.3.1,                        syb,-                       text >= 0.10 && < 1.2,+                       text >= 0.10 && < 1.3,                        time,                        time-compat,                        threads >= 0.5,