packages feed

websockets 0.9.8.1 → 0.9.8.2

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~HUnitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+- 0.9.8.2+    * Bump `HUnit` dependency to 1.5+ - 0.9.8.1     * Restore state of the package to version `0.9.7.0` 
websockets.cabal view
@@ -1,5 +1,5 @@ Name:    websockets-Version: 0.9.8.1+Version: 0.9.8.2  Synopsis:   A sensible and clean way to write WebSocket-capable servers in Haskell.@@ -97,7 +97,7 @@     Network.WebSockets.Tests.Util    Build-depends:-    HUnit                      >= 1.2 && < 1.4,+    HUnit                      >= 1.2 && < 1.6,     QuickCheck                 >= 2.7 && < 2.10,     test-framework             >= 0.4 && < 0.9,     test-framework-hunit       >= 0.2 && < 0.4,