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

New brick backend? #118

Open romanofski opened 5 years ago

romanofski commented 5 years ago

Hi!

I'm looking into adopting haskeline for our email client https://github.com/purebred-mua/purebred. It is using brick heavily and I found a great backend implementation done by @rootmos https://github.com/rootmos/haskeline. I don't know if he would be interested getting his code into haskeline (I'd help, thats why I'm filing this issue) or if the haskeline developers would consider opening the API for third party backend developers? What's the best approach from your side to release a new backend which integrates with brick?