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

Relax time bound for GHC 8.0 #6

Merged
merged 2 commits into from
Aug 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.2
- CABALVER=1.24 GHCVER=8.0.1

before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
Expand Down
4 changes: 2 additions & 2 deletions postgresql-simple-migration.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Library
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.3,
postgresql-simple >= 0.4 && < 0.6,
time >= 1.4 && < 1.6
time >= 1.4 && < 1.7

Executable migrate
main-is: Main.hs
Expand All @@ -57,7 +57,7 @@ Executable migrate
cryptohash >= 0.11 && < 0.12,
directory >= 1.2 && < 1.3,
postgresql-simple >= 0.4 && < 0.6,
time >= 1.4 && < 1.6,
time >= 1.4 && < 1.7,
text >= 1.2 && < 1.3

test-suite tests
Expand Down