THRIFT-2638 travis: build with Haskell
Patch: John Chee
diff --git a/tutorial/hs/Makefile.am b/tutorial/hs/Makefile.am
index 2b02732..f274eb6 100755
--- a/tutorial/hs/Makefile.am
+++ b/tutorial/hs/Makefile.am
@@ -18,9 +18,8 @@
#
all-local:
- $(CABAL) configure $(CABAL_CONFIGURE_FLAGS)
$(top_builddir)/compiler/cpp/thrift --gen hs -r $(top_srcdir)/tutorial/tutorial.thrift
- $(CABAL) build
+ $(CABAL) install
install-exec-hook:
$(CABAL) install
@@ -37,4 +36,4 @@
dist/build/HaskellServer/HaskellServer
tutorialclient: all
- dist/build/HaskellClient/HaskellClient
\ No newline at end of file
+ dist/build/HaskellClient/HaskellClient