[Pkg-haskell-commits] darcs: haskell-explicit-exception: 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:42:50 UTC 2013
Sat May 25 21:42:38 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: 98c7058b743f09928c0deb24b1bbb820
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:38 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: 98c7058b743f09928c0deb24b1bbb820
diff -rN -u old-haskell-explicit-exception//changelog new-haskell-explicit-exception//changelog
--- old-haskell-explicit-exception//changelog 2013-05-26 07:42:50.418076679 +0000
+++ new-haskell-explicit-exception//changelog 2013-05-26 07:42:50.426133127 +0000
@@ -1,3 +1,10 @@
+haskell-explicit-exception (0.1.7.1-4) 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:38 +0200
+
haskell-explicit-exception (0.1.7.1-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-explicit-exception//control new-haskell-explicit-exception//control
--- old-haskell-explicit-exception//control 2013-05-26 07:42:50.413537562 +0000
+++ new-haskell-explicit-exception//control 2013-05-26 07:42:50.422067967 +0000
@@ -22,12 +22,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell exceptions which are explicit in the type signature${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
and Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents.
+ .
+ ${haskell:Blurb}
Package: libghc-explicit-exception-prof
Architecture: any
@@ -36,12 +36,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: profiling libraries for libghc-explicit-exception-dev${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
and Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents.
+ .
+ ${haskell:Blurb}
Package: libghc-explicit-exception-doc
Section: doc
@@ -50,9 +50,9 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell exceptions which are explicit in the type signature${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
and Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list