queuelike 1.0.7 → 1.0.8
raw patch · 1 files changed
+1/−1 lines, 1 files
Files
- queuelike.cabal +1/−1
queuelike.cabal view
@@ -1,5 +1,5 @@ name: queuelike-version: 1.0.7+version: 1.0.8 synopsis: A library of queuelike data structures, both functional and stateful. description: Contains several implementations of data structures implementing a /single-in, single-out/ paradigm. Intended to be a better, more useful replacement for pqueue-mtl. In particular, includes an experimental and possibly genuinely new trie-based priority queue on strings. Feedback is appreciated.