[Pkg-haskell-commits] darcs: haskell-simpleirc: New upstream version 0.3.0.

Clint Adams clint at debian.org
Mon Jul 14 16:05:21 UTC 2014


Mon Jul 14 16:05:12 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.0.

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

Mon Jul 14 16:05:12 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.0.
diff -rN -u old-haskell-simpleirc/changelog new-haskell-simpleirc/changelog
--- old-haskell-simpleirc/changelog	2014-07-14 16:05:21.230590347 +0000
+++ new-haskell-simpleirc/changelog	2014-07-14 16:05:21.230590347 +0000
@@ -1,8 +1,12 @@
-haskell-simpleirc (0.2.1-6) UNRELEASED; urgency=low
+haskell-simpleirc (0.3.0-1) unstable; urgency=medium
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:21:42 +0200
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 14 Jul 2014 11:59:40 -0400
 
 haskell-simpleirc (0.2.1-5) unstable; urgency=low
 
diff -rN -u old-haskell-simpleirc/control new-haskell-simpleirc/control
--- old-haskell-simpleirc/control	2014-07-14 16:05:21.226590345 +0000
+++ new-haskell-simpleirc/control	2014-07-14 16:05:21.234590349 +0000
@@ -8,11 +8,11 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-network-dev (>> 2.2.1.5)
+  , libghc-network-dev (>= 2.2.1.5)
   , libghc-network-prof
 Build-Depends-Indep: ghc-doc
   , libghc-network-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/simpleirc
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-simpleirc
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-simpleirc
diff -rN -u old-haskell-simpleirc/patches/new-exceptions.diff new-haskell-simpleirc/patches/new-exceptions.diff
--- old-haskell-simpleirc/patches/new-exceptions.diff	2014-07-14 16:05:21.226590345 +0000
+++ new-haskell-simpleirc/patches/new-exceptions.diff	1970-01-01 00:00:00.000000000 +0000
@@ -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
diff -rN -u old-haskell-simpleirc/patches/series new-haskell-simpleirc/patches/series
--- old-haskell-simpleirc/patches/series	2014-07-14 16:05:21.226590345 +0000
+++ new-haskell-simpleirc/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-new-exceptions.diff




More information about the Pkg-haskell-commits mailing list