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