fixed

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

commit 8890a30241602a9552d40ca0fb4da88109d99e77
parent ecad2f828329997636b70a213c55e78ad46b02db
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 24 Jan 2025 22:45:05 +0400

lib: primitive residue

Diffstat:
Mppad-fixed.cabal | 5-----
Msrc/Main.hs | 1-
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -26,7 +26,6 @@ library Data.Word.Extended build-depends: base >= 4.9 && < 5 - , primitive >= 0.8 && < 0.10 test-suite fixed-tests type: exitcode-stdio-1.0 @@ -41,7 +40,6 @@ test-suite fixed-tests base , bytestring , ppad-fixed - , primitive , tasty , tasty-hunit , tasty-quickcheck @@ -60,7 +58,6 @@ benchmark fixed-bench , criterion , deepseq , ppad-fixed - , primitive benchmark fixed-weigh type: exitcode-stdio-1.0 @@ -75,7 +72,6 @@ benchmark fixed-weigh base , deepseq , ppad-fixed - , primitive , weigh executable fixed-profile @@ -91,5 +87,4 @@ executable fixed-profile , criterion , deepseq , ppad-fixed - , primitive diff --git a/src/Main.hs b/src/Main.hs @@ -2,7 +2,6 @@ module Main where -import qualified Data.Primitive.PrimArray as PA import Data.Word.Extended main :: IO ()