[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 7 commits: Add {-# WARNING #-} to Data.List.{head,tail}

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Mar 30 13:45:49 UTC 2023



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
604a2373 by Bodigrim at 2023-03-30T09:45:44-04:00
Add {-# WARNING #-} to Data.List.{head,tail}

- - - - -
2d2c8ff0 by Bodigrim at 2023-03-30T09:45:44-04:00
Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}

- - - - -
45c6cce1 by Bodigrim at 2023-03-30T09:45:44-04:00
Bump submodules

- - - - -
02a61e5a by Bodigrim at 2023-03-30T09:45:44-04:00
Fix tests

- - - - -
58a7c957 by sheaf at 2023-03-30T09:45:44-04:00
Proxies for head and tail: review suggestions
- - - - -
f74e1f29 by sheaf at 2023-03-30T09:45:45-04:00
docs: move RecordUpd changelog entry to 9.8

This was accidentally included in the 9.6 changelog
instead of the 9.6 changelog.
- - - - -
290fd552 by sheaf at 2023-03-30T09:45:46-04:00
Add LANGUAGE GADTs to GHC.Rename.Env

We need to enable this extension for the file to compile with ghc 9.2,
as we are pattern matching on a GADT and this required the GADT extension
to be enabled until 9.4.
- - - - -


30 changed files:

- compiler/GHC/Prelude/Basic.hs
- compiler/GHC/Rename/Env.hs
- compiler/GHC/ThToHs.hs
- docs/users_guide/9.6.1-notes.rst
- docs/users_guide/9.8.1-notes.rst
- hadrian/src/Settings/Warnings.hs
- libraries/base/Control/Monad/Fix.hs
- libraries/base/Data/List/NonEmpty.hs
- libraries/base/GHC/List.hs
- libraries/base/changelog.md
- libraries/hpc
- libraries/xhtml
- testsuite/tests/codeGen/should_compile/T3286.hs
- testsuite/tests/deSugar/should_compile/ds025.hs
- testsuite/tests/ghc-api/T10052/T10052.hs
- testsuite/tests/ghci.debugger/scripts/T18045.hs
- testsuite/tests/ghci.debugger/scripts/T18045.script
- testsuite/tests/ghci.debugger/scripts/T18045.stdout
- testsuite/tests/ghci.debugger/scripts/break009.script
- testsuite/tests/ghci.debugger/scripts/break010.script
- testsuite/tests/ghci.debugger/scripts/print001.script
- testsuite/tests/ghci.debugger/scripts/print004.script
- testsuite/tests/ghci.debugger/scripts/print028.script
- testsuite/tests/ghci/caf_crash/D.hs
- testsuite/tests/ghci/scripts/T10501.script
- testsuite/tests/ghci/scripts/T16804.script
- testsuite/tests/impredicative/PList1.hs
- testsuite/tests/impredicative/PList2.hs
- testsuite/tests/impredicative/boxy.hs
- testsuite/tests/impredicative/icfp20-ok.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0b52db87bf0d813f5823f8010a8534c16edf139c...290fd55237668fb58a005f56ce08cf655836b8af

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0b52db87bf0d813f5823f8010a8534c16edf139c...290fd55237668fb58a005f56ce08cf655836b8af
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/20230330/c42ba4aa/attachment.html>


More information about the ghc-commits mailing list