[Pkg-haskell-commits] darcs: ghc: Do not Provide transformers, it is only used internally.

Joachim Breitner mail at joachim-breitner.de
Tue Oct 16 07:59:26 UTC 2012


Mon Oct  8 20:41:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not Provide transformers, it is only used internally.
  Ignore-this: e5f8a1f207f92ed2c5f61f9f3908634c

    M! ./provided_substvars -1 +1

Mon Oct  8 20:41:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not Provide transformers, it is only used internally.
  Ignore-this: e5f8a1f207f92ed2c5f61f9f3908634c
diff -rN -u old-ghc//provided_substvars new-ghc//provided_substvars
--- old-ghc//provided_substvars	2012-10-16 07:59:24.370722565 +0000
+++ new-ghc//provided_substvars	2012-10-16 07:59:24.390722874 +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', 'utf8-string', 'xhtml');
+my @ignored = ('ghc', 'mtl', 'transformers', 'terminfo', 'haskeline', 'utf8-string', 'xhtml', 'rts');
 while (<PKG>) {
     y/A-Z/a-z/;
     my $pkgstring = $_;





More information about the Pkg-haskell-commits mailing list