2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-11 03:48:55 -07:00
|
|
|
{ cabal, errorcallEqInstance, filepath, hslogger, HUnit, mtl
|
|
|
|
, network, parsec, QuickCheck, random, regexCompat, testpack, time
|
2011-08-11 17:18:56 -07:00
|
|
|
}:
|
2010-04-15 14:10:06 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 14:10:06 -07:00
|
|
|
pname = "MissingH";
|
2014-10-31 03:37:14 -07:00
|
|
|
version = "1.3.0.1";
|
|
|
|
sha256 = "1cwdhgqqv2riqwhsgyrpmqyzvg19lx6zp1g7xdp4rikh7rkn03ds";
|
2011-08-11 17:18:56 -07:00
|
|
|
buildDepends = [
|
2012-09-24 03:06:06 -07:00
|
|
|
filepath hslogger HUnit mtl network parsec random regexCompat time
|
2011-08-11 17:18:56 -07:00
|
|
|
];
|
2013-08-05 01:19:57 -07:00
|
|
|
testDepends = [
|
2014-03-11 03:48:55 -07:00
|
|
|
errorcallEqInstance filepath hslogger HUnit mtl network parsec
|
|
|
|
QuickCheck random regexCompat testpack time
|
2013-08-05 01:19:57 -07:00
|
|
|
];
|
|
|
|
doCheck = false;
|
2010-04-15 14:10:06 -07:00
|
|
|
meta = {
|
2011-08-09 16:00:20 -07:00
|
|
|
homepage = "http://software.complete.org/missingh";
|
2010-04-15 14:10:06 -07:00
|
|
|
description = "Large utility library";
|
2011-09-07 10:41:00 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 16:00:20 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 14:10:06 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|