summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Franzmann2018-01-31 09:04:09 +0100
committerFlorian Franzmann2018-02-01 20:30:44 +0100
commitf5c3fefb3f7d3778e50d540b8ffe16c4f89bb26a (patch)
tree0a14bfeeccf1952f90b2e0fa28dd18712f56ac23 /ChangeLog
parent264dad1fafcb114b83bd9f720de953ec13e4471f (diff)
haskell/haskell-chaselev-deque: new spell, a queue that is push/pop at one end and pop-only at the other
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c4c6f9b6d..d8ced1d1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
for haskell
* haskell/haskell-abstract-par: new spell, a parallel programming API based
on dataflow programming
+ * haskell/haskell-chaselev-deque: new spell, a queue that is push/pop at one
+ end and pop-only at the other
2018-01-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* haskell/haskell-vector-algorithms: new spell, efficient algorithms for