mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell: typography-geometry: new package
This commit is contained in:
parent
9084dc581c
commit
d088a8152d
@ -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 ];
|
||||
};
|
||||
})
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user