From f634262de0127eb2d0dadfd2523bf5f0fa1a14d1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 16 Mar 2021 18:34:41 +0800 Subject: [PATCH] Update homepage and other urls for ghcide It is currently referring to a deprecated location. --- ghcide/ghcide.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index 5a3112417b..a7de514993 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -11,8 +11,8 @@ copyright: Digital Asset and Ghcide contributors 2018-2020 synopsis: The core of an IDE description: A library for building Haskell IDE's on top of the GHC API. -homepage: https://github.com/haskell/ghcide#readme -bug-reports: https://github.com/haskell/ghcide/issues +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 == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.2 || == 8.10.3 || == 8.10.4 extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md test/data/hover/*.hs @@ -25,7 +25,7 @@ extra-source-files: include/ghc-api-version.h README.md CHANGELOG.md source-repository head type: git - location: https://github.com/haskell/ghcide.git + location: https://github.com/haskell/haskell-language-server.git flag ghc-patched-unboxed-bytecode description: The GHC version we link against supports unboxed sums and tuples in bytecode