mysql-haskell-openssl 0.8.3.0 → 0.8.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mysql-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mysql-haskell
API changes (from Hackage documentation)
Files
mysql-haskell-openssl.cabal view
@@ -1,5 +1,5 @@ name: mysql-haskell-openssl-version: 0.8.3.0+version: 0.8.3.1 synopsis: TLS support for mysql-haskell package using openssl description: TLS support for mysql-haskell package using openssl license: BSD3@@ -25,7 +25,7 @@ , tcp-streams >= 1.0 && < 1.1 , tcp-streams-openssl >= 1.0 && < 1.1 , wire-streams >= 0.1- , mysql-haskell >= 0.8.3 && < 0.8.4+ , mysql-haskell >= 0.8.3 && < 0.8.5 , HsOpenSSL >=0.10.3 && <0.12 default-language: Haskell2010