Skip to content

Commit 7a310d0

Browse files
committed
change > to >= for network
1 parent bd1a7dc commit 7a310d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

happstack-server-tls.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Library
4848
happstack-server >= 6.6.4 && < 7.10,
4949
hslogger >= 1.1 && < 1.4,
5050
HsOpenSSL >= 0.10 && < 0.12,
51-
network > 3.0.0 && < 3.3,
51+
network >= 3.0.0 && < 3.3,
5252
sendfile == 0.7.*,
5353
time >= 1.2 && < 1.16
5454
-- these extra libraries are not needed to build/install the server

0 commit comments

Comments
 (0)