[Git][ghc/ghc][master] 2 commits: Bump text submodule to 2.1.2

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sun Oct 27 19:11:09 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
853050c3 by Andrew Lelechenko at 2024-10-27T15:10:44-04:00
Bump text submodule to 2.1.2

- - - - -
90746a59 by Andrew Lelechenko at 2024-10-27T15:10:44-04:00
hadrian: allow -Wunused-imports for text package

- - - - -


2 changed files:

- hadrian/src/Settings/Warnings.hs
- libraries/text


Changes:

=====================================
hadrian/src/Settings/Warnings.hs
=====================================
@@ -66,7 +66,9 @@ ghcWarningsArgs = do
         , package primitive    ? pure [ "-Wno-unused-imports"
                                       , "-Wno-deprecations" ]
         , package rts          ? pure [ "-Wcpp-undef" ]
-        , package text         ? pure [ "-Wno-deprecations", "-Wno-deriving-typeable" ]
+        , package text         ? pure [ "-Wno-deprecations"
+                                      , "-Wno-deriving-typeable"
+                                      , "-Wno-unused-imports" ]
         , package terminfo     ? pure [ "-Wno-unused-imports", "-Wno-deriving-typeable" ]
         , package stm          ? pure [ "-Wno-deriving-typeable" ]
         , package osString     ? pure [ "-Wno-deriving-typeable" ]


=====================================
libraries/text
=====================================
@@ -1 +1 @@
-Subproject commit cdb9e13b39079904eed9d75cd332b66ee0cad0c0
+Subproject commit ee0a8f8b9a4bd3fdad23e9ac0db56e7f08ce35cd



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9f02dfb502dda37fc50c66ce7ebd55cc36350a45...90746a591919fc51a0ec9dec58d8f1c8397040e3

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9f02dfb502dda37fc50c66ce7ebd55cc36350a45...90746a591919fc51a0ec9dec58d8f1c8397040e3
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/20241027/a211a96f/attachment.html>


More information about the ghc-commits mailing list