From 0a2c7b4f9fe910800cb3b371941ac59b77e29143 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Jan 2015 17:20:39 +0100 Subject: [PATCH] haskell-paypal-adaptive-hoops: the test suite has been fixed in the latest version Fixes https://github.com/fanjam/paypal-adaptive-hoops/issues/5. --- 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 e72039e6fec..3ebadfa7c7b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -345,9 +345,6 @@ self: super: { # https://github.com/bos/snappy/issues/1 snappy = dontCheck super.snappy; - # https://github.com/fanjam/paypal-adaptive-hoops/issues/5 - paypal-adaptive-hoops = dontCheck super.paypal-adaptive-hoops; - # Needs llvm to compile. bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm;