Closed typed-hole closed 3 years ago
Hi @typed-hole, thanks for reporting. I'd recommend restricting the version until 1.0.0.0
makes it into Stackage's LTS.
It turns out this issue was failing Travis builds, so I added the bound in https://github.com/mtth/tracing/commit/47a15f08c0d4b82cfb665cdbda4866e1341eea0f.
Hi!
I tried downloading and building this library, but ran into a compile error! I noticed that the cabal file specifies a dependency on
base16-bytestring >= 0.1
, but in1.0.0.0
, there was a breaking API change. In particular, I ran into this error:I would love to help out making a patch to fix this, but I'm not sure what the preferred solution is. Would it be better to make a patch that restricts the version bounds to
>= 0.1 && < 1.0.0.0
, or would it be better to make a patch that lets the project compile againstbase16-bytestring 1.0.0.0
?