tensorflow / haskell

Haskell bindings for TensorFlow
https://tensorflow.github.io/haskell/haddock/
Apache License 2.0
1.58k stars 196 forks source link

Fix for GHC 9.2 #281

Closed Lucus16 closed 1 year ago

Lucus16 commented 1 year ago

This fixes the package for GHC 9.2 and its corresponding bytestring version which has removed the Data.ByteString.Lazy.Builder module. It has been deprecated for a while so I expect most projects will have upgraded to a sufficiently recent version by now.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Lucus16 commented 1 year ago

No thanks. The rest of the free software world works just fine without CLAs.