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

depends on unordered-containers 0.2.3.0 for HashMap Data instance #183

Merged
merged 1 commit into from
Mar 4, 2014
Merged

depends on unordered-containers 0.2.3.0 for HashMap Data instance #183

merged 1 commit into from
Mar 4, 2014

Conversation

codygman
Copy link
Contributor

@codygman codygman commented Feb 5, 2014

Data instance for HashMap, which only seems to appear in 0.2.3.0, but
aeson's current dependency is only on 0.1.3.0.

Data instance for HashMap

I could only reproduce this error when trying to install lens and aeson as I described in #182

Installing version 4.0 of lens after fixing this bug uncovers a lens bug. That bug is caused because cpphs is a dependency, but not listed in the cabal file. @EdwardK told me he was pushing an update however so that lens no longer depends on cpphs.

After merging this change in, lens and aeson should be able to coexist a little better ;)

Data instance for HashMap, which only seems to appear in 0.2.3.0, but
aeson's current dependency is only on 0.1.3.0.

Data instance for HashMap
@codygman
Copy link
Contributor Author

I just wanted to add that I have to use the following command to install Snap in a clean cabal sandbox on Debian Wheezy because of the issue above:

cabal install snap --constraint="unordered-containers>= 0.2.3.0"

bos added a commit that referenced this pull request Mar 4, 2014
depends on unordered-containers 0.2.3.0 for HashMap Data instance
@bos bos merged commit 025f73e into haskell:master Mar 4, 2014
@bos
Copy link
Collaborator

bos commented Mar 4, 2014

Thanks!

mamash pushed a commit to TritonDataCenter/pkgsrc-wip that referenced this pull request Mar 7, 2014
changes:
0.7.0.2
 - Merge pull request #183 from codygman/master
   * depends on unordered-containers 0.2.3.0 for HashMap Data instance
     Data instance for HashMap, which only seems to appear in 0.2.3.0, but
     aeson's current dependency is only on 0.1.3.0.
     Data instance for HashMap
 - Fix missing data constructor in doc comments
( #183 => haskell/aeson#183 )
tolysz pushed a commit to tolysz/aeson that referenced this pull request May 18, 2015
depends on unordered-containers 0.2.3.0 for HashMap Data instance
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

Successfully merging this pull request may close these issues.

2 participants