From 6592947fdd7ce4181f7c62e6bcf1204945f60704 Mon Sep 17 00:00:00 2001 From: Robin Heggelund Hansen Date: Fri, 11 Feb 2022 09:10:45 +0100 Subject: [PATCH] Use dependencies which only work on GHC 9.2.1 --- gren.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gren.cabal b/gren.cabal index b0697707..1fa970fd 100644 --- a/gren.cabal +++ b/gren.cabal @@ -193,9 +193,9 @@ Executable gren Build-depends: ansi-terminal >= 0.11 && < 0.12, ansi-wl-pprint >= 0.6.8 && < 0.7, - base >=4.11 && <5, + base >=4.16 && <5, binary >= 0.8 && < 0.9, - bytestring >= 0.10 && < 0.11, + bytestring >= 0.11 && < 0.12, containers >= 0.6 && < 0.7, directory >= 1.2.3.0 && < 2.0, edit-distance >= 0.2 && < 0.3,