om-http 0.3.0.5 → 0.3.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- om-http.cabal +2/−2
om-http.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-http-version: 0.3.0.5+version: 0.3.0.6 synopsis: Http utilities. description: Random HTTP utilities. homepage: https://github.com/owensmurray/om-http@@ -19,7 +19,7 @@ build-depends: , async >= 2.2.4 && < 2.3 , base >= 4.15.1.0 && < 4.20- , bytestring >= 0.10.12.1 && < 0.12+ , bytestring >= 0.10.12.1 && < 0.13 , directory >= 1.3.6.2 && < 1.4 , filepath >= 1.4.2.1 && < 1.5 , http-types >= 0.12.3 && < 0.13