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
The repo contains a file cabal.project with contents
packages: ./ tidal-parse
Just running
cabal install --lib
will produce some error triggered by constraints in tidal-parse/tidal-parse.cabal - that I want to avoid by not building it.
I thought that --ignore-project tells cabal to ignore cabal.project. (although -? says "Ignore local project configuration" and does not mention the file name).
System information
Fedora GNU/Linux 5.7.6-201.fc32.x86_64
cabal --version
cabal-install version 3.2.0.0
compiled using version 3.2.0.0 of the Cabal library
ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.1
The text was updated successfully, but these errors were encountered:
will result in
The repo contains a file
cabal.project
with contentsJust running
will produce some error triggered by constraints in
tidal-parse/tidal-parse.cabal
- that I want to avoid by not building it.I thought that
--ignore-project
tellscabal
to ignorecabal.project
. (although-?
says "Ignore local project configuration" and does not mention the file name).System information
The text was updated successfully, but these errors were encountered: