websockets 0.12.5.0 → 0.12.5.1
raw patch · 3 files changed
+5/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- src/Network/WebSockets/Client.hs +1/−1
- websockets.cabal +1/−1
CHANGELOG view
@@ -1,5 +1,8 @@ # CHANGELOG +- 0.12.5.1 (2018-06-12)+ * Fix build with GHC 7.6 and 7.8+ - 0.12.5.0 (2018-06-01) * Add `newClientConnection` (by Renzo Carbonara)
src/Network/WebSockets/Client.hs view
@@ -131,7 +131,7 @@ write <- encodeMessages protocol ClientConnection stream sentRef <- newIORef False - pure $ Connection+ return $ Connection { connectionOptions = opts , connectionType = ClientConnection , connectionProtocol = protocol
websockets.cabal view
@@ -1,5 +1,5 @@ Name: websockets-Version: 0.12.5.0+Version: 0.12.5.1 Synopsis: A sensible and clean way to write WebSocket-capable servers in Haskell.