3
0
Fork 0
forked from mirrors/nixpkgs

haskell: typography-geometry: new package

This commit is contained in:
Jean-Philippe Bernardy 2014-11-24 10:30:46 +01:00
parent 9084dc581c
commit d088a8152d
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, parallel, polynomialsBernstein, vector }:
cabal.mkDerivation (self: {
pname = "typography-geometry";
version = "1.0.0";
sha256 = "1vvqch3pdwymjbmir7b208qyzdzljsw1gf8icmzw5pi3vn6wkihf";
buildDepends = [ parallel polynomialsBernstein vector ];
meta = {
description = "Drawings for printed text documents";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
};
})

View file

@ -2590,6 +2590,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
typeLevelNaturalNumber = callPackage ../development/libraries/haskell/type-level-natural-number {};
typographyGeometry = callPackage ../development/libraries/haskell/typography-geometry {};
tz = callPackage ../development/libraries/haskell/tz {
pkgs_tzdata = pkgs.tzdata;
};