dotnetPackages.FsLexYaccRuntime: init at 6.1.0

This commit is contained in:
Vincent Laporte 2019-03-29 21:50:34 +00:00 committed by Vincent Laporte
parent 24406568e6
commit 014196b7db

View file

@ -108,6 +108,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
outputFiles = [ "*" ];
};
FsLexYaccRuntime = fetchNuGet {
baseName = "FsLexYacc.Runtime";
version = "6.1.0";
sha256 = "18vrx4lxsn4hkfishg4abv0d4q21dsph0bm4mdq5z8afaypp5cr7";
outputFiles = [ "lib/net40/*" ];
};
FsPickler = fetchNuGet {
baseName = "FsPickler";
version = "1.2.9";