ngx-export v2.5.3 Release Notes

Release Date: 2019-09-30 // over 4 years ago
  • Fixed building of standalone modules with ghc 8.8.1.

    Details: Pragma {-# OPTIONS_GHC -pgmPcpphs -optP--cpp #-} was replaced with {-# OPTIONS_GHC -pgmP "cpphs --cpp" #-} as -optP is no longer safe after fixing ghc issue #16737 in commit ghc/ghc@cfd3e0f when using it with a custom CPP program such as cpphs and FFI bits.