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

Joachim Breitner mail at joachim-breitner.de
Mon Jun 17 07:32:06 UTC 2013


Mon Jun 17 07:27:34 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

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

Mon Jun 17 07:27:34 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haskell-readline/changelog new-haskell-readline/changelog
--- old-haskell-readline/changelog	2013-06-17 07:32:06.230535942 +0000
+++ new-haskell-readline/changelog	2013-06-17 07:32:06.242537298 +0000
@@ -1,3 +1,9 @@
+haskell-readline (1.0.3.0-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #712542)
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 17 Jun 2013 09:23:52 +0200
+
 haskell-readline (1.0.1.0-6) unstable; urgency=low
 
   * Move Haskell blurb to the end of the description, reduces the impact
diff -rN -u old-haskell-readline/patches/import-cint-constructors new-haskell-readline/patches/import-cint-constructors
--- old-haskell-readline/patches/import-cint-constructors	2013-06-17 07:32:06.226536294 +0000
+++ new-haskell-readline/patches/import-cint-constructors	1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-Description: Import CInt constructors
-Author: Iain Lane <laney at debian.org>
-Forwarded: yes (IRC)
-
---- haskell-readline-1.0.1.0.orig/System/Console/Readline.hsc
-+++ haskell-readline-1.0.1.0/System/Console/Readline.hsc
-@@ -298,6 +298,7 @@ import Foreign.Marshal.Array ( mallocArr
- import Foreign.C.Types	( CInt, CChar, CFile )
- import Foreign.C.String	( newCString, peekCString, withCString,
- 			  castCharToCChar, castCCharToChar )
-+import Foreign.C.Types(CInt(..))
- import GHC.Handle	( fdToHandle )
- 
- {-# CFILES HsReadline_cbits.c #-}
diff -rN -u old-haskell-readline/patches/series new-haskell-readline/patches/series
--- old-haskell-readline/patches/series	2013-06-17 07:32:06.226536294 +0000
+++ new-haskell-readline/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-import-cint-constructors




More information about the Pkg-haskell-commits mailing list