Skip to content

Commit 84acb0e

Browse files
authored
Merge pull request #9187 from BinderDavid/fix-deadlinks-in-documentation
Fix two dead links in the users guide
2 parents f775857 + f75df7b commit 84acb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cabal-package.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ describe the package as a whole:
419419

420420
The type of build used by this package. Build types are the
421421
constructors of the
422-
`BuildType <https://hackage.haskell.org/package/Cabal/docs/Distribution-PackageDescription.html#t:BuildType>`__
422+
`BuildType <https://hackage.haskell.org/package/Cabal-syntax/docs/Distribution-Types-BuildType.html#t:BuildType>`__
423423
type. This field is optional and when missing, its default value
424424
is inferred according to the following rules:
425425

@@ -1825,7 +1825,7 @@ system-dependent values for these fields.
18251825
A list of Haskell extensions used by every module. These determine
18261826
corresponding compiler options enabled for all files. Extension
18271827
names are the constructors of the
1828-
`Extension <https://hackage.haskell.org/package/Cabal/docs/Language-Haskell-Extension.html#t:Extension>`__
1828+
`Extension <https://hackage.haskell.org/package/Cabal-syntax/docs/Language-Haskell-Extension.html#t:Extension>`__
18291829
type. For example, ``CPP`` specifies that Haskell source files are
18301830
to be preprocessed with a C preprocessor.
18311831

0 commit comments

Comments
 (0)