Skip to content

Commit

Permalink
[#12] Support latest 2 GHC versions (#13)
Browse files Browse the repository at this point in the history
* [#12] Support latest 3 GHC versions

Resolves #12

* Fix GHC-8.2.2

* Drop GHC-8.2.2
  • Loading branch information
Dmitrii Kovanikov authored and vrom911 committed Jul 11, 2019
1 parent b902b17 commit 707766a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ cache:
- "$HOME/.stack"
- "$TRAVIS_BUILD_DIR/.stack-work"

# add PostgreSQL with version 10
services:
- postgresql

matrix:
include:
- ghc: 8.4.4
- ghc: 8.6.5

- ghc: 8.6.5
Expand Down
5 changes: 3 additions & 2 deletions postgresql-simple-named.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ category: Database
build-type: Simple
extra-doc-files: README.md
, CHANGELOG.md
tested-with: GHC == 8.6.5
tested-with: GHC == 8.4.4
, GHC == 8.6.5

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

common common-options
build-depends: base ^>= 4.12.0.0
build-depends: base >= 4.11 && < 4.13

ghc-options: -Wall
-Wincomplete-uni-patterns
Expand Down

0 comments on commit 707766a

Please sign in to comment.