Add hmatrix, cassava, attoparsec

This commit is contained in:
Paul Brinkmeier 2023-03-01 03:46:12 +01:00
parent c3d40ceaab
commit faa129192e

View File

@ -29,6 +29,9 @@ in
ihaskell-juicypixels ihaskell-juicypixels
ihaskell-magic ihaskell-magic
ihaskell-plot ihaskell-plot
hmatrix
cassava
attoparsec
]; ];
}) })
]; ];
@ -36,7 +39,7 @@ in
in in
pkgs.dockerTools.buildImage { pkgs.dockerTools.buildImage {
name = "pbri/jup"; name = "pbri/jup";
tag = "1.1"; tag = "1.3";
contents = [ contents = [
pkgsLinux.graphviz pkgsLinux.graphviz
]; ];