25 lines
776 B
Nix
25 lines
776 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, bytestringLexing, cairo, Chart, ChartCairo, colour
|
|
, dataDefault, lens, regexTdfa, strptime, time, transformers
|
|
, vcsRevision
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "timeplot";
|
|
version = "1.0.27";
|
|
sha256 = "072bxa0pfxyia4xvj0w0h8v3yfk05bbq5j905sj6jf9apjr9h558";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
bytestringLexing cairo Chart ChartCairo colour dataDefault lens
|
|
regexTdfa strptime time transformers vcsRevision
|
|
];
|
|
meta = {
|
|
homepage = "http://haskell.org/haskellwiki/Timeplot";
|
|
description = "A tool for visualizing time series from log files";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|