From 3e82eca614241c913c2ff101eac42d586b4783f9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Feb 2022 06:51:02 -0800 Subject: [PATCH] Disable `mixpanel-client` as it is failing with `aeson > 2.0` (#6443) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea165d00..a9e3632d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4161,7 +4161,7 @@ packages: "Domen Kozar @domenkozar": - elm2nix - - mixpanel-client + - mixpanel-client < 0 # aeson 2, https://github.com/commercialhaskell/stackage/issues/6443 - netrc - pretty-sop - servant-auth