commit | cf63c95c17542da2ef94bb6f27463cb7b0ed86b7 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsukeg@gmail.com> | Tue Sep 22 10:03:30 2015 +0900 |
committer | Roger Meier <r.meier@siemens.com> | Tue Sep 22 07:46:48 2015 +0200 |
tree | e8d7db618f77713dfc12c6582e7dabd985edc0f1 | |
parent | fa2daef14bae4aea655a94b91a2e4c479debf9c2 [diff] |
THRIFT-3343 Fix haskell README This closes #616
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 @@ 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