gRPC-haskell/tests/simple-client.sh
2016-11-17 16:00:07 -08:00

14 lines
310 B
Bash
Executable File

#!/bin/bash -eu
hsTmpDir=$1
stack ghc -- \
--make \
-threaded \
-odir $hsTmpDir \
-hidir $hsTmpDir \
-o $hsTmpDir/simple-client \
$hsTmpDir/Simple.hs \
tests/TestClient.hs \
> /dev/null