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

View File

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