[Pkg-haskell-commits] darcs: haskell-monadcatchio-transformers: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:35 UTC 2013
Fri May 24 09:12:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d0c188898f23b2cb7335b7567486a6b1
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d0c188898f23b2cb7335b7567486a6b1
diff -rN -u old-haskell-monadcatchio-transformers//changelog new-haskell-monadcatchio-transformers//changelog
--- old-haskell-monadcatchio-transformers//changelog 2013-05-24 09:26:35.078230810 +0000
+++ new-haskell-monadcatchio-transformers//changelog 2013-05-24 09:26:35.082253464 +0000
@@ -1,6 +1,7 @@
haskell-monadcatchio-transformers (0.3.0.0-5) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:20 +0200
diff -rN -u old-haskell-monadcatchio-transformers//control new-haskell-monadcatchio-transformers//control
--- old-haskell-monadcatchio-transformers//control 2013-05-24 09:26:35.074197643 +0000
+++ new-haskell-monadcatchio-transformers//control 2013-05-24 09:26:35.086038613 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13)
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-transformers-dev (>> 0.2)
@@ -24,14 +24,14 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Monad-transformer compatible with Control.Exception
+Description: Monad-transformer compatible with Control.Exception${haskell:ShortBlurb}
Provides functions to throw and catch exceptions. Unlike the functions from
Control.Exception, which work in IO, these work in any stack of monad
transformers (from the 'transformers' package) with IO as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-monadcatchio-transformers-prof
Architecture: any
@@ -39,14 +39,14 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Monad-transformer compatible with Control.Exception; profiling library
+Description: Monad-transformer compatible with Control.Exception${haskell:ShortBlurb}
Provides functions to throw and catch exceptions. Unlike the functions from
Control.Exception, which work in IO, these work in any stack of monad
transformers (from the 'transformers' package) with IO as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-monadcatchio-transformers-doc
Architecture: all
@@ -54,11 +54,11 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Monad-transformer compatible with Control.Exception; documentation
+Description: Monad-transformer compatible with Control.Exception${haskell:ShortBlurb}
Provides functions to throw and catch exceptions. Unlike the functions from
Control.Exception, which work in IO, these work in any stack of monad
transformers (from the 'transformers' package) with IO as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list