Path to this page:
Subject: CVS commit: wip/hs-unordered-containers
From: Ryosuke Moro
Date: 2014-05-08 02:36:38
Message id: E1WiCKV-0001Zc-Tb@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Update to 0.2.4.0
pkgsrc changes: static -> dynamic
changes from https://github.com/tibbe/unordered-containers:
0.2.4.0
- Avoid code duplication in insert
The call to Array.insert was duplicated in both branches of
bitmapIndexedOrFull, due to being lazily evaluated.
Fixes #76.
- Add missing docs
- Merge branch 'master' of https://github.com/hrdinka/unordered-containers
Conflicts:
Data/HashMap/Strict.hs
Files: