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

Remove no-longer-needed JSaddle workarounds #127

Closed georgefst closed 11 months ago

georgefst commented 11 months ago

Undoes https://github.com/cdepillabout/pretty-simple/pull/125.

georgefst commented 11 months ago

I actually needed this to unblock building with GHC 9.6 (which is now possible with cabal build all -w ghc-9.6.3 --allow-newer=servant-lucid:servant).