./math/hs-mod, Fast type-safe modular arithmetic

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0.1nb2, Package name: hs-mod-0.2.0.1nb2, Maintainer: pkgsrc-users

Modular arithmetic, promoting moduli to the type level, with an emphasis on
performance. Originally a part of arithmoi package.


Master sites:

Filesize: 15.897 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 08:39:59 by Masatake Daimon | Files touched by this commit (4)
Log message:
math/hs-mod: Update to 0.2.0.1

0.2.0.1
* Fix build on aarch64.

0.2.0.0
* Breaking change: redesign GcdDomain and Euclidean instances.
* Add instance Read and instance Real.
* Migrate from integer-gmp to ghc-bignum.
* Remove (^) -> (^%) rewrite rule, it does not fire.
* Plug loopholes to inhabit Mod 0.
* Work around performance degradation on ARM.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-16 11:02:47 by Masatake Daimon | Files touched by this commit (5)
Log message:
math/hs-mod: import hs-mod-0.1.2.2

Modular arithmetic, promoting moduli to the type level, with an emphasis on
performance. Originally a part of arithmoi package.