Skip to content

Commit

Permalink
Fix merge of #337 and #342.
Browse files Browse the repository at this point in the history
Each PR individually was passing tests, but the combination was not.
  • Loading branch information
mboes committed Jul 18, 2018
1 parent 88989f9 commit 67f2f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell/private/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def gather_dep_info(ctx):
package_confs = acc.package_confs,
package_caches = acc.package_caches,
static_libraries = acc.static_libraries,
static_libraries_prof = acc.static_libraries_prof,
dynamic_libraries = acc.dynamic_libraries,
interface_files = acc.interface_files,
prebuilt_dependencies = set.mutable_insert(acc.prebuilt_dependencies, pkg),
Expand Down

0 comments on commit 67f2f87

Please sign in to comment.