websockets 0.9.2.1 → 0.9.2.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~random
Dependency ranges changed: random
Files
- CHANGELOG +3/−0
- websockets.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.9.2.2+ * Bump `random` dependency+ - 0.9.2.1 * Fix exception handling issues
websockets.cabal view
@@ -1,5 +1,5 @@ Name: websockets-Version: 0.9.2.1+Version: 0.9.2.2 Synopsis: A sensible and clean way to write WebSocket-capable servers in Haskell.@@ -109,7 +109,7 @@ containers >= 0.3 && < 0.6, mtl >= 2.0 && < 2.3, network >= 2.3 && < 2.7,- random >= 1.0 && < 1.1,+ random >= 1.0 && < 1.2, SHA >= 1.5 && < 1.7, text >= 0.10 && < 1.3, entropy >= 0.2.1 && < 0.4