summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Stack.hs
Commit message (Expand)AuthorAgeFilesLines
* Ensure that GHC.Stack.callStack doesn't failBen Gamari2017-07-281-1/+4
* Don't infer CallStacksEric Seidel2016-04-041-3/+3
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-121-2/+2
* Hide the CallStack implicit parameterEric Seidel2016-02-011-10/+21
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+28
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-0/+1
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-1/+5
* base: Delete errant GHC/Stack.hscBen Gamari2015-11-201-1/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-0/+59