From 5c161d43ed8bb31567ff942cb21a6d026b82064f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Sep 2015 15:50:52 +0200 Subject: [PATCH] haskell-hpack: disable broken 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 5ee7fbd603c..179ee4c5a87 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -900,4 +900,7 @@ self: super: { # https://github.com/haskell/cabal/issues/2661 serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1; + # https://github.com/sol/hpack/issues/53 + hpack = dontCheck super.hpack; + }