From cfcee98e4c2ba235c8b4abb6b1f7d17a6c15cad4 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Wed, 15 Jan 2020 11:50:25 +0000 Subject: [PATCH] Bump time upper-bound for compatibility with GHC 8.8 --- postgresql-simple-migration.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal index fcc78e7..91b990f 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -43,7 +43,7 @@ Library cryptohash >= 0.11 && < 0.12, directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.7, - time >= 1.4 && < 1.9 + time >= 1.4 && < 1.10 Executable migrate main-is: Main.hs @@ -57,7 +57,7 @@ Executable migrate cryptohash >= 0.11 && < 0.12, directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.7, - time >= 1.4 && < 1.9, + time >= 1.4 && < 1.10, text >= 1.2 && < 1.3 test-suite tests