[Pkg-haskell-commits] darcs: haskell-criterion: 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:57 UTC 2013
Sat May 25 21:42:27 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: 43a0dc59203b8b1895b9dad1eaa854d4
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:27 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: 43a0dc59203b8b1895b9dad1eaa854d4
diff -rN -u old-haskell-criterion//changelog new-haskell-criterion//changelog
--- old-haskell-criterion//changelog 2013-05-26 07:41:57.115036558 +0000
+++ new-haskell-criterion//changelog 2013-05-26 07:41:57.123085695 +0000
@@ -1,3 +1,10 @@
+haskell-criterion (0.6.2.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:27 +0200
+
haskell-criterion (0.6.2.0-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-criterion//control new-haskell-criterion//control
--- old-haskell-criterion//control 2013-05-26 07:41:57.099156400 +0000
+++ new-haskell-criterion//control 2013-05-26 07:41:57.119046862 +0000
@@ -54,8 +54,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
@@ -63,6 +61,8 @@
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
+ .
+ ${haskell:Blurb}
Package: libghc-criterion-prof
Architecture: any
@@ -73,8 +73,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
@@ -82,6 +80,8 @@
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
+ .
+ ${haskell:Blurb}
Package: libghc-criterion-doc
Section: doc
@@ -90,8 +90,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
@@ -99,3 +97,5 @@
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list