summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-12 03:14:50 +0200
committerDavid Roundy <droundy@darcs.net>2007-10-12 03:14:50 +0200
commit89999a17244708953e0fcfe8a64161ef1d064f19 (patch)
tree3ca7c254b4fd8a5a8f36178b1c9392bdefab00bf /XMonad.hs
parenta51de85e2f7879b88173fb12d404b6cbc85e3b2c (diff)
downloadmetatile-89999a17244708953e0fcfe8a64161ef1d064f19.tar
metatile-89999a17244708953e0fcfe8a64161ef1d064f19.zip
use the right catch in catchX.
Don't ask *me* why the prelude includes a version of catch that is worse than useless (because it lulls you into a feeling of safety). darcs-hash:20071012011450-72aca-cb4b72d604150423d7d261d462d5a5a948243d24
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad.hs b/XMonad.hs
index 8b52404..4cc4607 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -24,6 +24,8 @@ module XMonad (
import StackSet
+import Prelude hiding ( catch )
+import Control.Exception ( catch )
import Control.Monad.State
import Control.Monad.Reader
import System.IO