2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-08-29 10:48:45 +02:00
|
|
|
{ cabal, colour, dataDefaultClass, lens, mtl, operational, time }:
|
2010-11-19 20:34:41 +01:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-19 20:34:41 +01:00
|
|
|
pname = "Chart";
|
2014-07-03 16:59:36 +02:00
|
|
|
version = "1.2.3";
|
|
|
|
sha256 = "067bahxig5xyd6zasi74k86qb7bxvbs3shjn9fbslhyckxg50q1j";
|
2011-08-10 01:00:20 +02:00
|
|
|
buildDepends = [
|
2013-08-29 10:48:45 +02:00
|
|
|
colour dataDefaultClass lens mtl operational time
|
2011-08-10 01:00:20 +02:00
|
|
|
];
|
2014-02-20 11:48:59 +01:00
|
|
|
jailbreak = true;
|
2010-11-19 20:34:41 +01:00
|
|
|
meta = {
|
2013-06-17 09:57:37 +02:00
|
|
|
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
2010-11-19 20:34:41 +01:00
|
|
|
description = "A library for generating 2D Charts and Plots";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-11-19 20:34:41 +01:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|