[Pkg-haskell-commits] darcs: haskell-strptime: releasing version 1.0.1-1

Joachim Breitner mail at joachim-breitner.de
Sat Jun 4 11:18:13 UTC 2011


Sat Jun  4 11:18:01 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 1.0.1-1
  Ignore-this: 7037cb49ae648120e51eeedbae16b11a

    M ./changelog -2 +2
    M ./control -3 +3

Sat Jun  4 11:18:01 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 1.0.1-1
  Ignore-this: 7037cb49ae648120e51eeedbae16b11a
diff -rN -u old-haskell-strptime//changelog new-haskell-strptime//changelog
--- old-haskell-strptime//changelog	2011-06-04 11:18:13.469297305 +0000
+++ new-haskell-strptime//changelog	2011-06-04 11:18:13.479794102 +0000
@@ -1,5 +1,5 @@
-haskell-strptime (1.0.1-1) UNRELEASED; urgency=low
+haskell-strptime (1.0.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #607821)
 
- -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 04 Jun 2011 13:15:30 +0200
diff -rN -u old-haskell-strptime//control new-haskell-strptime//control
--- old-haskell-strptime//control	2011-06-04 11:18:13.465304892 +0000
+++ new-haskell-strptime//control	2011-06-04 11:18:13.479794102 +0000
@@ -23,7 +23,7 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient parsing of LocalTime using C's strptime
- This library provides a binding to strptime, that allows to parse dates and
+ This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch
@@ -40,7 +40,7 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient parsing of LocalTime using C's strptime; profiling libraries
- This library provides a binding to strptime, that allows to parse dates and
+ This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch
@@ -56,7 +56,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Efficient parsing of LocalTime using C's strptime; documentation
- This library provides a binding to strptime, that allows to parse dates and
+ This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch





More information about the Pkg-haskell-commits mailing list