mysql-haskell 0.8.4.0 → 0.8.4.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- mysql-haskell.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for mysql-haskell +## 0.8.4.1 -- 2018-10-23++* Relax `tasty` version bound to build with latest stackage. [#26](https://github.com/winterland1989/mysql-haskell/pull/26)+ ## 0.8.4.0 -- 2018-10-23 * Add `executeMany_` to execute batch SQLs, [#26](https://github.com/winterland1989/mysql-haskell/issues/26).
mysql-haskell.cabal view
@@ -1,5 +1,5 @@ name: mysql-haskell-version: 0.8.4.0+version: 0.8.4.1 synopsis: pure haskell MySQL driver description: pure haskell MySQL driver license: BSD3@@ -75,7 +75,7 @@ build-depends: mysql-haskell , base , bytestring- , tasty == 0.11.*+ , tasty >= 0.11 && < 2.0 , tasty-hunit , text , io-streams