Blackbox Dev Team created THRIFT-2153:
-----------------------------------------
Summary: Generating Haskell namespaces doesn't work
Key: THRIFT-2153
URL: https://issues.apache.org/jira/browse/THRIFT-2153
Project: Thrift
Issue Type: Bug
Components: Haskell - Compiler
Affects Versions: 0.9
Environment: Fedora 19
The Glorious Glasgow Haskell Compilation System, version 7.4.2
Reporter: Blackbox Dev Team
When I compile the following file
{code:title=c.thrift}
namespace hs My.Test
struct Ala {
1: optional i32 a
}
{code}
'namespace hs My.Test' has no effect. In generated file there is
"module C_Types where" instead of "module My.Test.C_Types where"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira