Skip to content

Commit 19350e4

Browse files
committed
7.9.1.1 - allow network 3.2
1 parent 854faf3 commit 19350e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

happstack-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: happstack-server
2-
Version: 7.9.1
2+
Version: 7.9.1.1
33
Synopsis: Web related tools and services.
44
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>
55
License: BSD3
@@ -74,7 +74,7 @@ Library
7474
Paths_happstack_server
7575

7676
if flag(network-uri)
77-
build-depends: network >= 3.0.0 && < 3.2,
77+
build-depends: network >= 3.0.0 && < 3.3,
7878
network-uri >= 2.6 && < 2.7
7979
else
8080
build-depends: network < 2.6

0 commit comments

Comments
 (0)