summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 11:15:58 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 11:15:58 +0200
commite0181e4b725db7dc4f64324f0cad0bf3af1544e9 (patch)
tree386c5608bf7f2f11824a78c70df54f438e5a6bd1 /pkgs/development
parent8092931f809a119ea413812c3ecea828273657be (diff)
downloadnixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar.gz
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar.bz2
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar.lz
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar.xz
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.tar.zst
nixpkgs-e0181e4b725db7dc4f64324f0cad0bf3af1544e9.zip
haskell-void: trigger re-build some more
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix2
2 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
index 50f9585f505..a9c2bb609ae 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
@@ -76,4 +76,8 @@ self: super: {
   # Needs hashable on pre 7.10.x compilers.
   nats = addBuildDepend super.nats self.hashable;
 
+  # Ugly hack that triggers a re-build to get rid of the broken version served
+  # by Hydra: http://hydra.cryp.to/build/794276/nixlog/41/raw.
+  void = appendConfigureFlag super.void "-fignore-me-3";
+
 }
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index caa4882accb..fb95a3c2833 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -134,6 +134,6 @@ self: super: {
 
   # Ugly hack that triggers a re-build to get rid of the broken version served
   # by Hydra: http://hydra.cryp.to/build/794273/nixlog/98/raw.
-  void = appendConfigureFlag super.void "-fignore-me";
+  void = appendConfigureFlag super.void "-fignore-me-3";
 
 }