Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 1db2f240 by Andrew Lelechenko at 2026-01-12T07:17:06-05:00 Add since annotation for Data.Bifoldable1 Fixes #26432 - - - - - 1 changed file: - libraries/base/src/Data/Bifoldable1.hs Changes: ===================================== libraries/base/src/Data/Bifoldable1.hs ===================================== @@ -2,6 +2,7 @@ -- Copyright: Edward Kmett, Oleg Grenrus -- License: BSD-3-Clause -- +-- @since 4.18.0.0 {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE Safe #-} View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1db2f24036edc8c91ada72b57972cd94... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1db2f24036edc8c91ada72b57972cd94... You're receiving this email because of your account on gitlab.haskell.org.