Skip to content

Commit c3b5165

Browse files
committed
includes breaking API change: bump ghcide version number
1 parent ac4c80f commit c3b5165

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

ghcide/ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.2
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.0.0.0
5+
version: 1.1.0.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, cryptohash-sha1
5656
, data-default
5757
, ghc
58-
, ghcide ^>= 1.0.0.0
58+
, ghcide ^>= 1.1.0.0
5959
, gitrev
6060
, lsp
6161
, hie-bios

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

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

plugins/hls-class-plugin/hls-class-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
, hls-plugin-api ^>= 1.0.0.0
2525
, ghc
2626
, ghc-exactprint
27-
, ghcide ^>= 1.0.0.0
27+
, ghcide ^>= 1.1.0.0
2828
, lens
2929
, shake
3030
, text

plugins/hls-eval-plugin/hls-eval-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, ghc
5050
, ghc-boot-th
5151
, ghc-paths
52-
, ghcide ^>= 1.0.0.0
52+
, ghcide ^>= 1.1.0.0
5353
, hashable
5454
, lsp
5555
, lsp-types

plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
, lsp
2424
, hls-plugin-api ^>= 1.0.0.0
2525
, ghc
26-
, ghcide ^>= 1.0.0.0
26+
, ghcide ^>= 1.1.0.0
2727
, shake
2828
, text
2929
, unordered-containers

plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
, containers
2424
, ghc
2525
, ghc-exactprint
26-
, ghcide ^>= 1.0.0.0
26+
, ghcide ^>= 1.1.0.0
2727
, lsp-types
2828
, hls-plugin-api ^>= 1.0.0.0
2929
, text

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, extra
4040
, filepath
4141
, ghc-exactprint >=0.6.3.4
42-
, ghcide ^>= 1.0.0.0
42+
, ghcide ^>= 1.1.0.0
4343
, hashable
4444
, lsp
4545
, hlint >=3.2

plugins/hls-retrie-plugin/hls-retrie-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library
2525
, lsp-types
2626
, hls-plugin-api ^>= 1.0.0.0
2727
, ghc
28-
, ghcide ^>= 1.0.0.0
28+
, ghcide ^>= 1.1.0.0
2929
, hashable
3030
, retrie >=0.1.1.0
3131
, safe-exceptions

plugins/hls-splice-plugin/hls-splice-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
, hls-plugin-api ^>= 1.0.0.0
2525
, ghc
2626
, ghc-exactprint
27-
, ghcide ^>= 1.0.0.0
27+
, ghcide ^>= 1.1.0.0
2828
, lens
2929
, dlist
3030
, retrie

plugins/hls-tactics-plugin/hls-tactics-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363
, ghc-boot-th
6464
, ghc-exactprint
6565
, ghc-source-gen
66-
, ghcide ^>= 1.0.0.0
66+
, ghcide ^>= 1.1.0.0
6767
, lsp
6868
, hls-plugin-api ^>= 1.0.0.0
6969
, lens

0 commit comments

Comments
 (0)