om-doh 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~http-api-dataPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-api-data
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- om-doh.cabal +2/−2
changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.1.0.6++- Allow http-api-data 0.7.+ ## 0.1.0.5 - Support GHC 9.14.
om-doh.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-doh-version: 0.1.0.5+version: 0.1.0.6 synopsis: om-doh -- description: homepage: https://github.com/owensmurray/om-doh@@ -26,7 +26,7 @@ , base >= 4.19.0.0 && < 4.23 , base64 >= 1.0 && < 1.1 , bytestring >= 0.12.0.2 && < 0.13- , http-api-data >= 0.6 && < 0.7+ , http-api-data >= 0.6 && < 0.8 , resolv >= 0.2.0.2 && < 0.3 , servant >= 0.20.1 && < 0.21 , servant-server >= 0.20 && < 0.21