packages feed

rope-0.2: rope.cabal

name:           rope
version:        0.2
license:        BSD3
license-file:   LICENSE
author:         Edward A. Kmett
maintainer:     Edward A. Kmett <ekmett@gmail.com>
stability:      experimental
homepage:       http://comonad.com/reader
category:       Language
synopsis:       Tools for manipulating fingertrees of bytestrings
description:    Tools for manipulating fingertrees of bytestrings
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
  exposed-modules:
    Data.Rope
    Data.Rope.Body
    Data.Rope.Internal
    Data.Rope.Util.Reducer
    
  ghc-options: -Wall