2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-10 20:39:15 +02:00
|
|
|
{ cabal, cairo, Chart, ChartCairo, colour, dataDefaultClass, gtk
|
|
|
|
, mtl, time
|
|
|
|
}:
|
2013-06-14 13:02:22 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "Chart-gtk";
|
2014-11-24 14:42:01 +01:00
|
|
|
version = "1.3.2";
|
|
|
|
sha256 = "175bqh5pl4z0gx50z34afg149g94qw8sk87gbp9mavh5bnpj5a07";
|
2014-09-10 20:39:15 +02:00
|
|
|
buildDepends = [
|
|
|
|
cairo Chart ChartCairo colour dataDefaultClass gtk mtl time
|
|
|
|
];
|
2013-06-14 13:02:22 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
|
|
|
description = "Utility functions for using the chart library with GTK";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|