websockets-snap 0.10.1.0 → 0.10.1.1
raw patch · 2 files changed
+12/−8 lines, 2 filesdep +bytestring-builderPVP ok
version bump matches the API change (PVP)
Dependencies added: bytestring-builder
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- websockets-snap.cabal +9/−8
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.10.1.1+ * Add `bytestring-builder` as dependency to fix GHC 7.6 compatibility+ - 0.10.1.0 * Fix issues with timeout tickling
websockets-snap.cabal view
@@ -1,5 +1,5 @@ Name: websockets-snap-Version: 0.10.1.0+Version: 0.10.1.1 Synopsis: Snap integration for the websockets library Description: Snap integration for the websockets library License: BSD3@@ -21,13 +21,14 @@ Network.WebSockets.Snap Build-depends:- base >= 4 && < 5,- bytestring >= 0.9 && < 0.11,- io-streams >= 1.3 && < 1.4,- mtl >= 2.1 && < 2.3,- snap-core >= 1.0 && < 1.1,- snap-server >= 1.0 && < 1.1,- websockets >= 0.9.5 && < 0.10+ base >= 4 && < 5,+ bytestring >= 0.9 && < 0.11,+ bytestring-builder >= 0.10 && < 0.11,+ io-streams >= 1.3 && < 1.4,+ mtl >= 2.1 && < 2.3,+ snap-core >= 1.0 && < 1.1,+ snap-server >= 1.0 && < 1.1,+ websockets >= 0.9.5 && < 0.10 Source-repository head Type: git