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

Marco Silva marcot at debian.org
Sat Jan 15 15:53:17 UTC 2011


Sat Jan 15 14:48:36 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 9d2cfd0020c5286cd3e8b5409f2e92d7

    M ./template-debian/control -9 +9

Sat Jan 15 14:48:36 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 9d2cfd0020c5286cd3e8b5409f2e92d7
diff -rN -u old-tools/template-debian/control new-tools/template-debian/control
--- old-tools/template-debian/control	2011-01-15 15:53:17.784658372 +0000
+++ new-tools/template-debian/control	2011-01-15 15:53:17.788658583 +0000
@@ -6,19 +6,19 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-bar-dev
-  , libghc6-bar-prof
+  , ghc
+  , ghc-prof
+  , libghc-bar-dev
+  , libghc-bar-prof
   , libfoo-dev
-Build-Depends-Indep: ghc6-doc
-  , libghc6-bar-doc
+Build-Depends-Indep: ghc-doc
+  , libghc-bar-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/foo
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-foo
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-foo
 
-Package: libghc6-foo-dev
+Package: libghc-foo-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -34,7 +34,7 @@
  This package contains Haskell bindings for the functions and data structures
  defined in the foo C library.
 
-Package: libghc6-foo-prof
+Package: libghc-foo-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -49,7 +49,7 @@
  This package contains Haskell bindings for the functions and data structures
  defined in the foo C library.
 
-Package: libghc6-foo-doc
+Package: libghc-foo-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list