From 9b607671b9158c60470b2bd57804a7684d3ea33f Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Sat, 6 Jun 2020 11:04:03 +0900 Subject: 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] --- compiler/ghc.cabal.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/ghc.cabal.in') 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 + for more information. Category: Development Build-Type: Simple Cabal-Version: >=1.10 -- cgit v1.2.1