summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-23 20:34:23 +0200
committerPeter Simons <simons@cryp.to>2015-07-25 20:54:42 +0200
commit54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158 (patch)
tree25b704a96ec64453dfbd5c8897075c92d3589cb5 /pkgs/development/haskell-modules
parent867eda32ca28b1dca1cea3e6fa6af868d5e39029 (diff)
downloadnixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar.gz
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar.bz2
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar.lz
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar.xz
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.tar.zst
nixlib-54d86f86fdbfe4efbf83f015bbf6cbdde3a2c158.zip
haskell-base: update override for new version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 491bf5cf2005..5260d508ab12 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -221,7 +221,7 @@ self: super: {
       });
 
   # 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;
+  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;