Fix cabal_macros.h for package names containing '-'
As with the Paths_pkgname module, we map '-' to '_' as the former is not a valid character in cpp macro identifiers. Fixes cpp redefinition warnings. First reported by gwern.
Please register or sign in to comment