summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Err.hs
Commit message (Expand)AuthorAgeFilesLines
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-10/+6
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-241-1/+7
* Fix fake import in GHC.Exception.Type boot moduleSylvain Henry2021-03-201-1/+0
* Update `base` packageSylvain Henry2020-06-171-5/+1
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-051-1/+3
* Built-in Natural literals in CoreSylvain Henry2018-06-151-2/+2
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-1/+1
* errorWithoutStackTrace: omit profiling stack trace (#14970)Simon Marlow2018-05-021-5/+4
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-4/+4
* Hide the CallStack implicit parameterEric Seidel2016-02-011-8/+13
* un-wire-in error, undefined, CallStack, and IPEric Seidel2016-01-181-5/+9
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+29
* Move CallStack back to baseBen Gamari2015-10-021-1/+2
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-5/+5
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+47