[Pkg-haskell-commits] darcs: lhs2tex: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:23:26 UTC 2011


Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 107117463f3027860ec59f00ad05cc39

    M ./changelog -3 +7
    M ./control -2 +2

Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 107117463f3027860ec59f00ad05cc39
diff -rN -u old-lhs2tex/changelog new-lhs2tex/changelog
--- old-lhs2tex/changelog	2011-01-15 16:23:25.859950960 +0000
+++ new-lhs2tex/changelog	2011-01-15 16:23:25.867951382 +0000
@@ -1,7 +1,11 @@
 lhs2tex (1.15-4) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Section: haskell
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Joachim Breitner <nomeata at debian.org>  Sat, 01 May 2010 22:10:46 +0200
 
 lhs2tex (1.15-3) unstable; urgency=low
@@ -34,7 +38,7 @@
     - Unicode support.
     - Support for Agda's lexing rules (via --agda flag).
   * debian/control:
-    - Add libghc6-utf8-string-dev to the build dependencies.
+    - Add libghc-utf8-string-dev to the build dependencies.
 
  -- Arjan Oosting <arjan at debian.org>  Sat, 17 Jan 2009 18:06:34 +0100
 
@@ -93,7 +97,7 @@
 lhs2tex (1.13~pre3-2) unstable; urgency=low
 
   * debian/control:
-    - Bump build dependency on ghc6 to 6.8.2 which is now needed to build
+    - Bump build dependency on ghc to 6.8.2 which is now needed to build
       the package.
 
  -- Arjan Oosting <arjan at debian.org>  Mon, 21 Jan 2008 01:30:45 +0100
@@ -106,7 +110,7 @@
     - package-contains-empty-directory usr/sbin/
     - doc-base-file-separator-extra-whitespaces lhs2tex-guide:13
   * debian/control:
-    - Add libghc6-regex-compat-dev to the build dependencies.
+    - Add libghc-regex-compat-dev to the build dependencies.
     - Replace the Xs-Vcs-* fields with the official Vcs-* fields.
     - Add Homepage field.
     - Bump Standards-Version to 3.7.3. No changes needed.
diff -rN -u old-lhs2tex/control new-lhs2tex/control
--- old-lhs2tex/control	2011-01-15 16:23:25.859950960 +0000
+++ new-lhs2tex/control	2011-01-15 16:23:25.863951171 +0000
@@ -6,8 +6,8 @@
 Build-Depends:
  autotools-dev,
  debhelper (>= 7),
- ghc6 (>= 6.12),
- libghc6-regex-compat-dev,
+ ghc (>= 6.12),
+ libghc-regex-compat-dev,
  tex-common 
 Standards-Version: 3.8.4
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/lhs2tex





More information about the Pkg-haskell-commits mailing list