f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

abstract away manual definition of handlers #108

Closed martyall closed 4 years ago

martyall commented 4 years ago

Right now both example applications have to manually define their App in a Handlers module. We would like to abstract this away, to something that takes a configuration of Modules and generates most of the common App handlers. It should be a record so that you can overwrite the defaults if you want to.

martyall commented 4 years ago

We can define default handlers already for

martyall commented 4 years ago

blocked by #132 and #110