Skip to content

Commit be31326

Browse files
authored
Update base lower bounds for HLS (#4000)
* Update base lower bounds for HLS * Bump lower bound
1 parent a253f1f commit be31326

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

ghcide/ghcide.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage:
1414
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
1515

1616
bug-reports: https://github.com/haskell/haskell-language-server/issues
17-
tested-with: GHC ==9.0.2 || ==9.2.5
17+
tested-with: GHC == 9.8.1 || ==9.6.4 || ==9.4.8 || ==9.2.8
1818
extra-source-files:
1919
CHANGELOG.md
2020
README.md
@@ -52,7 +52,7 @@ library
5252
, aeson
5353
, array
5454
, async
55-
, base >=4 && <5
55+
, base >=4.16 && <5
5656
, base16-bytestring >=0.1.1 && <1.1
5757
, binary
5858
, bytestring
@@ -73,7 +73,7 @@ library
7373
, filepath
7474
, fingertree
7575
, focus >=1.0.3.2
76-
, ghc >=9.0
76+
, ghc >=9.2
7777
, ghc-boot
7878
, ghc-boot-th
7979
, ghc-check >=0.5.0.8
@@ -275,7 +275,7 @@ executable ghcide
275275
-- Enable collection of heap statistics
276276
main-is: Main.hs
277277
build-depends:
278-
, base >=4 && <5
278+
, base >=4.16 && <5
279279
, data-default
280280
, extra
281281
, ghcide

haskell-language-server.cabal

+3-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copyright: The Haskell IDE Team
1414
license: Apache-2.0
1515
license-file: LICENSE
1616
build-type: Simple
17-
tested-with: GHC == 9.0.2 || ==9.2.5
17+
tested-with: GHC == 9.8.1 || ==9.6.4 || ==9.4.8 || ==9.2.8
1818
extra-source-files:
1919
README.md
2020
ChangeLog.md
@@ -35,7 +35,7 @@ source-repository head
3535

3636
common common-deps
3737
build-depends:
38-
, base >=4.12 && <5
38+
, base >=4.16 && <5
3939
, directory
4040
, extra
4141
, filepath
@@ -593,6 +593,7 @@ test-suite wrapper-test
593593
main-is: Main.hs
594594

595595
benchmark benchmark
596+
import: common-deps
596597
-- Depends on shake-bench which is unbuildable after this point
597598
if impl(ghc >= 9.5)
598599
buildable: False
@@ -622,12 +623,8 @@ benchmark benchmark
622623

623624
build-depends:
624625
aeson,
625-
base == 4.*,
626626
containers,
627627
data-default,
628-
directory,
629-
extra,
630-
filepath,
631628
ghcide-bench,
632629
haskell-language-server,
633630
hls-plugin-api,
@@ -636,5 +633,4 @@ benchmark benchmark
636633
optparse-applicative,
637634
shake,
638635
shake-bench == 0.2.*,
639-
text,
640636
yaml

0 commit comments

Comments
 (0)