aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2020-03-28 13:12:50 -0400
committerAlec Theriault <alec.theriault@gmail.com>2020-03-28 13:36:25 -0400
commit8edc70fef3f3a54238d981153a6ac42b2d7f0bde (patch)
tree9f7b22ca33f4d49cf90bce26c323660e4ca6b6bb /haddock.cabal
parentb33e4bebce0fb98acfc2c1f5efc370e95a061c86 (diff)
Cleanup up GHC flags in `.cabal` files
* enable more useful warning flags in `haddock-api`, handle the new warnings generated * remove `-fwarn-tabs` (now we'd use `-Wtabs`, but this has been in `-Wall` for a while now)
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index f01fe8fc..1d6ad180 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -62,7 +62,7 @@ executable haddock
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: driver
- ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
+ ghc-options: -funbox-strict-fields -Wall -O2 -threaded
-- haddock typically only supports a single GHC major version
build-depends: