forked from mirrors/nixpkgs
27 lines
807 B
Nix
27 lines
807 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, criterion, deepseq, dlist, filepath, FontyFruity
|
|
, free, JuicyPixels, mtl, QuickCheck, statistics, vector
|
|
, vectorAlgorithms
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "Rasterific";
|
|
version = "0.3";
|
|
sha256 = "1chbcfcb5il7fbzivszap60qfwcwrq85kpx9y6qdr2pim39199fa";
|
|
buildDepends = [
|
|
dlist FontyFruity free JuicyPixels mtl 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 ];
|
|
};
|
|
})
|