You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I try to use 'Local no-index repositories' as described in the documentation for cabal 3.8 under point 5.1.3.2
and understood that the additional local repository url is to be introduced int he .cabal/config file: I tried
cabal v2-build
Error: cabal: Error parsing config file /home/frank/.cabal/config:19:
Parse of field 'url' failed.
I seem not to understand how to construct such a local repository, which would be very useful to avoid repeated recompilation of local packages which are not changing, because I do not understand
An external package is any package which is not listed in the packages field. The source code for external packages is usually retrieved from Hackage.
How could an external package listed, if not in one of the fields packages, optional-packages or extra-packages?
Thank you for clarify the documentation!
To Reproduce
Steps to reproduce the behavior:
$ cabal v2-build ...
Please use version-prefixed commands (e.g. v2-build or v1-build) to avoid ambiguity.
Expected behavior
A clear and concise description of what you expected to happen.
System information
frank@santafe:~/Workspace11/u2giscore/uniform-field$ cabal --version
cabal-install version 3.8.1.0
compiled using version 3.8.1.0 of the Cabal library
frank@santafe:~/Workspace11/u2giscore/uniform-field$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.0.2
frank@santafe:~/Workspace11/u2giscore/uniform-field$
Operating system debian bullseye updated
cabal, ghc versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I try to use 'Local no-index repositories' as described in the documentation for cabal 3.8 under point 5.1.3.2
and understood that the additional local repository url is to be introduced int he .cabal/config file: I tried
and get the error
I seem not to understand how to construct such a local repository, which would be very useful to avoid repeated recompilation of local packages which are not changing, because I do not understand
An external package is any package which is not listed in the packages field. The source code for external packages is usually retrieved from Hackage.
How could an external package listed, if not in one of the fields
packages, optional-packages or extra-packages
?Thank you for clarify the documentation!
To Reproduce
Steps to reproduce the behavior:
Please use version-prefixed commands (e.g.
v2-build
orv1-build
) to avoid ambiguity.Expected behavior
A clear and concise description of what you expected to happen.
System information
cabal
,ghc
versionsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: