[Pkg-haskell-commits] darcs: ghc: Do not provide utf8-string or xhtml, as they are only built internally.

Joachim Breitner mail at joachim-breitner.de
Sun Apr 3 09:13:47 UTC 2011


Sat Apr  2 06:55:21 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Do not provide utf8-string or xhtml, as they are only built internally. 
  Ignore-this: 4760428d137b8ade1e619a5b8b338aa0

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

Sat Apr  2 06:55:21 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Do not provide utf8-string or xhtml, as they are only built internally. 
  Ignore-this: 4760428d137b8ade1e619a5b8b338aa0
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-04-03 09:13:47.584596301 +0000
+++ new-ghc/changelog	2011-04-03 09:13:47.608597568 +0000
@@ -1,6 +1,7 @@
 ghc (7.0.2-8) UNRELEASED; urgency=low
 
   * Remove Build-Conflict on dash, as a fixed package has been uploaded. 
+  * Do not provide utf8-string or xhtml, as they are only built internally. 
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 27 Mar 2011 16:12:42 +0530
 
diff -rN -u old-ghc/provided_substvars new-ghc/provided_substvars
--- old-ghc/provided_substvars	2011-04-03 09:13:47.584596301 +0000
+++ new-ghc/provided_substvars	2011-04-03 09:13:47.600597146 +0000
@@ -5,7 +5,7 @@
 open PKG, 'inplace/bin/ghc-pkg list --simple-output |'
     or die "ghc-pkg list failed: $!";
 my @pkgs;
-my @ignored = ('ghc', 'mtl', 'terminfo', 'haskeline');
+my @ignored = ('ghc', 'mtl', 'terminfo', 'haskeline', 'utf8-string', 'xhtml');
 while (<PKG>) {
     y/A-Z/a-z/;
     my $pkgstring = $_;





More information about the Pkg-haskell-commits mailing list