[Pkg-haskell-commits] darcs: ghc: transformers now comes with ghc, put it in the Provides line
Joachim Breitner
mail at joachim-breitner.de
Sun Feb 9 21:50:27 UTC 2014
Sun Feb 9 20:53:51 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* transformers now comes with ghc, put it in the Provides line
M ./changelog +6
M ./provided_substvars -1 +1
Sun Feb 9 20:53:51 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* transformers now comes with ghc, put it in the Provides line
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-02-09 21:50:27.168942986 +0000
+++ new-ghc/changelog 2014-02-09 21:50:27.192942979 +0000
@@ -1,3 +1,9 @@
+ghc (7.8.20140130-3) UNRELEASED; urgency=medium
+
+ * transformers now comes with ghc, put it in the Provides line
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 09 Feb 2014 20:53:36 +0000
+
ghc (7.8.20140130-2) experimental; urgency=medium
* Call ghc and ghc-pkg via the wrappers in /usr/bin in the postinst script
diff -rN -u old-ghc/provided_substvars new-ghc/provided_substvars
--- old-ghc/provided_substvars 2014-02-09 21:50:27.168942986 +0000
+++ new-ghc/provided_substvars 2014-02-09 21:50:27.184942982 +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', 'transformers', 'terminfo', 'haskeline', 'utf8-string', 'xhtml', 'rts');
+my @ignored = ('ghc', 'mtl', 'terminfo', 'haskeline', 'utf8-string', 'xhtml', 'rts');
while (<PKG>) {
y/A-Z/a-z/;
my $pkgstring = $_;
More information about the Pkg-haskell-commits
mailing list