patrol 1.2.0.0 → 1.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- patrol.cabal +3/−3
patrol.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: patrol-version: 1.2.0.0+version: 1.2.0.1 synopsis: Sentry SDK description: Patrol is a Sentry SDK. build-type: Simple@@ -22,7 +22,7 @@ manual: True common library- build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21+ build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21 || ^>=4.22 default-language: Haskell2010 ghc-options: -Weverything@@ -54,7 +54,7 @@ aeson ^>=2.1.2.1 || ^>=2.2.2, bytestring ^>=0.11.4 || ^>=0.12.0.2, case-insensitive ^>=1.2.1,- containers ^>=0.6.7 || ^>=0.7,+ containers ^>=0.6.7 || ^>=0.7 || ^>=0.8, exceptions ^>=0.10.7, http-client ^>=0.7.17, http-client-tls ^>=0.3.6.4,