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

Marco Silva marcot at debian.org
Sat Jan 15 15:42:40 UTC 2011


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

    M ./changelog -1 +5
    M ./control -9 +9

Sat Jan 15 15:06:02 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: cc9751dd9e704917f12fdb7d54073895
diff -rN -u old-haskell-language-c/changelog new-haskell-language-c/changelog
--- old-haskell-language-c/changelog	2011-01-15 15:42:40.123046161 +0000
+++ new-haskell-language-c/changelog	2011-01-15 15:42:40.127046372 +0000
@@ -1,8 +1,12 @@
 haskell-language-c (0.3.1.1-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * Use debian/compat 7.
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Thu, 18 Feb 2010 22:40:57 -0200
 
 haskell-language-c (0.3.1.1-2) unstable; urgency=low
@@ -24,7 +28,7 @@
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/control: Remove dpkg-dev and dctrl-tools from Build-Depends:.
   * debian/control: Bump Build-Depends: on haskell-devscripts to 0.7 and
-    remove versioned Build-Depends on ghc6.
+    remove versioned Build-Depends on ghc.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Fri, 12 Feb 2010 22:53:46 -0200
 
diff -rN -u old-haskell-language-c/control new-haskell-language-c/control
--- old-haskell-language-c/control	2011-01-15 15:42:40.123046161 +0000
+++ new-haskell-language-c/control	2011-01-15 15:42:40.127046372 +0000
@@ -6,21 +6,21 @@
 Build-Depends: debhelper (>= 7)
  , cdbs
  , haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
  , alex
  , happy
- , ghc6-doc
+ , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/language-c
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-c
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-c
 
-Package: libghc6-language-c-dev
+Package: libghc-language-c-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
-Suggests: libghc6-language-c-doc (= ${source:Version})
+Suggests: libghc-language-c-doc (= ${source:Version})
 Provides: ${haskell:Provides}
 Description: Haskell library for the analysis and generation of C code
  .
@@ -30,9 +30,9 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-language-c-prof
+Package: libghc-language-c-prof
 Architecture: any
-Depends: libghc6-language-c-dev (= ${binary:Version})
+Depends: libghc-language-c-dev (= ${binary:Version})
  , ${haskell:Depends}
  , ${misc:Depends}
 Suggests: haskell-language-c-doc (= ${source:Version})
@@ -45,12 +45,12 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-language-c-doc
+Package: libghc-language-c-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: doc-base
- , libghc6-network-doc
+ , libghc-network-doc
 Description: Documentation for Haskell Library.C module
  .
  Language C is a haskell library for the analysis and generation of C code. It





More information about the Pkg-haskell-commits mailing list