From 9088df9f97914664c9360857347d65c32dd6c892 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 11 Nov 2019 17:32:10 -0500
Subject: [PATCH] Bump base upper bound to 4.15

---
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index fef0a54..f609f6c 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -48,7 +48,7 @@ library
         System.FilePath.Windows
 
     build-depends:
-        base >= 4.9 && < 4.15
+        base >= 4 && < 4.16
 
     ghc-options: -Wall
 
-- 
GitLab