Cabal revisions of happstack-server-6.1.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: happstack-server Version: 6.1.3+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 xhtml, 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: 6.1.3-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 xhtml, zlib if flag(network_2_2_3)- Build-Depends: network >= 2.2.3 && < 2.6+ Build-Depends: network >= 2.2.3 && < 2.4 else Build-Depends: network < 2.2.3, network-bytestring