From 7326068ad746185121803ec83ccf312e3b2afb32 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 12 Jul 2020 20:38:11 -0500 Subject: [PATCH] -Wno-tabs not supported by older GHC --- xml-types.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml-types.cabal b/xml-types.cabal index 64112b8..133a54b 100644 --- a/xml-types.cabal +++ b/xml-types.cabal @@ -35,7 +35,7 @@ source-repository this library default-language: Haskell2010 - ghc-options: -Wall -Wno-tabs + ghc-options: -Wall hs-source-dirs: lib build-depends: -- 2.45.2