{ mkDerivation, base, blaze-markup, fetchurl, mtl }: mkDerivation { pname = "blaze-svg"; version = "0.3.6.1"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ base blaze-markup mtl ]; homepage = "https://github.com/deepakjois/blaze-svg"; description = "SVG combinator library"; license = stdenv.lib.licenses.bsd3; }