haskell-hi: re-generate with cabal2nix
This commit is contained in:
parent
2aac8ffcd8
commit
9c1ed91d60
@ -10,7 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "0h94wjxdr6g6n3rvkn1xsjqr49p9fgidmraifvz5mzryn6rmd18r";
|
sha256 = "0h94wjxdr6g6n3rvkn1xsjqr49p9fgidmraifvz5mzryn6rmd18r";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
doCheck = false;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
filepath parsec split template temporaryRc text time
|
filepath parsec split template temporaryRc text time
|
||||||
];
|
];
|
||||||
@ -18,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
doctest filepath hspec HUnit parsec split template temporaryRc text
|
doctest filepath hspec HUnit parsec split template temporaryRc text
|
||||||
time
|
time
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fujimura/hi";
|
homepage = "https://github.com/fujimura/hi";
|
||||||
description = "Generate scaffold for cabal project";
|
description = "Generate scaffold for cabal project";
|
||||||
|
Loading…
Reference in New Issue
Block a user