Closed amesgen closed 7 months ago
Mirroring https://github.com/IntersectMBO/cardano-haskell-packages/pull/672
Code changes are due to the deprecation of withLiftST; now, MonadST provides a generic stToIO.
withLiftST
MonadST
stToIO
This actually also requires changes in cardano-crypto-class due to changes in io-classes-1.4, will look at this later.
cardano-crypto-class
io-classes-1.4
If this PR is ready to be merged, then we just need a rebase on master and a merge
Mirroring https://github.com/IntersectMBO/cardano-haskell-packages/pull/672
Code changes are due to the deprecation of
withLiftST
; now,MonadST
provides a genericstToIO
.