nixpkgs/pkgs/development/libraries/haskell/hi/default.nix
2014-08-26 13:47:01 +02:00

28 lines
763 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, doctest, filepath, hspec, HUnit, parsec, split, template
, temporaryRc, text, time
}:
cabal.mkDerivation (self: {
pname = "hi";
version = "0.0.8.2";
sha256 = "0h94wjxdr6g6n3rvkn1xsjqr49p9fgidmraifvz5mzryn6rmd18r";
isLibrary = true;
isExecutable = true;
buildDepends = [
filepath parsec split template temporaryRc text time
];
testDepends = [
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})