From e3d401696b37a83498dbf22d50233699f698dd22 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Oct 2015 12:50:58 +0900 Subject: [PATCH 01/10] shelly pipe test fail fixed in 1.6.4 (yesodweb/Shelly.hs#106) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb40449..5ee6ee16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,10 +1984,6 @@ expected-test-failures: # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client - # https://github.com/fpco/stackage/issues/701 - # https://github.com/yesodweb/Shelly.hs/issues/106 - - shelly - # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger From 29b4fa11e2439a93aa5fff95fbaca0e1b7e61f5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 04:38:08 +0000 Subject: [PATCH 02/10] Add back present nominolo/atto-lisp#18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ee6ee16..a5646df3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - lucid - osdkeys - pdfinfo - #- present GHC 7.10, via https://github.com/nominolo/atto-lisp/issues/18 + - present - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 7a43982051b385ae1d9008d9fca2e69841bd8b6b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 08:00:28 +0000 Subject: [PATCH 03/10] Block atto-lisp again nominolo/atto-lisp#20 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5646df3..43b8cdea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - lucid - osdkeys - pdfinfo - - present + #- present Due to: https://github.com/nominolo/atto-lisp/issues/20 - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 9f74d2f13bb7df86cbc2be1ab4b73b9cc1686033 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 08:00:37 +0000 Subject: [PATCH 04/10] Remove upper bounds and close #887 --- build-constraints.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43b8cdea..87fdc4b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1565,17 +1565,6 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 - # https://github.com/fpco/stackage/issues/887 - # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 - # https://github.com/amcphail/plot/issues/13 - # https://github.com/amcphail/hmatrix-repa/issues/2 - - hmatrix < 0.17 - - hmatrix-gsl < 0.17 - - hmatrix-gsl-stats < 0.4.1.2 - - hsignal < 0.2.7.2 - - hstatistics < 0.2.5.3 - - plot < 0.2.3.5 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From 420a9942cca83f4ec9514e6dd3ec8beaff124076 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:42:37 +0000 Subject: [PATCH 05/10] Extra upper bounds for #682 and #845 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87fdc4b2..55ac41ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1540,6 +1540,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + - repa < 3.4.0.2 + - repa-algorithms < 3.4.0.2 + - repa-io < 3.4.0.2 # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 @@ -1567,6 +1570,7 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 + - bloodhound < 0.9 # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 From 1e21085f4de07ebe8c1ed71222fd5abc576d5b0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:58:03 +0000 Subject: [PATCH 06/10] Temporary package block for #899 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55ac41ae..2e7247e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -998,7 +998,7 @@ packages: - kmeans # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) # - boolsimplifier - - cubicspline + # - cubicspline https://github.com/fpco/stackage/issues/899 - maximal-cliques "Alexander Bondarenko @wiz": From e8855184a1ef83902924a27cff58e766693154ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:59:54 +0000 Subject: [PATCH 07/10] Temporary block for amcphail/hmatrix-repa#2 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e7247e7..a2015479 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,7 +1018,8 @@ packages: - plot-gtk3 - vector-buffer - - hmatrix-repa + # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 + # - hmatrix-repa "Noam Lewis @sinelaw": - xml-to-json From 49ec1a5c0a8fa244b07128a9dfc2dca3a3941da3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:48:34 +0000 Subject: [PATCH 08/10] Temporary block for sumitsahrawat/plot-gtk-ui#1 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2015479..5fadc811 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,8 +1491,10 @@ packages: - multiplate "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui - - calculator + [] + # https://github.com/sumitsahrawat/plot-gtk-ui/issues/1 + #- plot-gtk-ui + #- calculator "Emmanuel Touzery @emmanueltouzery": - app-settings From 2e82409d7fac225a01591e2d77ca3f84ce669721 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:50:49 +0000 Subject: [PATCH 09/10] Temporary block for amcphail/plot-gtk#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fadc811..1ffab56f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1014,7 +1014,8 @@ packages: - hsignal - hstatistics - plot - - plot-gtk + # https://github.com/amcphail/plot-gtk/issues/3 + #- plot-gtk - plot-gtk3 - vector-buffer From 2758523c16176905b8d9da6680101c982a1e2ccd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:52:44 +0000 Subject: [PATCH 10/10] Temporary block for amcphail/plot-gtk3#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffab56f..d56431e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1016,7 +1016,9 @@ packages: - plot # https://github.com/amcphail/plot-gtk/issues/3 #- plot-gtk - - plot-gtk3 + + # https://github.com/amcphail/plot-gtk3/issues/5 + #- plot-gtk3 - vector-buffer # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2