bugsnag-hs 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~aesondep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +2/−2
- bugsnag-hs.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,6 @@-# 0.2.0.5+# 0.2.0.6 -- Relax version bounds to include aeson-2.0.x.+- Relax version bounds to inlude time-1.x. # 0.2.0.4
bugsnag-hs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: bugsnag-hs-version: 0.2.0.5+version: 0.2.0.6 synopsis: A Bugsnag client for Haskell. description: Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>. category: Web@@ -35,12 +35,12 @@ hs-source-dirs: src build-depends:- aeson >=1.2.4.0 && <2.1+ aeson >=1.2.4.0 && <1.6 , base >=4.10.1.0 && <5 , bytestring >=0.10.8.2 && <0.12 , http-client >=0.5.10 && <0.8 , text >=1.2.3.0 && <1.3- , time >=1.8.0.2 && <1.13+ , time >=1.8.0.2 && <2 , unordered-containers >=0.2.9.0 && <0.3 default-language: Haskell2010