Skip to content
  • Ben Gamari's avatar
    Unify CallStack handling in ghc · 626db8f8
    Ben Gamari authored
    Here we introduce compatibility wrappers for HasCallStack constraints.
    This is necessary as we must support GHC 7.10.1 which lacks sane call
    stack support. We also introduce another constraint synonym,
    HasDebugCallStack, which only provides a call stack when DEBUG is set.
    626db8f8