Skip to content

Commit 551a8a6

Browse files
authored
Merge pull request #4 from ysangkok/bumps
Allow newer network, time
2 parents 3a4650f + 268dcdc commit 551a8a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

happstack-server-tls.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Library
3232
happstack-server >= 6.6.4 && < 7.10,
3333
hslogger >= 1.1 && < 1.4,
3434
HsOpenSSL >= 0.10 && < 0.12,
35-
network > 3.0.0 && < 3.2,
35+
network > 3.0.0 && < 3.3,
3636
sendfile == 0.7.*,
37-
time >= 1.2 && < 1.14
37+
time >= 1.2 && < 1.15
3838
-- these extra libraries are not needed to build/install the server
3939
-- but they do need to be installed if you want to use GHCi or
4040
-- Template Haskell afterwards

0 commit comments

Comments
 (0)