From f75df7ba3191645c1873dfa00126168091377668 Mon Sep 17 00:00:00 2001 From: David Binder Date: Fri, 18 Aug 2023 17:54:12 +0200 Subject: [PATCH] Fix two dead links in the users guide Fix two dead links which pointed to Hackage documentation of modules which moved from cabal to cabal-syntax package. --- doc/cabal-package.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cabal-package.rst b/doc/cabal-package.rst index d2edfc40828..71340330526 100644 --- a/doc/cabal-package.rst +++ b/doc/cabal-package.rst @@ -419,7 +419,7 @@ describe the package as a whole: The type of build used by this package. Build types are the constructors of the - `BuildType `__ + `BuildType `__ type. This field is optional and when missing, its default value is inferred according to the following rules: @@ -1825,7 +1825,7 @@ system-dependent values for these fields. A list of Haskell extensions used by every module. These determine corresponding compiler options enabled for all files. Extension names are the constructors of the - `Extension `__ + `Extension `__ type. For example, ``CPP`` specifies that Haskell source files are to be preprocessed with a C preprocessor.