gRPC-haskell/tests/simple-client.sh

14 lines
310 B
Bash
Raw Normal View History

2016-08-13 00:48:28 +02:00
#!/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