diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:04 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:04 +0400 |
commit | 6a9fd5e22ff9b8008d9d41ec0ae6074573953a33 (patch) | |
tree | 1f3d4bf4a92906c2b427883a86df38e1f222febe | |
parent | 0303446e3e263324b01d563c729e73ff32b6d83e (diff) | |
download | DHG_packages-6a9fd5e22ff9b8008d9d41ec0ae6074573953a33.tar.gz |
haskell-monoid-transformer: Move Haskell blurb to the end of the description, reduces the impact of #708703
-rw-r--r-- | p/haskell-monoid-transformer/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-monoid-transformer/debian/control | 12 |
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-monoid-transformer/debian/changelog b/p/haskell-monoid-transformer/debian/changelog index 60498d72e..13ae18aab 100644 --- a/p/haskell-monoid-transformer/debian/changelog +++ b/p/haskell-monoid-transformer/debian/changelog @@ -1,3 +1,10 @@ +haskell-monoid-transformer (0.0.2-6) 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:04 +0200 + haskell-monoid-transformer (0.0.2-5) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-monoid-transformer/debian/control b/p/haskell-monoid-transformer/debian/control index a02a4911d..872851d69 100644 --- a/p/haskell-monoid-transformer/debian/control +++ b/p/haskell-monoid-transformer/debian/control @@ -19,11 +19,11 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Transformers for Reader and State Monoids${haskell:ShortBlurb} - ${haskell:Blurb} - . This library provides Monoid Transformers for the Reader Monoid and the State Monoid. There's no Monoid Transformer for the Writer Monoid since the Writer Monad transforms a Monoid into a Monad. + . + ${haskell:Blurb} Package: libghc-monoid-transformer-prof Architecture: any @@ -32,11 +32,11 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Transformers for Reader and State Monoids${haskell:ShortBlurb} - ${haskell:Blurb} - . This library provides Monoid Transformers for the Reader Monoid and the State Monoid. There's no Monoid Transformer for the Writer Monoid since the Writer Monad transforms a Monoid into a Monad. + . + ${haskell:Blurb} Package: libghc-monoid-transformer-doc Section: doc @@ -45,8 +45,8 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Transformers for Reader and State Monoids${haskell:ShortBlurb} - ${haskell:Blurb} - . This library provides Monoid Transformers for the Reader Monoid and the State Monoid. There's no Monoid Transformer for the Writer Monoid since the Writer Monad transforms a Monoid into a Monad. + . + ${haskell:Blurb} |