fix encoding unicode strings, and Text support

This commit is contained in:
Hideyuki Tanaka
2011-03-29 16:15:29 +09:00
parent 5c5f16f148
commit ace4f1e7f0
5 changed files with 95 additions and 25 deletions

View File

@@ -23,6 +23,7 @@ Library
Build-depends: base >=4 && <5,
transformers >= 0.2 && < 0.3,
bytestring >= 0.9 && < 0.10,
text >= 0.11 && < 0.12,
vector >= 0.7 && < 0.8,
attoparsec >= 0.8 && < 0.9,
binary >= 0.5.0 && < 0.5.1,
@@ -41,6 +42,9 @@ Library
Data.MessagePack.Object
Data.MessagePack.Derive
Other-modules:
Data.MessagePack.Internal.Utf8
Source-repository head
Type: git
Location: git://github.com/msgpack/msgpack.git