snap-error-collector 1.1.3 → 1.1.4
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +8/−0
- snap-error-collector.cabal +2/−2
Changelog.md view
@@ -1,3 +1,11 @@+# 1.1.4++## Other Changes++* Increase the upper bound of `base`.++---+ # 1.1.3 ## Other Changes
snap-error-collector.cabal view
@@ -1,5 +1,5 @@ name: snap-error-collector-version: 1.1.3+version: 1.1.4 synopsis: Collect errors in batches and dispatch them homepage: http://github.com/ocharles/snap-error-collector license: BSD3@@ -14,7 +14,7 @@ library exposed-modules: Snap.ErrorCollector build-depends:- base >=4.7 && <4.10,+ base >=4.7 && <4.11, async >= 2.0.1.6 && < 2.2, containers >= 0.5.5.1 && < 0.6, lifted-base >= 0.1 && < 0.3,