[Pkg-haskell-commits] darcs: haskell-data-accessor-mtl: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:21:42 UTC 2013
Fri May 24 08:54:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b965abf0330108ccb6f8a7eab029b021
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b965abf0330108ccb6f8a7eab029b021
diff -rN -u old-haskell-data-accessor-mtl//changelog new-haskell-data-accessor-mtl//changelog
--- old-haskell-data-accessor-mtl//changelog 2013-05-24 09:21:42.458040428 +0000
+++ new-haskell-data-accessor-mtl//changelog 2013-05-24 09:21:42.462044334 +0000
@@ -1,6 +1,7 @@
haskell-data-accessor-mtl (0.2.0.3-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:53:11 +0200
diff -rN -u old-haskell-data-accessor-mtl//control new-haskell-data-accessor-mtl//control
--- old-haskell-data-accessor-mtl//control 2013-05-24 09:21:42.453545160 +0000
+++ new-haskell-data-accessor-mtl//control 2013-05-24 09:21:42.462044334 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-data-accessor-dev (>= 0.2)
@@ -30,12 +30,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: use Data.Accessor inside the State monad.
+Description: use Data.Accessor inside the State monad.${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-data-accessor-mtl-prof
Architecture: any
@@ -44,12 +43,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: use Data.Accessor inside the State monad; profiling libraries
+Description: use Data.Accessor inside the State monad${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
- 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-data-accessor-mtl-doc
Section: doc
@@ -57,10 +55,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: use Data.Accessor inside the State monad; documentation
+Description: use Data.Accessor inside the State monad${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
- 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