[Pkg-haskell-commits] darcs: helium: 1.6-4.1

Marco Túlio Gontijo e Silva marcot at debian.org
Mon Mar 15 01:45:26 UTC 2010


Sat Mar  6 12:54:08 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * 1.6-4.1
  Ignore-this: b65cc5489aaaa047666d17535ad53839

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./dirs
    A ./helium.1
    A ./helium.docs
    A ./helium.manpages
    A ./lvmrun.1
    A ./patches/
    A ./patches/00list
    A ./patches/01_fhs-and-destdir.dpatch
    A ./patches/02_typed-punning.dpatch
    A ./patches/03_add-readline-support.dpatch
    A ./patches/04_fixes-for-ghc6.dpatch
    A ./patches/05_fixes-for-64bit.dpatch
    A ./patches/06_no-strip.dpatch
    A ./patches/10_autoconf.dpatch
    A ./rules
    A ./scripts/
    A ./scripts/helium
    A ./scripts/lvmrun
    A ./scripts/texthint
    A ./texthint.1
    A ./watch

Sat Mar  6 12:54:08 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * 1.6-4.1
  Ignore-this: b65cc5489aaaa047666d17535ad53839
diff -rN -u old-helium/changelog new-helium/changelog
--- old-helium/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/changelog	2010-03-15 01:45:26.769695144 +0000
@@ -0,0 +1,58 @@
+helium (1.6-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to System.Console.Editline.Readline for readline capabilities,
+    fixes FTBFS. Patch by Chris Lamb. (Closes: #536959)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 09 Oct 2009 10:51:27 +0200
+
+helium (1.6-4) unstable; urgency=low
+  
+  * Make helium compile with GHC 6.8.2:
+    - debian/patches/04_fixes-for-ghc6.dpatch: Add '-package containers'
+      to the GHC options as helium uses Data.Map which is in a separate
+      package now.
+    - debian/control:
+      + Add libghc6-parsec-dev to the build dependencies as the parsec
+        module is in separate Debian package now.
+      + Bump the build dependency on GHC to >= 6.8.2
+  * debian/control:
+    - Replace Xs-Vcs-* fields with Vcs-* fields.
+    - Add Homepage field.
+    - Bump Standards-Version to 3.7.3. No changes needed.
+  * debian/lvmrun.1: 
+    - Fix some spelling errors. Thanks A. Costa. (Closes: #442167)
+  * debian/rules:
+    - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
+      /usr/share/doc/autotools-dev/README.Debian.gz suggests.
+
+ -- Arjan Oosting <arjan at debian.org>  Mon, 28 Jan 2008 00:42:17 +0100
+
+helium (1.6-3) unstable; urgency=low
+
+  * debian/control:
+    - Add Xs-Vcs-Svn and Xs-Vcs-Browser fields.
+  * debian/patches/06_no-strip.dpatch: Added. Do not strip binaries
+    unconditionally. (Closes: #437172) 
+  * debian/rules:
+    - Remove helium/src/codegeneration/CodeGeneration.hs on clean to keep
+      the diff.gz small and tidy. The file will be created during the
+      build.
+    - Call 'make ag' before 'make depend' as it generates some Haskell
+      source files needed in the depend target.
+
+ -- Arjan Oosting <arjan at debian.org>  Sun, 12 Aug 2007 23:48:13 +0200
+
+helium (1.6-2) unstable; urgency=low
+
+  * debian/patches/05_fixes-for-64bit.dpatch: Added to fix FTBFS on 64 bit
+    architectures. (Closes: #404712)
+
+ -- Arjan Oosting <arjan at debian.org>  Tue,  6 Feb 2007 00:41:53 +0100
+
+helium (1.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #365728)  
+
+ -- Arjan Oosting <arjan at debian.org>  Sun, 10 Dec 2006 04:14:05 +0100
+
diff -rN -u old-helium/compat new-helium/compat
--- old-helium/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/compat	2010-03-15 01:45:26.765694925 +0000
@@ -0,0 +1 @@
+5
diff -rN -u old-helium/control new-helium/control
--- old-helium/control	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/control	2010-03-15 01:45:26.769695144 +0000
@@ -0,0 +1,24 @@
+Source: helium
+Section: devel
+Priority: optional
+Maintainer: Arjan Oosting <arjan at debian.org>
+Build-Depends: autotools-dev, debhelper (>= 5), dpatch, 
+ ghc6 (>= 6.8.2), haddock, libghc6-mtl-dev, libghc6-parsec-dev, uuagc, libghc6-editline-dev
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/helium
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/helium
+Homepage: http://www.cs.uu.nl/helium/index.html
+
+Package: helium
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: compiler used for learning the programming language Haskell
+ Helium is a functional programming language and a compiler designed
+ especially for learning Haskell. Quality of the error messages has
+ been the main concern both in the choice of the language features and
+ in the implementation of the compiler. The goal of the language and
+ the compiler is to let students (or anyone) learn functional
+ programming more quickly and with more fun. 
+ .
+ Note: Helium does not support type classes yet. For that reason it is
+ incompatible with Haskell text books. 
diff -rN -u old-helium/copyright new-helium/copyright
--- old-helium/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/copyright	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1,89 @@
+This package was debianized by Arjan Oosting <arjanoosting at home.nl> on
+Fri, 15 Sep 2006 02:35:13 +0200.
+
+It was downloaded from http://www.cs.uu.nl/helium/download.html
+
+Upstream Authors:  
+  Arjan van IJzendoorn
+  Rijk-Jan van Haaften
+  Daan Leijen <daan at cs.uu.nl>
+  Bastiaan Heeren  <bastiaan at cs.uu.nl>
+	
+Current Maintainer: 
+  Bastiaan Heeren  <bastiaan at cs.uu.nl>
+
+Copyright: 
+
+  (c) 1996,1997,1999-2001  Institut National de Recherche en
+                           Informatique et en Automatique.  
+  (c) 1999,2001            Daan Leijen <daan at cs.uu.nl>
+  (c)                      Bastiaan Heerden <bastiaan at cs.uu.nl>
+
+
+This package expect the source files in the directory lvm is licensed
+under the GPL:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+********************************************************************** 
+The source files of the Lazy Virtual Machine, which are the files in
+the directory lvm, except the files in lvm/src/lib/core, are licensed
+under the GNU Library General Public License, currectly known as the
+GNU Lesser General Public License: 
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License version 2 as published by the Free Software Foundation.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+**********************************************************************  
+The source files in the directory lvm/src/lib/core which are part of
+the Core Assembler of the Lazy Virtual Machine are licensed under the
+BSD license:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.
+
+********************************************************************** 
+The Debian packaging is (C) 2006, Arjan Oosting <arjanoosting at home.nl> and
+is licensed under the GPL, see above.
diff -rN -u old-helium/dirs new-helium/dirs
--- old-helium/dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/dirs	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1 @@
+usr/bin
diff -rN -u old-helium/helium.1 new-helium/helium.1
--- old-helium/helium.1	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/helium.1	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1,59 @@
+.TH HELIUM "1" "December 2006" "Helium compiler 1.6 (Fri Feb  3 14:53:36 RST 2006)" "User Commands"
+.SH NAME
+helium \- compiler used for learning the programming language Haskell
+.SH SYNOPSIS
+.B helium
+[\fIoptions\fP] \fIfile\fP
+.SH DESCRIPTION
+The Helium compiler reads Haskell source files and compiles them into instruction files for the Lazy Virtual Machine. 
+These instruction files can then be run by the Lazy Virtual Machine interpreter \fBlvmrun\fP.
+.SH OPTIONS
+.TP
+\fB\-b\fP, \fB\-\-build\fP
+recompile module even if up to date
+.TP
+\fB\-B\fP, \fB\-\-build\-all\fP
+recompile all modules even if up to date
+.TP
+\fB\-i\fP, \fB\-\-dump\-information\fP
+show information about this module
+.TP
+\fB\-I\fP, \fB\-\-dump\-all\-information\fP
+show information about all imported modules
+.TP
+\fB\-l\fP, \fB\-\-no\-logging\fP
+do not send log information
+.TP
+\fB\-o\fP, \fB\-\-overloading\fP
+turn overloading on
+.TP
+\fB\-P\fP PATH, \fB\-\-lvmpath\fP=\fIPATH\fP
+use PATH as search path
+.TP
+\fB\-v\fP, \fB\-\-verbose\fP
+show the phase the compiler is in
+.TP
+\fB\-w\fP, \fB\-\-no\-warnings\fP
+do not show warnings
+.TP
+\fB\-X\fP, \fB\-\-more\-options\fP
+show more compiler options
+.TP
+\fB\-\-info\fP=\fINAME\fP
+display information about NAME
+.SH COPYRIGHT
+.PP
+\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
+.PP
+\(co           Bastiaan Heerden <bastiaan at cs.uu.nl>
+.PP
+This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
+This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+See the GNU General Public License for more details.
+.PP
+You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.SH "SEE ALSO"
+.BR lvmrun (1)
+.PP
+.SH AUTHOR
+This manual page was written by Arjan Oosting <arjanoosting at home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2.
diff -rN -u old-helium/helium.docs new-helium/helium.docs
--- old-helium/helium.docs	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/helium.docs	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1,3 @@
+helium/docs/HeliumDiffHaskell98.html  
+helium/docs/PreludeDiffs.hs
+helium/docs/TODO.txt
diff -rN -u old-helium/helium.manpages new-helium/helium.manpages
--- old-helium/helium.manpages	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/helium.manpages	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1,3 @@
+debian/helium.1
+debian/lvmrun.1
+debian/texthint.1
diff -rN -u old-helium/lvmrun.1 new-helium/lvmrun.1
--- old-helium/lvmrun.1	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/lvmrun.1	2010-03-15 01:45:26.765694925 +0000
@@ -0,0 +1,131 @@
+.TH LVMRUN "1" "December 2006" "Lazy Virtual Machine interpreter" "User Commands"
+.SH NAME
+lvmrun \- Lazy Virtual Machine interpreter
+.SH SYNOPSIS
+.B lvmrun 
+[
+.I lvm options
+] 
+.I file 
+[
+.I program options
+]
+.SH DESCRIPTION
+\fBlvmrun\fP is an interpreter which simulates a Lazy Virtual Machine. 
+The interpreter executes instructions which are found in the instruction file \fIfile\fP given on the command line.
+.PP
+On of the programs generating instruction files is the \fBhelium\fP compiler which compiles Haskell files to instructions files for the Lazy Virtual Machine.   
+.SH OPTIONS
+.TP
+.BR \-h <size>
+the initial heap size.  (256k)
+.TP
+.BR \-H <size>
+the maximal heap size.  ( 64m)
+.TP
+.BR \-s <size>
+the initial stack size. ( 16k)
+.TP
+.BR \-S <size>
+the maximal stack size. ( 64m)
+.TP
+.BR \-P <path>
+the search path.
+.TP
+.BR \-m <name>
+the initial start function.
+.TP
+.B \-p
+print final value on stdout after execution.   (off)
+.TP
+.B \-t
+print timing report on stderr after execution. (off)
+.TP
+.B \-?
+show the help screen.
+.TP
+.BR \-he <size>
+the heap expansion size.   (256k)
+.TP
+.BR \-hm <size>
+the minor generation size. (128k)
+.HP
+.BR \-hf <percent> 
+the percentage of free heap before a major collection. ( 42%)
+.TP
+.BR \-hF <percent> 
+the percentage of free heap before a compaction. (100%)
+.TP
+.B \-hr
+print heap report on stderr after execution. (off)
+.TP
+.BR \-hv <level>
+the heap verbose level. (0)
+level is off (0), only major gc (1), every gc (2) or detailed (3)
+.PP
+Some of the options take an additional value. 
+The format of the values is described below:
+.TP
+<size>
+A number with an optional scale and optional unit.
+The available scales are kilo (k), mega (m) or giga (g).
+The available units are machine words (w) or, by default, bytes (b).
+Example: \fBlvmrun \-H64m \-s4kw \-S512kb\fP \fIfile\fP
+.TP
+<percent>
+A number between 0 and 100 followed by an optional '%' character.
+Example: \fBlvmrun \-hF88%\fP <file>
+.TP
+<path>
+A list of directories separated by ';' (or ':' on unix systems).
+You can use \fB$name\fP or \fB%name\fP to insert an environment variable.
+The current path value is available as \fB$current\fP and the lvm installation path is available as \fB$lvmdir\fP.
+Example: \fBlvmrun \-P%current:/usr/lib/lvm\fP \fIfile\fP
+.TP
+<name>
+A function name
+Example: \fBlvmrun \-mmymain\fP \fIfile\fP
+.SH ENVIRONMENT
+.TP
+.B LVMPATH
+The search path for lvm files (same as \fB\-P\fP option).
+The default is: ".:/usr/lib/helium/lib"
+.TP
+.B LVMOPTIONS
+The default options for the lvm.
+The default is: ""
+.TP
+.B LVMDLLPATH
+Extra search path for shared (dynamic link) libraries (.so).
+The default is: ""
+.SH NOTES 
+The options are read from \fBLVMPATH\fP, \fBLVMOPTIONS\fP and finally the command line.
+.SH COPYRIGHT
+.PP
+\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
+.PP
+The source files of the Lazy Virtual Machine, which are the files in the directory lvm, except the files in lvm/src/lib/core, are licensed under the GNU Library General Public License, currently known as the GNU Lesser General Public License:
+.PP
+.RS
+This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2 as published by the Free Software Foundation.
+.PP
+This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+See the GNU Lesser General Public License for more details.
+.PP
+You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+.RE
+.PP
+The source files in the directory lvm/src/lib/core which are part of the Core Assembler of the Lazy Virtual Machine are licensed under the BSD license:
+.PP
+.RS
+Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License.
+.PP
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.RE
+.SH "SEE ALSO"
+.BR helium (1)
+.PP
+.SH AUTHOR
+This manual page was written by Arjan Oosting <arjanoosting at home> for the Debian system and is licensed under the terms of the GNU General Public License version 2.
+
diff -rN -u old-helium/patches/00list new-helium/patches/00list
--- old-helium/patches/00list	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/patches/00list	2010-03-15 01:45:26.753694268 +0000
@@ -0,0 +1,7 @@
+01_fhs-and-destdir
+02_typed-punning
+03_add-readline-support
+04_fixes-for-ghc6
+05_fixes-for-64bit
+06_no-strip
+10_autoconf
diff -rN -u old-helium/patches/01_fhs-and-destdir.dpatch new-helium/patches/01_fhs-and-destdir.dpatch
--- old-helium/patches/01_fhs-and-destdir.dpatch	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/patches/01_fhs-and-destdir.dpatch	2010-03-15 01:45:26.769695144 +0000
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_fhs-and-destdir.dpatch by Arjan Oosting <arjanoosting at home.nl>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad helium-1.6~/helium/src/Makefile.in helium-1.6/helium/src/Makefile.in
+--- helium-1.6~/helium/src/Makefile.in	2006-09-15 06:03:02.000000000 +0200
++++ helium-1.6/helium/src/Makefile.in	2006-09-15 06:05:29.000000000 +0200
+@@ -28,9 +28,9 @@
+ 
+ prefix      = @prefix@
+ exec_prefix = @exec_prefix@
+-bindir      = @bindir@
+-libdir      = @prefix@/helium/lib
+-demodir     = @prefix@/helium/demo
++bindir      = $(DESTDIR)@bindir@
++libdir      = $(DESTDIR)@prefix@/lib/helium/lib
++demodir     = $(DESTDIR)@prefix@/share/doc/helium/demo
+ 
+ status :
+ 	@echo "*******************************************************************"
diff -rN -u old-helium/patches/02_typed-punning.dpatch new-helium/patches/02_typed-punning.dpatch
--- old-helium/patches/02_typed-punning.dpatch	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/patches/02_typed-punning.dpatch	2010-03-15 01:45:26.769695144 +0000
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_typed-punning.dpatch by Arjan Oosting <arjanoosting at home.nl>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad helium-1.6~/lvm/src/configure helium-1.6/lvm/src/configure
+--- helium-1.6~/lvm/src/configure	2006-02-05 17:35:50.000000000 +0100
++++ helium-1.6/lvm/src/configure	2006-09-15 06:25:03.000000000 +0200
+@@ -662,7 +662,7 @@
+      echo "CONFIGPATH=../config" >> makefile;;
+ esac
+ 
+-echo "CCOPTS=$cccompopts -I\$(CONFIGPATH)" >> makefile
++echo "CCOPTS=$cccompopts -fno-strict-aliasing -I\$(CONFIGPATH)" >> makefile
+  
+ rm -f tst$exe hasgot.c *.obj
+ 
+@@ -694,4 +694,4 @@
+ echo "        linker used............... $link"
+ echo "        options for linking....... $cclinkopts"
+ echo
+-echo
+\ No newline at end of file
++echo
diff -rN -u old-helium/patches/03_add-readline-support.dpatch new-helium/patches/03_add-readline-support.dpatch
--- old-helium/patches/03_add-readline-support.dpatch	1970-01-01 00:00:00.000000000 +0000
+++ new-helium/patches/03_add-readline-support.dpatch	2010-03-15 01:45:26.769695144 +0000
@@ -0,0 +1,77 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_add-readline-support.dpatch by Arjan Oosting <arjanoosting at home.nl>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad helium-1.6~/helium/src/Makefile.in helium-1.6/helium/src/[...incomplete...]



More information about the Pkg-haskell-commits mailing list