# Revision history for rhythmic-sequence ## 0.1.0.0 -- 2023-02-27 * First version. Released on an unsuspecting world. ## 0.1.1.0 -- 2023-02-27 * First version revised A. Fixed issue with being not compiled by the GHC-9.2 and higher. ## 0.1.2.0 -- 2023-02-27 * First version revised B. Fixed another issue with being not compiled by the GHC-9.2 and higher. ## 0.1.2.1 -- 2023-02-27 * First version revised C. Some minor documentation improvements. ## 0.1.3.0 -- 2023-02-27 * First version revised D. Switched to sortOn instead of sortBy. The new variant can be more memory consuming, but it is generally speaking not worse in speed and for complex computations can lead to less computations. ## 0.2.0.0 -- 2023-03-10 * Second version. Added the functions to read the HashCorrections data and the other needed for countHashesG function. ## 0.2.0.1 -- 2023-03-10 * Second version revised A. Some documentation improvement.