We use servant-checked-exceptions in the frontend, and would like to avoid a transitive dependency on servant-server, servant-client, conduit etc.
What do you think of having two packages here servant-checked-exceptions-core (just types and pure functions) and servant-checked-exceptions (instances and functions that depend on server-side code)?
We use
servant-checked-exceptionsin the frontend, and would like to avoid a transitive dependency onservant-server,servant-client,conduitetc.What do you think of having two packages here
servant-checked-exceptions-core(just types and pure functions) andservant-checked-exceptions(instances and functions that depend on server-side code)?