2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 1.0.1.20200420
6 category: Data Structures
7 synopsis: Library for a multi-way tree (rose tree), using Seq (finger tree) for forests
8 description: Like 'Data.Tree' of @containers@,
9 but use 'Data.Sequence' instead of 'Data.List' for forests ('Trees').
13 stability: experimental
14 author: Julien Moutinho <julm+treeseq@sourcephile.fr>
15 maintainer: Julien Moutinho <julm+treeseq@sourcephile.fr>
16 bug-reports: Julien Moutinho <julm+treeseq@sourcephile.fr>
20 cabal-version: >= 1.18
21 tested-with: GHC==8.8.3
27 Source-Repository head
28 location: git://git.sourcephile.fr/haskell/treeseq
34 Data.TreeSeq.Strict.Zipper
35 default-language: Haskell2010
39 -Wincomplete-uni-patterns
40 -Wincomplete-record-updates
42 -- -fhide-source-paths