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

Set the Cabal version used to configure a project #494

Closed
etorreborre opened this issue Jul 2, 2015 · 2 comments
Closed

Set the Cabal version used to configure a project #494

etorreborre opened this issue Jul 2, 2015 · 2 comments

Comments

@etorreborre
Copy link

When I try to build my project I can see that it is configured with:

/app/ghc/bin/runhaskell -package=Cabal-1.18.1.5 ...

But my Setup.hs file requires Cabal=1.22.3.0 (I'm on GHC 7.8 btw). Is there a way to select the cabal version to use?

@snoyberg
Copy link
Contributor

snoyberg commented Jul 2, 2015

This isn't implemented yet, but it's planned under #174. If you're interested in hacking on this it will happen sooner. Let me know, and we can start to sketch out what the implementation would look like.

Mind closing this and discussing under #174?

@etorreborre
Copy link
Author

No problem I'll close this one.

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