awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

Bump bytestring upper bound #159

Closed geraldus closed 5 months ago

geraldus commented 5 months ago

Hi! Is it possible to bump an upper bound of the bytestring dependency?

geraldus commented 5 months ago

Maybe I was too hasty and will find a better workaround for the problems I'm having.

ixmatus commented 4 months ago

What are the problems you are having? If you're building with Nix you could always jailbreak the package if that was appropriate for your use-case too.

geraldus commented 3 months ago

What are the problems you are having? If you're building with Nix you could always jailbreak the package if that was appropriate for your use-case too.

In my case, building with Nix is not available, and I have some predefined constraints in my cabal.project file that I cannot easily change.