Changelog for d10-1

v0.1.0.0

v0.1.0.1

v0.1.1.0

v0.2.0.0

v0.2.0.1

v0.2.1.0

v0.2.1.2

v0.2.1.4

v0.2.1.6

v0.3

In module Data.D10.Char:

In module Data.D10.Num:

In module Data.D10.Safe:

Other changes:

v0.3.0.1

v1

Removed the Data prefix from module names.

Constructors for D10 are no longer exported by the modules formerly known as Data.D10.Char and Data.D10.Num. They have moved to the new modules D10.Char.Unsafe and D10.Num.Unsafe respectively.

Operators (+), (-), and (*) have been moved into their own separate modules, as the names conflict with Prelude functions. These new modules are:

Other new modules:

All instances of the Language.Haskell.TH.Syntax.Lift class have been removed

Added Safe Haskell language flags (Safe, Trustworthy, Unsafe) to indicate which modules permit constructing invalid values

Required Cabal version required is raised from 2.2 to 3.0