ListZipper-1.2.0.0: ListZipper.cabal
name: ListZipper
version: 1.2.0.0
copyright: (c) 2008 Ryan Ingram
license: BSD3
license-file: LICENSE
author: Ryan Ingram <ryani.spam@gmail.com>
maintainer: Ryan Ingram <ryani.spam@gmail.com>
category: Data
synopsis: Simple zipper for lists
description: List zipper with O(1) get element at cursor, insert at cursor,
delete at cursor, move right, and move left operations.
stability: stable
build-type: Simple
cabal-version: >= 1.2.1
library
exposed-modules: Data.List.Zipper
build-depends: base >= 4 && < 5, QuickCheck >= 2.1 && < 3