packages feed

TernaryTrees 0.1.3.0 → 0.1.3.1

raw patch · 1 files changed

+4/−2 lines, 1 filesdep ~binary

Dependency ranges changed: binary

Files

TernaryTrees.cabal view
@@ -1,5 +1,5 @@ Name:                   TernaryTrees-Version:                0.1.3.0+Version:                0.1.3.1 Category:               Data Structures Synopsis:               Efficient pure ternary tree Sets and Maps Description:            Ternary trees are an efficient structure often used for storing@@ -20,6 +20,8 @@ 			. 			New in this version: 			.+			* (This minor version just changes the dependency on binary >= 0.5.0.0)+			. 			* Moved datatype definitions into .Internal modules so that 			  testing can be performed, without needing to export their definitions in the 			  main modules.@@ -44,7 +46,7 @@  Library         Build-Depends:-                base >= 4.0.0.0, base < 5.0.0.0, binary >= 0.5.0.0+                base >= 4.0.0.0, base < 5.0.0.0, binary >= 0.4.4         Exposed-modules:                 Data.Set.TernarySet, Data.Set.StringSet, Data.Map.TernaryMap