summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-27 20:44:13 +0100
committerPeter Simons <simons@cryp.to>2015-03-30 16:43:54 +0200
commit83db889148937ea9672d0d09ecbc4a7ba9448b74 (patch)
tree61a09e7644d8e732425e5afc4feb4bfe31f9a7cd /pkgs/development/haskell-modules/configuration-common.nix
parent834f2dc27b86cb1a89666f0a0cd9ea14c13efc65 (diff)
downloadnixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar.gz
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar.bz2
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar.lz
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar.xz
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.tar.zst
nixpkgs-83db889148937ea9672d0d09ecbc4a7ba9448b74.zip
haskell-base: don't try to build this package
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files 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: <http://hydra.cryp.to/build/469842/nixlog/1/raw>.
-  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;