From fe91334fbf2dffed16e59e9903efbae899818dab Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 Oct 2018 11:36:57 +0200 Subject: haskell-yesod-core: disable broken test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 98521cce4ea7..6f654c32dbb2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1148,4 +1148,7 @@ self: super: { arbtt = doJailbreak super.arbtt; + # https://github.com/yesodweb/yesod/issues/1563 + yesod-core = dontCheck super.yesod-core; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super -- cgit 1.4.1