Merge pull request #20 from awakenetworks/gabriel/no_clang

Update `release.nix` instructions.  Fixes #19
This commit is contained in:
Gabriel Gonzalez 2017-06-14 07:06:40 -07:00 committed by GitHub
commit 7d2e797ad5
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ used to give you a development environment where you can use the `cabal` and
```bash
$ nix-shell release-nix -A grpc-haskell.env
[nix-shell]$ cabal configure --with-gcc=clang --enable-tests && cabal build && cabal test
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
```
```bash

View File

@ -3,7 +3,7 @@
# $ # 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-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
# normal, except that all dependencies (including C libraries) are managed by