Update splot to 0.3.11, so it compiles again
This commit is contained in:
parent
decad1fc7d
commit
38d54cfc21
@ -1,15 +1,15 @@
|
|||||||
{ cabal, bytestringLexing, cairo, Chart, colour, HUnit, mtl
|
{ cabal, bytestringLexing, cairo, colour, HUnit, mtl
|
||||||
, strptime, time, vcsRevision
|
, strptime, time, vcsRevision
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "splot";
|
pname = "splot";
|
||||||
version = "0.3.9";
|
version = "0.3.11";
|
||||||
sha256 = "039k6lgwdvpyc8w74zh98wxi1wj2jmin69jnwp7gnmv43kjpbgh5";
|
sha256 = "0mpyfmafjjcf85v740h69p5mggyqsq3li8m1fa5c0z4rdd0395an";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
bytestringLexing cairo Chart colour HUnit mtl strptime time
|
bytestringLexing cairo colour HUnit mtl strptime time
|
||||||
vcsRevision
|
vcsRevision
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user