Skip to content

Commit 1f55b5e

Browse files
committed
relax depends constraints
1 parent 2c9bef9 commit 1f55b5e

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

haskell-language-server.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
, lsp
6161
, hie-bios
6262
, hiedb
63-
, hls-plugin-api ^>= 1.0.0.0
63+
, hls-plugin-api >= 1.0 && < 1.2
6464
, hslogger
6565
, optparse-applicative
6666
, optparse-simple
@@ -379,7 +379,7 @@ common hls-test-utils
379379
, data-default
380380
, lsp
381381
, hie-bios
382-
, hls-plugin-api ^>= 1.0.0.0
382+
, hls-plugin-api >= 1.0 && < 1.2
383383
, hslogger
384384
, hspec
385385
, hspec-core

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
, ghc-boot-th
2323
, ghcide ^>= 1.1.0.0
2424
, lsp-types
25-
, hls-plugin-api ^>= 1.0.0.0
25+
, hls-plugin-api >= 1.0 && < 1.2
2626
, lens
2727
, text
2828
, transformers

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
, base >=4.12 && <5
2222
, containers
2323
, lsp
24-
, hls-plugin-api ^>= 1.0.0.0
24+
, hls-plugin-api >= 1.0 && < 1.2
2525
, ghc
2626
, ghc-exactprint
2727
, ghcide ^>= 1.1.0.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library
5353
, hashable
5454
, lsp
5555
, lsp-types
56-
, hls-plugin-api ^>= 1.0.0.0
56+
, hls-plugin-api >= 1.0 && < 1.2
5757
, lens
5858
, megaparsec >=9.0
5959
, mtl

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
, deepseq
2222
, lsp-types
2323
, lsp
24-
, hls-plugin-api ^>= 1.0.0.0
24+
, hls-plugin-api >= 1.0 && < 1.2
2525
, ghc
2626
, ghcide ^>= 1.1.0.0
2727
, shake

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library
2525
, ghc-exactprint
2626
, ghcide ^>= 1.1.0.0
2727
, lsp-types
28-
, hls-plugin-api ^>= 1.0.0.0
28+
, hls-plugin-api >= 1.0 && < 1.2
2929
, text
3030
, unordered-containers
3131

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, hashable
4444
, lsp
4545
, hlint >=3.2
46-
, hls-plugin-api ^>= 1.0.0.0
46+
, hls-plugin-api >= 1.0 && < 1.2
4747
, hslogger
4848
, lens
4949
, regex-tdfa

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
, extra
2424
, lsp
2525
, lsp-types
26-
, hls-plugin-api ^>= 1.0
26+
, hls-plugin-api >= 1.0 && < 1.2
2727
, ghc
2828
, ghcide ^>= 1.1
2929
, hashable

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
, extra
2222
, foldl
2323
, lsp
24-
, hls-plugin-api ^>= 1.0.0.0
24+
, hls-plugin-api >= 1.0 && < 1.2
2525
, ghc
2626
, ghc-exactprint
2727
, ghcide ^>= 1.1.0.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ library
6767
, ghc-source-gen
6868
, ghcide ^>= 1.1.0.0
6969
, lsp
70-
, hls-plugin-api ^>= 1.0.0.0
70+
, hls-plugin-api >= 1.0 && < 1.2
7171
, lens
7272
, mtl
7373
, refinery ^>=0.3

0 commit comments

Comments
 (0)