Open dniku opened 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.
lts-11
lts-12
ifdef
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.
This is a fix for https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32. I have tested with both
lts-11
andlts-12
to make sure that the build succeeds both when theifdef
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.