cdepillabout / termonad

Terminal emulator configurable in Haskell.
https://hackage.haskell.org/package/termonad
BSD 3-Clause "New" or "Revised" License
401 stars 49 forks source link

Move defaultMain and startWithCliArgs to Termonad.Startup module #239

Closed cdepillabout closed 1 year ago

cdepillabout commented 1 year ago

You will no longer be able to get defaultMain from Termonad.App.

However, you should instead be getting it from the top-level Termonad module.