From 25509ffa6ce29884d0455ad49e4d15e69972a2a4 Mon Sep 17 00:00:00 2001 From: Valentin Robert Date: Mon, 26 Feb 2024 16:33:43 -0800 Subject: [PATCH] bump minimum bound for base --- llvm-pretty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-pretty.cabal b/llvm-pretty.cabal index 85ce328..3191fd7 100644 --- a/llvm-pretty.cabal +++ b/llvm-pretty.cabal @@ -46,7 +46,7 @@ Library Text.LLVM.Triple.Parse.LookupTable Text.LLVM.Util - Build-depends: base >= 4.9 && < 5, + Build-depends: base >= 4.11 && < 5, containers >= 0.4, parsec >= 3, pretty >= 1.0.1,