From 26df35c8b68f7949b758c1f5d38d3406432479dd Mon Sep 17 00:00:00 2001 From: konradk2 Date: Tue, 28 Jan 2014 14:40:24 +0100 Subject: [PATCH] run-server.sh expects third argument not in README when I tried to run server as in README I've got light-haskell: user error (Pattern match failure in do expression at haskell/LTHaskellClient.hs:30:5-38) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c341076..393de4b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To add functionality, I usually start with testing the haskell client with the r ```bash ruby test_server.rb -./run-server.sh 5555 456 +./run-server.sh 5555 456 . ``` The ruby script will fire off various commands to the haskell client. You can check it's output to see that it succeeds (or fails). From there, I just figure out how to make LightTable send the data in the format I need it.