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

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


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

     ./libghc6-split-doc.doc-base -> ./libghc-split-doc.doc-base
    M ./changelog +4
    M ./control -6 +6
    M ./libghc-split-doc.doc-base -2 +2

Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 487055e63c059ed0938863ff5e685f64
diff -rN -u old-haskell-split/changelog new-haskell-split/changelog
--- old-haskell-split/changelog	2011-01-15 16:13:32.732691647 +0000
+++ new-haskell-split/changelog	2011-01-15 16:13:32.740692069 +0000
@@ -1,7 +1,11 @@
 haskell-split (0.1.2-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:13 -0300
 
 haskell-split (0.1.2-2) unstable; urgency=low
diff -rN -u old-haskell-split/control new-haskell-split/control
--- old-haskell-split/control	2011-01-15 16:13:32.732691647 +0000
+++ new-haskell-split/control	2011-01-15 16:13:32.740692069 +0000
@@ -6,15 +6,15 @@
 Build-Depends: debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cdbs
- , ghc6 
- , ghc6-prof
- , ghc6-doc
+ , ghc 
+ , ghc-prof
+ , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/split
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-split
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-split
 
-Package: libghc6-split-dev
+Package: libghc-split-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -32,7 +32,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-split-prof
+Package: libghc-split-prof
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -49,7 +49,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-split-doc
+Package: libghc-split-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}
diff -rN -u old-haskell-split/libghc6-split-doc.doc-base new-haskell-split/libghc6-split-doc.doc-base
--- old-haskell-split/libghc6-split-doc.doc-base	2011-01-15 16:13:32.732691647 +0000
+++ new-haskell-split/libghc6-split-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-split-api
-Title: Documentation for the haskell split library
-Author: Brent Yorgey
-Abstract: split is a simple Haskell library for splitting lists under
- specified conditions.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-split-doc/html/index.html
-Files: /usr/share/doc/libghc6-split-doc/html/*.html
diff -rN -u old-haskell-split/libghc-split-doc.doc-base new-haskell-split/libghc-split-doc.doc-base
--- old-haskell-split/libghc-split-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-split/libghc-split-doc.doc-base	2011-01-15 16:13:32.732691647 +0000
@@ -0,0 +1,10 @@
+Document: haskell-split-api
+Title: Documentation for the haskell split library
+Author: Brent Yorgey
+Abstract: split is a simple Haskell library for splitting lists under
+ specified conditions.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-split-doc/html/index.html
+Files: /usr/share/doc/libghc-split-doc/html/*.html





More information about the Pkg-haskell-commits mailing list