From baa1543dbc718558b7788c3d96bfb15bb48263a2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 May 2014 23:38:20 +0200 Subject: [PATCH] cabal-bounds: re-generate with cabal2nix --- pkgs/development/tools/haskell/cabal-bounds/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/tools/haskell/cabal-bounds/default.nix b/pkgs/development/tools/haskell/cabal-bounds/default.nix index 4cd6adf5ab94..aabc9b010f5f 100644 --- a/pkgs/development/tools/haskell/cabal-bounds/default.nix +++ b/pkgs/development/tools/haskell/cabal-bounds/default.nix @@ -12,9 +12,8 @@ cabal.mkDerivation (self: { Cabal cmdargs either lens strict transformers unorderedContainers ]; testDepends = [ filepath tasty tastyGolden ]; - doCheck = false; jailbreak = true; - + doCheck = false; meta = { description = "A command line program for managing the bounds/versions of the dependencies in a cabal file"; license = self.stdenv.lib.licenses.bsd3;