Add haskell-SVGFonts-1.4.0.1

This commit is contained in:
Thomas Tuegel 2014-02-06 18:59:19 -06:00
parent 7cbadb51e1
commit 1ff560f2ad
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{ cabal, attoparsec, blazeMarkup, blazeSvg, dataDefaultClass
, diagramsLib, parsec, split, text, tuple, vector, vectorSpace, xml
}:
cabal.mkDerivation (self: {
pname = "SVGFonts";
version = "1.4.0.1";
sha256 = "0f878xg6qngl8ahk8zz03f1kyn2jq1dz05zw8av7s91x2ms8q3rg";
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;
};
})

View File

@ -2280,6 +2280,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
libc = pkgs.stdenv.gcc.libc;
};
SVGFonts = callPackage ../development/libraries/haskell/SVGFonts {};
symbol = callPackage ../development/libraries/haskell/symbol {};
systemFilepath = callPackage ../development/libraries/haskell/system-filepath {};