akshaymankar/polysemy-mocks

Breakage in polysemy-1.7.0.0

Closed this issue · 0 comments

I pushed polysemy-1.7.0.0 earlier today and it has a breaking change in the TH (which I didn't even consider might be useful to anyone else --- oops!).

The breakage is at

(_, constructors) <- getEffectMetadata effName

and is fixed via

  constructors <- getEffectMetadata effName

I'm just off to bed, but happy to send a PR to fix this tomorrow. Sorry about the breakage!