nikita-volkov / neat-interpolation

A quasiquoter for neat and simple multiline text interpolation
http://hackage.haskell.org/package/neat-interpolation
MIT License
55 stars 16 forks source link

[#18] Switch to megaparsec from parsec #19

Closed vrom911 closed 6 years ago

vrom911 commented 6 years ago

Resolves #18

chshersh commented 6 years ago

I see now that only GHC-7.6.1 fails on CI. Personally, I don't see any point in supporting such old GHC version currently. I would drop it (and even more) and add support for GHC-8.2.2 and GHC-8.4.3 on CI. But this is beyond the scope for this PR.

nikita-volkov commented 6 years ago

Great! Can you please update the Travis profile to exclude GHC 7.6 and include 8.2 and 8.4?