haskell-src-meta
haskell-src-meta copied to clipboard
Fix #78 by regenerating Travis config using haskell-ci
This PR
(1) Fixes the Travis config (by re-generating it using haskell-ci
)
(2) Fixes the splices
test-suite so that it works on GHC < 8
(3) Adds a .gitignore
file
@bmillwood ping :)
@JonasDuregard I've fixed the merge conflicts. Might you also review this ?
I've taken over the package, and created an issue on the forked repo for the explicit forall problem. See: https://github.com/DanBurton/haskell-src-meta/issues/2
I made changes similar to these, but with CPP around them so that the explicit forall
s are only used for ghc < 8. (See https://github.com/DanBurton/haskell-src-meta/commit/9cfe1d9a332e37853fbaefed4abb5395dd9d61cc and https://github.com/DanBurton/haskell-src-meta/commit/ba0083444582b9d65aa806d34c0d35544ca21924) Unless a PR comes along to fix the issue, this issue will likely just fade away with an eventual drop of support for the older versions of ghc.