asilvestre / haskell-neo4j-rest-client

Haskell neo4j REST client
MIT License
25 stars 7 forks source link

Fix compatibility with base >= 4.11.0.0 #33

Open dniku opened 6 years ago

dniku commented 6 years ago

This is a fix for https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32. I have tested with both lts-11 and lts-12 to make sure that the build succeeds both when the ifdef is triggered and when it isn't.

Some Travis builds which use old GHC fail due to broken dependencies, while newer ones fail because of some actual tests that do not pass, but that does not have anything in common with the patch.