[Pkg-haskell-commits] darcs: haskell-bindings-dsl: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:41:12 UTC 2013
Sat May 25 21:42:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: c3231f6337fc6a9d15c99186141afc9f
M ./changelog +7
M ./control -2 +2
Sat May 25 21:42:18 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: c3231f6337fc6a9d15c99186141afc9f
diff -rN -u old-haskell-bindings-dsl//changelog new-haskell-bindings-dsl//changelog
--- old-haskell-bindings-dsl//changelog 2013-05-26 07:41:12.502038880 +0000
+++ new-haskell-bindings-dsl//changelog 2013-05-26 07:41:12.518020573 +0000
@@ -1,3 +1,10 @@
+haskell-bindings-dsl (1.0.15-4) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:42:18 +0200
+
haskell-bindings-dsl (1.0.15-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-bindings-dsl//control new-haskell-bindings-dsl//control
--- old-haskell-bindings-dsl//control 2013-05-26 07:41:12.494040274 +0000
+++ new-haskell-bindings-dsl//control 2013-05-26 07:41:12.510039464 +0000
@@ -21,8 +21,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: FFI domain specific language, on top of hsc2hs${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
@@ -33,3 +31,5 @@
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list