summaryrefslogtreecommitdiff
path: root/p/haskell-simpleirc/debian/patches/new-exceptions.diff
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-simpleirc/debian/patches/new-exceptions.diff')
-rw-r--r--p/haskell-simpleirc/debian/patches/new-exceptions.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/p/haskell-simpleirc/debian/patches/new-exceptions.diff b/p/haskell-simpleirc/debian/patches/new-exceptions.diff
deleted file mode 100644
index 8747f38fe..000000000
--- a/p/haskell-simpleirc/debian/patches/new-exceptions.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: haskell-simpleirc-0.2.1/Network/SimpleIRC/Core.hs
-===================================================================
---- haskell-simpleirc-0.2.1.orig/Network/SimpleIRC/Core.hs 2011-11-30 17:04:43.000000000 +0000
-+++ haskell-simpleirc-0.2.1/Network/SimpleIRC/Core.hs 2012-11-09 05:27:05.666355483 +0000
-@@ -47,6 +47,7 @@
- import Control.Concurrent
- import Control.Concurrent.Chan
- import Control.Concurrent.MVar
-+import Control.Exception.Base (try)
- import Network.SimpleIRC.Messages
- import Data.Unique
- import System.IO.Error