[Pkg-haskell-commits] [package-plan] 120/457: QuickCheck 2.6 update planning

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 7c849dca1aae4da4eb0d6e194ec9ada5910fb5ff
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Jun 15 08:42:06 2013 +0000

    QuickCheck 2.6 update planning
---
 packages.txt                 | 32 ++++++++++++++++----------------
 patches/hakyll-4.3.0.0.patch | 13 +++++++++++++
 2 files changed, 29 insertions(+), 16 deletions(-)

diff --git a/packages.txt b/packages.txt
index 8b84600..28f83c7 100644
--- a/packages.txt
+++ b/packages.txt
@@ -2,7 +2,7 @@ acid-state 0.8.1
 active 0.1.0.4
 adjunctions 3.0.1
 aeson 0.6.1.0
-Agda 2.3.2
+Agda 2.3.2.1
 alex 3.0.5
 algebra 3.1
 ALUT 2.2.0.0
@@ -36,8 +36,8 @@ bitarray 0.0.1
 blaze-builder 0.3.1.0
 blaze-builder-conduit 1.0.0
 blaze-builder-enumerator 0.2.0.5
-blaze-html 0.5.1.3
-blaze-markup 0.5.1.4
+blaze-html 0.6.1.1
+blaze-markup 0.5.1.5
 blaze-svg 0.3.3.0
 blaze-textual 0.2.0.8
 bloomfilter 1.2.6.10
@@ -205,8 +205,8 @@ gtk2hs-buildtools 0.12.3
 gtkglext 0.12.1
 gtksourceview2 0.12.3.1
 haddock 2.13.1
-hakyll 4.2.2.0
-hamlet 1.1.1.1
+hakyll 4.3.0.0
+hamlet 1.1.7.1
 happstack 7.0.1
 happstack-server 7.1.7
 happy 1.18.10
@@ -314,7 +314,7 @@ lambdabot-utils 4.2.2
 language-c 0.4.2
 language-haskell-extract 0.2.1
 language-javascript 0.5.6
-largeword 1.0.3
+largeword 1.0.5
 lazysmallcheck 0.6
 LDAP 0.6.9
 leksah 0.12.1.3 patched to compile
@@ -373,7 +373,7 @@ network-multicast 0.0.7
 network-protocol-xmpp 0.4.4
 newtype 0.2
 non-negative 0.1
-numbers 3000.1.0.1
+numbers 3000.1.0.3
 numeric-quest 0.2
 NumInstances 1.0
 numtype 1.0
@@ -386,7 +386,7 @@ OpenGLRaw 1.3.0.0
 openpgp 0.4
 openpgp-asciiarmor 0.1
 options 0.1.1
-optparse-applicative 0.4.1
+optparse-applicative 0.4.3
 pandoc 1.11.1
 pandoc-types 1.10
 pango 0.12.4
@@ -398,7 +398,7 @@ path-pieces 0.1.2
 patience 0.1.1
 pcap 0.4.5.2
 pcre-light 0.4
-pem 0.1.1
+pem 0.1.2
 persistent 1.1.5.1
 persistent-postgresql 1.1.3.1
 persistent-sqlite 1.1.5
@@ -421,7 +421,7 @@ publicsuffixlist 0.1
 punycode 2.0
 pureMD5 2.1.2.1
 pwstore-fast 2.3
-QuickCheck 2.5.1.1
+QuickCheck 2.6
 quickcheck-instances 0.3.2
 random 1.0.1.1
 random-shuffle 0.0.4
@@ -433,7 +433,7 @@ readline 1.0.1.0
 recaptcha 0.1
 reflection 1.2.0.1
 reform 0.1.2
-reform-blaze 0.1.1
+reform-blaze 0.1.2
 reform-happstack 0.1.2
 regex-base 0.93.2
 regex-compat 0.95.1
@@ -509,17 +509,17 @@ tar 0.4.0.1
 template 0.2.0.8
 temporary 1.1.2.4
 Tensor 1.0.0.1
-terminal-progress-bar 0.0.1.1
+terminal-progress-bar 0.0.1.3
 terminfo 0.3.2.5
-test-framework 0.6 notest
-test-framework-hunit 0.2.7
-test-framework-quickcheck2 0.2.12.3
+test-framework 0.8 notest
+test-framework-hunit 0.3.0
+test-framework-quickcheck2 0.3.0.1
 test-framework-th 0.2.2
 test-framework-th-prime 0.0.5
 texmath 0.6.1.3
 text 0.11.3.1
 text-icu 0.6.3.5
-threads 0.5.0.1
+threads 0.5.0.2
 threadscope 0.2.2
 time-compat 0.1.0.1
 TinyURL 0.1.0
diff --git a/patches/hakyll-4.3.0.0.patch b/patches/hakyll-4.3.0.0.patch
new file mode 100644
index 0000000..ced09bf
--- /dev/null
+++ b/patches/hakyll-4.3.0.0.patch
@@ -0,0 +1,13 @@
+Index: all-packages/hakyll.cabal
+===================================================================
+--- all-packages.orig/hakyll.cabal	2013-06-12 12:17:24.000000000 +0200
++++ all-packages/hakyll.cabal	2013-06-15 00:10:43.749452755 +0200
+@@ -208,7 +208,7 @@
+ 
+   Build-Depends:
+     HUnit                      >= 1.2 && < 1.3,
+-    QuickCheck                 >= 2.4 && < 2.6,
++    QuickCheck                 >= 2.4 && < 2.7,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.2 && < 0.4,
+     test-framework-quickcheck2 >= 0.2 && < 0.4,

-- 
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