om-http 0.5.0.0 → 0.5.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~template-haskelldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell, time
API changes (from Hackage documentation)
Files
- om-http.cabal +4/−4
om-http.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-http-version: 0.5.0.0+version: 0.5.0.1 synopsis: Http utilities. description: Random HTTP utilities. homepage: https://github.com/owensmurray/om-http@@ -19,7 +19,7 @@ build-depends: , aeson >= 2.2.2.0 && < 2.3 , async >= 2.2.5 && < 2.3- , base >= 4.20.0.0 && < 4.21+ , base >= 4.20.0.0 && < 4.22 , base64 >= 1.0 && < 1.1 , bytestring >= 0.11.5.0 && < 0.13 , case-insensitive >= 1.2.0.11 && < 1.3@@ -33,9 +33,9 @@ , om-show >= 0.1.2.10 && < 0.2 , safe-exceptions >= 0.1.7.4 && < 0.2 , servant >= 0.20.1 && < 0.21- , template-haskell >= 2.22.0.0 && < 2.23+ , template-haskell >= 2.22.0.0 && < 2.24 , text >= 2.1.1 && < 2.2- , time >= 1.9.2 && < 1.13+ , time >= 1.9.2 && < 1.15 , unix >= 2.7.3 && < 2.9 , uuid >= 1.3.16 && < 1.4 , wai >= 3.2.0 && < 3.3