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

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


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

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

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 10ac94f382ff905d50ab39924dc970ff
diff -rN -u old-haskell-syb-with-class/changelog new-haskell-syb-with-class/changelog
--- old-haskell-syb-with-class/changelog	2011-01-15 16:15:11.517897651 +0000
+++ new-haskell-syb-with-class/changelog	2011-01-15 16:15:11.521897862 +0000
@@ -1,3 +1,9 @@
+haskell-syb-with-class (0.6.1-3) 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 (0.6.1-2) unstable; urgency=low
 
   * debian/source/format: Use 3.0 (quilt).
@@ -15,7 +21,7 @@
 
 haskell-syb-with-class (0.5.1-2) unstable; urgency=low
 
-  * Added missing build dep ghc6-prof.
+  * Added missing build dep ghc-prof.
 
  -- Kari Pahula <kaol at debian.org>  Wed, 04 Mar 2009 21:45:25 +0200
 
diff -rN -u old-haskell-syb-with-class/control new-haskell-syb-with-class/control
--- old-haskell-syb-with-class/control	2011-01-15 16:15:11.517897651 +0000
+++ new-haskell-syb-with-class/control	2011-01-15 16:15:11.521897862 +0000
@@ -6,14 +6,14 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
+  , ghc
+  , ghc-prof
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/syb-with-class
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-syb-with-class
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-syb-with-class
 
-Package: libghc6-syb-with-class-dev
+Package: libghc-syb-with-class-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -30,7 +30,7 @@
  just a few primitives for type-safe cast and processing constructor
  applications.
 
-Package: libghc6-syb-with-class-prof
+Package: libghc-syb-with-class-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -49,7 +49,7 @@
  .
  This package contains the profiling libraries.
 
-Package: libghc6-syb-with-class-doc
+Package: libghc-syb-with-class-doc
 Section: doc
 Architecture: all
 Depends:





More information about the Pkg-haskell-commits mailing list