haskell-splot: re-generate expression with cabal2nix

This commit is contained in:
Peter Simons 2013-09-08 21:45:59 +02:00
parent 2f8a09a2ff
commit b68dfd49c7
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ cabal, bytestringLexing, cairo, colour, HUnit, mtl { cabal, bytestringLexing, cairo, colour, HUnit, mtl, strptime
, strptime, time, vcsRevision , time, vcsRevision
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
bytestringLexing cairo colour HUnit mtl strptime time bytestringLexing cairo colour HUnit mtl strptime time vcsRevision
vcsRevision
]; ];
meta = { meta = {
homepage = "http://www.haskell.org/haskellwiki/Splot"; homepage = "http://www.haskell.org/haskellwiki/Splot";