From 6f65520ebcad8b4a115047fc6d15ec172b9b8598 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Thu, 22 Aug 2013 10:55:12 +0000
Subject: [PATCH 21/21] Remove 'TorDNSEL.Compat.Exception'.

---
 src/TorDNSEL/Compat/Exception.hs |   26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 src/TorDNSEL/Compat/Exception.hs

diff --git a/src/TorDNSEL/Compat/Exception.hs b/src/TorDNSEL/Compat/Exception.hs
deleted file mode 100644
index b206513..0000000
--- a/src/TorDNSEL/Compat/Exception.hs
+++ /dev/null
@@ -1,26 +0,0 @@
-{-# LANGUAGE CPP #-}
-
------------------------------------------------------------------------------
--- |
--- Module      : TorDNSEL.Compat.Exception
--- Copyright   : (c) tup 2007
--- License     : Public domain (see LICENSE)
---
--- Maintainer  : tup.tuple@googlemail.com
--- Stability   : alpha
--- Portability : non-portable (pattern guards, bang patterns, concurrency,
---                             STM, FFI)
---
--- Ensure compatibility between several GHC versions on exception handling.
---
------------------------------------------------------------------------------
-
-module TorDNSEL.Compat.Exception (
-    module Exception
-  ) where
-
-#if __GLASGOW_HASKELL__ == 610
-import Control.OldException as Exception
-#else
-import Control.Exception as Exception
-#endif
-- 
1.7.9.5

