mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
af5d64adb7
- test/test.sh integration - add json and compact protocol This closes #175 Signed-off-by: Roger Meier <roger@apache.org>
8 lines
158 B
Haskell
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)))
|