[Pkg-haskell-commits] darcs: haskell-classy-prelude: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:54 UTC 2013
Fri May 24 08:54:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 436db20f35b870e246ba16f9630c8044
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 436db20f35b870e246ba16f9630c8044
diff -rN -u old-haskell-classy-prelude//changelog new-haskell-classy-prelude//changelog
--- old-haskell-classy-prelude//changelog 2013-05-24 09:20:54.482060835 +0000
+++ new-haskell-classy-prelude//changelog 2013-05-24 09:20:54.482060835 +0000
@@ -1,6 +1,7 @@
haskell-classy-prelude (0.5.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:53:00 +0200
diff -rN -u old-haskell-classy-prelude//control new-haskell-classy-prelude//control
--- old-haskell-classy-prelude//control 2013-05-24 09:20:54.474062329 +0000
+++ new-haskell-classy-prelude//control 2013-05-24 09:20:54.482060835 +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-basic-prelude-dev (>> 0.3.4)
@@ -50,14 +50,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typeclass-based prelude
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-classy-prelude-prof
Architecture: any
@@ -66,14 +65,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typeclass-based prelude; profiling libraries
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- 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-classy-prelude-doc
Section: doc
@@ -81,12 +79,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: typeclass-based prelude; documentation
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- 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