-
Notifications
You must be signed in to change notification settings - Fork 24
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-dev ghci cant parse --info error #111
Comments
+1 |
It's not likely that we'll be able to fix this; although we'd accept patches that do so. Can you transition to using cabal sandboxes, or are there features of cabal-dev that prevent that? To use cabal sandboxes: $ cabal sandbox init
$ cabal install --dependencies-only
$ cabal build |
I run this instead.
|
I tried to post this issue to cabal issue tracker, but they refused to solve it and directed me to this project. haskell/cabal#1742 IMHO, this problem is in system configuration. When I run
The most interesting are last 2 rows. They have escaped quotes. I am not sure, but this can make a troubles. Any ideas? @creswick: Yes, I can switch to cabal sandbox, but I like cabal-dev more... |
I'm not sure if the escaped quotes would cause that failure or not -- I just don't know the details of the info parser well enough myself. Issues like this, and the general trouble with supporting I'm happy to incorporate a pull request, if you want to take a stab at fixing the parser, but I'm afraid we won't have capacity to update cabal-dev to fix ghci. If there are particular features of cabal-dev that you prefer over cabal sandboxes then I encourage you to let the cabal devs know what those are (I'm also curious, but I'm not the right person to provide them for cabal). |
@cidevant ~/Sites/Haskell/yesod-auth-api-server [master] $ cabal-dev ghci cabal-dev: user error (cabal: Cant parse --info output of GHC )
System spec:
The text was updated successfully, but these errors were encountered: