File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Changelog for lol-benches project
22================================
33
4+ 0.0.0.5
5+ -----
6+ * Removed dependency on ` vector ` since other dependencies now support vector-0.12.
7+
480.0.0.4
59-----
610 * Removed unnecessary dependencies.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: lol-benches
55-- PVP summary: +-+------- breaking API changes
66-- | | +----- non-breaking API additions
77-- | | | +--- code changes with no API change
8- version : 0.0.0.4
8+ version : 0.0.0.5
99synopsis : A library for benchmarking <https://hackage.haskell.org/package/lol lol> .
1010homepage : https://github.com/cpeikert/Lol
1111Bug-Reports : https://github.com/cpeikert/Lol/issues
@@ -57,8 +57,4 @@ library
5757 lol >= 0.6.0.0 && < 0.7 ,
5858 MonadRandom < 0.6 ,
5959 split < 0.3 ,
60- statistics < 0.14 ,
61- -- EAC: lol-benches does NOT depend on vector. However, cabal can't resolve
62- -- dependencies without some help on the vector version. This is a bottleneck
63- -- preventing us from putting lol-benches on stackage.
64- vector < 0.12.0.0
60+ statistics < 0.14
You can’t perform that action at this time.
0 commit comments