Skip to content

Commit 2dc00d0

Browse files
Update homepage and other urls for ghcide (#1580)
It is currently referring to a deprecated location. Co-authored-by: Potato Hatsue <[email protected]>
1 parent 86d67ff commit 2dc00d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ghcide/ghcide.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ copyright: Digital Asset and Ghcide contributors 2018-2020
1111
synopsis: The core of an IDE
1212
description:
1313
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
1616
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
1717
extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md
1818
test/data/hover/*.hs
@@ -25,7 +25,7 @@ extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md
2525

2626
source-repository head
2727
type: git
28-
location: https://github.com/haskell/ghcide.git
28+
location: https://github.com/haskell/haskell-language-server.git
2929

3030
flag ghc-patched-unboxed-bytecode
3131
description: The GHC version we link against supports unboxed sums and tuples in bytecode

0 commit comments

Comments
 (0)