[Pkg-haskell-commits] [package-plan] 01/01: Initial attempts towards quickcheck-2.7

Joachim Breitner nomeata at moszumanska.debian.org
Tue Jun 24 04:47:47 UTC 2014


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

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

commit 6b063f5411398f6fb74c05b41ff5baaf30c409ec
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jun 23 21:47:00 2014 -0700

    Initial attempts towards quickcheck-2.7
    
    but there are still issues (ChasingBottoms, repa)
---
 packages.txt                                 | 24 ++++++++++++------------
 patches/Cabal/1.20.0.1/quickcheck-2.7.patch  | 22 ++++++++++++++++++++++
 patches/Cabal/1.20.0.1/series                |  1 +
 patches/gitit/0.10.3.1/newer-blaze.patch     | 13 +++++++++++++
 patches/gitit/0.10.3.1/newer-happstack.patch | 13 +++++++++++++
 patches/gitit/0.10.3.1/series                |  2 ++
 6 files changed, 63 insertions(+), 12 deletions(-)

diff --git a/packages.txt b/packages.txt
index 50f55b7..abce54e 100644
--- a/packages.txt
+++ b/packages.txt
@@ -3,7 +3,7 @@ active 0.1.0.16
 adjunctions 4.0.3
 aeson 0.7.0.3
 aeson-pretty 0.7.1
-Agda 2.3.2.2
+Agda 2.4.0.1
 alex 3.1.3 binary
 ALUT 2.2.0.0
 AMI 0.1
@@ -40,9 +40,9 @@ bitarray 0.0.1
 blaze-builder 0.3.3.2
 blaze-builder-conduit 1.1.0 obsolete
 blaze-builder-enumerator 0.2.0.5
-blaze-html 0.6.1.2
-blaze-markup 0.5.1.6
-blaze-svg 0.3.3.0
+blaze-html 0.7.0.2
+blaze-markup 0.6.1.0
+blaze-svg 0.3.4
 blaze-textual 0.2.0.9 notest
 bloomfilter 1.2.6.10
 bluetile 0.6 binary
@@ -75,7 +75,7 @@ cereal-conduit 0.7.2.1
 certificate 1.3.9
 cgi 3001.1.8.3
 Chart 0.17
-ChasingBottoms 1.3.0.7
+ChasingBottoms 1.3.0.7 needs patches for newer quickcheck
 chell 0.4 -fcolor-output
 chell-hunit 0.2.1
 chell-quickcheck 0.2.4
@@ -248,11 +248,11 @@ gtk-traymanager 0.1.3
 haddock 2.13.1
 hakyll 4.5.3.0
 hamlet 1.1.9.2
-happstack 7.0.1
+happstack 7.0.1 obsolete
 happstack-authenticate 0.10.12
 happstack-heist 7.2.3
 happstack-hsp 7.2.2
-happstack-server 7.1.7
+happstack-server 7.3.6
 happy 1.19.3 binary
 harp 0.4
 hashable 1.2.1.0
@@ -383,7 +383,7 @@ language-javascript 0.5.13
 largeword 1.0.5
 lazysmallcheck 0.6
 LDAP 0.6.9
-leksah 0.12.1.3 binary
+leksah 0.13.4.3 binary needs older conduit
 leksah-server 0.12.1.2
 lens 4.1.2.1
 lhs2tex 1.18.1 binary
@@ -508,7 +508,7 @@ publicsuffixlist 0.1
 punycode 2.0 notest
 pureMD5 2.1.2.1
 pwstore-fast 2.4.1
-QuickCheck 2.6
+QuickCheck 2.7.5
 quickcheck-instances 0.3.8
 quickcheck-io 0.1.0
 random 1.0.1.1
@@ -522,8 +522,8 @@ recaptcha 0.1
 reducers 3.10.1.1
 reflection 1.2.0.1
 reform 0.2.0
-reform-blaze 0.2.0
-reform-hamlet 0.0
+reform-blaze 0.2.2
+reform-hamlet 0.0.2
 reform-happstack 0.2.0
 reform-hsp 0.2.0
 regex-base 0.93.2
@@ -533,7 +533,7 @@ regex-posix 0.95.2
 regexpr 0.5.4
 regex-tdfa 1.1.8
 regex-tdfa-utf8 1.0
-repa 3.2.3.3
+repa 3.2.3.3 needs older quickcheck
 representable-functors 3.2.0.2
 resource-pool 0.2.1.1
 resourcet 1.1.2.2
diff --git a/patches/Cabal/1.20.0.1/quickcheck-2.7.patch b/patches/Cabal/1.20.0.1/quickcheck-2.7.patch
new file mode 100644
index 0000000..299abe5
--- /dev/null
+++ b/patches/Cabal/1.20.0.1/quickcheck-2.7.patch
@@ -0,0 +1,22 @@
+Index: Cabal-1.20.0.1/Cabal.cabal
+===================================================================
+--- Cabal-1.20.0.1.orig/Cabal.cabal	2014-06-23 21:15:21.081821459 -0700
++++ Cabal-1.20.0.1/Cabal.cabal	2014-06-23 21:15:42.581820622 -0700
+@@ -233,7 +233,7 @@
+     test-framework-hunit,
+     test-framework-quickcheck2,
+     HUnit,
+-    QuickCheck < 2.7,
++    QuickCheck < 2.8,
+     Cabal
+   ghc-options: -Wall
+   default-language: Haskell98
+@@ -277,7 +277,7 @@
+     test-framework-quickcheck2 >= 0.2.12,
+     test-framework-hunit,
+     HUnit,
+-    QuickCheck >= 2.1.0.1 && < 2.7,
++    QuickCheck >= 2.1.0.1 && < 2.8,
+     Cabal,
+     process,
+     directory,
diff --git a/patches/Cabal/1.20.0.1/series b/patches/Cabal/1.20.0.1/series
new file mode 100644
index 0000000..0b16df1
--- /dev/null
+++ b/patches/Cabal/1.20.0.1/series
@@ -0,0 +1 @@
+quickcheck-2.7.patch
diff --git a/patches/gitit/0.10.3.1/newer-blaze.patch b/patches/gitit/0.10.3.1/newer-blaze.patch
new file mode 100644
index 0000000..f4aa847
--- /dev/null
+++ b/patches/gitit/0.10.3.1/newer-blaze.patch
@@ -0,0 +1,13 @@
+Index: gitit-0.10.3.1/gitit.cabal
+===================================================================
+--- gitit-0.10.3.1.orig/gitit.cabal	2014-06-23 21:22:38.657804420 -0700
++++ gitit-0.10.3.1/gitit.cabal	2014-06-23 21:22:47.577804073 -0700
+@@ -165,7 +165,7 @@
+                      feed >= 0.3.6 && < 0.4,
+                      xss-sanitize >= 0.3 && < 0.4,
+                      tagsoup >= 0.13 && < 0.14,
+-                     blaze-html >= 0.4 && < 0.7,
++                     blaze-html >= 0.4 && < 0.8,
+                      json >= 0.4 && < 0.8
+   if impl(ghc >= 6.10)
+     build-depends:   base >= 4, syb
diff --git a/patches/gitit/0.10.3.1/newer-happstack.patch b/patches/gitit/0.10.3.1/newer-happstack.patch
new file mode 100644
index 0000000..214b0ac
--- /dev/null
+++ b/patches/gitit/0.10.3.1/newer-happstack.patch
@@ -0,0 +1,13 @@
+Index: gitit-0.10.3.1/gitit.cabal
+===================================================================
+--- gitit-0.10.3.1.orig/gitit.cabal	2014-06-23 21:22:47.577804073 -0700
++++ gitit-0.10.3.1/gitit.cabal	2014-06-23 21:26:04.885796390 -0700
+@@ -157,7 +157,7 @@
+                      filestore >= 0.6 && < 0.7,
+                      zlib >= 0.5 && < 0.6,
+                      url >= 2.1 && < 2.2,
+-                     happstack-server >= 7.0 && < 7.2,
++                     happstack-server >= 7.0 && < 7.4,
+                      base64-bytestring >= 0.1 && < 1.1,
+                      xml >= 1.3.5,
+                      hslogger >= 1 && < 1.3,
diff --git a/patches/gitit/0.10.3.1/series b/patches/gitit/0.10.3.1/series
index 8eb7967..1d0feb5 100644
--- a/patches/gitit/0.10.3.1/series
+++ b/patches/gitit/0.10.3.1/series
@@ -1,2 +1,4 @@
 comment-type-signature
 newer-pandoc
+newer-blaze.patch
+newer-happstack.patch

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