From cfe3ac83eb00848d0243b6dbca5d3256049e1462 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 6 Sep 2021 00:02:56 +0200 Subject: [PATCH] cabal: build with -Wall --- bisc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/bisc.cabal b/bisc.cabal index a0489c8..0f36b7f 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -39,4 +39,5 @@ executable bisc data-default, bytestring, optparse-applicative default-language: Haskell2010 + ghc-options: -Wall extra-libraries: snappy stdc++