mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-timeplot: add version 1.0.11
This commit is contained in:
parent
6e0a176878
commit
3865d54f0f
23
pkgs/development/tools/haskell/timeplot/default.nix
Normal file
23
pkgs/development/tools/haskell/timeplot/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ cabal, bytestringLexing, cairo, Chart, colour, dataAccessor
|
||||
, dataAccessorTemplate, regexTdfa, strptime, time, transformers
|
||||
, vcsRevision
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "timeplot";
|
||||
version = "1.0.11";
|
||||
sha256 = "08lgs96wi0issnjwb6w41v3z1bbb6g08hrlbkw7h60rjqkg48svs";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
bytestringLexing cairo Chart colour dataAccessor
|
||||
dataAccessorTemplate 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;
|
||||
};
|
||||
})
|
@ -1835,6 +1835,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
myhasktags = callPackage ../tools/misc/myhasktags {};
|
||||
|
||||
timeplot = callPackage ../development/tools/haskell/timeplot {};
|
||||
|
||||
# Games.
|
||||
|
||||
LambdaHack = callPackage ../games/LambdaHack {};
|
||||
|
Loading…
Reference in New Issue
Block a user