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

Add shell.nix #53

Merged
merged 2 commits into from
Mar 24, 2018
Merged

Add shell.nix #53

merged 2 commits into from
Mar 24, 2018

Conversation

Gabriella439
Copy link
Contributor

This allows nix-shell to work without any arguments (and cabal's
nix: True mode)

Gabriel Gonzalez added 2 commits March 23, 2018 16:06
This allows `nix-shell` to work without any arguments (and `cabal`'s
`nix: True` mode)
@Gabriella439 Gabriella439 merged commit 9354784 into master Mar 24, 2018
@Gabriella439 Gabriella439 deleted the gabriel/nix_shell branch March 24, 2018 16:25
Gabriella439 pushed a commit that referenced this pull request Mar 30, 2018
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 added a commit that referenced this pull request Mar 30, 2018
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
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