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

Generated code no longer depends on grpc-haskell-core #58

Merged
merged 1 commit into from
Mar 30, 2018

Conversation

Gabriella439
Copy link
Contributor

@Gabriella439 Gabriella439 commented Mar 30, 2018

Fixes awakesecurity/gRPC-haskell#53

The motivation for this change is so that generated code does not need to
depend on the grpc-haskell-core package

This removes the unnecessary Network.GRPC.HighLevel.Server.Unregistered
import from the generated code since everything provided by the low-level
library is already re-exported by the high-level library

I tested this against the gRPC-haskell test suite, which still passed after this
change

Fixes #53

The motivation for this change is so that generated code does not need to
depend on the `grpc-haskell-core` package

This removes the unnecessary `Network.GRPC.HighLevel.Server.Unregistered`
import from the generated code since everything provided by the low-level
library is already re-exported by the high-level library
@Gabriella439 Gabriella439 merged commit 57f42f1 into master Mar 30, 2018
@Gabriella439 Gabriella439 deleted the gabriel/trim_imports branch March 30, 2018 18:02
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