[Git][ghc/ghc][wip/T16762] Push through some Haddock changes, disable warnings in GHC.Iface.Ext.Ast for now

Ryan Scott gitlab at gitlab.haskell.org
Thu Sep 24 00:46:45 UTC 2020



Ryan Scott pushed to branch wip/T16762 at Glasgow Haskell Compiler / GHC


Commits:
832a27d1 by Ryan Scott at 2020-09-23T20:41:02-04:00
Push through some Haddock changes, disable warnings in GHC.Iface.Ext.Ast for now

- - - - -


2 changed files:

- compiler/GHC/Iface/Ext/Ast.hs
- utils/haddock


Changes:

=====================================
compiler/GHC/Iface/Ext/Ast.hs
=====================================
@@ -19,6 +19,10 @@ Main functions for .hie file generation
 {-# LANGUAGE TupleSections #-}
 {-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
 
+-- TODO RGS: This is a horrible hack that I put in place to get the test suite
+-- to run on GitLab CI. Please remove this hack before landing!
+{-# OPTIONS_GHC -Wno-unused-matches -Wno-unused-local-binds #-}
+
 module GHC.Iface.Ext.Ast ( mkHieFile, mkHieFileWithSource, getCompressedAsts, enrichHie) where
 
 import GHC.Utils.Outputable(ppr)


=====================================
utils/haddock
=====================================
@@ -1 +1 @@
-Subproject commit 8c8517d6c82411212452c3c5fca503c7af5ac3da
+Subproject commit 856de40b212c44cb0894629184c3b62d87fdc260



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/832a27d190f53a8135bb21cce32dc6bdd7e57fdb

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/832a27d190f53a8135bb21cce32dc6bdd7e57fdb
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200923/5a3a0fdb/attachment.html>


More information about the ghc-commits mailing list