From 418fd4a28cc02eadcee2ba7c7feae91413f50016 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 30 Dec 2016 11:42:46 +0000 Subject: [PATCH] Relax directory bound GHC 8.0.2 ships with a new version of directory. --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index f291f61..cb6c9fb 100644 --- a/package.yaml +++ b/package.yaml @@ -20,7 +20,7 @@ library: dependencies: - base >=4.7 && <4.10 - Cabal >=1.22 && <1.25 - - directory >=1.2 && <1.3 + - directory >=1.2 && <1.4 - filepath >=1.3 && <1.5 source-dirs: library license: MIT