daml/nix/third-party
Moritz Kiefer edff8a416d
Move files in daml-foundations/daml-ghc to compiler/damlc (#2037)
* Move files in daml-foundations/daml-ghc to compiler/damlc

There is also a bit of refactoring going on to actually split things
apart into sensible targets. What is still missing is a cleanup of the
module hierarchy and a cleanup of the test targets but I’ll leave
those for separate PRs.

As a nice bonus, this also reduces dependencies between targets so it
will speed up compiles.

* Update .hie-bios
2019-07-08 17:55:51 +02:00
..
gRPC-haskell Move files in daml-foundations/daml-ghc to compiler/damlc (#2037) 2019-07-08 17:55:51 +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.