Skip to content

Commit

Permalink
Merge pull request #9187 from BinderDavid/fix-deadlinks-in-documentation
Browse files Browse the repository at this point in the history
Fix two dead links in the users guide
  • Loading branch information
mergify[bot] authored Aug 21, 2023
2 parents f775857 + f75df7b commit 84acb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cabal-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://hackage.haskell.org/package/Cabal/docs/Distribution-PackageDescription.html#t:BuildType>`__
`BuildType <https://hackage.haskell.org/package/Cabal-syntax/docs/Distribution-Types-BuildType.html#t:BuildType>`__
type. This field is optional and when missing, its default value
is inferred according to the following rules:

Expand Down Expand Up @@ -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 <https://hackage.haskell.org/package/Cabal/docs/Language-Haskell-Extension.html#t:Extension>`__
`Extension <https://hackage.haskell.org/package/Cabal-syntax/docs/Language-Haskell-Extension.html#t:Extension>`__
type. For example, ``CPP`` specifies that Haskell source files are
to be preprocessed with a C preprocessor.

Expand Down

0 comments on commit 84acb0e

Please sign in to comment.