om-http 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~basedep ~template-haskell
Dependency ranges changed: base, template-haskell
Files
- changelog.md +5/−0
- om-http.cabal +4/−3
+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++## 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.0+version: 0.6.0.1 synopsis: Http utilities. description: Random HTTP utilities. homepage: https://github.com/owensmurray/om-http@@ -14,12 +14,13 @@ extra-source-files: README.md LICENSE+ changelog.md common dependencies build-depends: , aeson >= 2.2.2.0 && < 2.3 , async >= 2.2.5 && < 2.3- , base >= 4.20.0.0 && < 4.22+ , base >= 4.20.0.0 && < 4.23 , base64 >= 1.0 && < 1.1 , bytestring >= 0.11.5.0 && < 0.13 , case-insensitive >= 1.2.0.11 && < 1.3@@ -33,7 +34,7 @@ , 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.24+ , template-haskell >= 2.22.0.0 && < 2.25 , text >= 2.1.1 && < 2.2 , time >= 1.9.2 && < 1.15 , unix >= 2.7.3 && < 2.9