Changes between Version 5 and Version 6 of Proposals/text
- Timestamp:
- 09/07/10 18:04:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/text
v5 v6 121 121 122 122 * combinators for operating on strict, abstract 'text's. 123 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text.html123 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text.html 124 124 125 125 * an equivalent API for chunk-element lazy 'text's. 126 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text-Lazy.html126 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text-Lazy.html 127 127 128 128 * encoding transformations, to and from bytestrings: 129 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text-Encoding.html129 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text-Encoding.html 130 130 131 131 * support for conversion to Ptr Word16: 132 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text-Foreign.html132 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text-Foreign.html 133 133 134 134 * locale-aware IO layer: 135 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text-IO.html136 http://hackage.haskell.org/packages/archive/text/0. 7.2.1/doc/html/Data-Text-Lazy-IO.html135 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text-IO.html 136 http://hackage.haskell.org/packages/archive/text/0.8/doc/html/Data-Text-Lazy-IO.html 137 137 138 138 == Design decisions == … … 188 188 = Open Issues and Objects = 189 189 190 * None at this time.190 * Sep 7, 2010: updated api docs to text-0.8.
