From 69801d02ce4c3e9d6903bc478112720716242303 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Feb 2022 06:50:23 -0800 Subject: [PATCH] Disable `pantry` as it is failing with `aeson > 2.0` (#6441) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d46c29bb..00a80a3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -807,7 +807,7 @@ packages: - githash - time-manager - - pantry + - pantry < 0 # via aeson 2, https://github.com/commercialhaskell/stackage/issues/6441 - mega-sdist - http-download - hi-file-parser