From 83db889148937ea9672d0d09ecbc4a7ba9448b74 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Mar 2015 20:44:13 +0100 Subject: [PATCH] haskell-base: don't try to build this package --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5a5652b7df7..0259c202070 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -170,8 +170,8 @@ self: super: { ''; }); - # Does not compile: . - base_4_7_0_2 = markBroken super.base_4_7_0_2; + # Does not compile: "fatal error: ieee-flpt.h: No such file or directory" + base_4_8_0_0 = markBroken super.base_4_8_0_0; # Obsolete: https://github.com/massysett/prednote/issues/1. prednote-test = markBrokenVersion "0.26.0.4" super.prednote-test;