File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ describe the package as a whole:
419
419
420
420
The type of build used by this package. Build types are the
421
421
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 >`__
423
423
type. This field is optional and when missing, its default value
424
424
is inferred according to the following rules:
425
425
@@ -1825,7 +1825,7 @@ system-dependent values for these fields.
1825
1825
A list of Haskell extensions used by every module. These determine
1826
1826
corresponding compiler options enabled for all files. Extension
1827
1827
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 >`__
1829
1829
type. For example, ``CPP `` specifies that Haskell source files are
1830
1830
to be preprocessed with a C preprocessor.
1831
1831
You can’t perform that action at this time.
0 commit comments