danstiner / hfmt

Format Haskell programs. Inspired by the gofmt utility.
MIT License
125 stars 14 forks source link

Fix bound constraint on hindent version #16

Closed danstiner closed 7 years ago

danstiner commented 7 years ago

Version 5.2.3 of hindent contains a breaking change to the reformat function that we depend on in the current code.

Change in hindent: https://github.com/commercialhaskell/hindent/commit/b14e690af82e48fee6b3fd596bc96d4c1c31ea04

Will make version incompatibilities like #15 more obvious.