From b3e4789e19ae65404592776d08c892e88b31ecea Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Tue, 20 Jun 2023 17:54:46 -0700 Subject: [PATCH] Build against `ansi-wl-pprint-1.0.2` (#445) --- turtle.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle.cabal b/turtle.cabal index 42dfe04..2f38fff 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -64,7 +64,7 @@ Library Build-Depends: -- 2021-09-07: Turtle.Prelude uses GHC-8.0 features, so base >= 4.9 base >= 4.9 && < 5 , - ansi-wl-pprint >= 0.6 && < 0.7 , + ansi-wl-pprint >= 0.6 && < 1.1 , async >= 2.0.0.0 && < 2.3 , bytestring >= 0.9.1.8 && < 0.12, clock >= 0.4.1.2 && < 0.9 ,