Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
0.9
-
None
-
None
-
Fedora 19
The Glorious Glasgow Haskell Compilation System, version 7.4.2
Description
When I compile the following file
c.thrift
namespace hs My.Test struct Ala { 1: optional i32 a }
'namespace hs My.Test'
has no effect. In generated file there is
"module C_Types where"
instead of
"module My.Test.C_Types where"