Skip to content

Commit

Permalink
Merge pull request haskell#29 from rehno-lindeque/master
Browse files Browse the repository at this point in the history
Update dependency to include latest network lib (version 2.4.0.1)
  • Loading branch information
jaspervdj committed Nov 3, 2012
2 parents 95b11f3 + 1a5b7d4 commit fe422f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions websockets.cabal
@@ -1,5 +1,5 @@
Name: websockets
Version: 0.7.0.0
Version: 0.7.0.1

Synopsis:
A sensible and clean way to write WebSocket-capable servers in Haskell.
Expand Down Expand Up @@ -77,7 +77,7 @@ Library
containers >= 0.3 && < 0.6,
enumerator >= 0.4.13 && < 0.5,
mtl >= 2.0 && < 2.2,
network >= 2.3 && < 2.4,
network >= 2.3 && < 2.5,
network-enumerator >= 0.1 && < 0.2,
random >= 1.0 && < 1.1,
SHA >= 1.5 && < 1.6,
Expand Down Expand Up @@ -110,7 +110,7 @@ Test-suite websockets-tests
containers >= 0.3 && < 0.6,
enumerator >= 0.4.13 && < 0.5,
mtl >= 2.0 && < 2.2,
network >= 2.3 && < 2.4,
network >= 2.3 && < 2.5,
network-enumerator >= 0.1 && < 0.2,
random >= 1.0 && < 1.1,
SHA >= 1.5 && < 1.6,
Expand Down

0 comments on commit fe422f1

Please sign in to comment.