forked from mirrors/nixpkgs
haskell-Rasterific: update to version 0.4
This commit is contained in:
parent
1a0505143c
commit
028363d969
|
@ -1,16 +1,17 @@
|
|||
# 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
|
||||
, free, JuicyPixels, mtl, primitive, QuickCheck, statistics, vector
|
||||
, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Rasterific";
|
||||
version = "0.3";
|
||||
sha256 = "1chbcfcb5il7fbzivszap60qfwcwrq85kpx9y6qdr2pim39199fa";
|
||||
version = "0.4";
|
||||
sha256 = "1cw8lalxp9cs3w3kfr4ayp5h0kd71fdnyih99xpljy8zxw28hv3z";
|
||||
buildDepends = [
|
||||
dlist FontyFruity free JuicyPixels mtl vector vectorAlgorithms
|
||||
dlist FontyFruity free JuicyPixels mtl primitive vector
|
||||
vectorAlgorithms
|
||||
];
|
||||
testDepends = [
|
||||
binary criterion deepseq filepath FontyFruity JuicyPixels
|
||||
|
|
Loading…
Reference in a new issue