haskell-diagrams-svg: update to version 1.0
This commit is contained in:
parent
9b89e3a47a
commit
7abb8e4bcd
@ -1,14 +1,14 @@
|
|||||||
{ cabal, blazeSvg, cmdargs, colour, diagramsCore, diagramsLib
|
{ cabal, blazeSvg, colour, diagramsCore, diagramsLib, filepath
|
||||||
, filepath, monoidExtras, mtl, split, time, vectorSpace
|
, lens, monoidExtras, mtl, split, time, vectorSpace
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "diagrams-svg";
|
pname = "diagrams-svg";
|
||||||
version = "0.8.0.2";
|
version = "1.0";
|
||||||
sha256 = "0ahapj040qy74kcj9f786ddd28xysq1wch087wsh8sdfp57z5dbz";
|
sha256 = "13v1q9d2004k4324b0yxlmwrsanb0mk9pz0gqfxvx9v27sry12sl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeSvg cmdargs colour diagramsCore diagramsLib filepath
|
blazeSvg colour diagramsCore diagramsLib filepath lens monoidExtras
|
||||||
monoidExtras mtl split time vectorSpace
|
mtl split time vectorSpace
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/diagrams/";
|
homepage = "http://projects.haskell.org/diagrams/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user