From 65ca963e0bf1d6b53fe221f82397a7a1e864895b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 13 Jun 2019 21:55:34 +0200 Subject: [PATCH] haskell-tasty-lua: disable test suite to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ .../development/haskell-modules/configuration-hackage2nix.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8971be3e6b7a..234b04b7a25e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1270,4 +1270,7 @@ self: super: { # https://github.com/pruvisto/heap/issues/11 heap = dontCheck super.heap; + # https://github.com/hslua/tasty-lua/issues/1 + tasty-lua = dontCheck super.tasty-lua; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index a6ad6f9d61a3..f04d8ac3fe01 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -9127,7 +9127,6 @@ broken-packages: - tasty-jenkins-xml - tasty-laws - tasty-lens - - tasty-lua - tasty-quickcheck-laws - tasty-stats - tasty-tap diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 80a4a8fe6032..5a41f4a66d65 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -226059,8 +226059,6 @@ self: { ]; description = "Write tests in Lua, integrate into tasty"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; - broken = true; }) {}; "tasty-program" = callPackage