cabal2nix: updated to version 0.11

svn path=/nixpkgs/trunk/; revision=28575
This commit is contained in:
Peter Simons 2011-08-14 23:18:47 +00:00
parent 3e10ee5c92
commit b670bf70a0

View File

@ -2,9 +2,9 @@
cabal.mkDerivation (self: {
pname = "cabal2nix";
version = "1.10";
sha256 = "1zyglwiv5xb5h21gcb0chcawlncnagivd2rziay4wv30xb06l804";
isLibrary = false;
version = "1.11";
sha256 = "1df6bxgdzd3jfxfs3qg8qw6pmsfbd5l32krx9xdfkiqvfxa6vpy9";
isLibrary = true;
isExecutable = true;
buildDepends = [ HTTP mtl regexPosix ];
meta = {