Skip to content
Snippets Groups Projects
Commit 80dd8ea0 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Constant-fold `__GLASGOW_HASKELL__` CPP conditionals


Now that HUGS and NHC specific code has been removed, this commit
"folds" the now redundant `#if((n)def)`s containing
`__GLASGOW_HASKELL__`.  This renders `base` officially GHC only.

This commit also inlines the `INSTANCE_TYPEABLE` macros and removes the
now superflous local `include/Typeable.h` header.

Finally, the `array.cabal` file is updated as well to remove the now
superflous conditionals.

Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent ba81753d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment