fixed

Pure Haskell large fixed-width integers and Montgomery arithmetic.
git clone git://git.ppad.tech/fixed.git
Log | Files | Refs | README | LICENSE

commit d7b03362f9d075c505b8c293524f577f7186a647
parent 2bfc0c723d32d29d1cdc9132d46ecf3ccc95bddc
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Dec 2025 11:01:53 -0330

lib: bump version, ghc tested version

Diffstat:
Mppad-fixed.cabal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.2 +version: 0.1.3 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE @@ -8,7 +8,7 @@ author: Jared Tobin maintainer: jared@ppad.tech category: Data build-type: Simple -tested-with: GHC == { 9.8.1 } +tested-with: GHC == { 9.10.3 } extra-doc-files: CHANGELOG description: A pure high-performance implementation of large fixed-width integers