haskell-bitcoin / bitcoin

Bitcoin Library for Haskell
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Move from `QuickCheck` to `hedgehog` #6

Open ProofOfKeags opened 1 year ago

ProofOfKeags commented 1 year ago

It's a better testing library.

ProofOfKeags commented 1 year ago

In this we should also remove the existential boxes that are pervasively used.