[
https://issues.apache.org/jira/browse/THRIFT-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089834#comment-14089834
]
Roger Meier commented on THRIFT-2641:
-------------------------------------
after this fix
{noformat}
diff --git a/test/hs/run-test.sh b/test/hs/run-test.sh
index 46b8b2c..ecafc18 100755
--- a/test/hs/run-test.sh
+++ b/test/hs/run-test.sh
@@ -40,4 +40,4 @@ if [ ! -e $TEST_SOURCE_FILE ]; then
fi
printf "Running test... \n"
-runhaskell -Wall -i$BASE/lib/hs/src -igen-hs $TEST_SOURCE_FILE
+runhaskell -Wall -XScopedTypeVariables -i$BASE/lib/hs/src -igen-hs $TEST_SOURCE
{noformat}
I have issues with the Haskell NameConflictTest. Do you have fixes for this?
Looking forward to *make cross* with haskell;-)
> Improvements to Haskell Compiler/Libraries
> ------------------------------------------
>
> Key: THRIFT-2641
> URL: https://issues.apache.org/jira/browse/THRIFT-2641
> Project: Thrift
> Issue Type: Improvement
> Components: Haskell - Compiler, Haskell - Library, Test Suite
> Reporter: Noam Zilberstein
> Assignee: Roger Meier
> Attachments: THRIFT-2641.patch
>
>
> I work at Facebook and have spent the last couple months improving the
> Haskell compiler and libraries for Thrift. I have made significant
> improvements in terms of usability and performance and I would like to share
> those improvements with the Apache open source community. Right now I am
> working on the final touches and will be able to submit a patch in the next
> few days
--
This message was sent by Atlassian JIRA
(v6.2#6252)