vscode-extensions.justusadam.language-haskell: init at 2.5.0
This commit is contained in:
parent
3669ef0976
commit
2864f5a967
@ -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-vscode.cpptools = callPackage ./cpptools {};
|
||||||
|
|
||||||
ms-python.python = callPackage ./python {};
|
ms-python.python = callPackage ./python {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user