packages feed

Cabal revisions of happstack-server-7.3.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                happstack-server Version:             7.3.2+x-revision: 1 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                        zlib    if flag(network_2_2_3)-    Build-Depends:     network >= 2.2.3+    Build-Depends:     network >= 2.2.3 && < 2.6   else     Build-Depends:     network < 2.2.3, network-bytestring 
revision 2
 Name:                happstack-server Version:             7.3.2-x-revision: 1+x-revision: 2 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                        syb,                        text >= 0.10 && < 1.1,                        time,-                       time-compat,+                       time-compat == 0.1.*,                        threads >= 0.5,                        transformers >= 0.1.3 && < 0.4,                        transformers-base >= 0.4 && < 0.5,