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

Commits:

1 changed file:

Changes:

  • .gitlab/generate-ci/gen_ci.hs
    ... ... @@ -173,7 +173,7 @@ configureArgsStr :: BuildConfig -> String
    173 173
     configureArgsStr bc = unwords $
    
    174 174
          ["--enable-unregisterised"| unregisterised bc ]
    
    175 175
       ++ ["--disable-tables-next-to-code" | not (tablesNextToCode bc) ]
    
    176
    -  ++ ["--with-intree-gmp" | Just _ <- pure (crossTarget bc) ]
    
    176
    +  ++ ["--with-intree-gmp" | Just _ <- [crossTarget bc] ]
    
    177 177
       ++ ["--with-system-libffi" | crossTarget bc == Just "wasm32-wasi" ]
    
    178 178
       ++ ["--enable-ipe-data-compression" | withZstd bc ]
    
    179 179
       ++ ["--enable-strict-ghc-toolchain-check"]