om-http 0.3.1.0 → 0.3.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~filepathdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, filepath, template-haskell
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.3.1.0+version: 0.3.1.1 synopsis: Http utilities. description: Random HTTP utilities. homepage: https://github.com/owensmurray/om-http@@ -18,10 +18,10 @@ common dependencies build-depends: , async >= 2.2.4 && < 2.3- , base >= 4.15.1.0 && < 4.20+ , base >= 4.15.1.0 && < 4.21 , bytestring >= 0.10.12.1 && < 0.13 , directory >= 1.3.6.2 && < 1.4- , filepath >= 1.4.2.1 && < 1.5+ , filepath >= 1.4.2.1 && < 1.6 , http-types >= 0.12.3 && < 0.13 , mime-types >= 0.1.1.0 && < 0.2 , monad-logger >= 0.3.37 && < 0.4@@ -29,7 +29,7 @@ , om-show >= 0.1.2.6 && < 0.2 , safe-exceptions >= 0.1.7.3 && < 0.2 , servant >= 0.19 && < 0.21- , template-haskell >= 2.17.0.0 && < 2.22+ , template-haskell >= 2.17.0.0 && < 2.23 , text >= 1.2.5.0 && < 2.2 , time >= 1.9.3 && < 1.13 , unix >= 2.7.2.2 && < 2.9