commit bd089cbf51beb2efaa8764af0c24b6accaf47e2e parent 170449937142108cad5ad16d88ec20f0e0706eab Author: Jared Tobin <jared@jtobin.io> Date: Fri, 8 Mar 2024 17:35:17 +0400 bench: squash orphan warnings Diffstat:
M | ppad-csecp256k1.cabal | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -106,7 +106,7 @@ benchmark csecp256k1-bench main-is: Main.hs ghc-options: - -rtsopts -O2 -Wall + -rtsopts -O2 -Wall -fno-warn-orphans build-depends: base