[Pkg-haskell-commits] darcs: haskell-fastcgi: debian/patches/import-constructors-of-cint: Add, patch to import constructor of CInt — required as of 7.6 as this is used in a FFI declaration.

laney at debian.org laney at debian.org
Sun Mar 3 19:13:28 UTC 2013


Sun Mar  3 19:10:56 UTC 2013  laney at debian.org
  * debian/patches/import-constructors-of-cint: Add, patch to import constructor of CInt [_\e2_][_\80_][_\94_] required as of 7.6 as this is used in a FFI declaration.
  Ignore-this: 1f30b4f949e05fbc44cb26210dfbb7a5

    M ./changelog +6
    A ./patches/
    A ./patches/import-constructors-of-cint
    A ./patches/series

Sun Mar  3 19:10:56 UTC 2013  laney at debian.org
  * debian/patches/import-constructors-of-cint: Add, patch to import constructor of CInt — required as of 7.6 as this is used in a FFI declaration.
  Ignore-this: 1f30b4f949e05fbc44cb26210dfbb7a5
diff -rN -u old-haskell-fastcgi//changelog new-haskell-fastcgi//changelog
--- old-haskell-fastcgi//changelog	2013-03-03 19:13:28.654020428 +0000
+++ new-haskell-fastcgi//changelog	2013-03-03 19:13:28.670021428 +0000
@@ -1,9 +1,15 @@
 haskell-fastcgi (3001.0.2.3-4) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
     against experimental
   * Bump standards version, no change
 
+  [ Iain Lane ]
+  * debian/patches/import-constructors-of-cint: Add, patch to import
+    constructor of CInt — required as of 7.6 as this is used in a FFI
+    declaration.
+
  -- Joachim Breitner <nomeata at debian.org>  Sat, 13 Oct 2012 14:09:18 +0200
 
 haskell-fastcgi (3001.0.2.3-3) unstable; urgency=low
diff -rN -u old-haskell-fastcgi//patches/import-constructors-of-cint new-haskell-fastcgi//patches/import-constructors-of-cint
--- old-haskell-fastcgi//patches/import-constructors-of-cint	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi//patches/import-constructors-of-cint	2013-03-03 19:13:28.666019928 +0000
@@ -0,0 +1,15 @@
+Description: Import constructor of CInt; used in an FFI declaration
+Author: Iain Lane <laney at debian.org>
+Forwarded: <20130303190607.GA13916 at iota>
+
+--- haskell-fastcgi-3001.0.2.3.orig/Network/FastCGI.hsc
++++ haskell-fastcgi-3001.0.2.3/Network/FastCGI.hsc
+@@ -33,7 +33,7 @@ import Control.Monad    ( liftM )
+ import Data.Word (Word8)
+ import Foreign          ( Ptr, castPtr, nullPtr, peekArray0 
+                         , alloca, mallocBytes, free, throwIfNeg_)
+-import Foreign.C        ( CInt, CString, CStringLen
++import Foreign.C        ( CInt(..), CString, CStringLen
+                         , peekCString )
+ import Foreign.Storable ( Storable (..) )
+ import System.IO.Unsafe (unsafeInterleaveIO,unsafePerformIO)
diff -rN -u old-haskell-fastcgi//patches/series new-haskell-fastcgi//patches/series
--- old-haskell-fastcgi//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi//patches/series	2013-03-03 19:13:28.666019928 +0000
@@ -0,0 +1 @@
+import-constructors-of-cint





More information about the Pkg-haskell-commits mailing list