From 0e3598eb8a88b0bbb693e89793c82b2196fc6cbf Mon Sep 17 00:00:00 2001 From: Robin Heggelund Hansen <854889+robinheghan@users.noreply.github.com> Date: Fri, 16 Sep 2022 08:02:37 +0200 Subject: [PATCH] Bump base dependency. --- gren.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gren.cabal b/gren.cabal index bd204938..4dfa52f6 100644 --- a/gren.cabal +++ b/gren.cabal @@ -200,7 +200,7 @@ Common gren-common Build-depends: ansi-terminal >= 0.11 && < 0.12, ansi-wl-pprint >= 0.6.8 && < 0.7, - base >=4.16 && <5, + base >= 4.17 && <5, binary >= 0.8 && < 0.9, bytestring >= 0.11 && < 0.12, containers >= 0.6 && < 0.7,