Define HasCallStack with CPP rather than the call-stack library
This avoids downstream users from having to enable various language extensions when deriving the classes from `exceptions` using `GeneralizedNewtypeDeriving` on pre-8.0 GHCs. I have left some documentation describing why we have made this choice, as the reasoning is somewhat non-obvious. Fixes #91.
Loading
Please register or sign in to comment