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

Marco Silva marcot at debian.org
Sat Jan 15 15:37:27 UTC 2011


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

     ./libghc6-hsemail-doc.doc-base -> ./libghc-hsemail-doc.doc-base
    M ./changelog +6
    M ./control -12 +12
    M ./libghc-hsemail-doc.doc-base -2 +2

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: f459d00641df33ad6cf4a021d642b763
diff -rN -u old-haskell-hsemail/changelog new-haskell-hsemail/changelog
--- old-haskell-hsemail/changelog	2011-01-15 15:37:27.530567529 +0000
+++ new-haskell-hsemail/changelog	2011-01-15 15:37:27.534567740 +0000
@@ -1,3 +1,9 @@
+haskell-hsemail (1.6-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:08 -0200
+
 haskell-hsemail (1.6-1) unstable; urgency=low
 
   * Initial release. (closes: #583170)
diff -rN -u old-haskell-hsemail/control new-haskell-hsemail/control
--- old-haskell-hsemail/control	2011-01-15 15:37:27.530567529 +0000
+++ new-haskell-hsemail/control	2011-01-15 15:37:27.534567740 +0000
@@ -7,22 +7,22 @@
  debhelper (>= 7),
  haskell-devscripts,
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-parsec-dev,
- libghc6-parsec-prof
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-parsec-dev,
+ libghc-parsec-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-parsec-doc
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-parsec-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/hsemail
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsemail
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsemail
 
-Package: libghc6-hsemail-dev
+Package: libghc-hsemail-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -37,7 +37,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-hsemail-prof
+Package: libghc-hsemail-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -51,7 +51,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-hsemail-doc
+Package: libghc-hsemail-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-hsemail/libghc6-hsemail-doc.doc-base new-haskell-hsemail/libghc6-hsemail-doc.doc-base
--- old-haskell-hsemail/libghc6-hsemail-doc.doc-base	2011-01-15 15:37:27.530567529 +0000
+++ new-haskell-hsemail/libghc6-hsemail-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-hsemail-api
-Title: Documentation for the haskell hsemail library
-Author: Peter Simons
-Abstract: hsp is a Haskell parser for emails and SMTP conversations
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hsemail-doc/html/index.html
-Files: /usr/share/doc/libghc6-hsemail-doc/html/*.html
diff -rN -u old-haskell-hsemail/libghc-hsemail-doc.doc-base new-haskell-hsemail/libghc-hsemail-doc.doc-base
--- old-haskell-hsemail/libghc-hsemail-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsemail/libghc-hsemail-doc.doc-base	2011-01-15 15:37:27.530567529 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hsemail-api
+Title: Documentation for the haskell hsemail library
+Author: Peter Simons
+Abstract: hsp is a Haskell parser for emails and SMTP conversations
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hsemail-doc/html/index.html
+Files: /usr/share/doc/libghc-hsemail-doc/html/*.html





More information about the Pkg-haskell-commits mailing list