packages feed

snap-error-collector 1.1.4 → 1.1.5

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~asyncdep ~snapdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: async, snap, time

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,9 @@+# 1.1.5++* Increase the upper bound of `snap`, `time` and `async`.++---+ # 1.1.4  ## Other Changes
snap-error-collector.cabal view
@@ -1,5 +1,5 @@ name: snap-error-collector-version: 1.1.4+version: 1.1.5 synopsis: Collect errors in batches and dispatch them homepage: http://github.com/ocharles/snap-error-collector license: BSD3@@ -15,13 +15,13 @@   exposed-modules: Snap.ErrorCollector   build-depends:     base >=4.7 && <4.11,-    async >= 2.0.1.6 && < 2.2,+    async >= 2.0.1.6 && < 2.3,     containers >= 0.5.5.1 && < 0.6,     lifted-base >= 0.1 && < 0.3,     monad-loops >= 0.4.2.1 && < 0.5,-    snap >= 0.13.3.1 && < 1.1,+    snap >= 0.13.3.1 && < 1.2,     stm >= 2.4.3 && < 2.5,-    time >= 1.4.2 && < 1.9,+    time >= 1.4.2 && < 1.10,     transformers >= 0.3.0.0 && < 0.6   hs-source-dirs: src   default-language: Haskell2010