vscode-extensions.justusadam.language-haskell: init at 2.5.0

This commit is contained in:
Robert Hensing 2019-03-17 20:56:30 +01:00
parent 3669ef0976
commit 2864f5a967

View File

@ -23,6 +23,18 @@ rec {
};
};
justusadam.language-haskell = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "language-haskell";
publisher = "justusadam";
version = "2.5.0"; # see the note above
sha256 = "10jqj8qw5x6da9l8zhjbra3xcbrwb4cpwc3ygsy29mam5pd8g6b3";
};
meta = {
license = stdenv.lib.licenses.bsd3;
};
};
ms-vscode.cpptools = callPackage ./cpptools {};
ms-python.python = callPackage ./python {};