haskell-language-server: Add version 2.7.0.0 (#5695)

This commit is contained in:
Luca Schlecker 2024-04-17 20:22:31 +02:00 committed by GitHub
parent 96ea45d203
commit 9a7bef771f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,24 @@
{
"version": "2.7.0.0",
"description": "The official language server for Haskell.",
"homepage": "https://github.com/haskell/haskell-language-server",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/haskell/haskell-language-server/releases/download/2.7.0.0/haskell-language-server-2.7.0.0-x86_64-mingw64.zip",
"hash": "34a54059bf1de223c1fd17e0d026ce87942393b97e23dabc2bed78f3000e4a0a"
}
},
"env_add_path": ".",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/haskell/haskell-language-server/releases/download/$version/haskell-language-server-$version-x86_64-mingw64.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}