Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building jvm-batching and jvm-streaming using Bazel #111

Merged
merged 3 commits into from
Feb 26, 2018

Conversation

mboes
Copy link
Member

@mboes mboes commented Feb 25, 2018

Tests still don't pass, but this was already the case for the
inline-java test suite. In all cases, this is probably due to
tweag/rules_haskell#151.

We put Haskell source in src/main/haskell and Java source in
src/main/java. The point of doing this is that we can further separate
out Cabal specific source files in src/cabal/haskell. It's useful to
separate these out because they use a Cabal-specific API, which is not
supported by rules_haskell.

See https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
@facundominguez facundominguez merged commit f5f5d42 into master Feb 26, 2018
@facundominguez facundominguez deleted the full-bazel branch February 26, 2018 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants