haskell-Chart: update to version 1.0
This commit is contained in:
parent
b58b137b87
commit
eec396fb7c
@ -1,13 +1,11 @@
|
||||
{ cabal, cairo, colour, dataAccessor, dataAccessorTemplate, mtl
|
||||
, time
|
||||
}:
|
||||
{ cabal, colour, dataDefaultClass, lens, mtl, operational, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Chart";
|
||||
version = "0.17";
|
||||
sha256 = "1ip1a61ryypwfzj6dc6n6pl92rflf7lqf1760ppjyg05q5pn6qxg";
|
||||
version = "1.0";
|
||||
sha256 = "137njda84vxrj3pk12bmkf11wh8fj89nxpz067wrycrgw9xy5rd3";
|
||||
buildDepends = [
|
||||
cairo colour dataAccessor dataAccessorTemplate mtl time
|
||||
colour dataDefaultClass lens mtl operational time
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||
|
Loading…
Reference in New Issue
Block a user