Skip to content

Commit

Permalink
Merge pull request winterland1989#29 from naushadh/upgrade-tasty
Browse files Browse the repository at this point in the history
Relax `tasty` version bound to build with latest stackage.
  • Loading branch information
winterland1989 authored Oct 24, 2018
2 parents ecc48b1 + 0e1758b commit 5a77c84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions mysql-haskell.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -75,7 +75,7 @@ test-suite test
build-depends: mysql-haskell
, base
, bytestring
, tasty == 0.11.*
, tasty >= 0.11 && < 2.0
, tasty-hunit
, text
, io-streams
Expand Down

0 comments on commit 5a77c84

Please sign in to comment.