0.2.7 [2023.08.09]
- Drop GHC 7.10 support and require GHC 8.0 or later to build.
- Make the examples build warnings-free with GHC 9.8.
0.2.6 [2022.05.18]
- Make the
IncCounterExperiment benchmark compile with GHC 9.4.
0.2.5 [2021.02.17]
- The build-type has been changed from
Custom to Simple.
To achieve this, the doctests test suite has been removed in favor of using
cabal-docspec
to run the doctests.
0.2.4 [2019.05.02]
- Support building with
base-4.13 (GHC 8.8).
0.2.3 [2018.08.01]
- Add
MonadFail instances for ReadingRCU and WritingRCU.
0.2.2 [2018.02.06]
- Include
HLint.hs with the tarball distribution, fixing the hlint
test suite.
0.2.1
0.2
- Revamp
Setup.hs to use cabal-doctest. This makes it build
with Cabal-2.0, and makes the doctests work with cabal new-build and
sandboxes.
0