daml/nix/third-party
Neil Mitchell 85c72f87d1 Move to using proto3-wire from upstream (#480)
* 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
2019-04-24 15:59:08 +00:00
..
gRPC-haskell Move to using proto3-wire from upstream (#480) 2019-04-24 15:59:08 +00:00
README open-sourcing daml 2019-04-04 09:33:38 +01:00

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.