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 703148d commit c68f1a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ 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 --stack-yaml stack-lts-7.yaml"
compiler: ": # lts-7"
- env: ARGS="--resolver lts-8"
compiler: ": # lts-8"
- env: ARGS="--resolver lts-9"
compiler: ": # lts-9"
- env: ARGS="--resolver lts-10"
compiler: ": # lts-10"
- env: ARGS="--resolver lts-11"
compiler: ": # lts-11"
- env: ARGS="--resolver nightly
compiler: ": # nightly"
- env: ARGS="--resolver lts
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.4.5

* Add Semigroup instance for Query
* Add a `(Param a) => Param (In (Set a))` instance.
* Drop testing under GHC 7.8 / lts-2

## 0.4.4

Expand Down
2 changes: 1 addition & 1 deletion mysql-simple.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql-simple
version: 0.4.4
version: 0.4.5
homepage: https://github.com/paul-rouse/mysql-simple
bug-reports: https://github.com/paul-rouse/mysql-simple/issues
synopsis: A mid-level MySQL client library.
Expand Down
5 changes: 0 additions & 5 deletions stack-lts-7.yaml

This file was deleted.

0 comments on commit c68f1a7

Please sign in to comment.