cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Try to fix CI. #97

Closed cdepillabout closed 3 years ago

cdepillabout commented 3 years ago

This PR fixes our CI and bumps stack to using a new LTS.

Looks like CI is now passing, so this should hopefully be good to merge in.

cc @georgefst

Closes #95.