From 8625c1c0550719437acad89d49401cf048990084 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 6 Dec 2016 17:21:24 -0500 Subject: [PATCH] Bump directory upper bound to <1.4 --- hpc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.cabal b/hpc.cabal index 6ae6aa9..994ca28 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -37,7 +37,7 @@ Library Build-Depends: base >= 4.4.1 && < 4.11, containers >= 0.4.1 && < 0.6, - directory >= 1.1 && < 1.3, + directory >= 1.1 && < 1.4, filepath >= 1 && < 1.5, time >= 1.2 && < 1.7 ghc-options: -Wall -- GitLab