packages feed

patrol 1.0.0.1 → 1.0.0.2

raw patch · 1 files changed

+8/−10 lines, 1 filesdep ~aesondep ~basedep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, bytestring, containers, text, time

API changes (from Hackage documentation)

Files

patrol.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: patrol-version: 1.0.0.1+version: 1.0.0.2 synopsis: Sentry SDK description: Patrol is a Sentry SDK. @@ -22,17 +22,17 @@  common library   build-depends:-    , aeson >= 2.1 && < 2.2-    , base >= 4.15 && < 4.18-    , bytestring >= 0.10.12 && < 0.12+    , aeson >= 2.0.3 && < 2.2+    , base >= 4.16.0 && < 4.19+    , bytestring >= 0.11.4 && < 0.12     , case-insensitive >= 1.2.1 && < 1.3-    , containers >= 0.6.4 && < 0.7+    , containers >= 0.6.5 && < 0.7     , exceptions >= 0.10.4 && < 0.11     , 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.1 && < 2.1-    , time >= 1.9.3 && < 1.13+    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1+    , time >= 1.11.1 && < 1.13     , uuid >= 1.3.15 && < 1.4   default-language: Haskell2010   ghc-options:@@ -42,13 +42,11 @@     -Wno-missed-specialisations     -Wno-missing-deriving-strategies     -Wno-missing-export-lists+    -Wno-missing-kind-signatures     -Wno-missing-safe-haskell-mode     -Wno-prepositive-qualified-module     -Wno-safe     -Wno-unsafe--  if impl(ghc >= 9.2)-    ghc-options: -Wno-missing-kind-signatures    if flag(pedantic)     ghc-options: -Werror