packages feed

patrol 1.0.0.5 → 1.0.0.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, text

API changes (from Hackage documentation)

Files

patrol.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: patrol-version: 1.0.0.5+version: 1.0.0.6 synopsis: Sentry SDK description: Patrol is a Sentry SDK. @@ -23,7 +23,7 @@ common library   build-depends:     , aeson >= 2.0.3 && < 2.3-    , base >= 4.16.0 && < 4.19+    , base >= 4.16.0 && < 4.20     , bytestring >= 0.11.3 && < 0.12     , case-insensitive >= 1.2.1 && < 1.3     , containers >= 0.6.5 && < 0.7@@ -31,7 +31,7 @@     , http-client >= 0.7.13 && < 0.8     , http-types >= 0.12.3 && < 0.13     , network-uri >= 2.6.4 && < 2.7-    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1+    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2     , time >= 1.11.1 && < 1.13     , uuid >= 1.3.15 && < 1.4   default-language: Haskell2010