Changelog of @hackage/mmsyn2 0.3.2.0

Revision history for mmsyn2

0.1.2.0 -- 2019-09-24

  • First version revised. From deprecated mm2. Some optimization changes.

0.1.3.0 -- 2019-09-27

  • First release revised B. Some performance changes and changing the imported functions. Moreover, fixed constraints in cabal file. Make more exact the vector usage.

0.1.4.0 -- 2019-09-28

  • First version revised C. Some performance improvements and changing the imported functions.

0.1.5.0 -- 2019-09-28

  • First version revised D. Some performance improvements and changing the documentation. The benchmark testing continues.

0.1.6.0 -- 2019-09-30

  • First version revised E. Some performance improvements and changing the documentation. The benchmark testing continues.

0.1.6.1 -- 2019-10-22

  • First version revised F. Some minor documentation changes. The benchmark testing continues.

0.1.7.0 -- 2019-12-24

  • First version revised G. Changed the dependency bounds so that it now can be compiled with GHC 8.8.1.

0.1.8.0 -- 2020-05-14

  • First version revised H. Changed the dependency bounds so that it now can be compiled with GHC 8.10* series. Some documentation improvements.

0.2.0.0 -- 2020-10-15

  • Second version. Added a new module CaseBi.Unboxed with functions that operate on the unboxed vectors.

0.3.0.0 -- 2020-10-29

  • Third version. Changed inlining policies so that ghc -dcore-lint does not produce warnings.

0.3.1.0 -- 2020-10-30

  • Third version revised A. Changed inlining policies for self-recursive functions to be {-# INLINABLE #-}.

0.3.2.0 -- 2021-03-29

  • Third version revised B. Some performance optimization improvements. Added GHC.Exts module as import and the usage of several language extensions.