From d619116d7e5cbab6f7beafbd0952b7b462f4c6d1 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 12 Jan 2017 08:31:06 +0100 Subject: [PATCH] Relax bounds of directory --- hasql-migration.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql-migration.cabal b/hasql-migration.cabal index 0f1dd92..fa12008 100644 --- a/hasql-migration.cabal +++ b/hasql-migration.cabal @@ -1,5 +1,5 @@ name: hasql-migration -version: 0.1.1 +version: 0.1.2 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/tvh/hasql-migration Bug-reports: https://github.com/tvh/hasql-migration/issues @@ -38,7 +38,7 @@ Library contravariant >= 1.3 && < 1.5, cryptohash >= 0.11 && < 0.12, data-default-class >= 0.0.1 && < 0.2, - directory >= 1.2 && < 1.3, + directory >= 1.2 && < 1.4, hasql >= 0.19 && < 0.20, hasql-transaction >= 0.4 && < 0.5, text >= 1.2 && < 1.3,