We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe956e9 commit 93b5542Copy full SHA for 93b5542
ghcide/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 0.7.5 (2021-02-??)
2
+* Added Development.IDE.Main (#1338) - Pepe Iborra
3
+
4
### 0.7.4 (2021-02-08)
5
* Support for references via hiedb (#704) - wz1000
6
* Fix space leak on cradle reloads (#1316) - Pepe Iborra
ghcide/ghcide.cabal
@@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
-version: 0.7.4.0
+version: 0.7.5.0
license: Apache-2.0
7
license-file: LICENSE
8
author: Digital Asset and Ghcide contributors
haskell-language-server.cabal
@@ -64,7 +64,7 @@ library
64
, cryptohash-sha1
65
, data-default
66
, ghc
67
- , ghcide >=0.7
+ , ghcide >=0.7.5
68
, gitrev
69
, haskell-lsp ^>=0.23
70
, hls-plugin-api >=0.7
0 commit comments