forked from mirrors/nixpkgs
haskell-timeplot: re-generate with cabal2nix
This commit is contained in:
parent
fa5d1b958f
commit
3031968b0c
|
@ -1,5 +1,5 @@
|
|||
{ cabal, bytestringLexing, cairo, Chart, ChartCairo, colour
|
||||
, dataDefault, regexTdfa, strptime, time, transformers
|
||||
, dataDefault, lens, regexTdfa, strptime, time, transformers
|
||||
, vcsRevision
|
||||
}:
|
||||
|
||||
|
@ -10,9 +10,8 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
bytestringLexing cairo Chart ChartCairo colour
|
||||
dataDefault regexTdfa strptime time transformers
|
||||
vcsRevision
|
||||
bytestringLexing cairo Chart ChartCairo colour dataDefault lens
|
||||
regexTdfa strptime time transformers vcsRevision
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/Timeplot";
|
||||
|
|
Loading…
Reference in a new issue