name: rope version: 0.6 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: http://comonad.com/reader category: Language synopsis: Tools for manipulating fingertrees of bytestrings with optional annotations description: Tools for manipulating fingertrees of bytestrings with optional annotations copyright: (c) 2010 Edward A. Kmett build-type: Simple cabal-version: >=1.2 Tested-With: GHC==6.10.4 library build-depends: base >= 4 && < 6, bytestring >= 0.9.1.4 && < 0.10, fingertree >= 0.0.1 && < 0.1, utf8-string >= 0.3.5 && < 0.4, mtl >= 1.1 && < 1.2 exposed-modules: Data.Rope Data.Rope.Annotated Data.Rope.Annotation Data.Rope.Annotation.Product Data.Rope.Annotation.Unit Data.Rope.Branded Data.Rope.Branded.Comonad Data.Rope.Unsafe Data.Rope.Body Data.Rope.Internal ghc-options: -Wall