File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ copyright: Digital Asset and Ghcide contributors 2018-2020
11
11
synopsis : The core of an IDE
12
12
description :
13
13
A library for building Haskell IDE's on top of the GHC API.
14
- homepage : https://github.com/haskell/ghcide#readme
15
- bug-reports : https://github.com/haskell/ghcide /issues
14
+ homepage : https://github.com/haskell/haskell-language-server/tree/master/ ghcide#readme
15
+ bug-reports : https://github.com/haskell/haskell-language-server /issues
16
16
tested-with : GHC == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.2 || == 8.10.3 || == 8.10.4
17
17
extra-source-files : include/ghc-api-version.h README.md CHANGELOG.md
18
18
test/data/hover/*.hs
@@ -25,7 +25,7 @@ extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md
25
25
26
26
source-repository head
27
27
type : git
28
- location : https://github.com/haskell/ghcide .git
28
+ location : https://github.com/haskell/haskell-language-server .git
29
29
30
30
flag ghc-patched-unboxed-bytecode
31
31
description : The GHC version we link against supports unboxed sums and tuples in bytecode
You can’t perform that action at this time.
0 commit comments