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

Commits:

1 changed file:

Changes:

  • changelog.d/T15973
    1
    +section: ghc-lib
    
    2
    +synopsis: GHC now represents target's Int constants internally with a TargetInt
    
    3
    +  (~Int64) in order to avoid overflows when cross-compiling from a 32-bit
    
    4
    +  architecture to a 64-bit one.
    
    5
    +issues: #15973
    
    6
    +mrs: !15883