Skip to content

bump retrie plugin version #1569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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