Skip to content

Commit a3d70bb

Browse files
committed
Bump version numbers
1 parent 1b1b047 commit a3d70bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ghcide/ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.4.1.0
5+
version: 1.4.1.1
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors
@@ -74,7 +74,7 @@ library
7474
rope-utf16-splay,
7575
safe,
7676
safe-exceptions,
77-
hls-graph ^>= 1.4,
77+
hls-graph ^>= 1.5,
7878
sorted-list,
7979
sqlite-simple,
8080
stm,

hls-graph/hls-graph.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-graph
3-
version: 1.4.0.0
3+
version: 1.5.0.0
44
synopsis: Haskell Language Server internal graph API
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, ghc
4747
, ghc-api-compat
4848
, hashable
49-
, hls-graph ^>=1.4
49+
, hls-graph >=1.4 && < 1.6
5050
, hslogger
5151
, lens
5252
, lsp ^>=1.2.0.1

0 commit comments

Comments
 (0)