packages feed

text-zipper-0.4: text-zipper.cabal

name:                text-zipper
version:             0.4
synopsis:            A text editor zipper library
description:         This library provides a zipper and API for editing text.
license:             BSD3
license-file:        LICENSE
author:              Jonathan Daugherty <cygnus@foobox.com>
maintainer:          cygnus@foobox.com
copyright:           (c) 2015 Jonathan Daugherty
category:            Text
build-type:          Simple
cabal-version:       >=1.10

Source-Repository head
  type:     git
  location: git://github.com/jtdaugherty/text-zipper.git

library
  exposed-modules:
    Data.Text.Zipper

  build-depends:       base < 5,
                       text,
                       vector
  hs-source-dirs:      src
  default-language:    Haskell2010