packages feed

bugsnag-hs 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.1++- Expand version bounds to include time v1.10.+ # 0.1.0.0  - Initial implementation.
bugsnag-hs.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.32.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: b0f3fa359cee3002dd3137f0b4e78a8ce3e4de452eb293649e4b78e6518b1d8a+-- hash: 1ad231b04c63b571c10445d1244a6efaf8e00b2af8fdff6b9894dfbbfc07dcd9  name:           bugsnag-hs-version:        0.1.0.0+version:        0.1.0.1 synopsis:       A Bugsnag client for Haskell. description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>. category:       Web@@ -45,7 +45,7 @@     , http-client >=0.5.10 && <0.7     , stm >=2.4.5.0 && <2.6     , text >=1.2.3.0 && <1.3-    , time >=1.8.0.2 && <1.10+    , time >=1.8.0.2 && <1.11     , unordered-containers >=0.2.9.0 && <0.3   default-language: Haskell2010