[Pkg-haskell-commits] darcs: haskell-syb-with-class-instances-text: Use ghc instead of ghc6

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


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

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

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 375d6498e62dbb842fd4fb169282c54f
diff -rN -u old-haskell-syb-with-class-instances-text/changelog new-haskell-syb-with-class-instances-text/changelog
--- old-haskell-syb-with-class-instances-text/changelog	2011-01-15 16:15:34.491108335 +0000
+++ new-haskell-syb-with-class-instances-text/changelog	2011-01-15 16:15:34.495108546 +0000
@@ -1,3 +1,9 @@
+haskell-syb-with-class-instances-text (0.0.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:31 -0200
+
 haskell-syb-with-class-instances-text (0.0.1-1) unstable; urgency=low
 
   * Initial release. (closes: #584892)
diff -rN -u old-haskell-syb-with-class-instances-text/control new-haskell-syb-with-class-instances-text/control
--- old-haskell-syb-with-class-instances-text/control	2011-01-15 16:15:34.491108335 +0000
+++ new-haskell-syb-with-class-instances-text/control	2011-01-15 16:15:34.495108546 +0000
@@ -7,22 +7,22 @@
  debhelper (>= 7),
  haskell-devscripts,
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-syb-with-class-dev,
- libghc6-syb-with-class-prof,
- libghc6-text-dev (>= 0.7.1),
- libghc6-text-prof (>= 0.7.1)
+ ghc,
+ ghc-prof,
+ libghc-syb-with-class-dev,
+ libghc-syb-with-class-prof,
+ libghc-text-dev (>= 0.7.1),
+ libghc-text-prof (>= 0.7.1)
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-syb-with-class-doc,
- libghc6-text-doc (>= 0.7.1)
+ ghc-doc,
+ libghc-syb-with-class-doc,
+ libghc-text-doc (>= 0.7.1)
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/syb-with-class-instances-text
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-syb-with-class-instances-text
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-syb-with-class-instances-text
 
-Package: libghc6-syb-with-class-instances-text-dev
+Package: libghc-syb-with-class-instances-text-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -41,7 +41,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-syb-with-class-instances-text-prof
+Package: libghc-syb-with-class-instances-text-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -59,7 +59,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-syb-with-class-instances-text-doc
+Package: libghc-syb-with-class-instances-text-doc
 Section: doc
 Architecture: all
 Depends:





More information about the Pkg-haskell-commits mailing list