[Pkg-haskell-commits] [package-plan] 03/03: Clear out package-plan
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Jun 24 19:19:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 86d472f6094ca0352e6a6f42372c2368903fc527
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jun 24 21:17:47 2015 +0200
Clear out package-plan
and remove some package that were planned to be added for a rather long
time, and never added, and also remove some packages that come with GHC.
If I removed anything in error, just add it again.
Ideally, running the package plan gives no, or almost no, messages about
added or upgraded packages. Once the transition is over, lets try to get
closer to that goal.
---
packages.txt | 18 ++----------------
test-packages.pl | 4 ++--
2 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/packages.txt b/packages.txt
index 69f6f3f..f5e443f 100644
--- a/packages.txt
+++ b/packages.txt
@@ -37,7 +37,6 @@ base-unicode-symbols 0.2.2.4
basic-prelude 0.3.11.1
bencode 0.5.0.1
bifunctors 4.2.1
-binary 0.7.2.1 ignore
binary-conduit 1.2.3 notest
binary-shared 0.8.3
bindings-DSL 1.0.22
@@ -279,10 +278,8 @@ gtk 0.13.6
gtk2hs-buildtools 0.13.0.3 binary
gtk3 0.13.6
gtksourceview2 0.13.1.1
-gtksourceview3 0.13.1.1
gtk-traymanager 0.1.5
haddock 2.14.3.1
-haddock-api 2.15.0.2
haddock-library 1.1.1 notest
hakyll 4.6.8.1
happstack 7.0.2
@@ -296,7 +293,6 @@ hashable 1.2.3.2
hashed-storage 0.5.11
hashmap 1.3.0.1
hashtables 1.1.2.1
-haskeline 0.7.1.3
haskelldb 2.2.4
haskelldb-hdbc 2.2.2
haskelldb-hdbc-odbc 2.1.2
@@ -425,8 +421,8 @@ language-python 0.4.1
largeword 1.0.5
lazysmallcheck 0.6
LDAP 0.6.10
-leksah 0.14.1.1 binary notest -fgtk3 -f-webkit -f-yi
-leksah-server 0.14.0.1
+leksah 0.14.1.1 binary notest -fgtk3 -f-webkit -f-yi obsolete
+leksah-server 0.14.0.1 obsolete
lens 4.6.0.1
lhs2tex 1.18.1 binary key
libsystemd-journal 1.2.0
@@ -440,7 +436,6 @@ lrucache 1.2.0.0
ltk 0.14.3.0
maccatcher 2.1.5
magic 1.1
-map-syntax 0.2
markdown 0.1.13.1
markov-chain 0.0.3.3
math-functions 0.1.5.2
@@ -536,7 +531,6 @@ pipes 4.1.5
pipes-aeson 0.4.1.2
pipes-attoparsec 0.5.1.1
pipes-bytestring 2.1.1
-pipes-concurrency 2.0.3
pipes-group 1.0.2
pipes-parse 3.0.2
pipes-safe 2.2.2
@@ -589,7 +583,6 @@ regex-posix 0.95.2
regexpr 0.5.4
regex-tdfa 1.2.0
regex-tdfa-rc 1.1.8.3 avoid
-regex-tdfa-text 1.0.0.2
regex-tdfa-utf8 1.0
repa 3.3.1.2
resource-pool 0.2.3.2
@@ -682,7 +675,6 @@ temporary 1.2.0.3
temporary-rc 1.2.0.3 avoid # should be patched to use temporary
Tensor 1.1.0.0
terminal-progress-bar 0.0.1.4
-terminfo 0.4.0.1
test-framework 0.8.1.1
test-framework-hunit 0.3.0.1
test-framework-quickcheck2 0.3.0.3
@@ -702,8 +694,6 @@ th-reify-many 0.1.3
time-compat 0.1.0.3
time-locale-compat 0.1.0.1
tls 1.2.18
-torrent 10000.0.0
-transformers 0.3.0.0 ghcpkg
transformers-base 0.4.4
transformers-compat 0.4.0.4 -fthree ahead
trifecta 1.5.1.3
@@ -726,10 +716,7 @@ uuagc-cabal 1.0.4.0
uuid 1.3.9 notest
uuid-types 1.0.1
uulib 0.9.16
-vado 0.0.3
vault 0.3.0.4
-vcsgui 0.1.1.0
-vcswrapper 0.1.1
vector 0.10.12.3
vector-algorithms 0.6.0.4
vector-binary-instances 0.2.1.0
@@ -774,7 +761,6 @@ x509-util 1.5.0 binary
x509-validation 1.5.1
xcb-types 0.7.0
xdg-basedir 0.2.2
-xhtml 3000.2.1 ghcpkg
xml 1.3.14
xml2html 0.2.0
xml-conduit 1.2.3.3
diff --git a/test-packages.pl b/test-packages.pl
index e283fe3..27ff619 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -175,8 +175,8 @@ for my $pkg (sort keys %packages) {
if ( exists $lts{$pkg} and exists $versions{$pkg} ) {
if ( version_compare($versions{$pkg}, $lts{$pkg}) == 1 ) {
if ( exists $ahead{$pkg} ) {
- printf "Ahead: %s is %s here, but only %s in the tracked LTS release (expected).\n" ,
- $pkg, $available{$pkg}, $lts{$pkg};
+ # printf "Ahead: %s is %s here, but only %s in the tracked LTS release (expected).\n" ,
+ # $pkg, $available{$pkg}, $lts{$pkg};
$stats{"known-ahead"}++;
} else {
printf "AHEAD: %s is %s here, but only %s in the tracked LTS release.\n" ,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list