From 39035d6433fff2356cf65747649666ed9b6e83e1 Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Fri, 1 Feb 2019 22:40:35 +0100
Subject: [PATCH] Declare support for (unreleased) base-4.13/ghc-8.8

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

diff --git a/filepath.cabal b/filepath.cabal
index 7faf61a..6070141 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -48,7 +48,7 @@ library
         System.FilePath.Windows
 
     build-depends:
-        base >= 4 && < 4.13
+        base >= 4 && < 4.14
 
     ghc-options: -Wall
 
-- 
GitLab