mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
85c72f87d1
* Move to using proto3-wire from upstream * Move to upstream proto3-suite, with some custom patches in my fork * Delete the BUILD.bazel for hte proto3 stuff, not used and the test was failing * Delete the old proto3-wire and proto3-suite forks * Delete proto3-wire * Prettify BUILD.bazel files, sort the deps * Remove some special cases from the license checker * Delete unused Nix files from grpc-haskell * Switch to upstream proto3-suite * Make old-time work on Windows * Formatting * Patch rules_haskell to use a response file for -optP to avoid overflowing argument size limits on Windows * Update 3rdparty/haskell/BUILD.old-time Co-Authored-By: neil-da <35463327+neil-da@users.noreply.github.com> * Update the comments in old-time * Use the revised location of proto3-suite |
||
---|---|---|
.. | ||
gRPC-haskell | ||
README |
Forked third-party libraries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The libraries are located here as they are exposed via Nix, and since the dev-env hashes `dev-env` and `nix` to initiate a new nix-build we need to store them here. gRPC-haskell, proto3-suite, proto3-wire: Haskell protocol buffer and gRPC libraries. Forked as the upstream is behind on supporting latest GHC versions, and gRPC-haskell was using old grpc C library.