Changelog for
ghc-small-steps-0.1.0.0-lp154.4.2.x86_64.rpm :
* Sun Nov 29 2020 mimi.vxAATTgmail.com- Update to version 0.1.0.0:
* uniform cabal license documentation
* Add set difference to Control.SetAlgebra
* \"Added Sparse serialisation to Cardano.Ledger.ShelleyMA.TxBody
* Fix export comment. This was accidentally changed in upgrade to ghc-8.10.2
* Redid Timelock in a style suggested by Duncan. Improved the Coders library. Added a Serialisation directory in the shelley-ma tests. Added many serialization tests to test Coders.hs and Timelocks.hs, including rountdrip, embedding MultiSig into Timelock, and preservation of of serialisation bytes when translating MultiSig to Timelock.
* Add faster means for deserialising \'Bimap\'.
* Fix serialisation of Bimap
* Extended Coder.hs to handle redefining TxBody as sparse encoded MemoBytes.
* \"Added the TxBody type with validity intervals and forge fields. Tied this together with the Timelocks scripts. TxBody is newtype wrapped around a MemoBytes. It exports a set of HasField instances appropriate for a TxBody. Also created a test file with a minumum number of test, testing the HasField use and roundtripp CBOR properties. Cleaned up and extended Jareds idea of using EraIndependentTxBody. Extended this to all types with a HashAnnotated instance, which now adds an associated type family HashIndex. Made all uses consistent with this approach, Removed the function eraIndTxBodyHash, which can be replaced hashAnnotated.\"
* Sat Oct 31 2020 Mark Stopka
- Initial package