-
Notifications
You must be signed in to change notification settings - Fork 696
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
inplace is shadowed by package #797
Comments
(Imported comment by @dcoutts on 2011-03-05) Can you tell us what ghc version you're using? Is it 6.12.1? Can you point us to a concrete example so we can reproduce it? |
(Imported comment by guest on 2011-03-05) I received the same result on 6 (6.12 I presume), 7.01 and 7.02 github.com:gregwebs/persistent.git To attempt to run the tests you will need to install persistent, then cd to the backends directory and cabal install for sqlite,postgresql, and MongoDB, then come back to root persistent directory and try to run the tests. |
(Imported comment by guest on 2011-03-06) I created an account in the hopes that commenting here will give me email updates for this issue. Here is the proper cloning url: http://github.com/gregwebs/persistent.git I am using cabal compiled from HEAD less than a month ago. |
(Imported comment by guest on 2011-03-06) Have you had a chance to reproduce? Is there any more information I can provide you with? |
I've just had this issue with the attoparsec benchmark:
Any idea what is going on? |
I caught this issue after compiling some packages with ghc-7.6.* and another with ghc-7.8.*. Silly me. |
Here's a newer description of what seems to be the problem (regarding test-suites and cyclic dependencies) that helps clear up the key issues involved: http://stackissue.com/tibbe/hashable/higher-kinded-classes-124.html So this seems to be an instance of #1575 which has an unmerged (stalled?) pr that gives a solution at #3422 |
Closing in favour of #1575. |
(Imported from Trac #807, reported by guest on 2011-03-05)
I have a library, persistent, that builds. When I try to build the test suite, I get:
The test-suite build-depends has: persistent-mongoDB (and postgresql and sqlite) depends on persistent to build.I have tried this twice now from a fairly clean install- immediately after upgrading to a new version of ghc.
The text was updated successfully, but these errors were encountered: