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

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


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

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

Sat Jan 15 15:06:08 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 2b14266277e3acd66d0e6e99902f9aeb
diff -rN -u old-haskell-primitive/changelog new-haskell-primitive/changelog
--- old-haskell-primitive/changelog	2011-01-15 16:07:56.694981949 +0000
+++ new-haskell-primitive/changelog	2011-01-15 16:07:56.702982371 +0000
@@ -1,3 +1,9 @@
+haskell-primitive (0.3-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:23 -0200
+
 haskell-primitive (0.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #582470)
diff -rN -u old-haskell-primitive/control new-haskell-primitive/control
--- old-haskell-primitive/control	2011-01-15 16:07:56.694981949 +0000
+++ new-haskell-primitive/control	2011-01-15 16:07:56.698982160 +0000
@@ -6,15 +6,15 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-Build-Depends-Indep: ghc6-doc
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://code.haskell.org/primitive
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-primitive
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-primitive
 
-Package: libghc6-primitive-dev
+Package: libghc-primitive-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -29,7 +29,7 @@
  This package contains Haskell bindings for the functions and data structures
  defined in the primitive C library.
 
-Package: libghc6-primitive-prof
+Package: libghc-primitive-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -44,7 +44,7 @@
  .
  This package provides wrappers for primitive array operations from GHC.Prim.
 
-Package: libghc6-primitive-doc
+Package: libghc-primitive-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list