haskell-Chart-gtk: update to version 1.2.4
This commit is contained in:
parent
d1be31cf7a
commit
14f252f748
@ -4,15 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Chart-gtk";
|
pname = "Chart-gtk";
|
||||||
version = "1.2.3";
|
version = "1.2.4";
|
||||||
sha256 = "0vl9nh48pa7sdrqh5a6smmfallf4mwzrvspc2v94cpnrcnickiyq";
|
sha256 = "16dfmkls341cmk13j1z3rw2wxdvxr5rqsv1ff4qjhjak9j7hkqjq";
|
||||||
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
|
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||||
description = "Utility functions for using the chart library with GTK";
|
description = "Utility functions for using the chart library with GTK";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user