Skip to content

Commit 93b5542

Browse files
committed
Bump ghcide version number and HLS minbound
Seems like now is the best moment to do it and avoid later accidents
1 parent fe956e9 commit 93b5542

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ghcide/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.7.5 (2021-02-??)
2+
* Added Development.IDE.Main (#1338) - Pepe Iborra
3+
14
### 0.7.4 (2021-02-08)
25
* Support for references via hiedb (#704) - wz1000
36
* Fix space leak on cradle reloads (#1316) - Pepe Iborra

ghcide/ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.7.4.0
5+
version: 0.7.5.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
, cryptohash-sha1
6565
, data-default
6666
, ghc
67-
, ghcide >=0.7
67+
, ghcide >=0.7.5
6868
, gitrev
6969
, haskell-lsp ^>=0.23
7070
, hls-plugin-api >=0.7

0 commit comments

Comments
 (0)