From 603c92c0784da573f4bb22321de3dc22cc0ea914 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Sep 2014 13:13:20 +0200 Subject: [PATCH] haskell-aws: re-generate with cabal2nix --- pkgs/development/libraries/haskell/aws/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/aws/default.nix b/pkgs/development/libraries/haskell/aws/default.nix index 1776d0b48d4..f527d9aac40 100644 --- a/pkgs/development/libraries/haskell/aws/default.nix +++ b/pkgs/development/libraries/haskell/aws/default.nix @@ -26,8 +26,8 @@ cabal.mkDerivation (self: { aeson errors mtl QuickCheck quickcheckInstances tagged tasty tastyQuickcheck text transformers ]; - doCheck = false; jailbreak = true; + doCheck = false; meta = { homepage = "http://github.com/aristidb/aws"; description = "Amazon Web Services (AWS) for Haskell";