From 064136cafda6a499cf0a1212e9c97d5ace94a94c Mon Sep 17 00:00:00 2001 From: krangelov Date: Wed, 10 Nov 2021 14:40:45 +0100 Subject: [PATCH] another fix for Windows --- 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 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,