[commit: packages/xhtml] master: xhtml.cabal: Add -fwarn-tabs to ghc-options (c92ee47)

git at git.haskell.org git at git.haskell.org
Sat Jun 17 20:55:41 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/xhtml.git/commitdiff/c92ee47a1b560e57753e49887e9c8752c33dd8db

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

commit c92ee47a1b560e57753e49887e9c8752c33dd8db
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Sun Oct 23 15:46:43 2016 +1100

    xhtml.cabal: Add -fwarn-tabs to ghc-options


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

c92ee47a1b560e57753e49887e9c8752c33dd8db
 xhtml.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xhtml.cabal b/xhtml.cabal
index f31003e..42eb16f 100644
--- a/xhtml.cabal
+++ b/xhtml.cabal
@@ -40,5 +40,5 @@ library
                     Text.XHtml.Extras,
                     Text.XHtml.Internals
 
-    ghc-options:    -Wall
+    ghc-options:    -Wall -fwarn-tabs
     Extensions:     CPP



More information about the ghc-commits mailing list