Skip to content
  • Sylvain Henry's avatar
    Update Hadrian · dceecb09
    Sylvain Henry authored
    * support ghc-bignum backend selection in flavours and command-line
    
    * support ghc-bignum "--check" flag (compare results of selected backend
      against results of the native one) in flavours and command-line (e.g.
      pass --bignum=check-gmp" to check the "gmp" backend)
    
    * remove the hack to workaround #15286
    
    * build GMP only when the gmp backend is used
    
    * remove hacks to workaround `text` package flags about integer-*. We
      fix `text` to use ghc-bignum unconditionally in another patch
    dceecb09