From 6a7e8438812d34230243ff45ab3e42cbf9b34e3a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 15 Sep 2017 12:08:06 -0400 Subject: [PATCH] Bump upper bound on base --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.cabal b/directory.cabal index c1df9af3..758528aa 100644 --- a/directory.cabal +++ b/directory.cabal @@ -55,7 +55,7 @@ Library include-dirs: . build-depends: - base >= 4.5 && < 4.11, + base >= 4.5 && < 4.12, time >= 1.4 && < 1.9, filepath >= 1.3 && < 1.5 if os(windows)