Skip to content

Commit 0c89b20

Browse files
committed
GHC 8.6 support
1 parent c6c5063 commit 0c89b20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- CABALVER=1.24 GHCVER=8.0.2
1111
- CABALVER=2.0 GHCVER=8.2.2
1212
- CABALVER=2.2 GHCVER=8.4.3
13+
- CABALVER=2.4 GHCVER=8.6.4
1314

1415
before_install:
1516
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc

postgresql-simple-migration.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Executable migrate
6363
test-suite tests
6464
main-is: Main.hs
6565
hs-source-dirs: test
66+
other-modules: Database.PostgreSQL.Simple.MigrationTest
6667
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
6768
default-extensions: OverloadedStrings, CPP, LambdaCase
6869
default-language: Haskell2010

0 commit comments

Comments
 (0)