websockets 0.8.2.4 → 0.8.2.5
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~attoparsec
Dependency ranges changed: attoparsec
Files
- CHANGELOG +3/−0
- websockets.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.8.2.5+ * Bump attoparsec dependency+ - 0.8.2.4 * Bump entropy dependency
websockets.cabal view
@@ -1,5 +1,5 @@ Name: websockets-Version: 0.8.2.4+Version: 0.8.2.5 Synopsis: A sensible and clean way to write WebSocket-capable servers in Haskell.@@ -63,7 +63,7 @@ Network.WebSockets.Types Build-depends:- attoparsec >= 0.9 && < 0.12,+ attoparsec >= 0.9 && < 0.13, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.1, binary >= 0.5 && < 0.8,@@ -99,7 +99,7 @@ test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4, -- Copied from regular dependencies...- attoparsec >= 0.9 && < 0.12,+ attoparsec >= 0.9 && < 0.13, base >= 4 && < 5, base64-bytestring >= 0.1 && < 1.1, binary >= 0.5 && < 0.8,