nixpkgs/pkgs/development/libraries/haskell/typography-geometry/default.nix
2014-11-24 10:32:01 +01:00

17 lines
541 B
Nix

# 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 ];
};
})