From 71f00921435ebdb3e3437b605e8616f3fc3a2579 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Jun 2016 19:14:08 +0200 Subject: [PATCH] haskell-lhc: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5d9d08af110..25596bdd0a8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -563,9 +563,6 @@ self: super: { HaVSA = super.HaVSA.override { QuickCheck = self.QuickCheck_1_2_0_1; }; test-framework-quickcheck = super.test-framework-quickcheck.override { QuickCheck = self.QuickCheck_1_2_0_1; }; - # Doesn't support "this system". Linux? Needs investigation. - lhc = markBroken (super.lhc.override { QuickCheck = self.QuickCheck_1_2_0_1; }); - # Depends on broken test-framework-quickcheck. apiary = dontCheck super.apiary; apiary-authenticate = dontCheck super.apiary-authenticate;