text-zipper 0.1 → 0.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Data/Text/Zipper.hs +1/−1
- text-zipper.cabal +6/−2
src/Data/Text/Zipper.hs view
@@ -9,7 +9,7 @@ -- is to use 'mkZipper' and provide all of the functions required to -- manipulate the underlying text data. ----- A default implementation using 'T.Text' is provided.+-- Implementation using 'T.Text' and 'String' are provided. module Data.Text.Zipper ( TextZipper
text-zipper.cabal view
@@ -1,15 +1,19 @@ name: text-zipper-version: 0.1+version: 0.1.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+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: