Skip to content

Commit

Permalink
Drop test for GHC-7.10
Browse files Browse the repository at this point in the history
bytestring-strict-builder won't build here and this version is old by
now anyway.
  • Loading branch information
Timo von Holtz committed Jun 26, 2018
1 parent 113a651 commit 4b91480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ before_script:
- psql -c 'create database test;' -U postgres

env:
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.1
- CABALVER=2.0 GHCVER=8.2.2
- CABALVER=2.2 GHCVER=8.4.3
Expand Down
2 changes: 1 addition & 1 deletion hasql-migration.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Database
build-type: Simple
cabal-version: >= 1.10
description: A PostgreSQL-simple schema migration utility
tested-with: GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3
tested-with: GHC==8.0.1, GHC==8.2.2, GHC==8.4.3
extra-source-files: License
Readme.markdown

Expand Down

0 comments on commit 4b91480

Please sign in to comment.