mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-cabal-meta: re-generate with cabal2nix
This commit is contained in:
parent
4587bbbca2
commit
4d765a4565
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user