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

remove dep on test utils from apps #171

Closed martyall closed 4 years ago

martyall commented 4 years ago

I found this https://github.com/f-o-a-m/hs-abci/blob/master/hs-abci-examples/nameservice/src/Nameservice/Modules/Nameservice/Types.hs#L22

This should be done using orhpans in the test suite itself. Remove the dep in the package yaml file for all applications