haskell-distributed / network-transport-tcp

TCP Realisation of Network.Transport
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
30 stars 27 forks source link

Fix deprecated module name #93

Closed matt2718 closed 1 year ago

matt2718 commented 1 year ago

This package uses the old name for Data.ByteString.Builder, resulting in build failures for distributed-process on Stackage nightly.

facundominguez commented 1 year ago

Thanks @matt2718!