packages feed

eventuo11y-batteries 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+21/−17 lines, 2 filesdep ~aesondep ~bytestringdep ~case-insensitivePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring, case-insensitive, eventuo11y, exceptions, http-media, http-types, monad-control, mtl, network, semigroupoids, transformers-base, wai, warp

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for eventuo11y-batteries +## 0.2.0.2 -- 2022-10-03++eventuo11y bump+ ## 0.2.0.1 -- 2022-10-03  Relax text upper and lower bounds
eventuo11y-batteries.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               eventuo11y-batteries-version:            0.2.0.1+version:            0.2.0.2 synopsis:           Grab bag of eventuo11y-enriched functionality description:   Miscellaneous helpers for instrumenting with [eventuo11y](https://hackage.haskell.org/package/eventuo11y) and 3rd-party packages.@@ -26,26 +26,26 @@     Observe.Event.Wai    build-depends:-    , aeson                ^>=2.0.2.0-    , base                 >=4.14      && <4.17+    , aeson                ^>=2.0+    , base                 >=4.14 && <4.17     , binary               ^>=0.8-    , bytestring           >=0.10.12.0 && <0.12-    , case-insensitive     ^>=1.2.1.0+    , bytestring           >=0.10 && <0.12+    , case-insensitive     ^>=1.2     , containers           ^>=0.6-    , eventuo11y           ^>=0.2-    , exceptions           ^>=0.10.4-    , http-media           ^>=0.8.0.0-    , http-types           ^>=0.12.3-    , monad-control        ^>=1.0.3.1-    , mtl                  ^>=2.2.2-    , network              ^>=3.1.2.7-    , semigroupoids        ^>=5.3.7+    , eventuo11y           >=0.2  && <0.4+    , exceptions           ^>=0.10+    , http-media           ^>=0.8+    , http-types           ^>=0.12+    , monad-control        ^>=1.0+    , mtl                  ^>=2.2+    , network              ^>=3.1+    , semigroupoids        ^>=5.3     , servant-client       ^>=0.19     , servant-client-core  ^>=0.19-    , text                 >=1.2       && <2.1-    , transformers-base    ^>=0.4.6-    , wai                  ^>=3.2.3-    , warp                 ^>=3.3.19+    , text                 >=1.2  && <2.1+    , transformers-base    ^>=0.4+    , wai                  ^>=3.2+    , warp                 ^>=3.3    hs-source-dirs:   src   default-language: Haskell2010