Skip to content

Commit b33bbbc

Browse files
committed
Removed lol-benches dependency on vector since cassava now supports vector-0.12
1 parent 36bee70 commit b33bbbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lol-benches/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog 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+
48
0.0.0.4
59
-----
610
* Removed unnecessary dependencies.

lol-benches/lol-benches.cabal

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
99
synopsis: A library for benchmarking <https://hackage.haskell.org/package/lol lol>.
1010
homepage: https://github.com/cpeikert/Lol
1111
Bug-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

0 commit comments

Comments
 (0)