[Pkg-haskell-commits] darcs: haskell-cautious-file: Description improved
Giovanni Mascellani
gio at debian.org
Thu Mar 31 21:25:33 UTC 2011
Thu Mar 31 10:13:09 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Description improved
Ignore-this: 726e91d09940c4d75f8378cb781d7761
M ./changelog -1 +2
M ./control -3 +6
Thu Mar 31 10:13:09 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Description improved
Ignore-this: 726e91d09940c4d75f8378cb781d7761
diff -rN -u old-haskell-cautious-file/changelog new-haskell-cautious-file/changelog
--- old-haskell-cautious-file/changelog 2011-03-31 21:25:33.081551365 +0000
+++ new-haskell-cautious-file/changelog 2011-03-31 21:25:33.089551787 +0000
@@ -7,8 +7,9 @@
[ Giovanni Mascellani ]
* Updated my email address.
* Removing doc-base files because of team policy.
+ * Description slightly improved.
- -- Giovanni Mascellani <gio at debian.org> Thu, 31 Mar 2011 00:37:38 +0200
+ -- Giovanni Mascellani <gio at debian.org> Thu, 31 Mar 2011 12:12:18 +0200
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-03-31 21:25:33.081551365 +0000
+++ new-haskell-cautious-file/control 2011-03-31 21:25:33.089551787 +0000
@@ -23,7 +23,8 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Description: Haskell library to write a file cautiously - GHC libraries
- Uses some techniques to reduce the chances of problems such as data loss
+ This Haskell library is able to write on a file using
+ some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
This package contains the libraries compiled for GHC.
@@ -36,7 +37,8 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Description: Haskell library to write a file cautiously - GHC profiling libraries
- Uses some techniques to reduce the chances of problems such as data loss
+ This Haskell library is able to write on a file using
+ some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
This package contains the profiling libraries compiled for GHC.
@@ -49,7 +51,8 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: Haskell library to write a file cautiously - documentation
- Uses some techniques to reduce the chances of problems such as data loss
+ This Haskell library is able to write on a file using
+ some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
This package contains the library documentation.
More information about the Pkg-haskell-commits
mailing list