From 0f78da88782f90f1556552f4c5820f796391c463 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Aug 2014 17:27:25 +0200 Subject: [PATCH] haskell-cabal-bounds: update to version 0.8.3 --- .../development/tools/haskell/cabal-bounds/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/haskell/cabal-bounds/default.nix b/pkgs/development/tools/haskell/cabal-bounds/default.nix index fa258f95094..3c46cb85a4d 100644 --- a/pkgs/development/tools/haskell/cabal-bounds/default.nix +++ b/pkgs/development/tools/haskell/cabal-bounds/default.nix @@ -1,13 +1,14 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, Glob, lens -, strict, tasty, tastyGolden, transformers, unorderedContainers +{ cabal, Cabal, cabalInstall, cabalLenses, cmdargs, either +, filepath, Glob, lens, strict, tasty, tastyGolden, transformers +, unorderedContainers }: cabal.mkDerivation (self: { pname = "cabal-bounds"; - version = "0.8.1"; - sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7"; + version = "0.8.3"; + sha256 = "0nzb2knp1cazq54arfddy6k53v8spq1mq0vp5n4c3zn6m2x68j6z"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -15,6 +16,7 @@ cabal.mkDerivation (self: { unorderedContainers ]; testDepends = [ filepath Glob tasty tastyGolden ]; + buildTools = [ cabalInstall ]; jailbreak = true; doCheck = false; meta = {