From 7bd8d5f56d33dd81781b0bd2029e8d1262ceabdd Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Tue, 24 Jan 2017 17:34:14 +0000 Subject: [PATCH] Loosen upper bound on directory --- 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 64fbf9c..b0222a1 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -41,7 +41,7 @@ Library base64-bytestring >= 1.0 && < 1.1, bytestring >= 0.10 && < 0.11, cryptohash >= 0.11 && < 0.12, - directory >= 1.2 && < 1.3, + directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.6, time >= 1.4 && < 1.7 @@ -55,7 +55,7 @@ Executable migrate base64-bytestring >= 1.0 && < 1.1, bytestring >= 0.10 && < 0.11, cryptohash >= 0.11 && < 0.12, - directory >= 1.2 && < 1.3, + directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.6, time >= 1.4 && < 1.7, text >= 1.2 && < 1.3