Skip to content

Commit

Permalink
includes breaking API change: bump ghcide version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Mar 6, 2021
1 parent 5d708f3 commit 0497869
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.2
build-type: Simple
category: Development
name: ghcide
version: 1.0.0.0
version: 1.1.0.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
, cryptohash-sha1
, data-default
, ghc
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, gitrev
, lsp
, hie-bios
Expand Down
4 changes: 2 additions & 2 deletions plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, lsp-types
, hls-plugin-api ^>= 1.0.0.0
, lens
Expand Down Expand Up @@ -55,7 +55,7 @@ test-suite tests
, bytestring
, data-default
, deepseq
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, hls-brittany-plugin
, hspec-expectations
, megaparsec
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
, hls-plugin-api ^>= 1.0.0.0
, ghc
, ghc-exactprint
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, lens
, shake
, text
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-eval-plugin/hls-eval-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
, ghc
, ghc-boot-th
, ghc-paths
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, hashable
, lsp
, lsp-types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
, lsp
, hls-plugin-api ^>= 1.0.0.0
, ghc
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, shake
, text
, unordered-containers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
, containers
, ghc
, ghc-exactprint
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, lsp-types
, hls-plugin-api ^>= 1.0.0.0
, text
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
, extra
, filepath
, ghc-exactprint >=0.6.3.4
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, hashable
, lsp
, hlint >=3.2
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
, lsp-types
, hls-plugin-api ^>= 1.0.0.0
, ghc
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, hashable
, retrie >=0.1.1.0
, safe-exceptions
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
, hls-plugin-api ^>= 1.0.0.0
, ghc
, ghc-exactprint
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, lens
, dlist
, retrie
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, ghc-boot-th
, ghc-exactprint
, ghc-source-gen
, ghcide ^>= 1.0.0.0
, ghcide ^>= 1.1.0.0
, lsp
, hls-plugin-api ^>= 1.0.0.0
, lens
Expand Down

0 comments on commit 0497869

Please sign in to comment.