From 5e4f1adc8af01215535e47fa8c5c42fd98661b01 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Jul 2015 18:01:41 +0200 Subject: haskell-hwsl2: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) (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 a59219786c98..837fa79859d4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -619,10 +619,6 @@ self: super: { # https://github.com/jwiegley/simple-conduit/issues/2 simple-conduit = markBroken super.simple-conduit; - # https://github.com/srijs/hwsl2/issues/1 - hwsl2 = markBroken super.hwsl2; - hwsl2-reducers = dontDistribute super.hwsl2-reducers; - # https://code.google.com/p/linux-music-player/issues/detail?id=1 mp = markBroken super.mp; diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index de0fdacb3f9d..ca7c0f56bc17 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -268,4 +268,8 @@ self: super: { # Inexplicable haddock failure # https://github.com/gregwebs/aeson-applicative/issues/2 aeson-applicative = dontHaddock super.aeson-applicative; + + # GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1. + hwsl2 = dontCheck super.hwsl2; + } -- cgit 1.4.1