We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82127a commit 64b6a68Copy full SHA for 64b6a68
Changelog.md
@@ -1,5 +1,10 @@
1
# Changelog for vscode-haskell
2
3
+## 2.5.0
4
+
5
+- Add tracking of cabal files
6
+ ([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor
7
8
## 2.4.1
9
10
- Downgrade vscode-languageclient
package.json
@@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
- "version": "2.4.1",
+ "version": "2.5.0",
"license": "MIT",
"publisher": "haskell",
"engines": {
@@ -59,7 +59,6 @@
59
".cabal"
60
]
61
},
62
-
63
{
64
"id": "literate haskell",
65
"aliases": [
0 commit comments