[Pkg-haskell-commits] darcs: haskell-case-insensitive: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:41:31 UTC 2013
Sat May 25 21:42:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 7628b2046015bc27da144eaac299a4d5
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 7628b2046015bc27da144eaac299a4d5
diff -rN -u old-haskell-case-insensitive//changelog new-haskell-case-insensitive//changelog
--- old-haskell-case-insensitive//changelog 2013-05-26 07:41:31.234037694 +0000
+++ new-haskell-case-insensitive//changelog 2013-05-26 07:41:31.242038218 +0000
@@ -1,3 +1,10 @@
+haskell-case-insensitive (1.0-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:42:22 +0200
+
haskell-case-insensitive (1.0-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-case-insensitive//control new-haskell-case-insensitive//control
--- old-haskell-case-insensitive//control 2013-05-26 07:41:31.210038714 +0000
+++ new-haskell-case-insensitive//control 2013-05-26 07:41:31.238038796 +0000
@@ -37,12 +37,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: case-insensitive string comparison${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
+ .
+ ${haskell:Blurb}
Package: libghc-case-insensitive-prof
Architecture: any
@@ -52,12 +52,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: case-insensitive string comparison${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
+ .
+ ${haskell:Blurb}
Package: libghc-case-insensitive-doc
Section: doc
@@ -66,9 +66,9 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: case-insensitive string comparison${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list