[Pkg-haskell-commits] [package-plan] 152/457: Add AMI patches

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit c263e2cc4e0374998d9f66e6198427206fa864dc
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jul 17 12:00:48 2013 +0000

    Add AMI patches
---
 patches/AMI/0.1/hide-network-socket-close.diff | 13 +++++++++++++
 patches/AMI/0.1/series                         |  1 +
 2 files changed, 14 insertions(+)

diff --git a/patches/AMI/0.1/hide-network-socket-close.diff b/patches/AMI/0.1/hide-network-socket-close.diff
new file mode 100644
index 0000000..077e9ed
--- /dev/null
+++ b/patches/AMI/0.1/hide-network-socket-close.diff
@@ -0,0 +1,13 @@
+Index: haskell-ami-0.1/Network/AMI.hs
+===================================================================
+--- haskell-ami-0.1.orig/Network/AMI.hs	2012-01-16 05:58:28.000000000 +0000
++++ haskell-ami-0.1/Network/AMI.hs	2012-10-20 19:43:18.499382941 +0000
+@@ -32,7 +32,7 @@
+ import Data.Digest.Pure.MD5
+ import System.IO.Unsafe (unsafePerformIO)
+ import Network
+-import Network.Socket
++import Network.Socket hiding (close)
+ import System.IO
+ 
+ {- $usage
diff --git a/patches/AMI/0.1/series b/patches/AMI/0.1/series
new file mode 100644
index 0000000..94c6d4f
--- /dev/null
+++ b/patches/AMI/0.1/series
@@ -0,0 +1 @@
+hide-network-socket-close.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list