Skip to content

Commit 00e99cd

Browse files
committed
Update tested-with GHC in cabal config
1 parent 4097427 commit 00e99cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: ghcide/ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
A library for building Haskell IDE's on top of the GHC API.
1414
homepage: https://github.com/haskell/ghcide#readme
1515
bug-reports: https://github.com/haskell/ghcide/issues
16-
tested-with: GHC>=8.6.5
16+
tested-with: GHC == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.1 || == 8.10.2 || == 8.10.3
1717
extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md
1818
test/data/hover/*.hs
1919
test/data/multi/cabal.project

Diff for: haskell-language-server.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ copyright: Alan Zimmerman
1414
license: Apache-2.0
1515
license-file: LICENSE
1616
build-type: Simple
17+
tested-with: GHC == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.1 || == 8.10.2 || == 8.10.3
1718
extra-source-files:
1819
README.md
1920
ChangeLog.md

0 commit comments

Comments
 (0)