TernaryTrees 0.0.2 → 0.0.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- TernaryTrees.cabal +2/−2
TernaryTrees.cabal view
@@ -1,6 +1,6 @@ Name: TernaryTrees-Version: 0.0.2-Category: Datatypes+Version: 0.0.2.1+Category: Data Structures Synopsis: Efficient pure ternary trees Description: Ternary trees are an efficient structure often used for storing strings for fast lookups. This package implements a generic tree