We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build
When using a sandbox directory called build, the cabal build command is somehow misinterpreted:
cabal build
$ cabal-dev -s build configure Resolving dependencies... Configuring foo-0.1.0.0... $ cabal-dev -s build build cabal: Unrecognised flags: build
However, specifying no sandbox, or a sandbox of a different name, seems to make everything work.
$ cabal-dev -s cabal-dev configure Resolving dependencies... Configuring foo-0.1.0.0... $ cabal-dev -s cabal-dev build Building foo-0.1.0.0... Preprocessing library foo-0.1.0.0... Registering foo-0.1.0.0...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using a sandbox directory called
build
, thecabal build
command is somehow misinterpreted:However, specifying no sandbox, or a sandbox of a different name, seems to make everything work.
The text was updated successfully, but these errors were encountered: