Skip to content

Small changes to support dependency upgrade in other packages

Pinto Pasquale requested to merge pasqu4le/tm491-dependency-updates into master

Description

We have some packages depending on cleveland that made use of the 'ActionToCaps' from previous version. While this is still exported, its interface has changed and we now need to also export new additional helpers.

Additionally, we'd also like to use addressOrAliasOption from morley-client, so we export that as well.

Related issue(s)

None

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports