[Pkg-haskell-commits] darcs: ghc: Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the patch and testing.

Joachim Breitner mail at joachim-breitner.de
Sun Jul 13 16:38:22 UTC 2014


Sun Jul 13 15:09:59 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the patch and testing.

    M ./changelog +7
    M ./provided_substvars -1 +1

Sun Jul 13 15:09:59 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the patch and testing.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2014-07-13 16:38:21.999069714 +0000
+++ new-ghc/changelog	2014-07-13 16:38:22.023069712 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.20140710-2) UNRELEASED; urgency=medium
+
+  * Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the
+    patch and testing.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 13 Jul 2014 17:09:20 +0200
+
 ghc (7.8.20140710-1) experimental; urgency=medium
 
   * New upstream release (7.8.3)
diff -rN -u old-ghc/provided_substvars new-ghc/provided_substvars
--- old-ghc/provided_substvars	2014-07-13 16:38:21.999069714 +0000
+++ new-ghc/provided_substvars	2014-07-13 16:38:22.023069712 +0000
@@ -5,7 +5,7 @@
 open PKG, 'inplace/bin/ghc-pkg list --simple-output |'
     or die "ghc-pkg list failed: $!";
 
-my @ignored = ('ghc', 'mtl', 'terminfo', 'haskeline', 'utf8-string', 'xhtml', 'rts', 'stm', 'parallel');
+my @ignored = ('ghc', 'mtl', 'utf8-string', 'rts', 'stm', 'parallel');
 my %ignored;
 $ignored{$_}++ for @ignored;
 




More information about the Pkg-haskell-commits mailing list