packages feed

network-websocket 0.2 → 0.2.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Websocket.hs view
@@ -106,7 +106,6 @@      sendFrame :: Handle -> String -> IO ()     sendFrame h s = do-      putStrLn $ "Sending message: " ++ s       hPutChar h (chr 0)       hPutStr  h s       hPutChar h (chr 255)
network-websocket.cabal view
@@ -1,5 +1,5 @@ Name: network-websocket-Version: 0.2+Version: 0.2.1 Stability: experimental Synopsis: WebSocket library Description: A library for creating Websocket servers