packages feed

rope-0.6.2: rope.cabal

name:           rope
version:        0.6.2
license:        BSD3
license-file:   LICENSE
author:         Edward A. Kmett
maintainer:     Edward A. Kmett <ekmett@gmail.com>
stability:      experimental
homepage:       http://github.com/ekmett/rope
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.6 && < 0.4,
    mtl >= 2.0.1 && < 2.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