Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated code no longer depends on
grpc-haskell-core
(#58)
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
- Loading branch information