Skip to content

Commit

Permalink
Version bump, and drop lts-2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse committed Mar 20, 2018
1 parent 9376bb6 commit 69818b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ services:
# change flags or use --stack-yaml to point to a different file.
matrix:
include:
- env: ARGS="--resolver lts-2"
compiler: ": # lts-2"
- env: ARGS="--resolver lts-6"
compiler: ": # lts-6"
- env: ARGS="--resolver lts-7"
- env: ARGS="--resolver lts-9"
compiler: ": # lts-7"
- env: ARGS="--resolver lts-10"
- env: ARGS="--resolver lts-11"
compiler: ": # lts-10"
- env: ARGS="--resolver nightly"
compiler: ": # nightly"
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.5

* Add Semigroup instance for FieldFlags
* Fix some warnings
* Drop testing under GHC 7.8 / lts-2

## 0.1.4

* Expose mysql_thread_end() as `endThread`
Expand Down
2 changes: 1 addition & 1 deletion mysql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.1.4
version: 0.1.5
homepage: https://github.com/paul-rouse/mysql
bug-reports: https://github.com/paul-rouse/mysql/issues
synopsis: A low-level MySQL client library.
Expand Down

0 comments on commit 69818b8

Please sign in to comment.