[package-plan] 02/02: partially fix the package plan
Clint Adams
clint at moszumanska.debian.org
Sun Jan 17 04:21:07 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 b2f16b85ea58357c93a8d6ea97de421b6d60f9aa
Author: Clint Adams <clint at debian.org>
Date: Sat Jan 16 22:53:58 2016 -0500
partially fix the package plan
gloss and lambdabot are still broken
---
additional-cabals/shelltestrunner-1.3.5.cabal | 52 +++++++++++++++++++++++++++
packages.txt | 14 ++++----
2 files changed, 59 insertions(+), 7 deletions(-)
diff --git a/additional-cabals/shelltestrunner-1.3.5.cabal b/additional-cabals/shelltestrunner-1.3.5.cabal
new file mode 100644
index 0000000..f12123e
--- /dev/null
+++ b/additional-cabals/shelltestrunner-1.3.5.cabal
@@ -0,0 +1,52 @@
+name: shelltestrunner
+-- sync with: CHANGES [ANNOUNCE]
+version: 1.3.5
+category: Testing
+synopsis: A tool for testing command-line programs.
+description:
+ shelltestrunner is a cross-platform tool for testing command-line
+ programs (or arbitrary shell commands.) It reads simple declarative tests
+ specifying a command, some input, and the expected output, error output
+ and exit status. Tests can be run selectively, in parallel, with a
+ timeout, in color, and/or with differences highlighted.
+license: GPL
+license-file: LICENSE
+author: Simon Michael <simon at joyful.com>
+maintainer: Simon Michael <simon at joyful.com>
+homepage: http://joyful.com/shelltestrunner
+bug-reports: mailto:simon at joyful.com
+stability: stable
+tested-with: GHC==7.8.4, GHC==7.10.1
+cabal-version: >= 1.6
+build-type: Simple
+
+extra-tmp-files:
+extra-source-files:
+ CHANGES
+
+executable shelltest
+ main-is: shelltest.hs
+ other-modules: PlatformString
+ ghc-options: -threaded -W -fwarn-tabs
+ build-depends:
+ base >= 4 && < 5,
+ Diff >= 0.2.0 && < 0.4,
+ filemanip >= 0.3 && < 0.4,
+ HUnit < 1.3,
+ cmdargs >= 0.7 && < 0.11,
+ directory >= 1.0,
+ filepath >= 1.0,
+ parsec < 3.2,
+ pretty-show >= 1.6.5,
+ process < 1.3,
+ regex-tdfa >= 1.1 && < 1.3,
+ safe,
+ test-framework >= 0.3.2 && < 0.9,
+ test-framework-hunit >= 0.2 && < 0.4,
+ utf8-string >= 0.3.5 && < 1.1
+
+ ghc-options: -threaded -W -fwarn-tabs
+
+source-repository head
+ type: darcs
+ location: http://hub.darcs.net/simon/shelltestrunner
diff --git a/packages.txt b/packages.txt
index db46d41..24c0fe3 100644
--- a/packages.txt
+++ b/packages.txt
@@ -149,7 +149,7 @@ css-text 0.1.2.1
csv 0.1.2
csv-conduit 0.6.6
curl 1.3.8
-darcs 2.10.1 key binary=darcs -fpkgconfig -fcurl -f-http -fterminfo notest
+darcs 2.10.2 key binary=darcs -fpkgconfig -fcurl -f-http -fterminfo notest
darcs-monitor 0.4.2 binary=darcs-monitor key
data-accessor 0.2.2.6
data-accessor-mtl 0.2.0.4
@@ -272,10 +272,10 @@ GraphSCC 1.0.4
graphviz 2999.18.0.2 notest # Disabled tests due to quickcheck dependency during 7.10 transition
groups 0.4.0.0
gsasl 0.3.6
-gtk 0.13.9
+gtk 0.14.2
gtk2hs-buildtools 0.13.0.5 binary
-gtk3 0.14.0
-gtk-traymanager 0.1.5
+gtk3 0.14.2
+gtk-traymanager 0.1.6
haddock-library 1.2.1 notest
hakyll 4.7.5.1
hamlet 1.2.0 avoid
@@ -419,7 +419,7 @@ language-javascript 0.5.14.2
language-python 0.4.1
lazysmallcheck 0.6
LDAP 0.6.10 key
-lens 4.12.3 -f-test-hlint -f-test-doctests
+lens 4.13 -f-test-hlint -f-test-doctests
lens-action 0.2.0.2
lens-aeson 1.0.0.5
lens-family-core 1.2.0
@@ -572,7 +572,7 @@ ReadArgs 1.2.2 notest
recaptcha 0.1.0.3
reducers 3.12.1
refact 0.3.0.2
-reflection 2
+reflection 2.1.1.1 ahead
reform 0.2.7.1
reform-happstack 0.2.5.1 key
reform-hsp 0.2.6.1 key
@@ -654,7 +654,7 @@ syb-with-class 0.6.1.6
system-fileio 0.3.16.3
system-filepath 0.4.13.4
tabular 0.2.2.7
-taffybar 0.4.5 key # it holds gtk-0.14 back
+taffybar 0.4.6 key
tagged 0.8.2
tagsoup 0.13.6
tagstream-conduit 0.5.5.3
--
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