patrol 1.2.0.2 → 1.2.0.3
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~basedep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, containers, text
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- patrol.cabal +5/−5
LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Taylor Fausak+Copyright (c) 2026 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
patrol.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: patrol-version: 1.2.0.2+version: 1.2.0.3 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 || ^>=4.22+ build-depends: base ^>=4.20 || ^>=4.21 || ^>=4.22 default-language: Haskell2010 ghc-options: -Weverything@@ -52,15 +52,15 @@ autogen-modules: Paths_patrol build-depends: aeson ^>=2.1.2.1 || ^>=2.2.2,- bytestring ^>=0.11.4 || ^>=0.12.0.2,+ bytestring ^>=0.12.0.2, case-insensitive ^>=1.2.1,- containers ^>=0.6.7 || ^>=0.7 || ^>=0.8,+ containers ^>=0.7 || ^>=0.8, exceptions ^>=0.10.7, http-client ^>=0.7.17, http-client-tls ^>=0.3.6.4, http-types ^>=0.12.4, network-uri ^>=2.6.4.2 || ^>=2.7,- text ^>=2.0.2 || ^>=2.1,+ text ^>=2.1, time ^>=1.12.2 || ^>=1.14 || ^>=1.15, uuid ^>=1.3.15,