File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description:
13
13
A library for building Haskell IDE's on top of the GHC API.
14
14
homepage : https://github.com/haskell/ghcide#readme
15
15
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
17
17
extra-source-files : include/ghc-api-version.h README.md CHANGELOG.md
18
18
test/data/hover/*.hs
19
19
test/data/multi/cabal.project
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ copyright: Alan Zimmerman
14
14
license : Apache-2.0
15
15
license-file : LICENSE
16
16
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
17
18
extra-source-files :
18
19
README.md
19
20
ChangeLog.md
You can’t perform that action at this time.
0 commit comments