- Update documentation links to the Pact language specification.
Breaking changes:
-
Replaced dependency on the vector-spaces package by internal public
numeric
library.Most notably class method
zeroV
is now just calledzero
. Otherwise, most numeric operators remain identical and are now (re-)exported by the main modulePact.Time
.
Other changes:
- Support for builds with GHC-9.10.1.
- Support mtl-2.3
- Relax upper bound on base
- Support GHC versions 9.2 and 9.4
- Move all modules from
Data.Time
toPact.Time
.
- First version. Released on an unsuspecting world.