mysql-haskell 1.1.2 → 1.1.3
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~textdep ~tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text, tls
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- mysql-haskell.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,8 @@ # Revision history for mysql-haskell +## 1.1.3 -- 2023.08.30++ bump constraints+ ## 1.1.2 -- 2023.08.14 + Fix package name of changelog
mysql-haskell.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: mysql-haskell-version: 1.1.2+version: 1.1.3 synopsis: pure haskell MySQL driver description: pure haskell MySQL driver. license: BSD-3-Clause@@ -89,9 +89,9 @@ network >=2.3 && <4.0, pem >=0.2.4 && <0.3, scientific >=0.3 && <0.4,- text >=1.1 && <2.1,+ text >=1.1 && <2.1 || ^>=2.1, time >=1.5.0 && <1.12 || ^>=1.12.2,- tls >=1.7.0 && <1.8,+ tls >=1.7.0 && <1.8 || ^>=1.8.0, vector >=0.8 && <0.13 || ^>=0.13.0, word-compat >=0.0 && <0.1