patrol 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- LICENSE.markdown +1/−1
- patrol.cabal +2/−2
LICENSE.markdown view
@@ -1,4 +1,4 @@-Copyright 2021 Taylor Fausak+Copyright 2022 Taylor Fausak Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above
patrol.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: patrol-version: 0.0.2+version: 0.0.3 synopsis: Sentry SDK description: Patrol is a Sentry SDK. @@ -29,7 +29,7 @@ , http-client >= 0.6.4 && < 0.8 , http-types >= 0.12.3 && < 0.13 , network-uri >= 2.6.2 && < 2.7- , text >= 1.2.4 && < 1.3+ , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1 , time >= 1.9.3 && < 1.12 , uuid >= 1.3.13 && < 1.4 default-extensions: NamedFieldPuns