nixpkgs/pkgs/development/libraries/haskell/MissingH/default.nix
2014-08-09 13:49:24 +02:00

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.2.1.0";
sha256 = "08zpzfhl31w35x13vapimwd508j4nydi8v3vid668r4fkqnymbss";
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;
};
})