packages feed

swish 0.9.0.13 → 0.9.0.14

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+0.9.0.14:++  Updated the upper bound on the network dependency.+ 0.9.0.13:    Updated the upper bound on the semigroups dependency (Issue #20).
swish.cabal view
@@ -1,5 +1,5 @@ Name:               swish-Version:            0.9.0.13+Version:            0.9.0.14 Stability:          experimental License:            LGPL License-file:       LICENSE @@ -44,6 +44,10 @@   .   * Complete, ready-to-run, command-line and script-driven programs.   .+  Changes in version @0.9.0.14@:+  .+  * Updated the upper bound on the network dependency.+  .   Changes in version @0.9.0.13@:   .   * Updated the upper bound on the semigroups dependency.@@ -184,7 +188,7 @@       -- Early versions of hashable 1.2 are problematic       hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),       mtl >= 2 && < 3,-      network >= 2.2 && < 2.5,+      network >= 2.2 && < 2.6,       old-locale == 1.0.*,        polyparse >= 1.6 && <= 1.9,       semigroups >= 0.5 && < 0.14,