From 9e5823c3503fac01fd99fea04784d045406dcc78 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Fri, 13 Aug 2021 10:28:44 +0200 Subject: [PATCH] Tweak base upper bound in pgf2.cabal --- src/runtime/haskell/pgf2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell/pgf2.cabal b/src/runtime/haskell/pgf2.cabal index f047d6750..4ac762d06 100644 --- a/src/runtime/haskell/pgf2.cabal +++ b/src/runtime/haskell/pgf2.cabal @@ -30,7 +30,7 @@ library PGF2.Expr, PGF2.Type build-depends: - base >= 4.3 && < 4.15, + base >= 4.3 && < 4.16, containers, pretty, array,