[package-plan] 02/02: update non-Stackage packages BNFC, config-value, oeis
Clint Adams
clint at moszumanska.debian.org
Mon Sep 5 03:58:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit b13f3c58b253263b90e4c08d741c7d096b08aa98
Author: Clint Adams <clint at debian.org>
Date: Sun Sep 4 23:56:12 2016 -0400
update non-Stackage packages BNFC, config-value, oeis
---
packages.txt | 6 +++---
update-suggestions | Bin 3611159 -> 7626912 bytes
update-suggestions.hs | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages.txt b/packages.txt
index f58be93..008c2a5 100644
--- a/packages.txt
+++ b/packages.txt
@@ -52,7 +52,7 @@ blaze-textual 0.2.1.0 notest
BlogLiterately 0.8.4 key
bloomfilter 2.0.1.0
bmp 1.2.5.2
-BNFC 2.8 binary=bnfc
+BNFC 2.8.1 binary=bnfc
Boolean 0.2.3
bool-extras 0.4.0
boomerang 1.4.5.2
@@ -116,7 +116,7 @@ conduit-combinators 1.0.5
conduit-extra 1.1.13.2
ConfigFile 1.1.4
configurator 0.3.0.0
-config-value 0.4
+config-value 0.4.0.2
connection 0.2.6
constraints 0.8
contravariant 1.4
@@ -524,7 +524,7 @@ NumInstances 1.4
numtype 1.2
numtype-dk 0.5.0.1
ObjectName 1.1.0.1
-oeis 0.3.6 notest ignore
+oeis 0.3.7 notest ignore
ofx 0.4.2.0 key
old-locale 1.0.0.7
old-time 1.1.0.3
diff --git a/update-suggestions b/update-suggestions
index c9a292f..aee29fd 100755
Binary files a/update-suggestions and b/update-suggestions differ
diff --git a/update-suggestions.hs b/update-suggestions.hs
index a89489c..cf4305e 100644
--- a/update-suggestions.hs
+++ b/update-suggestions.hs
@@ -39,7 +39,7 @@ readPackagePlan = do
packagePlanParser :: Parser [(Package, Version)]
packagePlanParser = do
- many' line <* endOfInput
+ many' line -- <* endOfInput
where
line = do
p <- packageName
--
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