text-zipper 0.3 → 0.3.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- src/Data/Text/Zipper.hs +1/−0
- text-zipper.cabal +1/−1
src/Data/Text/Zipper.hs view
@@ -17,6 +17,7 @@ , mkZipper , textZipper , stringZipper+ , vectorZipper , getText , currentLine , cursorPosition
text-zipper.cabal view
@@ -1,5 +1,5 @@ name: text-zipper-version: 0.3+version: 0.3.1 synopsis: A text editor zipper library description: This library provides a zipper and API for editing text. license: BSD3