haskell-cabal-meta: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-04-17 21:07:36 +02:00
parent 4587bbbca2
commit 4d765a4565

View File

@ -6,9 +6,9 @@ cabal.mkDerivation (self: {
sha256 = "17ln9j0n9rb0kbnp37fi9yaf932dacrdmf3jrp301r886kh2a7kk";
isLibrary = true;
isExecutable = true;
doCheck = false;
buildDepends = [ shelly systemFileio systemFilepath text ];
testDepends = [ hspec shelly systemFilepath text ];
doCheck = false;
meta = {
homepage = "http://www.yesodweb.com/";
description = "build multiple packages at once";