File: CHANGELOG.markdown

package info (click to toggle)
haskell-utf8-string 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: haskell: 929; makefile: 2
file content (22 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1.0.2
-----
* Add fromChar
* Add IsString UTF8 instance
* Fixup documentation and tests

1.0.1.1
-----
* Build correctly on GHC-7.0 (#14)

1.0.1
-----
* Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell)

1
-----
* Remove out all the old utf8 IO support. GHC supports utf8 now.

0.3.8
-----
* Performance tweaks
* bytestring-in-base flag default to False