packages feed

websockets-snap 0.6.0.1 → 0.6.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~snap-coredep ~snap-serverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: snap-core, snap-server

API changes (from Hackage documentation)

Files

websockets-snap.cabal view
@@ -1,5 +1,5 @@ Name:          websockets-snap-Version:       0.6.0.1+Version:       0.6.0.2 Synopsis:      Snap integration for the websockets library Description:   Snap integration for the websockets library License:       BSD3@@ -18,8 +18,8 @@    Build-depends:     base        >= 4   && < 5,-    snap-core   >= 0.8 && < 0.9,-    snap-server >= 0.8 && < 0.9,+    snap-core   >= 0.8 && < 0.10,+    snap-server >= 0.8 && < 0.10,     websockets  >= 0.6 && < 0.7  Source-repository head