{ mkDerivation, array, base, base64-bytestring, binary, bytestring , containers, errors, fetchurl, HTF, mtl, random, vector, zlib }: mkDerivation { pname = "HPDF"; version = "1.4.10"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ array base base64-bytestring binary bytestring containers errors mtl random vector zlib ]; testHaskellDepends = [ base HTF ]; homepage = "http://www.alpheccar.org"; description = "Generation of PDF documents"; license = stdenv.lib.licenses.bsd3; }