Skip to content

Commit

Permalink
bump retrie plugin version (#1569)
Browse files Browse the repository at this point in the history
* bump retrie plugin version

* relax constraints

Co-authored-by: Potato Hatsue <1793913507@qq.com>
  • Loading branch information
pepeiborra and berberman committed Mar 14, 2021
1 parent 9b7302f commit cf50856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hls-retrie-plugin
version: 1.0.0.0
version: 1.0.0.1
synopsis: Retrie integration plugin for Haskell Language Server
license: Apache-2.0
license-file: LICENSE
Expand All @@ -23,9 +23,9 @@ library
, extra
, lsp
, lsp-types
, hls-plugin-api ^>= 1.0.0.0
, hls-plugin-api ^>= 1.0
, ghc
, ghcide ^>= 1.1.0.0
, ghcide ^>= 1.1
, hashable
, retrie >=0.1.1.0
, safe-exceptions
Expand Down

0 comments on commit cf50856

Please sign in to comment.