Skip to content

Commit

Permalink
Removed lol-benches dependency on vector since cassava now supports v…
Browse files Browse the repository at this point in the history
…ector-0.12
  • Loading branch information
crockeea committed Feb 26, 2017
1 parent 36bee70 commit b33bbbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions lol-benches/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog for lol-benches project
================================

0.0.0.5
-----
* Removed dependency on `vector` since other dependencies now support vector-0.12.

0.0.0.4
-----
* Removed unnecessary dependencies.
Expand Down
8 changes: 2 additions & 6 deletions lol-benches/lol-benches.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lol-benches
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.0.0.4
version: 0.0.0.5
synopsis: A library for benchmarking <https://hackage.haskell.org/package/lol lol>.
homepage: https://github.com/cpeikert/Lol
Bug-Reports: https://github.com/cpeikert/Lol/issues
Expand Down Expand Up @@ -57,8 +57,4 @@ library
lol >= 0.6.0.0 && < 0.7,
MonadRandom < 0.6,
split < 0.3,
statistics < 0.14,
-- EAC: lol-benches does NOT depend on vector. However, cabal can't resolve
-- dependencies without some help on the vector version. This is a bottleneck
-- preventing us from putting lol-benches on stackage.
vector < 0.12.0.0
statistics < 0.14

0 comments on commit b33bbbc

Please sign in to comment.