packages feed

websockets 0.8.1.1 → 0.8.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~attoparsecdep ~text

Dependency ranges changed: attoparsec, text

Files

websockets.cabal view
@@ -1,5 +1,5 @@ Name:    websockets-Version: 0.8.1.1+Version: 0.8.1.2  Synopsis:   A sensible and clean way to write WebSocket-capable servers in Haskell.@@ -60,7 +60,7 @@     Network.WebSockets.Types    Build-depends:-    attoparsec        >= 0.9    && < 0.11,+    attoparsec        >= 0.9    && < 0.12,     base              >= 4      && < 5,     base64-bytestring >= 0.1    && < 1.1,     binary            >= 0.5    && < 0.8,@@ -73,7 +73,7 @@     network           >= 2.3    && < 2.5,     random            >= 1.0    && < 1.1,     SHA               >= 1.5    && < 1.7,-    text              >= 0.10   && < 1.1,+    text              >= 0.10   && < 1.2,     entropy           >= 0.2.1  && < 0.3  Test-suite websockets-tests