From 3ebb36f4a2c42b74ec4e35efccc2be34c198a830 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 24 May 2020 01:28:31 -0400
Subject: [PATCH] Bump base upper bound
---
terminfo.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminfo.cabal b/terminfo.cabal
index 1243d58..92d7725 100644
--- a/terminfo.cabal
+++ b/terminfo.cabal
@@ -28,7 +28,7 @@ Library
other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
if impl(ghc>=7.3)
other-extensions: Safe, Trustworthy
- build-depends: base >= 4.9 && < 4.15
+ build-depends: base >= 4.9 && < 4.16
ghc-options: -Wall
exposed-modules:
System.Console.Terminfo
--
GitLab