summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2020-06-06 11:04:03 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-09 08:05:46 -0400
commit9b607671b9158c60470b2bd57804a7684d3ea33f (patch)
treef28f8e54d16f3c117b6ee8e3d873877ac702f1ec
parentf1bfb806683b3092fc5ead84e7ecff928c55fbc4 (diff)
downloadhaskell-9b607671b9158c60470b2bd57804a7684d3ea33f.tar.gz
Add link to GHC's wiki in the GHC API header
This adds a URL to point to GHC's wiki in the GHC API header. Newcomers could easily find more information from the GHC API's web like [1]. [1]: Current version, https://ghc.gitlab.haskell.org/ghc/doc/libraries/ghc-8.11.0.20200604/index.html [skip ci]
-rw-r--r--compiler/ghc.cabal.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 718047f777..78e94225ef 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -16,6 +16,9 @@ Description:
include loading Haskell code dynamically in a GHCi-like manner.
For this reason, a lot of GHC's functionality is made available
through this package.
+ .
+ See <https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler>
+ for more information.
Category: Development
Build-Type: Simple
Cabal-Version: >=1.10