haskellPackages: unbreak amazonka (and other packages that use it)

Closes https://github.com/NixOS/nixpkgs/pull/68944.
This commit is contained in:
Jean-Baptiste Giraudeau
2019-09-22 13:43:08 +02:00
committed by Peter Simons
parent 24bf604013
commit 6ceb7a1285
4 changed files with 56 additions and 147 deletions
@@ -1231,4 +1231,10 @@ self: super: {
# The LTS-14.x version of optparse-applicative is too old.
cabal-plan = super.cabal-plan.override { optparse-applicative = self.optparse-applicative_0_15_1_0; };
# https://github.com/brendanhay/amazonka/commit/657b70d174fe5cb61e56cb8b9c5e57f1ec216f2b
amazonka = appendPatch super.amazonka ./patches/amazonka-Allow-http-client-0.6.patch;
# https://github.com/brendanhay/amazonka/commit/657b70d174fe5cb61e56cb8b9c5e57f1ec216f2b
amazonka-core = appendPatch super.amazonka-core ./patches/amazonka-core-Allow-http-client-0.6.patch;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super