2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
2024-04-30 15:56:03 by Masatake Daimon | Files touched by this commit (1) |
Log message: math/hs-mod: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
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. |