cabal-bounds: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-05-01 23:38:20 +02:00
parent 5849a91e8d
commit baa1543dbc

@ -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;