mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
20 lines
611 B
Nix
20 lines
611 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, colour, dataDefaultClass, lens, mtl, operational, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "Chart";
|
|
version = "1.3.2";
|
|
sha256 = "0y4xkqdmbyyaxf810dgz0zsfmywlx07c26s9wkk155iriz0yz4m9";
|
|
buildDepends = [
|
|
colour dataDefaultClass lens mtl operational time
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
|
description = "A library for generating 2D Charts and Plots";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|