Currently, I cannot add the following packages to stackage because they depend on rematch (which is not on stackage):
distributed-process-systest
distributed-process-extras
distributed-process-async
distributed-process-client-server
distributed-process-supervisor
distributed-process-execution
The rematch package was last updated in 2013 and does not appear to have a repo online anywhere. It is a very simple testing framework with only a couple hundred lines of code. We could:
Try to contact the owner of rematch and either
Get him to add it to stackage, or
Transfer maintainership to us (which perhaps means including it in this repo), or
Replace the dependency on rematch with a more widely used testing framework.
Currently, I cannot add the following packages to stackage because they depend on
rematch
(which is not on stackage):The
rematch
package was last updated in 2013 and does not appear to have a repo online anywhere. It is a very simple testing framework with only a couple hundred lines of code. We could:rematch
and eitherThoughts?