diff --git a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal index 5f401eff90..47f374a553 100644 --- a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal +++ b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal @@ -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 @@ -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