You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
Failed to build grpc-haskell-core-0.1.0.
Build log (
/home/fabian/.cache/cabal/logs/ghc-9.0.2/grpc-haskell-core-0.1.0-0dac2d8993a1e282a5e9409b216420f37cedc942cda2c0e88d7d24087f3963a1.log
):
Configuring library for grpc-haskell-core-0.1.0..
Preprocessing library for grpc-haskell-core-0.1.0..
c2hs: Errors during expansion of binding hooks:
src/Network/GRPC/Unsafe.chs:262: (column 7) [ERROR] >>> Unknown identifier!
Cannot find a definition for `grpc_server_add_insecure_http2_port' in the header file.
src/Network/GRPC/Unsafe.chs:198: (column 7) [ERROR] >>> Unknown identifier!
Cannot find a definition for `grpc_insecure_channel_create' in the header file.
Error: cabal: Failed to build grpc-haskell-core-0.1.0 (which is required by
exe:myProject from myProject-0.0.0.0). See the build log above for
details.
I have tried to install
grpc-haskell
using NixOS, with the next command:nix-shell \ -p cabal-install \ -p haskell.compiler.ghc90 \ -p zlib \ -p grpc \ --run "cabal install --minimize-conflict-set"
but I get
With this cabal file
I'm using NixOS 23.05 in x86_64
The text was updated successfully, but these errors were encountered: