fixed

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

commit a3f6aba9cad92e4fc8e59e4ba759a40631f41278
parent 8e2b9ea86f2b6bc5b6b451c0f6b7b8a8b50c30f0
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 23 Jan 2025 03:48:41 +0400

lib: add primitive dep

Diffstat:
Mppad-fixed.cabal | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -26,6 +26,7 @@ library Data.Word.Extended build-depends: base >= 4.9 && < 5 + , primitive >= 0.8 && > 0.10 test-suite fixed-tests type: exitcode-stdio-1.0