Merge pull request #4841 from IntersectMBO/lehins/remove-usage-of-cardano-prelude
Drop dependency on `cardano-prelude`
Drop dependency on `cardano-prelude`
This not only makes the list easier to read and understand, it also enables it to be used conveniently as the list of subdirs for an srp
Reflect usage of `unsafeIndex` with the bounds of `bytestring`. `bytestring-0.11.3.0` was accidentally released with `unsafeIndex` hidden from the export list. This issues was promptly fixed in `bytestring-0.11.4.0`. So, we just need to exclude the affected version in cabal file instead of rely on some custom implementation of the function in a package that we don't normally use in ledger.
Pin Cabal version in Haddocks to GitHub Pages workflow
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
This fixes an error, "haddocks/cardano-data:testlib/*.haddock: openBinaryFile: does not exist" Closes #4840
This reverts commit a0440d2ae4f29a23c1f14d68d98d21f0aaa43f90.
There is no need for this function to be an IO action.
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>