[Pkg-haskell-commits] darcs: haskell-threads: Fix spelling typo in description
Joachim Breitner
mail at joachim-breitner.de
Wed Jan 9 22:33:12 UTC 2013
Wed Jan 9 22:29:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix spelling typo in description
Ignore-this: 656f82c714abcc63d4e460ce751e2796
M ./changelog +6
M ./control -3 +3
Wed Jan 9 22:29:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix spelling typo in description
Ignore-this: 656f82c714abcc63d4e460ce751e2796
diff -rN -u old-haskell-threads//changelog new-haskell-threads//changelog
--- old-haskell-threads//changelog 2013-01-09 22:33:12.598862950 +0000
+++ new-haskell-threads//changelog 2013-01-09 22:33:12.598862950 +0000
@@ -1,3 +1,9 @@
+haskell-threads (0.5.0.1-2) UNRELEASED; urgency=low
+
+ * Fix spelling typo in description
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 09 Jan 2013 23:29:35 +0100
+
haskell-threads (0.5.0.1-1) experimental; urgency=low
* Initial release.
diff -rN -u old-haskell-threads//control new-haskell-threads//control
--- old-haskell-threads//control 2013-01-09 22:33:12.598862950 +0000
+++ new-haskell-threads//control 2013-01-09 22:33:12.598862950 +0000
@@ -34,7 +34,7 @@
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
- Besides waiting for the termination of a single thread this packages also
+ Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides a library for the Haskell programming language.
@@ -51,7 +51,7 @@
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
- Besides waiting for the termination of a single thread this packages also
+ Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides a library for the Haskell programming language, compiled
@@ -67,7 +67,7 @@
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
- Besides waiting for the termination of a single thread this packages also
+ Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides the documentation for a library for the Haskell
More information about the Pkg-haskell-commits
mailing list