packages feed

utf8-string-0.3: utf8-string.cabal

Name:               utf8-string
Version:            0.3
Author:             Eric Mertens
Maintainer:         emertens@galois.com
License:            BSD3
License-file:       LICENSE
Homepage:           http://code.haskell.org/utf8-string/
Synopsis:           Support for reading and writing UTF8 Strings
Description:        A UTF8 layer for IO and Strings. The utf8-string
                    package provides operations for encoding UTF8
                    strings to Word8 lists and back, and for reading and
                    writing UTF8 without truncation.
Category:           Codec
Build-depends:      base>=1.0, bytestring>=0.9
Ghc-options:        -W -O2
Build-type:         Simple
Exposed-modules:    Codec.Binary.UTF8.String
                    System.IO.UTF8
                    Data.ByteString.UTF8