haskellPackages.hls-plugin-api: Pin version to fix ghcide
This commit is contained in:
@@ -129855,6 +129855,25 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hls-plugin-api" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, data-default
|
||||
, dependent-map, dependent-sum, Diff, dlist, hashable, hslogger
|
||||
, lens, lsp, opentelemetry, process, regex-tdfa, shake, text, unix
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hls-plugin-api";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "1i18a5gxa409882zpviy4paldaq43j4z1zmgr9mag2mn64vplrxy";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers data-default dependent-map dependent-sum Diff
|
||||
dlist hashable hslogger lens lsp opentelemetry process regex-tdfa
|
||||
shake text unix unordered-containers
|
||||
];
|
||||
description = "Haskell Language Server API for plugin communication";
|
||||
license = lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"hls-plugin-api_1_1_0_1" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, data-default
|
||||
, dependent-map, dependent-sum, Diff, dlist, hashable, hls-graph
|
||||
, hslogger, lens, lsp, opentelemetry, process, regex-tdfa, text
|
||||
@@ -129871,6 +129890,7 @@ self: {
|
||||
];
|
||||
description = "Haskell Language Server API for plugin communication";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hls-retrie-plugin" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user