File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ copyright: The Haskell IDE Team
1414license : Apache-2.0
1515license-file : LICENSE
1616build-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
1818extra-source-files :
1919 README.md
2020 ChangeLog.md
@@ -35,7 +35,7 @@ source-repository head
3535
3636common 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
595595benchmark 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
You can’t perform that action at this time.
0 commit comments