File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ homepage:
14
14
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
15
15
16
16
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
18
18
extra-source-files :
19
19
CHANGELOG.md
20
20
README.md
@@ -52,7 +52,7 @@ library
52
52
, aeson
53
53
, array
54
54
, async
55
- , base >= 4 && < 5
55
+ , base >= 4.16 && < 5
56
56
, base16-bytestring >= 0.1.1 && < 1.1
57
57
, binary
58
58
, bytestring
@@ -73,7 +73,7 @@ library
73
73
, filepath
74
74
, fingertree
75
75
, focus >= 1.0.3.2
76
- , ghc >= 9.0
76
+ , ghc >= 9.2
77
77
, ghc-boot
78
78
, ghc-boot-th
79
79
, ghc-check >= 0.5.0.8
@@ -275,7 +275,7 @@ executable ghcide
275
275
-- Enable collection of heap statistics
276
276
main-is : Main.hs
277
277
build-depends :
278
- , base >= 4 && < 5
278
+ , base >= 4.16 && < 5
279
279
, data-default
280
280
, extra
281
281
, ghcide
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ copyright: The Haskell IDE Team
14
14
license : Apache-2.0
15
15
license-file : LICENSE
16
16
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
18
18
extra-source-files :
19
19
README.md
20
20
ChangeLog.md
@@ -35,7 +35,7 @@ source-repository head
35
35
36
36
common common-deps
37
37
build-depends :
38
- , base >= 4.12 && < 5
38
+ , base >= 4.16 && < 5
39
39
, directory
40
40
, extra
41
41
, filepath
@@ -593,6 +593,7 @@ test-suite wrapper-test
593
593
main-is : Main.hs
594
594
595
595
benchmark benchmark
596
+ import : common-deps
596
597
-- Depends on shake-bench which is unbuildable after this point
597
598
if impl(ghc >= 9.5 )
598
599
buildable : False
@@ -622,12 +623,8 @@ benchmark benchmark
622
623
623
624
build-depends :
624
625
aeson,
625
- base == 4. *,
626
626
containers,
627
627
data-default,
628
- directory,
629
- extra,
630
- filepath,
631
628
ghcide-bench,
632
629
haskell-language-server,
633
630
hls-plugin-api,
@@ -636,5 +633,4 @@ benchmark benchmark
636
633
optparse-applicative,
637
634
shake,
638
635
shake-bench == 0.2. *,
639
- text,
640
636
yaml
You can’t perform that action at this time.
0 commit comments