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>2016-10-05 20:49:50 +0200
committerPeter Simons <simons@cryp.to>2016-10-05 21:07:29 +0200
commit75df6107da2cc042db0c847e68a591ccb5b869e8 (patch)
treed5ac49f98d39757d09797b90b841c1fe99f14fc0 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentcdcc305027d1951b82585915478c5b239da0deab (diff)
downloadnixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar.gz
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar.bz2
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar.lz
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar.xz
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.tar.zst
nixlib-75df6107da2cc042db0c847e68a591ccb5b869e8.zip
haskell-configuration-ghc-7.10.x: drop obsolete overrides
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 a0f8056c081c..1d157f6c3636 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -179,9 +179,6 @@ self: super: {
   vector-algorithms = addBuildDepends (dontCheck super.vector-algorithms)
     [ self.mtl self.mwc-random ];
 
-  # Trigger rebuild to mitigate broken packaes on Hydra.
-  amazonka-core = triggerRebuild super.amazonka-core 1;
-
   # https://github.com/thoughtpolice/hs-ed25519/issues/13
   ed25519 = dontCheck super.ed25519;
 
@@ -212,6 +209,6 @@ self: super: {
   # Moved out from common as no longer the case for GHC8
   ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };
 
-  generic-deriving = self.generic-deriving_1_10_5;
+
 
 }