Hackage: upgrade Chart to 0.17, timeplot to 1.0.21 and add Chart-gtk

This commit is contained in:
Gergely Risko
2013-06-14 13:02:22 +02:00
committed by Peter Simons
parent 50a0d55b3e
commit 7a602e5f86
4 changed files with 24 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "Chart";
version = "0.16";
sha256 = "1mb8hgxj0i5s7l061pfn49m5f6qdwvmgy6ni7jmg85vpy6b7jra3";
version = "0.17";
sha256 = "1ip1a61ryypwfzj6dc6n6pl92rflf7lqf1760ppjyg05q5pn6qxg";
buildDepends = [
cairo colour dataAccessor dataAccessorTemplate mtl time
];