Skip to content

Commit

Permalink
Drop support for GHC 7.8
Browse files Browse the repository at this point in the history
The support was dropped by newer hasql-versions anyway
  • Loading branch information
Timo von Holtz committed Feb 25, 2018
1 parent 456e45d commit 4eb815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ before_script:
- psql -c 'create database test;' -U postgres

env:
- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.1
- CABALVER=2.0 GHCVER=8.2.2

before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
Expand Down

0 comments on commit 4eb815c

Please sign in to comment.