eventuo11y-batteries 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- eventuo11y-batteries.cabal +2/−2
CHANGELOG.md view
@@ -1,8 +1,12 @@ # Revision history for eventuo11y-batteries +## 0.2.0.1 -- 2022-10-03++Relax text upper and lower bounds+ ## 0.2.0.0 -- 2022-10-03 -- Update for eventuo11y-0.2.0.0 BackendModification DSL+Update for eventuo11y-0.2.0.0 BackendModification DSL ## 0.1.0.1 -- 2022-09-30
eventuo11y-batteries.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: eventuo11y-batteries-version: 0.2.0.0+version: 0.2.0.1 synopsis: Grab bag of eventuo11y-enriched functionality description: Miscellaneous helpers for instrumenting with [eventuo11y](https://hackage.haskell.org/package/eventuo11y) and 3rd-party packages.@@ -42,7 +42,7 @@ , semigroupoids ^>=5.3.7 , servant-client ^>=0.19 , servant-client-core ^>=0.19- , text ^>=1.2.5.0+ , text >=1.2 && <2.1 , transformers-base ^>=0.4.6 , wai ^>=3.2.3 , warp ^>=3.3.19