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

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


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

     ./libghc6-datetime-doc.doc-base -> ./libghc-datetime-doc.doc-base
    M ./changelog -1 +5
    M ./control -9 +9
    M ./libghc-datetime-doc.doc-base -2 +2

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 9727b43185a6cd648011cd08fd924845
diff -rN -u old-haskell-datetime/changelog new-haskell-datetime/changelog
--- old-haskell-datetime/changelog	2011-01-15 15:22:32.771399746 +0000
+++ new-haskell-datetime/changelog	2011-01-15 15:22:32.775399957 +0000
@@ -1,7 +1,11 @@
 haskell-datetime (0.2-2) 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:45:45 -0300
 
 haskell-datetime (0.2-1) unstable; urgency=low
@@ -19,7 +23,7 @@
   * debian/control: Remove haddock from Build-Depends:, since it's now a
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-time-*.
+  * debian/control: Remove uneeded Build-Depends: in libghc-time-*.
 
   [ Joachim Breitner ]
   * Bump haskell-devscripts dependency to 0.7
diff -rN -u old-haskell-datetime/control new-haskell-datetime/control
--- old-haskell-datetime/control	2011-01-15 15:22:32.767399535 +0000
+++ new-haskell-datetime/control	2011-01-15 15:22:32.775399957 +0000
@@ -7,18 +7,18 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-quickcheck2-dev,
- libghc6-quickcheck2-prof,
- libghc6-quickcheck2-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-quickcheck2-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/datetime
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-datetime
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-datetime
 
-Package: libghc6-datetime-dev
+Package: libghc-datetime-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -34,7 +34,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-datetime-prof
+Package: libghc-datetime-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -49,7 +49,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-datetime-doc
+Package: libghc-datetime-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-datetime/libghc6-datetime-doc.doc-base new-haskell-datetime/libghc6-datetime-doc.doc-base
--- old-haskell-datetime/libghc6-datetime-doc.doc-base	2011-01-15 15:22:32.767399535 +0000
+++ new-haskell-datetime/libghc6-datetime-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-datetime-api
-Title: Documentation for the haskell datetime library
-Author: Eric Sessoms
-Abstract: datetime is a Haskell library to convert date and time data
- among different formats.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-datetime-doc/html/index.html
-Files: /usr/share/doc/libghc6-datetime-doc/html/*.html
diff -rN -u old-haskell-datetime/libghc-datetime-doc.doc-base new-haskell-datetime/libghc-datetime-doc.doc-base
--- old-haskell-datetime/libghc-datetime-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-datetime/libghc-datetime-doc.doc-base	2011-01-15 15:22:32.771399746 +0000
@@ -0,0 +1,10 @@
+Document: haskell-datetime-api
+Title: Documentation for the haskell datetime library
+Author: Eric Sessoms
+Abstract: datetime is a Haskell library to convert date and time data
+ among different formats.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-datetime-doc/html/index.html
+Files: /usr/share/doc/libghc-datetime-doc/html/*.html





More information about the Pkg-haskell-commits mailing list