- Drop support for GHC 7.8
- Bump QuickCheck upper bound
- Bump QuickCheck upper bound
- Allow vector == 0.12.*
- Do not use hspec-discover. This allows building the tests using
cabal new-build
.
- Add
Data.LruCache.IO.Finalizer
for automatically running finalizer when evicting cache entrvies. - Rename
newStripedHandle
tonewStripedLruHandle
- Fix build with GHC 7.8
- Don’t clear cache on clock overflow. This means that elements are never evicted without notifying the user via insertView.
Initial release.