haskell-Chart-gtk: update to version 1.3.1
This commit is contained in:
parent
1f19af6dcc
commit
9917e8813a
|
@ -1,12 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cairo, Chart, ChartCairo, colour, gtk, mtl, time }:
|
||||
{ cabal, cairo, Chart, ChartCairo, colour, dataDefaultClass, gtk
|
||||
, mtl, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Chart-gtk";
|
||||
version = "1.3";
|
||||
sha256 = "1bi7gim31w3xf6jsd2hkwhkhw1i9c4dmxnm3f46336k9rsxn59ph";
|
||||
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
|
||||
version = "1.3.1";
|
||||
sha256 = "1bnhwiabwjhry6pfwi9xs4zg23vycqx3rpbc5qs7773sij93v7bj";
|
||||
buildDepends = [
|
||||
cairo Chart ChartCairo colour dataDefaultClass gtk mtl time
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||
description = "Utility functions for using the chart library with GTK";
|
||||
|
|
Loading…
Reference in New Issue