Skip to content
New issue

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 command parsed as a flag when using sandbox named build #65

Open
acfoltzer opened this issue Aug 14, 2012 · 0 comments
Open

build command parsed as a flag when using sandbox named build #65

acfoltzer opened this issue Aug 14, 2012 · 0 comments

Comments

@acfoltzer
Copy link

When using a sandbox directory called build, the cabal build command is somehow misinterpreted:

$ 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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant