1
0
Fork 0
mirror of https://github.com/unclechu/gRPC-haskell.git synced 2025-03-21 13:15:13 +01:00

Update release.nix instructions. Fixes

We no longer require the `--with-gcc=clang` flag and it can cause
failed builds such as the one described in .  I tested that the
`cabal` workflow works on OS X and NixOS without this flag
This commit is contained in:
Gabriel Gonzalez 2017-06-13 21:36:14 -07:00 committed by GitHub
parent d95052ebe6
commit 92c0653809

View file

@ -3,7 +3,7 @@
# $ # Consider adding the following command to your `~/.profile` # $ # Consider adding the following command to your `~/.profile`
# $ NIX_PATH="${NIX_PATH}:ssh-config-file=${HOME}/.ssh/config:ssh-auth-sock=${SSH_AUTH_SOCK}" # $ NIX_PATH="${NIX_PATH}:ssh-config-file=${HOME}/.ssh/config:ssh-auth-sock=${SSH_AUTH_SOCK}"
# $ nix-shell -A grpc-haskell.env release.nix # $ nix-shell -A grpc-haskell.env release.nix
# [nix-shell]$ cabal configure --with-gcc=clang --enable-tests && cabal build && cabal test # [nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
# #
# This will open up a Nix shell where all of your Haskell tools will work like # This will open up a Nix shell where all of your Haskell tools will work like
# normal, except that all dependencies (including C libraries) are managed by # normal, except that all dependencies (including C libraries) are managed by