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
I keep getting the following cabal: unrecognised command: sandbox (try --help) when i run cabal sandbox init
cabal: unrecognised command: sandbox (try --help)
cabal sandbox init
Not sure what i'm missing
The text was updated successfully, but these errors were encountered:
Okay it has to do with the version of cabal i have. Looks like the latest stable version when installed with apt-get is 1.16.0
apt-get
1.16.0
Sanboxes are only supported from 1.18.0 might have to build Cabal from source.
Sanboxes
1.18.0
Cabal
I did however manage to run the application using stack. I will add the instructions I followed to the README and submit a pull request.
stack
README
Sorry, something went wrong.
No branches or pull requests
I keep getting the following
cabal: unrecognised command: sandbox (try --help)
when i runcabal sandbox init
Not sure what i'm missing
The text was updated successfully, but these errors were encountered: