From 6d4e88f970d36bcbba727757b9ff7b5abacc747b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 15:52:50 +0200 Subject: [PATCH] haskell-modules: remove obsolete overrides --- .../development/haskell-modules/configuration-common.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a91a418bc4e..4b89985026e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -239,21 +239,12 @@ self: super: { ''; }); - # Does not compile: "fatal error: ieee-flpt.h: No such file or directory" - base_4_8_1_0 = markBroken super.base_4_8_1_0; - # Obsolete: https://github.com/massysett/prednote/issues/1. prednote-test = markBrokenVersion "0.26.0.4" super.prednote-test; - # Doesn't compile: "Setup: can't find include file ghc-gmp.h" - integer-gmp_1_0_0_0 = markBroken super.integer-gmp_1_0_0_0; - # Obsolete. lushtags = markBrokenVersion "0.0.1" super.lushtags; - # https://github.com/haskell/bytestring/issues/41 - bytestring_0_10_6_0 = dontCheck super.bytestring_0_10_6_0; - # tests don't compile for some odd reason jwt = dontCheck super.jwt;