haskell-cabal-bounds: update to version 0.5

This commit is contained in:
Peter Simons 2014-05-04 22:59:42 +02:00
parent b658ce7db7
commit 7b8cd6d788
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,16 @@
{ cabal, Cabal, cmdargs, either, filepath, lens, strict, tasty { cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens
, tastyGolden, transformers, unorderedContainers , strict, tasty, tastyGolden, transformers, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cabal-bounds"; pname = "cabal-bounds";
version = "0.4.1"; version = "0.5";
sha256 = "09l9ii26li178sw0rm49w4dhfkf46g4sjjdy4frmc74isvnzkpwj"; sha256 = "0sx6vyf3p62khg7qv7nwgd8fns6dsfpw34gpl7zmb6n0c1kjj60b";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal cmdargs either lens strict transformers unorderedContainers Cabal cabalLenses cmdargs either lens strict transformers
unorderedContainers
]; ];
testDepends = [ filepath tasty tastyGolden ]; testDepends = [ filepath tasty tastyGolden ];
jailbreak = true; jailbreak = true;