Skip to content

Commit 085d178

Browse files
committed
Add strict version bounds
These are completely unnecessary, but it's the approach that we seem to be taking
1 parent 07ba64a commit 085d178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hls-brittany-plugin/hls-brittany-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ library
2020
, filepath
2121
, ghc
2222
, ghc-boot-th
23-
, ghcide
23+
, ghcide ^>= 1.0.0.0
2424
, lsp-types
25-
, hls-plugin-api
25+
, hls-plugin-api ^>= 1.0.0.0
2626
, lens
2727
, text
2828
, transformers
@@ -55,7 +55,7 @@ test-suite tests
5555
, bytestring
5656
, data-default
5757
, deepseq
58-
, ghcide >= 0.7.5.0
58+
, ghcide ^>= 1.0.0.0
5959
, hls-brittany-plugin
6060
, hspec-expectations
6161
, megaparsec

0 commit comments

Comments
 (0)