packages feed

swish 0.9.1.9 → 0.9.1.10

raw patch · 3 files changed

+9/−4 lines, 3 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,4 +1,9 @@-0.9.1.9.+0.9.1.10:++  Updated the upper bound on time to work with ghc 8.2.1. Updated+  stack.yaml to use lts 9.1.++0.9.1.9:    Updated the upper bound on HUnit. This only affects the tests.   Finally added a stack.yaml file (partly addressing issue #27).
stack.yaml view
@@ -3,4 +3,4 @@ - '.' extra-deps: - intern-0.9.1.4-resolver: lts-8.23+resolver: lts-9.1
swish.cabal view
@@ -1,5 +1,5 @@ Name:               swish-Version:            0.9.1.9+Version:            0.9.1.10 Stability:          experimental License:            LGPL License-file:       LICENSE @@ -100,7 +100,7 @@       polyparse >= 1.6 && <= 1.12,       semigroups >= 0.5 && < 0.19,       text >= 0.11 && < 1.3,-      time >= 1.1 && < 1.7+      time >= 1.1 && < 1.9     if flag(network-uri)      build-depends: network-uri == 2.6.*