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

Marco Silva marcot at debian.org
Sat Jan 15 15:21:14 UTC 2011


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

    M ./changelog +6
    M ./control -8 +8

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: bc707615d165035bec76a0a754766f9
diff -rN -u old-haskell-cmdargs/changelog new-haskell-cmdargs/changelog
--- old-haskell-cmdargs/changelog	2011-01-15 15:21:13.871240589 +0000
+++ new-haskell-cmdargs/changelog	2011-01-15 15:21:13.875240800 +0000
@@ -1,3 +1,9 @@
+haskell-cmdargs (0.6.6-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:50 -0200
+
 haskell-cmdargs (0.6.6-1) unstable; urgency=low
 
   * Initial debian package. (Closes: #608632)
diff -rN -u old-haskell-cmdargs/control new-haskell-cmdargs/control
--- old-haskell-cmdargs/control	2011-01-15 15:21:13.871240589 +0000
+++ new-haskell-cmdargs/control	2011-01-15 15:21:13.875240800 +0000
@@ -6,17 +6,17 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-transformers-dev
-  , libghc6-transformers-prof
-Build-Depends-Indep: ghc6-doc
+  , ghc
+  , ghc-prof
+  , libghc-transformers-dev
+  , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/cmdargs
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmdargs
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmdargs
 
-Package: libghc6-cmdargs-dev
+Package: libghc-cmdargs-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -42,7 +42,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-cmdargs-prof
+Package: libghc-cmdargs-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -68,7 +68,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-cmdargs-doc
+Package: libghc-cmdargs-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list