[Git][ghc/ghc][wip/T22317] Fix warnings in ExactPrint (#22555)

Sebastian Graf (@sgraf812) gitlab at gitlab.haskell.org
Mon Dec 5 11:18:53 UTC 2022



Sebastian Graf pushed to branch wip/T22317 at Glasgow Haskell Compiler / GHC


Commits:
d27231cd by Sebastian Graf at 2022-12-05T12:18:47+01:00
Fix warnings in ExactPrint (#22555)

- - - - -


1 changed file:

- utils/check-exact/ExactPrint.hs


Changes:

=====================================
utils/check-exact/ExactPrint.hs
=====================================
@@ -15,6 +15,7 @@
 {-# LANGUAGE TypeOperators        #-}
 {-# LANGUAGE BlockArguments       #-}
 {-# LANGUAGE UndecidableInstances  #-} -- For the (StmtLR GhcPs GhcPs (LocatedA (body GhcPs))) ExactPrint instance
+{-# OPTIONS_GHC -Wno-unused-matches -Wno-incomplete-uni-patterns #-}
 
 module ExactPrint
   (



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d27231cd93a2ca175db1bab0b196218ee8e682d6
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/20221205/24dbb85f/attachment.html>


More information about the ghc-commits mailing list