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

GHC 7.6 Support #5

Merged
merged 2 commits into from Oct 25, 2012
Merged

GHC 7.6 Support #5

merged 2 commits into from Oct 25, 2012

Conversation

alevy
Copy link

@alevy alevy commented Oct 19, 2012

lifted-base no longer contains addMVarFinalizer

lifted-base no longer contains addMVarFinalizer
@deian
Copy link

deian commented Oct 19, 2012

+1

@markwright
Copy link

true but it needs:

  1. dep on >= lifted-base-0.2

  2. #if MIN_VERSION_base(4,6,0) around these diffs so it will still work with ghc 7.4.2 like:

https://github.com/gentoo-haskell/gentoo-haskell/blob/master/dev-haskell/mongodb/files/mongodb-1.3.0-ghc-7.6.patch

anyway I note the mongoDB 1.3.0 build is broken with ghc 7.6.1 and lifted-base 0.2

@ghost ghost assigned knsd Oct 22, 2012
@alevy
Copy link
Author

alevy commented Oct 24, 2012

@markwright thanks for the tip on this. I've tested it with both 7.6 and 7.4 now following your example.

@knsd
Copy link

knsd commented Oct 24, 2012

Thanks for your pull request!

I will update version on hackage tomorrow.

knsd added a commit that referenced this pull request Oct 25, 2012
@knsd knsd merged commit 62ae52e into selectel:master Oct 25, 2012
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.

None yet

4 participants