[Pkg-haskell-commits] darcs: haskell-resourcet: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:28:43 UTC 2013
Fri May 24 08:55:43 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 907108085f4da5e4b05f1c67f40aff14
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:43 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 907108085f4da5e4b05f1c67f40aff14
diff -rN -u old-haskell-resourcet//changelog new-haskell-resourcet//changelog
--- old-haskell-resourcet//changelog 2013-05-24 09:28:43.023036860 +0000
+++ new-haskell-resourcet//changelog 2013-05-24 09:28:43.027037643 +0000
@@ -1,6 +1,7 @@
haskell-resourcet (0.4.4-2) 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:51 +0200
diff -rN -u old-haskell-resourcet//control new-haskell-resourcet//control
--- old-haskell-resourcet//control 2013-05-24 09:28:43.019037239 +0000
+++ new-haskell-resourcet//control 2013-05-24 09:28:43.027037643 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-lifted-base-dev (>> 0.1)
@@ -41,14 +41,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: deterministic allocation and freeing of scarce resources
+Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-resourcet-prof
Architecture: any
@@ -57,14 +56,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: deterministic allocation and freeing of scarce resources; profiling libraries
+Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-resourcet-doc
Section: doc
@@ -72,12 +70,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: deterministic allocation and freeing of scarce resources; documentation
+Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list