packages feed

mysql-haskell 1.1.4 → 1.1.5

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~cryptondep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: crypton, time

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,8 @@ # Revision history for mysql-haskell +## 1.1.5 -- 2024.06.25++ bump constraints+ ## 1.1.4 -- 2024.02.17  + bump constraints 
mysql-haskell.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               mysql-haskell-version:            1.1.4+version:            1.1.5 synopsis:           pure haskell MySQL driver description:        pure haskell MySQL driver. license:            BSD-3-Clause@@ -77,7 +77,7 @@     blaze-textual >=0.2 && <0.3,     bytestring >=0.10.2.0 && <0.12 || ^>=0.12.0,     bytestring-lexing >=0.5 && <0.6,-    crypton >=0.31 && <0.40,+    crypton >=0.31 && <0.40 || ^>=1.0.0,     crypton-x509 >=1.5 && <2.0,     crypton-x509-store >=1.5 && <2.0,     crypton-x509-system >=1.5 && <2.0,@@ -90,7 +90,7 @@     pem >=0.2.4 && <0.3,     scientific >=0.3 && <0.4,     text >=1.1 && <2.1 || ^>=2.1,-    time >=1.5.0 && <1.12 || ^>=1.12.2,+    time >=1.5.0 && <1.12 || ^>=1.12.2 || ^>=1.14,     tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0,     vector >=0.8 && <0.13 || ^>=0.13.0,     word-compat >=0.0 && <0.1