diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-12-15 15:37:24 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-12-15 15:37:24 -0500 |
commit | c577da9cf5c531a3e5678760823c61db8a3adeb6 (patch) | |
tree | 52d1b381c2a0160c82f9f662915a46b78bf9a159 /haddock.cabal | |
parent | 4c6b8d4bb722b6e51406aa0afc334cc437461424 (diff) | |
parent | 46c3db2460cea396fae525f4b9d8f40c34c0680e (diff) |
Merge remote-tracking branch 'upstream/ghc-head' into ghc-head
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 7f2b5ee5..424a255b 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -60,7 +60,7 @@ executable haddock default-language: Haskell2010 main-is: Main.hs hs-source-dirs: driver - ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wincomplete-record-updates -O2 -threaded + ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded -- haddock typically only supports a single GHC major version build-depends: |