[Pkg-haskell-commits] darcs: ghc: Do not provide stm or parallel, these are not officially part of the GHC distribution.
Joachim Breitner
mail at joachim-breitner.de
Mon Mar 3 08:51:39 UTC 2014
Tue Feb 18 22:22:28 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Do not provide stm or parallel, these are not officially part of the GHC distribution.
M ./changelog +7
M ./provided_substvars -1 +1
Tue Feb 18 22:22:28 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Do not provide stm or parallel, these are not officially part of the GHC distribution.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-03-03 08:51:39.352499518 +0000
+++ new-ghc/changelog 2014-03-03 08:51:39.376499519 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.20140130-4) UNRELEASED; urgency=medium
+
+ * Do not provide stm or parallel, these are not officially part of the GHC
+ distribution.
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 18 Feb 2014 22:19:10 +0000
+
ghc (7.8.20140130-3) experimental; urgency=medium
* transformers now comes with ghc, put it in the Provides line
diff -rN -u old-ghc/provided_substvars new-ghc/provided_substvars
--- old-ghc/provided_substvars 2014-03-03 08:51:39.352499518 +0000
+++ new-ghc/provided_substvars 2014-03-03 08:51:39.368499518 +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', 'rts');
+my @ignored = ('ghc', 'mtl', 'terminfo', 'haskeline', 'utf8-string', 'xhtml', 'rts', 'stm', 'parallel');
while (<PKG>) {
y/A-Z/a-z/;
my $pkgstring = $_;
More information about the Pkg-haskell-commits
mailing list