daml/nix/third-party
Moritz Kiefer 50a04397e4
Supporting producing sdist tarballs for the HS ledger bindings (#2336)
* Supporting producing sdist tarballs for the HS ledger bindings

The README.md has an explanation for how you can use this.

This should hopefully allow others to experiment with the bindings.
2019-07-30 14:34:16 +02:00
..
gRPC-haskell Supporting producing sdist tarballs for the HS ledger bindings (#2336) 2019-07-30 14:34:16 +02: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.