From 40b134334b5ee90d4a9b17b9e4ac33f83dc77db3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Sep 2015 10:02:34 +0200 Subject: [PATCH] haskell-serversession-backend-acid-state can't compile its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9d925461bc7f..fdc5ee7d140b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -907,4 +907,8 @@ self: super: { # We cannot build this package w/o the C library from . phash = markBroken super.phash; + # https://github.com/yesodweb/serversession/issues/2 + # https://github.com/haskell/cabal/issues/2661 + serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1; + }