2014-02-07 00:59:19 +00:00
|
|
|
{ cabal, attoparsec, blazeMarkup, blazeSvg, dataDefaultClass
|
|
|
|
, diagramsLib, parsec, split, text, tuple, vector, vectorSpace, xml
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "SVGFonts";
|
2014-03-03 10:52:42 +00:00
|
|
|
version = "1.4.0.2";
|
|
|
|
sha256 = "1a1f0jdz36zpj1196zv5qwg35rm4ra0b4z5spr1m3696292nj8ph";
|
2014-02-07 00:59:19 +00:00
|
|
|
buildDepends = [
|
|
|
|
attoparsec blazeMarkup blazeSvg dataDefaultClass diagramsLib parsec
|
|
|
|
split text tuple vector vectorSpace xml
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
description = "Fonts from the SVG-Font format";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|