commit | 7c7d679a127ed5157464b061a7f9bfd40ad2f1fa | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Wed Dec 09 03:22:35 2015 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Fri Dec 11 00:18:01 2015 +0900 |
tree | ac9cf181afa1c1828b81999d00357b6013d780ed | |
parent | 4f6138b7a2762f1937b49389f72b348736973e22 [diff] [blame] |
THRIFT-3433 Doubles aren't interpreted correctly Client: Haskell Patch: Nobuaki Sukegawa This closes #736
diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am old mode 100755 new mode 100644 index 45529c7..543381f --- a/lib/hs/Makefile.am +++ b/lib/hs/Makefile.am
@@ -42,3 +42,7 @@ check-local: $(CABAL) check + $(CABAL) install --only-dependencies --enable-tests + $(CABAL) configure --enable-tests + $(CABAL) build + $(CABAL) test