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-12-31 18:26:26 +0100
committerPeter Simons <simons@cryp.to>2015-12-31 23:43:09 +0100
commitd464c85fdf08c1c043904c46f884cb9c9d94257c (patch)
tree187c5f4a5e6751240810bbcc3de899d8d815c017 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent5f47b751b3b8baa2aadd1dd54d855d1f79041451 (diff)
downloadnixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar.gz
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar.bz2
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar.lz
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar.xz
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.tar.zst
nixpkgs-d464c85fdf08c1c043904c46f884cb9c9d94257c.zip
haskell-modules: remove obsolete re-build triggers
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.nix5
1 files changed, 1 insertions, 4 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 00e12b01564..0c2685eee83 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -77,7 +77,7 @@ self: super: {
 
   # haddock: No input file(s).
   nats = dontHaddock super.nats;
-  bytestring-builder = dontHaddock (triggerRebuild super.bytestring-builder 1);
+  bytestring-builder = dontHaddock super.bytestring-builder;
 
   # We have time 1.5
   aeson = disableCabalFlag super.aeson "old-locale";
@@ -208,7 +208,4 @@ 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;
-
 }