File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ bitset Changelog
33
44Here you can see the full list of changes between each bitset release.
55
6+ Version 1.4.7
7+ -------------
8+
9+ Released on August 25th, 2013
10+
11+ - 'GBitSet' was renamed to 'BitSet' and is now 'newtype' as suggested
12+ by John Ericson.
13+
614Version 1.4.6
715-------------
816
Original file line number Diff line number Diff line change 11Name : bitset
2- Version : 1.4.6
2+ Version : 1.4.7
33Synopsis : A space-efficient set data structure.
44Description :
55 A /bit set/ is a compact data structure, which maintains a set of members
@@ -79,7 +79,7 @@ Benchmark bitset-benchmarks
7979 , integer-gmp
8080 , ghc-prim
8181
82- , criterion == 0.6 . *
82+ , criterion == 0.8 . *
8383 , containers >= 0.4.2
8484 , random == 1.0. *
8585 , random-shuffle == 0.0.4
You can’t perform that action at this time.
0 commit comments