slotThe
77b047316c
Control.Exception.Extensible -> Control.Exception
...
According to its documentation[1], this module simply re-exports
Control.Exception on recent GHC versions. As we only support recent
versions, this import is unnecessary.
[1] http://hackage.haskell.org/package/extensible-exceptions-0.1.1.4/docs/Control-Exception-Extensible.html
2021-01-12 11:13:29 +01:00
Victor Nawothnig
b594d97604
Check for text encoding correctly and avoid crash ( #422 )
2020-12-11 02:46:40 +01:00
slotThe
53b57eba14
Replace liftM
and fmap
with <$>
2019-10-08 10:33:56 +02:00
Daniel Wagner
800ae670e2
use a record pattern to be robust against additions to the X11 library
2015-12-15 07:44:36 -08:00
allbery.b
ec0fb3ba8a
debug-debug
...
Various fixes and enhancements to DebugWindow and DebugStack. ManageDebug
requires these fixes, but some of them are significant even if not using
ManageDebug.
2014-08-03 02:05:30 +00:00
Adam Vogt
9caedf2fff
Address warnings from Debug modules
...
The warnings were related to ghc-7.6 removing Prelude.catch
(triggering warnings regarding the import hiding it), as well
as defaulting of some numeric types.
2012-12-15 16:55:25 +00:00
allbery.b
8d1ad8b280
debug-hooks
...
Hooks to print diagnostic information to stderr (usually .xsession-errors)
to help debug complex issues involving the StackSet and received events.
2012-08-13 22:38:21 +00:00