Skip to content
Snippets Groups Projects
Commit c92ee47a authored by Erik de Castro Lopo's avatar Erik de Castro Lopo
Browse files

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

parent 6102d2c1
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@ Source-repository head
type: git
location: https://github.com/haskell/xhtml
library
library
Build-depends: base >= 4.0 && < 5.0
Exposed-modules:
Text.XHtml,
Exposed-modules:
Text.XHtml,
Text.XHtml.Frameset,
Text.XHtml.Strict,
Text.XHtml.Transitional,
......@@ -39,6 +39,6 @@ library
Text.XHtml.BlockTable,
Text.XHtml.Extras,
Text.XHtml.Internals
ghc-options: -Wall
ghc-options: -Wall -fwarn-tabs
Extensions: CPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment