Skip to content

Commit c68f1a7

Browse files
committed
Version bump, and drop lts-2 tests
1 parent 703148d commit c68f1a7

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

.travis.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@ services:
1818
# change flags or use --stack-yaml to point to a different file.
1919
matrix:
2020
include:
21-
- env: ARGS="--resolver lts-2"
22-
compiler: ": # lts-2"
2321
- env: ARGS="--resolver lts-6"
2422
compiler: ": # lts-6"
25-
- env: ARGS="--resolver lts-7 --stack-yaml stack-lts-7.yaml"
26-
compiler: ": # lts-7"
27-
- env: ARGS="--resolver lts-8"
28-
compiler: ": # lts-8"
2923
- env: ARGS="--resolver lts-9"
3024
compiler: ": # lts-9"
31-
- env: ARGS="--resolver lts-10"
32-
compiler: ": # lts-10"
25+
- env: ARGS="--resolver lts-11"
26+
compiler: ": # lts-11"
3327
- env: ARGS="--resolver nightly
3428
compiler: ": # nightly"
3529
- env: ARGS="--resolver lts

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
## 0.4.5
2+
3+
* Add Semigroup instance for Query
14
* Add a `(Param a) => Param (In (Set a))` instance.
5+
* Drop testing under GHC 7.8 / lts-2
26

37
## 0.4.4
48

mysql-simple.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mysql-simple
2-
version: 0.4.4
2+
version: 0.4.5
33
homepage: https://github.com/paul-rouse/mysql-simple
44
bug-reports: https://github.com/paul-rouse/mysql-simple/issues
55
synopsis: A mid-level MySQL client library.

stack-lts-7.yaml

-5
This file was deleted.

0 commit comments

Comments
 (0)