Skip to content

Commit 707766a

Browse files
Dmitrii Kovanikovvrom911
authored andcommitted
[#12] Support latest 2 GHC versions (#13)
* [#12] Support latest 3 GHC versions Resolves #12 * Fix GHC-8.2.2 * Drop GHC-8.2.2
1 parent b902b17 commit 707766a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ cache:
1212
- "$HOME/.stack"
1313
- "$TRAVIS_BUILD_DIR/.stack-work"
1414

15-
# add PostgreSQL with version 10
1615
services:
1716
- postgresql
1817

1918
matrix:
2019
include:
20+
- ghc: 8.4.4
2121
- ghc: 8.6.5
2222

2323
- ghc: 8.6.5

postgresql-simple-named.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ category: Database
2828
build-type: Simple
2929
extra-doc-files: README.md
3030
, CHANGELOG.md
31-
tested-with: GHC == 8.6.5
31+
tested-with: GHC == 8.4.4
32+
, GHC == 8.6.5
3233

3334
source-repository head
3435
type: git
3536
location: https://github.com/Holmusk/postgresql-simple-named.git
3637

3738
common common-options
38-
build-depends: base ^>= 4.12.0.0
39+
build-depends: base >= 4.11 && < 4.13
3940

4041
ghc-options: -Wall
4142
-Wincomplete-uni-patterns

0 commit comments

Comments
 (0)