diff options
-rw-r--r-- | p/haskell-simpleirc/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-simpleirc/debian/control | 4 | ||||
-rw-r--r-- | p/haskell-simpleirc/debian/patches/new-exceptions.diff | 12 | ||||
-rw-r--r-- | p/haskell-simpleirc/debian/patches/series | 1 |
4 files changed, 8 insertions, 17 deletions
diff --git a/p/haskell-simpleirc/debian/changelog b/p/haskell-simpleirc/debian/changelog index 3ec6fe39a..e298ca178 100644 --- a/p/haskell-simpleirc/debian/changelog +++ b/p/haskell-simpleirc/debian/changelog @@ -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@debian.org> Sat, 05 Oct 2013 18:21:42 +0200 + [ Clint Adams ] + * New upstream version. + + -- Clint Adams <clint@debian.org> Mon, 14 Jul 2014 11:59:40 -0400 haskell-simpleirc (0.2.1-5) unstable; urgency=low diff --git a/p/haskell-simpleirc/debian/control b/p/haskell-simpleirc/debian/control index 0e94eec5d..35bf21ab4 100644 --- a/p/haskell-simpleirc/debian/control +++ b/p/haskell-simpleirc/debian/control @@ -8,11 +8,11 @@ Build-Depends: debhelper (>= 9) , 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 --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 diff --git a/p/haskell-simpleirc/debian/patches/series b/p/haskell-simpleirc/debian/patches/series deleted file mode 100644 index e60c9c062..000000000 --- a/p/haskell-simpleirc/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -new-exceptions.diff |