3
0
Fork 0
forked from mirrors/nixpkgs

haskell-Rasterific: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-31 13:17:18 +02:00
parent 6059abeea7
commit e4555d80c8

View file

@ -12,15 +12,15 @@ cabal.mkDerivation (self: {
buildDepends = [
dlist FontyFruity free JuicyPixels mtl vector vectorAlgorithms
];
doCheck = false; # depends on criterion < 0.9
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 = [ self.stdenv.lib.maintainers.bergey ];
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
};
})