From 12dcb664d686a1a96855ae617e1748490b7291a4 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Fri, 28 Aug 2015 14:34:35 +0200
Subject: [PATCH] haskell-amazonka-core can't compile its test suite.

---
 pkgs/development/haskell-modules/configuration-common.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b55ffd5f461..5e135a99973 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1014,4 +1014,7 @@ 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;
+
 }