mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +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
7 lines
172 B
Python
7 lines
172 B
Python
# This file is exported so that we can a 'hazel_symlink' in BUILD.network
|
|
exports_files([
|
|
"network-package.bzl",
|
|
"c2hs-package.bzl",
|
|
"old-time-package.bzl",
|
|
])
|