Skip to content

Commit

Permalink
Add strict version bounds
Browse files Browse the repository at this point in the history
These are completely unnecessary, but it's the approach that we seem to be taking
  • Loading branch information
pepeiborra committed Mar 6, 2021
1 parent 895516d commit 5d708f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide
, ghcide ^>= 1.0.0.0
, lsp-types
, hls-plugin-api
, hls-plugin-api ^>= 1.0.0.0
, lens
, text
, transformers
Expand Down Expand Up @@ -55,7 +55,7 @@ test-suite tests
, bytestring
, data-default
, deepseq
, ghcide >= 0.7.5.0
, ghcide ^>= 1.0.0.0
, hls-brittany-plugin
, hspec-expectations
, megaparsec
Expand Down

0 comments on commit 5d708f3

Please sign in to comment.