[Pkg-haskell-commits] darcs: haskell-logict: 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:44:19 UTC 2013
Sat May 25 21:42:58 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: 76f18b97c7b89bee79b818dfe8dd6b2b
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:58 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: 76f18b97c7b89bee79b818dfe8dd6b2b
diff -rN -u old-haskell-logict//changelog new-haskell-logict//changelog
--- old-haskell-logict//changelog 2013-05-26 07:44:19.275300294 +0000
+++ new-haskell-logict//changelog 2013-05-26 07:44:19.287041360 +0000
@@ -1,3 +1,10 @@
+haskell-logict (0.5.0.2-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:58 +0200
+
haskell-logict (0.5.0.2-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-logict//control new-haskell-logict//control
--- old-haskell-logict//control 2013-05-26 07:44:19.267316578 +0000
+++ new-haskell-logict//control 2013-05-26 07:44:19.283038106 +0000
@@ -27,12 +27,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Backtracking logic-programming monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
+ .
+ ${haskell:Blurb}
Package: libghc-logict-prof
Architecture: any
@@ -42,12 +42,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Backtracking logic-programming monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
+ .
+ ${haskell:Blurb}
Package: libghc-logict-doc
Section: doc
@@ -56,9 +56,9 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Backtracking logic-programming monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list