diff --git a/src/runtime/haskell/pgf2.cabal b/src/runtime/haskell/pgf2.cabal index 61603ee16..c15f85dba 100644 --- a/src/runtime/haskell/pgf2.cabal +++ b/src/runtime/haskell/pgf2.cabal @@ -33,7 +33,7 @@ library build-depends: integer-gmp, ghc-prim, - base >= 4.3 && < 4.16, + base >= 4.3 && <= 4.16.0.0, containers, pretty, array,