From 58a339922f2307f7ca02ac2885dd174037188d03 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Mon, 25 Oct 2021 11:09:02 +0200
Subject: [PATCH] Update version bounds for base

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

diff --git a/teiwa.cabal b/teiwa.cabal
index 8e84544..9760cff 100644
--- a/teiwa.cabal
+++ b/teiwa.cabal
@@ -45,7 +45,7 @@ executable teiwa
   other-modules:       CLI
                      , Paths_teiwa
   -- other-extensions:
-  build-depends:       base >=4.12 && <4.13
+  build-depends:       base >=4.12 && <4.15
                      , filepath
                      , mtl
                      , optparse-applicative
-- 
GitLab