IntersectMBO / bech32

Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
47 stars 13 forks source link

Add bech32 to build-tools in the cabal file #22

Closed newhoggy closed 4 years ago

newhoggy commented 4 years ago

If I run cabal test all for the first time, the test fails because the bech32 executable is missing. Adding bech32 to build-tools will ensure it is built first and be in the PATH when the test runs.