From c925f9dd0ac3c2fd532a2528e313cf34946ab3ba Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 18 May 2024 00:20:35 -0400 Subject: [PATCH] add character-ps to Grandfathered deps as commented: 'aeson' & 'attoparsec-aeson' now depend on this library; while not present before it is a direct dependency of 'aeson', so i'm counting that as "grandfathering" it in --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60de3a52..0ac06884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5459,6 +5459,7 @@ packages: - cereal - cereal-text - cereal-vector + - character-ps # dependency of 'aeson' & 'attoparsec-aeson' as of 2.2.2.0 - chunked-data - cipher-aes128 < 0 # 0.7.0.6 compile fail - cipher-blowfish < 0 # 0.0.3 compile fail