-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bad interface file #59
Comments
I can't be sure, but my guess is that something is amiss locally on your machine. Recent updates to this branch have changed the interface file format. I recommend doing a |
That did not work. After installing should I be using cabal any differently than I normally do? As far as I can tell all packages are separated by ghc version... |
Can you give me steps to reproduce? I use |
|
Also, do you have a better way of updating the git submodules than switching the git remote url each time? Possibly related: I notice that one of these submodules is actually vector (edit: and primititive). Could this be conflicting with the cabal installation of vector? |
I'm also having this issue (or something very similar), and now it affects vanilla HEAD also. |
Using cabal HEAD did not fix it for me. |
I've not tried yet to fix this, but I am surprised by this bug. Then I saw this float by, from Simon Marlow, when Simon PJ hit this same problem:
Does that fix it for you? |
After doing that I get errors such as:
ghc-pkg check tells me that
|
What if you |
I've encountered a similar problem today and solved it by switching to cabal HEAD. |
Removed .cabal/lib/ghc-7.11*, ghc-pkg unregistered primitive, cabal installed vector using cabal head, and for some reason this time around it just worked. |
Not sure if I'm doing some cabal stuff wrong, but many packages fail to install with errors such as:
The text was updated successfully, but these errors were encountered: