haskell-hi: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-26 12:35:51 +02:00
parent 2aac8ffcd8
commit 9c1ed91d60
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ cabal.mkDerivation (self: {
sha256 = "0h94wjxdr6g6n3rvkn1xsjqr49p9fgidmraifvz5mzryn6rmd18r";
isLibrary = true;
isExecutable = true;
doCheck = false;
buildDepends = [
filepath parsec split template temporaryRc text time
];
@ -18,6 +17,7 @@ cabal.mkDerivation (self: {
doctest filepath hspec HUnit parsec split template temporaryRc text
time
];
doCheck = false;
meta = {
homepage = "https://github.com/fujimura/hi";
description = "Generate scaffold for cabal project";