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,