quchen / prettyprinter

A modern, extensible and well-documented prettyprinter.
BSD 2-Clause "Simplified" License
293 stars 34 forks source link

Remove the MINIMAL pragma from `Pretty` #219

Closed dwincort closed 2 years ago

dwincort commented 2 years ago

This PR resolves #218.

sjakobi commented 2 years ago

The build failure with GHC 7.4.2 is due to https://github.com/UnkindPartition/tasty/issues/321. Unless that issue is resolved speedily, we can try to add to constraints locally to nudge tasty towards a good build plan, e.g. this one.

dwincort commented 2 years ago

Any thoughts on getting this merged and pushed to hackage?