mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
28 lines
832 B
Nix
28 lines
832 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, criterion, deepseq, dlist, filepath, FontyFruity
|
|
, free, JuicyPixels, mtl, primitive, QuickCheck, statistics, vector
|
|
, vectorAlgorithms
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "Rasterific";
|
|
version = "0.4";
|
|
sha256 = "1cw8lalxp9cs3w3kfr4ayp5h0kd71fdnyih99xpljy8zxw28hv3z";
|
|
buildDepends = [
|
|
dlist FontyFruity free JuicyPixels mtl primitive vector
|
|
vectorAlgorithms
|
|
];
|
|
testDepends = [
|
|
binary criterion deepseq filepath FontyFruity JuicyPixels
|
|
QuickCheck statistics vector
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
description = "A pure haskell drawing engine";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
|
|
};
|
|
})
|