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-06-06 09:43:15 +0200
committerPeter Simons <simons@cryp.to>2015-06-06 09:43:15 +0200
commit08c4a192e23681d31cf88c1509ddf29cf802492a (patch)
tree71202d04e74965490f7a22f926adc864b388e67b /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent52184b53c05464fc9ccd3dd8200cb78c41ec8cc7 (diff)
downloadnixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar.gz
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar.bz2
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar.lz
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar.xz
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.tar.zst
nixpkgs-08c4a192e23681d31cf88c1509ddf29cf802492a.zip
ghc-7.10.x.nix: remove obsolete re-build hacks from the package set configuration
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.nix14
1 files changed, 0 insertions, 14 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 ac02bbc8818..335b133f555 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -278,18 +278,4 @@ self: super: {
   # Won't work with LLVM 3.5.
   llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
 
-  # Ugly hack to trigger a rebuild to fix the broken package on Hydra.
-  asn1-encoding = appendConfigureFlag super.asn1-encoding "-fignore-me-1";
-  asn1-types = appendConfigureFlag super.asn1-types "-fignore-me-1";
-  cmdargs = appendConfigureFlag super.cmdargs "-fignore-me-1";
-  crypto-api = appendConfigureFlag super.crypto-api "-fignore-me-1";
-  crypto-pubkey-types = appendConfigureFlag super.crypto-pubkey-types "-fignore-me-1";
-  hourglass = appendConfigureFlag super.hourglass "-fignore-me-1";
-  math-functions = appendConfigureFlag super.math-functions "-fignore-me-1";
-  tagsoup = appendConfigureFlag super.tagsoup "-fignore-me-1";
-  X11 = appendConfigureFlag super.X11 "-fignore-me-1";
-  x509 = appendConfigureFlag super.x509 "-fignore-me-1";
-  x509-store = appendConfigureFlag super.x509-store "-fignore-me-1";
-  x509-system = appendConfigureFlag super.x509-system "-fignore-me-1";
-
 }