haskell-Chart: updated to version 0.15
svn path=/nixpkgs/trunk/; revision=31930
This commit is contained in:
parent
9d693c2e4e
commit
8b972e410c
@ -1,13 +1,13 @@
|
|||||||
{ cabal, cairo, colour, dataAccessor, dataAccessorTemplate, gtk
|
{ cabal, cairo, colour, dataAccessor, dataAccessorTemplate, mtl
|
||||||
, mtl, time
|
, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Chart";
|
pname = "Chart";
|
||||||
version = "0.14";
|
version = "0.15";
|
||||||
sha256 = "0ji81j4c2by5zyrdhx1s17j6kqsi3ngr9y1zh7hr9wv7jsrj3rf2";
|
sha256 = "1357gqn2ifalknl85n2z9ysf195dnaxm175rp0kmmzbf4vik9gc4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cairo colour dataAccessor dataAccessorTemplate gtk mtl time
|
cairo colour dataAccessor dataAccessorTemplate mtl time
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.dockerz.net/software/chart.html";
|
homepage = "http://www.dockerz.net/software/chart.html";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user