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

Marco Silva marcot at debian.org
Sat Jan 15 15:20:48 UTC 2011


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

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

Sat Jan 15 15:05:49 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: c067a7041b5c168a85cb3a11f7cdd8b5
diff -rN -u old-haskell-cautious-file/changelog new-haskell-cautious-file/changelog
--- old-haskell-cautious-file/changelog	2011-01-15 15:20:48.377896715 +0000
+++ new-haskell-cautious-file/changelog	2011-01-15 15:20:48.381896926 +0000
@@ -1,7 +1,11 @@
 haskell-cautious-file (0.1.5-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:45:43 -0300
 
 haskell-cautious-file (0.1.5-2) unstable; urgency=low
diff -rN -u old-haskell-cautious-file/control new-haskell-cautious-file/control
--- old-haskell-cautious-file/control	2011-01-15 15:20:48.377896715 +0000
+++ new-haskell-cautious-file/control	2011-01-15 15:20:48.381896926 +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/cautious-file
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-cautious-file
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cautious-file
 
-Package: libghc6-cautious-file-dev
+Package: libghc-cautious-file-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -28,7 +28,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-cautious-file-prof
+Package: libghc-cautious-file-prof
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -41,7 +41,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-cautious-file-doc
+Package: libghc-cautious-file-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}
diff -rN -u old-haskell-cautious-file/libghc6-cautious-file-doc.doc-base new-haskell-cautious-file/libghc6-cautious-file-doc.doc-base
--- old-haskell-cautious-file/libghc6-cautious-file-doc.doc-base	2011-01-15 15:20:48.377896715 +0000
+++ new-haskell-cautious-file/libghc6-cautious-file-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-Document: haskell-cautious-file-api
-Title: Documentation for the haskell cautious-file library
-Author: Robin Green
-Abstract: cautious-file is a Haskell library to write a file cautiously.
- It uses some techniques to reduce the chances of problems such as data loss
- due to crashes or power failures.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-cautious-file-doc/html/index.html
-Files: /usr/share/doc/libghc6-cautious-file-doc/html/*.html
diff -rN -u old-haskell-cautious-file/libghc-cautious-file-doc.doc-base new-haskell-cautious-file/libghc-cautious-file-doc.doc-base
--- old-haskell-cautious-file/libghc-cautious-file-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cautious-file/libghc-cautious-file-doc.doc-base	2011-01-15 15:20:48.377896715 +0000
@@ -0,0 +1,11 @@
+Document: haskell-cautious-file-api
+Title: Documentation for the haskell cautious-file library
+Author: Robin Green
+Abstract: cautious-file is a Haskell library to write a file cautiously.
+ It uses some techniques to reduce the chances of problems such as data loss
+ due to crashes or power failures.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-cautious-file-doc/html/index.html
+Files: /usr/share/doc/libghc-cautious-file-doc/html/*.html





More information about the Pkg-haskell-commits mailing list