summaryrefslogtreecommitdiff
path: root/p/haskell-monad-control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:43:03 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:43:03 +0400
commit9adfe3ce7df519442f7ce62d0c5eede7f12becbd (patch)
tree3fca4f66f326e4960ef2eec63335237ba791407b /p/haskell-monad-control
parent29f435ed099d9b38bafa184a29be15581247385b (diff)
downloadDHG_packages-9adfe3ce7df519442f7ce62d0c5eede7f12becbd.tar.gz
haskell-monad-control: Move Haskell blurb to the end of the description, reduces the impact of #708703
Diffstat (limited to 'p/haskell-monad-control')
-rw-r--r--p/haskell-monad-control/debian/changelog7
-rw-r--r--p/haskell-monad-control/debian/control12
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-monad-control/debian/changelog b/p/haskell-monad-control/debian/changelog
index baf7796fc..a3473f3bf 100644
--- a/p/haskell-monad-control/debian/changelog
+++ b/p/haskell-monad-control/debian/changelog
@@ -1,3 +1,10 @@
+haskell-monad-control (0.3.1.4-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:43:03 +0200
+
haskell-monad-control (0.3.1.4-2) unstable; urgency=low
* Enable compat level 9
diff --git a/p/haskell-monad-control/debian/control b/p/haskell-monad-control/debian/control
index 697443ee2..fd2913712 100644
--- a/p/haskell-monad-control/debian/control
+++ b/p/haskell-monad-control/debian/control
@@ -35,8 +35,6 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
@@ -57,6 +55,8 @@ Description: Monad transformers to lift control operations${haskell:ShortBlurb}
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}
Package: libghc-monad-control-prof
Architecture: any
@@ -66,8 +66,6 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
@@ -88,6 +86,8 @@ Description: Monad transformers to lift control operations${haskell:ShortBlurb}
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}
Package: libghc-monad-control-doc
Section: doc
@@ -96,8 +96,6 @@ Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
@@ -118,3 +116,5 @@ Description: Monad transformers to lift control operations${haskell:ShortBlurb}
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}