Cabal revisions of fingertree-0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: fingertree-Version: 0.0-Copyright: (c) 2006 Ross Paterson, Ralf Hinze-License: BSD3-License-File: LICENSE-Maintainer: Ross Paterson <ross@soi.city.ac.uk>-Category: Data Structures-Synopsis: Generic finger-tree structure+Name: fingertree+Version: 0.0+x-revision: 1+Copyright: (c) 2006 Ross Paterson, Ralf Hinze+License: BSD3+License-File: LICENSE+Maintainer: Ross Paterson <ross@soi.city.ac.uk>+Category: Data Structures+Synopsis: Generic finger-tree structure Description:- A general sequence representation with arbitrary- annotations, for use as a base for implementations of- various collection types, as described in section 4 of- .- * Ralf Hinze and Ross Paterson,- \"Finger trees: a simple general-purpose data structure\",- /Journal of Functional Programming/ 16:2 (2006) pp 197-217.- <http://www.soi.city.ac.uk/~ross/papers/FingerTree.html>- .- For a directly usable sequence type, see "Data.Sequence"- in the @base@ package, which is a specialization of- this structure.+ A general sequence representation with arbitrary+ annotations, for use as a base for implementations of+ various collection types, as described in section 4 of+ .+ * Ralf Hinze and Ross Paterson,+ \"Finger trees: a simple general-purpose data structure\",+ /Journal of Functional Programming/ 16:2 (2006) pp 197-217.+ <http://www.soi.city.ac.uk/~ross/papers/FingerTree.html>+ .+ For a directly usable sequence type, see "Data.Sequence"+ in the @base@ package, which is a specialization of+ this structure. Exposed-Modules: Data.FingerTree-Build-Depends: base-Extensions: MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances+Build-Depends: base < 4.11+Extensions: MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances