fixed

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

commit a05152fd7faa82578e219f952dd7daeb9d45038f
parent a583b1c357a69e24e16963baea9339664e29640d
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 23 Nov 2025 17:42:53 +0400

Revert "meta: add -fllvm flags everywhere"

This reverts commit a583b1c357a69e24e16963baea9339664e29640d.

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

diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -21,7 +21,7 @@ library default-language: Haskell2010 hs-source-dirs: lib ghc-options: - -Wall -O2 -fllvm + -Wall exposed-modules: Data.Choice , Data.Word.Limb @@ -40,7 +40,7 @@ benchmark fixed-bench main-is: Main.hs ghc-options: - -rtsopts -O2 -fllvm -Wall -fno-warn-orphans + -rtsopts -O2 -Wall -fno-warn-orphans build-depends: base @@ -54,7 +54,7 @@ benchmark fixed-weigh main-is: Weight.hs ghc-options: - -rtsopts -O2 -fllvm -Wall -fno-warn-orphans + -rtsopts -O2 -Wall -fno-warn-orphans build-depends: base