summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-11 23:55:37 +0100
committerPeter Simons <simons@cryp.to>2015-11-12 22:31:03 +0100
commitaee2e72122a9d509dd5a838c2df10c8f8db76c79 (patch)
treea9a9c3b3af49fd27ce01438c8f5caeb86b0929bb /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent4856880cab3e507567a025f11a577325a4538566 (diff)
downloadnixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar.gz
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar.bz2
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar.lz
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar.xz
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.tar.zst
nixpkgs-aee2e72122a9d509dd5a838c2df10c8f8db76c79.zip
Haskell math-functions is broken on Hydra again. :-(
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index c685f310393..f9f94c8f57d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -212,4 +212,7 @@ self: super: {
   # https://github.com/DanielG/cabal-helper/issues/10
   cabal-helper = dontCheck super.cabal-helper;
 
+  # Re-build this package to fix broken binaries on Hydra.
+  math-functions = triggerRebuild super.math-functions 2;
+
 }