Skip to content
  • Ryan Scott's avatar
    f93d2cb6
    Define HasCallStack with CPP rather than the call-stack library · f93d2cb6
    Ryan Scott authored
    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.
    f93d2cb6
    Define HasCallStack with CPP rather than the call-stack library
    Ryan Scott authored
    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