cabal2nix-2.16.0: test/golden-test-cases/MissingH.nix.golden
{ mkDerivation, array, base, containers, directory
, errorcall-eq-instance, filepath, hslogger, HUnit, lib, mtl
, network, old-locale, old-time, parsec, process, QuickCheck
, random, regex-compat, testpack, time, unix
}:
mkDerivation {
pname = "MissingH";
version = "1.4.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [
array base containers directory filepath hslogger HUnit mtl network
old-locale old-time parsec process random regex-compat time unix
];
testHaskellDepends = [
array base containers directory errorcall-eq-instance filepath
hslogger HUnit mtl network old-locale old-time parsec process
QuickCheck random regex-compat testpack time unix
];
homepage = "http://software.complete.org/missingh";
description = "Large utility library";
license = lib.licenses.bsd3;
}