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

cabal sandbox hc-pkg unregister --force <pkg> does not work #2208

Closed
wereHamster opened this issue Nov 9, 2014 · 1 comment
Closed

cabal sandbox hc-pkg unregister --force <pkg> does not work #2208

wereHamster opened this issue Nov 9, 2014 · 1 comment

Comments

@wereHamster
Copy link

This is what happens:

$ cabal sandbox hc-pkg unregister --force protocol-buffers-descriptor 
cabal: unrecognized 'sandbox' option `--force'

The trick is to add the --force flag after the double-dash delimiter, eg.

$ cabal sandbox hc-pkg unregister protocol-buffers-descriptor -- --force
unregistering protocol-buffers-descriptor would break the following packages: [snip] (ignoring)
@23Skidoo
Copy link
Member

23Skidoo commented Nov 9, 2014

Duplicate of #1119.

@23Skidoo 23Skidoo closed this as completed Nov 9, 2014
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

2 participants