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

Commits:

1 changed file:

Changes:

  • libraries/base/changelog.md
    ... ... @@ -747,7 +747,7 @@
    747 747
       * `Generic1`, as well as the associated datatypes and typeclasses in
    
    748 748
         `GHC.Generics`, are now poly-kinded (#10604)
    
    749 749
     
    
    750
    -  * `New modules `Data.Bifoldable` and `Data.Bitraversable` (previously defined
    
    750
    +  * New modules `Data.Bifoldable` and `Data.Bitraversable` (previously defined
    
    751 751
         in the `bifunctors` package) (#10448)
    
    752 752
     
    
    753 753
       * `Data.Either` now provides `fromLeft` and `fromRight` (#12402)