[GitHub] thrift pull request: THRIFT-2543 Generated enum type in haskell sh...

2014-09-30 Thread jfarrell
Github user jfarrell closed the pull request at: https://github.com/apache/thrift/pull/127 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request: THRIFT-2543 Generated enum type in haskell sh...

2014-09-30 Thread jfarrell
Github user jfarrell commented on the pull request: https://github.com/apache/thrift/pull/127#issuecomment-57352165 closing due to patching being part of commit 6848de85b8bc94910842fc4c4bfa72c250d4b7ab --- If your project is set up for it, you can reply to this email and have your

[GitHub] thrift pull request: THRIFT-2543 Generated enum type in haskell sh...

2014-05-24 Thread watashi
GitHub user watashi opened a pull request: https://github.com/apache/thrift/pull/127 THRIFT-2543 Generated enum type in haskell should be qualified Compile following thrift files **a.thrift** ```thrift enum X { A = 1, B = 2, C = 4, D = 8 }