forked from mirrors/nixpkgs
commit
67454f23e3
|
@ -1,20 +1,22 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, filepath, hspec, HUnit, parsec, split, template
|
{ cabal, doctest, filepath, hspec, HUnit, parsec, split, template
|
||||||
, temporaryRc, text, time
|
, temporaryRc, text, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hi";
|
pname = "hi";
|
||||||
version = "0.0.8.1";
|
version = "0.0.8.2";
|
||||||
sha256 = "14g1yfc6cv89whx6w0di5nayifc0xfvll9h07kkqxaajyfw6s32y";
|
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
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath hspec HUnit parsec split template temporaryRc text time
|
doctest filepath hspec HUnit parsec split template temporaryRc text
|
||||||
|
time
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fujimura/hi";
|
homepage = "https://github.com/fujimura/hi";
|
||||||
|
|
Loading…
Reference in a new issue