thrift/test/hs/Include_Main.hs
Noam Zilberstein af5d64adb7 THRIFT-2641 Improvements to Haskell Compiler/Libraries
- test/test.sh integration
- add json and compact protocol

This closes #175

Signed-off-by: Roger Meier <roger@apache.org>
2014-08-10 21:11:43 +02:00

8 lines
158 B
Haskell

module Main where
import Include_Types
import ThriftTest_Types
main :: IO ()
main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))