Repository: thrift
Updated Branches:
  refs/heads/master fa2daef14 -> cf63c95c1


THRIFT-3343 Fix haskell README

This closes #616


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/cf63c95c
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/cf63c95c
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/cf63c95c

Branch: refs/heads/master
Commit: cf63c95c17542da2ef94bb6f27463cb7b0ed86b7
Parents: fa2daef
Author: Nobuaki Sukegawa <[email protected]>
Authored: Tue Sep 22 10:03:30 2015 +0900
Committer: Roger Meier <[email protected]>
Committed: Tue Sep 22 07:46:48 2015 +0200

----------------------------------------------------------------------
 lib/hs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/cf63c95c/lib/hs/README.md
----------------------------------------------------------------------
diff --git a/lib/hs/README.md b/lib/hs/README.md
index c7233f3..eea0a73 100755
--- a/lib/hs/README.md
+++ b/lib/hs/README.md
@@ -39,7 +39,7 @@ Base Types
 The mapping from Thrift types to Haskell's is:
 
  * double -> Double
- * byte -> Data.Word.Word8
+ * byte -> Data.Int.Int8
  * i16 -> Data.Int.Int16
  * i32 -> Data.Int.Int32
  * i64 -> Data.Int.Int64

Reply via email to