From 34687b53e660c8a556043d8221a73d982d0e617b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 30 Aug 2015 12:55:11 +0200 Subject: [PATCH] haskell-amazonka-core: test suite build failure has been fixed upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e299dd5e8b51..633651dd10dd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1013,7 +1013,4 @@ self: super: { # https://github.com/basvandijk/concurrent-extra/issues/12 concurrent-extra = dontCheck super.concurrent-extra; - # https://github.com/brendanhay/amazonka/issues/203 - amazonka-core = dontCheck super.amazonka-core; - }