cabal2nix-2.9.3: test/golden-test-cases/rasterific-svg.nix.golden
{ mkDerivation, base, binary, bytestring, containers, directory
, filepath, FontyFruity, JuicyPixels, lens, linear, mtl
, optparse-applicative, primitive, Rasterific, scientific, stdenv
, svg-tree, text, transformers, vector
}:
mkDerivation {
pname = "rasterific-svg";
version = "0.3.3";
sha256 = "deadbeef";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary bytestring containers directory filepath FontyFruity
JuicyPixels lens linear mtl primitive Rasterific scientific
svg-tree text transformers vector
];
executableHaskellDepends = [
base bytestring directory filepath FontyFruity JuicyPixels
optparse-applicative Rasterific svg-tree
];
description = "SVG renderer based on Rasterific";
license = stdenv.lib.licenses.bsd3;
}