[Pkg-haskell-commits] darcs: haskell-simpleirc: Patch to build with newer exceptions.

Clint Adams clint at debian.org
Fri Nov 9 05:32:04 UTC 2012


Fri Nov  9 05:31:59 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to build with newer exceptions.
  Ignore-this: 1d48bafcac0313b56da8e68c376341b2

    M ./changelog -2 +6
    A ./patches/
    A ./patches/new-exceptions.diff
    A ./patches/series

Fri Nov  9 05:31:59 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to build with newer exceptions.
  Ignore-this: 1d48bafcac0313b56da8e68c376341b2
diff -rN -u old-haskell-simpleirc//changelog new-haskell-simpleirc//changelog
--- old-haskell-simpleirc//changelog	2012-11-09 05:32:04.346243365 +0000
+++ new-haskell-simpleirc//changelog	2012-11-09 05:32:04.354285863 +0000
@@ -1,10 +1,14 @@
-haskell-simpleirc (0.2.1-3) UNRELEASED; urgency=low
+haskell-simpleirc (0.2.1-3) experimental; urgency=low
 
+  [ Joachim Breitner ]
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
     against experimental
   * Bump standards version, no change
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 13 Oct 2012 14:12:56 +0200
+  [ Clint Adams ]
+  * Patch to build with newer "try".
+
+ -- Clint Adams <clint at debian.org>  Fri, 09 Nov 2012 05:29:47 +0000
 
 haskell-simpleirc (0.2.1-2) unstable; urgency=low
 
diff -rN -u old-haskell-simpleirc//patches/new-exceptions.diff new-haskell-simpleirc//patches/new-exceptions.diff
--- old-haskell-simpleirc//patches/new-exceptions.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-simpleirc//patches/new-exceptions.diff	2012-11-09 05:32:04.354285863 +0000
@@ -0,0 +1,12 @@
+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
diff -rN -u old-haskell-simpleirc//patches/series new-haskell-simpleirc//patches/series
--- old-haskell-simpleirc//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-simpleirc//patches/series	2012-11-09 05:32:04.354285863 +0000
@@ -0,0 +1 @@
+new-exceptions.diff





More information about the Pkg-haskell-commits mailing list