From 706b2274cb0957e34338a84029597a5e75962438 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 25 Mar 2015 20:33:26 +0100 Subject: [PATCH] haskell-esqueleto fails its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d9ce5d3a1fe..7b69a84007a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -634,6 +634,9 @@ self: super: { Hipmunk = markBroken super.Hipmunk; HipmunkPlayground = dontDistribute super.HipmunkPlayground; + # https://github.com/prowdsponsor/esqueleto/issues/93 + esqueleto = dontCheck super.esqueleto; + } // { # Not on Hackage.