haskell-splot: re-generate expression with cabal2nix
This commit is contained in:
parent
2f8a09a2ff
commit
b68dfd49c7
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue