Skip to content
Merged
Changes from 2 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