[Pkg-haskell-commits] darcs: haskell-fastcgi: New upstream release

Joachim Breitner mail at joachim-breitner.de
Sun May 26 08:20:53 UTC 2013


Sun May 26 08:12:49 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 2d3170d4f8e024d8b7772a08c532900d

    M ./changelog -19 +9
    R ./patches/
    R ./patches/import-constructors-of-cint
    R ./patches/series

Sun May 26 08:12:49 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 2d3170d4f8e024d8b7772a08c532900d
diff -rN -u old-haskell-fastcgi//changelog new-haskell-fastcgi//changelog
--- old-haskell-fastcgi//changelog	2013-05-26 08:20:53.618569008 +0000
+++ new-haskell-fastcgi//changelog	2013-05-26 08:20:53.634540849 +0000
@@ -1,22 +1,12 @@
-haskell-fastcgi (3001.0.2.3-5) unstable; urgency=low
+haskell-fastcgi (3001.0.2.4-1) UNRELEASED; urgency=low
 
-  * Enable compat level 9
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:50:36 +0200
-
-haskell-fastcgi (3001.0.2.3-4) 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
+  * New upstream release
+  * Enable compat level 9
 
-  [ 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.
-
- -- Iain Lane <laney at debian.org>  Sun, 03 Mar 2013 19:11:05 +0000
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 26 May 2013 10:11:37 +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	2013-05-26 08:20:53.618569008 +0000
+++ new-haskell-fastcgi//patches/import-constructors-of-cint	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-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	2013-05-26 08:20:53.618569008 +0000
+++ new-haskell-fastcgi//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-import-constructors-of-cint





More information about the Pkg-haskell-commits mailing list