Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 3d95947

Browse files
authored
Merge pull request #6 from tvh/time-1.6
Relax time bound for GHC 8.0
2 parents c822ebe + 2433294 commit 3d95947

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- CABALVER=1.18 GHCVER=7.6.3
1111
- CABALVER=1.18 GHCVER=7.8.4
1212
- CABALVER=1.22 GHCVER=7.10.2
13+
- CABALVER=1.24 GHCVER=8.0.1
1314

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

postgresql-simple-migration.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Library
4343
cryptohash >= 0.11 && < 0.12,
4444
directory >= 1.2 && < 1.3,
4545
postgresql-simple >= 0.4 && < 0.6,
46-
time >= 1.4 && < 1.6
46+
time >= 1.4 && < 1.7
4747

4848
Executable migrate
4949
main-is: Main.hs
@@ -57,7 +57,7 @@ Executable migrate
5757
cryptohash >= 0.11 && < 0.12,
5858
directory >= 1.2 && < 1.3,
5959
postgresql-simple >= 0.4 && < 0.6,
60-
time >= 1.4 && < 1.6,
60+
time >= 1.4 && < 1.7,
6161
text >= 1.2 && < 1.3
6262

6363
test-suite tests

0 commit comments

Comments
 (0)