Skip to content

Commit cf50856

Browse files
bump retrie plugin version (#1569)
* bump retrie plugin version * relax constraints Co-authored-by: Potato Hatsue <[email protected]>
1 parent 9b7302f commit cf50856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hls-retrie-plugin/hls-retrie-plugin.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-retrie-plugin
3-
version: 1.0.0.0
3+
version: 1.0.0.1
44
synopsis: Retrie integration plugin for Haskell Language Server
55
license: Apache-2.0
66
license-file: LICENSE
@@ -23,9 +23,9 @@ library
2323
, extra
2424
, lsp
2525
, lsp-types
26-
, hls-plugin-api ^>= 1.0.0.0
26+
, hls-plugin-api ^>= 1.0
2727
, ghc
28-
, ghcide ^>= 1.1.0.0
28+
, ghcide ^>= 1.1
2929
, hashable
3030
, retrie >=0.1.1.0
3131
, safe-exceptions

0 commit comments

Comments
 (0)