selectel / mongoDB-haskell

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
21 stars 11 forks source link

GHC 7.6 Support #5

Closed alevy closed 11 years ago

alevy commented 11 years ago

lifted-base no longer contains addMVarFinalizer

deian commented 11 years ago

+1

markwright commented 11 years ago

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

alevy commented 11 years ago

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

knsd commented 11 years ago

Thanks for your pull request!

I will update version on hackage tomorrow.