26 lines
803 B
Nix
26 lines
803 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, errorcallEqInstance, filepath, hslogger, HUnit, mtl
|
|
, network, parsec, QuickCheck, random, regexCompat, testpack, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "MissingH";
|
|
version = "1.3.0.1";
|
|
sha256 = "1cwdhgqqv2riqwhsgyrpmqyzvg19lx6zp1g7xdp4rikh7rkn03ds";
|
|
buildDepends = [
|
|
filepath hslogger HUnit mtl network parsec random regexCompat time
|
|
];
|
|
testDepends = [
|
|
errorcallEqInstance filepath hslogger HUnit mtl network parsec
|
|
QuickCheck random regexCompat testpack time
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://software.complete.org/missingh";
|
|
description = "Large utility library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|