fixed

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

commit ae0535781452082167fd3a19d4941ef61fa1141e
parent 27f3ac0804a2ac595dba1ed95e714abf95b61a87
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 30 Nov 2025 13:12:03 +0400

test: remove unused imports

Diffstat:
Mtest/Wide.hs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/Wide.hs b/test/Wide.hs @@ -6,9 +6,7 @@ module Wide ( tests ) where -import qualified Data.Choice as C import qualified Data.Word.Wide as W -import GHC.Exts import Test.Tasty import qualified Test.Tasty.HUnit as H