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

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


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

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

Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a12db93cf4a6ae06f03a782012d5095f
diff -rN -u old-hmake/changelog new-hmake/changelog
--- old-hmake/changelog	2011-01-15 16:23:11.455191594 +0000
+++ new-hmake/changelog	2011-01-15 16:23:11.467192227 +0000
@@ -1,12 +1,16 @@
 hmake (3.14-3) 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:15:44 +0200
 
 hmake (3.14-2) unstable; urgency=low
 
-  * Added libghc6-editline-dev dependency 
+  * Added libghc-editline-dev dependency 
   * Bump standards version
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 05 Feb 2010 19:47:53 +0100
@@ -20,7 +24,7 @@
   * Steal patches from
     http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/hs-hmake/
   * Resurrect Ian’s "machine type debian" patch 
-  * patches/no-package-lang.patch: Do not pass -package lang to ghc6
+  * patches/no-package-lang.patch: Do not pass -package lang to ghc
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 05 Feb 2010 17:07:46 +0100
 
@@ -73,7 +77,7 @@
 
   * Non-maintainer upload.
   * Applied patches from Stefan Potyra to fix bug reported by Daniel
-    Schepler to adapt to output changes in new ghc6 version that make
+    Schepler to adapt to output changes in new ghc version that make
     "__GLASGOW_HASKELL__" be expanded into many lines instead of one.
     scripts/confhc uses the output to create lib/debian/config, and
     makes assumptions about the format. Similarly for 
@@ -134,8 +138,8 @@
 
 hmake (3.08-7) unstable; urgency=low
 
-  * Add m68k to the list of arches that can use ghc6 as a build-dep.
-  * Require ghc6 >= 6.2.1-1 to avoid the static linking in earlier
+  * Add m68k to the list of arches that can use ghc as a build-dep.
+  * Require ghc >= 6.2.1-1 to avoid the static linking in earlier
     versions on some arches.
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Sun, 25 Apr 2004 21:07:31 +0000
@@ -188,8 +192,8 @@
   * Patch so it is possible to have the compiler type determined at use
     time rather than configure time.
   * Pass configure --buildwith=/usr/bin/haskell-compiler
-  * Build-dep on (suitably recent) ghc6 on arches where it is available.
-  * Depend on a ghc6, ghc5 or nhc98 recent enough to provide
+  * Build-dep on (suitably recent) ghc on arches where it is available.
+  * Depend on a ghc, ghc5 or nhc98 recent enough to provide
     /usr/bin/haskell-compiler and suggest all 3.
   * Remove the hat and nhc98-doc suggestions.
   * Put 4 in debian/compat, build-depend on debhelper accordingly and update
diff -rN -u old-hmake/control new-hmake/control
--- old-hmake/control	2011-01-15 16:23:11.455191594 +0000
+++ new-hmake/control	2011-01-15 16:23:11.463192016 +0000
@@ -5,16 +5,16 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Standards-Version: 3.8.4
 Build-Depends:
-	ghc6,
+	ghc,
 	sharutils,
 	cdbs,
 	debhelper (>= 7.0.50~),
 	libncurses5-dev,
-	libghc6-editline-dev
+	libghc-editline-dev
 
 Package: hmake
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ghc6 
+Depends: ${misc:Depends}, ${shlibs:Depends}, ghc 
 Description: The Haskell Make System
  This package contains a universal make system for use with
  Haskell compilers.  hmake is not compiler-dependent, so you





More information about the Pkg-haskell-commits mailing list