packages feed

smallstring-0.2.0: smallstring.cabal

Name:                smallstring
Version:             0.2.0
Synopsis:            A Unicode text type, optimized for low memory overhead
Description:         A Unicode text type, optimized for low memory overhead.
                     No string manipulation functions are offered.
                     .
                     Equality and ordinal comparison aim to be competitive with
                     the Text type.
Homepage:            http://community.haskell.org/~aslatter/code/smallstring/
License:             BSD3
License-file:        LICENSE
Author:              Antoine Latter
Maintainer:          aslatter@gmail.com
Category:            Data
Build-type:          Simple
Cabal-version:       >=1.6

Library
  Build-depends:       base == 4.*, utf8-string == 0.3.*, smallarray == 0.1.*,
                       deepseq == 1.1.*, bytestring == 0.9.*, text == 0.11.*
  Exposed-modules:     Data.SmallString