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!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, criterion, deepseq, dlist, filepath, FontyFruity
|
{ cabal, binary, criterion, deepseq, dlist, filepath, FontyFruity
|
||||||
, free, JuicyPixels, mtl, QuickCheck, statistics, vector
|
, free, JuicyPixels, mtl, primitive, QuickCheck, statistics, vector
|
||||||
, vectorAlgorithms
|
, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Rasterific";
|
pname = "Rasterific";
|
||||||
version = "0.3";
|
version = "0.4";
|
||||||
sha256 = "1chbcfcb5il7fbzivszap60qfwcwrq85kpx9y6qdr2pim39199fa";
|
sha256 = "1cw8lalxp9cs3w3kfr4ayp5h0kd71fdnyih99xpljy8zxw28hv3z";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
dlist FontyFruity free JuicyPixels mtl vector vectorAlgorithms
|
dlist FontyFruity free JuicyPixels mtl primitive vector
|
||||||
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary criterion deepseq filepath FontyFruity JuicyPixels
|
binary criterion deepseq filepath FontyFruity JuicyPixels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user