Changelog for gc-0.1
0.1 [2019.04.13]
- Reimplemented without RSS information. This should allow this to run portably with most of the desired efficiency.
0.0.3 [2019.05.02]
- Fix the build on Windows.
- Remove the
doctests
test suite, as there were never anydoctest
s to begin with.
0.0.2
- Add a library dependency on the
doctests
test suite
0.0.1
- Revamp
Setup.hs
to usecabal-doctest
. This makes it build withCabal-2.0
, and makes thedoctest
s work withcabal new-build
and sandboxes.
0
- Initialized repository