text-zipper-0.1: text-zipper.cabal
name: text-zipper
version: 0.1
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
maintainer: cygnus@foobox.com
copyright: (c) 2015 Jonathan Daugherty
category: Text
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Data.Text.Zipper
build-depends: base < 5,
text
hs-source-dirs: src
default-language: Haskell2010