[commit: packages/binary] master: Compile benchmark get with -Wall. (b72bd25)

git at git.haskell.org git at git.haskell.org
Wed Dec 16 09:42:57 UTC 2015


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/b72bd25c690fcb073c71664df2e3e0d238096a54

>---------------------------------------------------------------

commit b72bd25c690fcb073c71664df2e3e0d238096a54
Author: Lennart Kolmodin <kolmodin at google.com>
Date:   Thu Aug 13 22:12:11 2015 +0200

    Compile benchmark get with -Wall.


>---------------------------------------------------------------

b72bd25c690fcb073c71664df2e3e0d238096a54
 binary.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binary.cabal b/binary.cabal
index c88993b..cf9955e 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -120,7 +120,7 @@ benchmark get
     mtl
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
-  ghc-options: -O2
+  ghc-options: -O2 -Wall
 
 benchmark builder
   type: exitcode-stdio-1.0



More information about the ghc-commits mailing list