[Pkg-haskell-commits] darcs: xmonad: Work around a pandoc data file mismatch (#697306) by forcing the pandoc build dependency to come from experimental

Joachim Breitner mail at joachim-breitner.de
Thu Jan 3 20:14:57 UTC 2013


Thu Jan  3 20:03:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Work around a pandoc data file mismatch (#697306) by forcing the pandoc build dependency to come from experimental
  Ignore-this: 643ea08361dbbfe9de78bde57609b1f1

    M ./changelog +4
    M ./control -1 +2

Thu Jan  3 20:03:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Work around a pandoc data file mismatch (#697306) by forcing the pandoc build dependency to come from experimental
  Ignore-this: 643ea08361dbbfe9de78bde57609b1f1
diff -rN -u old-xmonad//changelog new-xmonad//changelog
--- old-xmonad//changelog	2013-01-03 20:14:57.123998066 +0000
+++ new-xmonad//changelog	2013-01-03 20:14:57.127997954 +0000
@@ -10,6 +10,10 @@
   * Build-depend on libghc-extensible-exceptions-* now that it's no longer
     bundled in ghc
 
+  [ Joachim Breitner ]
+  * Work around a pandoc data file mismatch (#697306) by forcing the pandoc
+    build dependency to come from experimental
+
  -- Joachim Breitner <nomeata at debian.org>  Tue, 01 Jan 2013 16:31:57 +0100
 
 xmonad (0.10.1~darcs20120707-2) experimental; urgency=low
diff -rN -u old-xmonad//control new-xmonad//control
--- old-xmonad//control	2013-01-03 20:14:57.108030325 +0000
+++ new-xmonad//control	2013-01-03 20:14:57.127997954 +0000
@@ -25,7 +25,8 @@
  libghc-utf8-string-prof,
  libghc-pandoc-dev,
  libghc-regex-posix-dev,
- pandoc
+# temporary cludge until #697306 is resolved.
+ pandoc (>= 1.9.4.5)
 Build-Depends-Indep:
  ghc-doc,
  libghc-x11-doc,





More information about the Pkg-haskell-commits mailing list