[Pkg-haskell-commits] darcs: ghc: Do not Provide transformers, it is only used internally.
Joachim Breitner
mail at joachim-breitner.de
Mon Oct 8 21:20:39 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 ./changelog +6
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//changelog new-ghc//changelog
--- old-ghc//changelog 2012-10-08 21:20:38.867145529 +0000
+++ new-ghc//changelog 2012-10-08 21:20:38.943965869 +0000
@@ -1,3 +1,9 @@
+ghc (7.6.1-2) UNRELEASED; urgency=low
+
+ * Do not Provide transformers, it is only used internally.
+
+ -- Joachim Breitner <nomeata at debian.org> Mon, 08 Oct 2012 22:38:59 +0200
+
ghc (7.6.1-1) experimental; urgency=low
* New upstream release
diff -rN -u old-ghc//provided_substvars new-ghc//provided_substvars
--- old-ghc//provided_substvars 2012-10-08 21:20:38.867145529 +0000
+++ new-ghc//provided_substvars 2012-10-08 21:20:38.915019215 +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