Skip to content
  • Erik de Castro Lopo's avatar
    Fix CPP usage · d916298f
    Erik de Castro Lopo authored
    The code had a mixtire of `#ifdef mingw32_HOST_OS` and `#if`. The later
    works but is not really correct. GHC HEAD has just got a new warning flag
    `-Wcpp-undef` which will warn on `#if` used with an undefined identifier.
    Since we want to turn that on in the GHC build system we need to fix cabal
    first.
    d916298f