[Pkg-haskell-commits] darcs: haskell-ami: Patch to build with newer Network.Socket.

Clint Adams clint at debian.org
Sat Oct 20 19:45:46 UTC 2012


Sat Oct 20 19:45:38 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to build with newer Network.Socket.
  Ignore-this: c514690009e75b884191cc0946d5ae14

    M ./changelog -2 +6
    A ./patches/
    A ./patches/hide-network-socket-close.diff
    A ./patches/series

Sat Oct 20 19:45:38 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to build with newer Network.Socket.
  Ignore-this: c514690009e75b884191cc0946d5ae14
diff -rN -u old-haskell-ami//changelog new-haskell-ami//changelog
--- old-haskell-ami//changelog	2012-10-20 19:45:46.364045837 +0000
+++ new-haskell-ami//changelog	2012-10-20 19:45:46.366242970 +0000
@@ -1,10 +1,14 @@
-haskell-ami (0.1-2) UNRELEASED; urgency=low
+haskell-ami (0.1-2) 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:07:15 +0200
+  [ Clint Adams ]
+  * Patch to build with newer Network.Socket.
+
+ -- Clint Adams <clint at debian.org>  Sat, 20 Oct 2012 19:43:54 +0000
 
 haskell-ami (0.1-1) unstable; urgency=low
 
diff -rN -u old-haskell-ami//patches/hide-network-socket-close.diff new-haskell-ami//patches/hide-network-socket-close.diff
--- old-haskell-ami//patches/hide-network-socket-close.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//patches/hide-network-socket-close.diff	2012-10-20 19:45:46.366242970 +0000
@@ -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 -rN -u old-haskell-ami//patches/series new-haskell-ami//patches/series
--- old-haskell-ami//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//patches/series	2012-10-20 19:45:46.366242970 +0000
@@ -0,0 +1 @@
+hide-network-socket-close.diff





More information about the Pkg-haskell-commits mailing list