commit | ef2b5285f3be08e52000a60d3de2e2f8a30f892b | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Fri Dec 11 02:24:17 2015 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Dec 13 14:07:27 2015 +0900 |
tree | 91220cdc598e79de4ff885b697aea5935e0d55f8 | |
parent | f48e339cc99aab7f6206c360d4193dd9944ad156 [diff] [blame] |
THRIFT-3145 JSON protocol does not handle bool and empty containers correctly Client: Haskell Patch: Nobuaki Sukegawa Fix bool and empty map and add test This closes #740
diff --git a/lib/hs/CMakeLists.txt b/lib/hs/CMakeLists.txt index b5d1d20..7653ed6 100644 --- a/lib/hs/CMakeLists.txt +++ b/lib/hs/CMakeLists.txt
@@ -41,6 +41,7 @@ test/Spec.hs test/BinarySpec.hs test/CompactSpec.hs + test/JSONSpec.hs ) set(hs_enable_test "--enable-tests") endif()