From 7b8cd6d788bf818eee6e3d045223106f3596496b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 22:59:42 +0200 Subject: [PATCH] haskell-cabal-bounds: update to version 0.5 --- .../tools/haskell/cabal-bounds/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/tools/haskell/cabal-bounds/default.nix b/pkgs/development/tools/haskell/cabal-bounds/default.nix index aabc9b010f5..5de7645a5e4 100644 --- a/pkgs/development/tools/haskell/cabal-bounds/default.nix +++ b/pkgs/development/tools/haskell/cabal-bounds/default.nix @@ -1,15 +1,16 @@ -{ cabal, Cabal, cmdargs, either, filepath, lens, strict, tasty -, tastyGolden, transformers, unorderedContainers +{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens +, strict, tasty, tastyGolden, transformers, unorderedContainers }: cabal.mkDerivation (self: { pname = "cabal-bounds"; - version = "0.4.1"; - sha256 = "09l9ii26li178sw0rm49w4dhfkf46g4sjjdy4frmc74isvnzkpwj"; + version = "0.5"; + sha256 = "0sx6vyf3p62khg7qv7nwgd8fns6dsfpw34gpl7zmb6n0c1kjj60b"; isLibrary = true; isExecutable = true; buildDepends = [ - Cabal cmdargs either lens strict transformers unorderedContainers + Cabal cabalLenses cmdargs either lens strict transformers + unorderedContainers ]; testDepends = [ filepath tasty tastyGolden ]; jailbreak = true;