haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

Remove tight bound on pretty-show #389

Closed mpickering closed 6 years ago

mpickering commented 6 years ago

pretty-show-1.6.14 doesn't work on old GHC versions because it doesn't explicitly import Foldable. When a new version is released which works on older versions the tight bound in the test file should be removed.