From 57a98cc5bc9a0725ba94259ff39cb736b66d5935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:50:40 +0200 Subject: [PATCH] Removed constraints for `aeson-pretty` and `aeson-extra` (#7031). --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f6a5335..c4f3543d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8364,8 +8364,6 @@ packages: "Stackage upper bounds": # https://github.com/commercialhaskell/stackage/issues/7031 - aeson < 2.2.0 - - aeson-pretty < 0.8.10 - - aeson-extra < 0.5.1.3 - attoparsec-aeson < 2.2 # https://github.com/commercialhaskell/stackage/issues/7052