haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
223 stars 75 forks source link

Eta expand as required by simplified subsumption rules #134

Closed bgamari closed 4 years ago

bgamari commented 4 years ago

This will be necessary to compile with GHC 8.12. See GHC Proposal 287: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0287-simplify-subsumption.rst

I have submitted this against haskeline-0.8 due to #133 but this will ultimately need to end up on master as well.

judah commented 4 years ago

Thanks, I've merged this into both the master and haskeline-0.8 branches.