Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage:
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme

bug-reports: https://github.com/haskell/haskell-language-server/issues
tested-with: GHC ==9.0.2 || ==9.2.5
tested-with: GHC == 9.8.1 || ==9.6.4 || ==9.4.8 || ==9.2.8
extra-source-files:
CHANGELOG.md
README.md
Expand Down Expand Up @@ -52,7 +52,7 @@ library
, aeson
, array
, async
, base >=4 && <5
, base >=4.16 && <5
, base16-bytestring >=0.1.1 && <1.1
, binary
, bytestring
Expand All @@ -73,7 +73,7 @@ library
, filepath
, fingertree
, focus >=1.0.3.2
, ghc >=9.0
, ghc >=9.2
, ghc-boot
, ghc-boot-th
, ghc-check >=0.5.0.8
Expand Down Expand Up @@ -275,7 +275,7 @@ executable ghcide
-- Enable collection of heap statistics
main-is: Main.hs
build-depends:
, base >=4 && <5
, base >=4.16 && <5
, data-default
, extra
, ghcide
Expand Down
10 changes: 3 additions & 7 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copyright: The Haskell IDE Team
license: Apache-2.0
license-file: LICENSE
build-type: Simple
tested-with: GHC == 9.0.2 || ==9.2.5
tested-with: GHC == 9.8.1 || ==9.6.4 || ==9.4.8 || ==9.2.8
extra-source-files:
README.md
ChangeLog.md
Expand All @@ -35,7 +35,7 @@ source-repository head

common common-deps
build-depends:
, base >=4.12 && <5
, base >=4.16 && <5
, directory
, extra
, filepath
Expand Down Expand Up @@ -593,6 +593,7 @@ test-suite wrapper-test
main-is: Main.hs

benchmark benchmark
import: common-deps
-- Depends on shake-bench which is unbuildable after this point
if impl(ghc >= 9.5)
buildable: False
Expand Down Expand Up @@ -622,12 +623,8 @@ benchmark benchmark

build-depends:
aeson,
base == 4.*,
containers,
data-default,
directory,
extra,
filepath,
ghcide-bench,
haskell-language-server,
hls-plugin-api,
Expand All @@ -636,5 +633,4 @@ benchmark benchmark
optparse-applicative,
shake,
shake-bench == 0.2.*,
text,
yaml