THRIFT-2152 Generated Haskell files does not compile
fully qualified module names at usage site for structs
Patch: John Chee & Roger Meier
diff --git a/test/hs/Makefile.am b/test/hs/Makefile.am
index d6d8ff4..e948b41 100644
--- a/test/hs/Makefile.am
+++ b/test/hs/Makefile.am
@@ -19,12 +19,17 @@
THRIFT = $(top_srcdir)/compiler/cpp/thrift
-stubs: ../ConstantsDemo.thrift ../DebugProtoTest.thrift ../ThriftTest.thrift
+stubs: ../ConstantsDemo.thrift ../DebugProtoTest.thrift ../ThriftTest.thrift ../Include.thrift
$(THRIFT) --gen hs ../ConstantsDemo.thrift
$(THRIFT) --gen hs ../DebugProtoTest.thrift
$(THRIFT) --gen hs ../ThriftTest.thrift
+ $(THRIFT) --gen hs ../Include.thrift
check: stubs
sh run-test.sh ConstantsDemo
sh run-test.sh DebugProtoTest
sh run-test.sh ThriftTest
+ sh run-test.sh Include
+
+clean-local:
+ $(RM) -r gen-hs