packages feed

om-http 0.6.0.1 → 0.6.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~containersdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, time

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.6.0.2++- Relax upper bounds on `containers` and `time`.+ ## 0.6.0.1  - Support GHC 9.14.
om-http.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-http-version:             0.6.0.1+version:             0.6.0.2 synopsis:            Http utilities. description:         Random HTTP utilities. homepage:            https://github.com/owensmurray/om-http@@ -24,7 +24,7 @@     , base64             >= 1.0       && < 1.1     , bytestring         >= 0.11.5.0  && < 0.13     , case-insensitive   >= 1.2.0.11  && < 1.3-    , containers         >= 0.6.8     && < 0.8+    , containers         >= 0.6.8     && < 0.9     , directory          >= 1.3.7.1   && < 1.4     , filepath           >= 1.4.101.0 && < 1.6     , http-types         >= 0.12.4    && < 0.13@@ -36,7 +36,7 @@     , servant            >= 0.20.1    && < 0.21     , template-haskell   >= 2.22.0.0  && < 2.25     , text               >= 2.1.1     && < 2.2-    , time               >= 1.9.2     && < 1.15+    , time               >= 1.9.2     && < 1.16     , unix               >= 2.7.3     && < 2.9     , uuid               >= 1.3.16    && < 1.4     , wai                >= 3.2.0     && < 3.3