From 6665ad4300bc8d874509465088691f149b46eda9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 May 2017 11:34:40 +0200 Subject: [PATCH 001/593] Add logging-facade-syslog to my package list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..f7ee179e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,6 +2112,7 @@ packages: - hsyslog - jailbreak-cabal - language-nix + - logging-facade-syslog - nix-paths - streamproc - titlecase From c6241e20a63bfdcbd5ebf7316dfbbcae4ccd7313 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:34:52 +0300 Subject: [PATCH 002/593] re-enable hreader-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..bdf31cc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2406,7 +2406,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # - hreader-lens # bounds: hreader + - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From eae88e7c9d4ae5550635fae30251209a0f091623 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 17:56:42 -0700 Subject: [PATCH 003/593] Soap tests failing. Disabled. @wiz --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29d01f93..104d3b01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 18:48:26 -0700 Subject: [PATCH 004/593] Upper bound fortran-src --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 104d3b01..b11a23d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,6 +3192,9 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # https://github.com/camfort/camfort/issues/64 + - fortran-src < 0.1.0.6 + # end of packages From cbf3ae363b9d65823b11108f10568d519f05dad3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 06:50:13 -0700 Subject: [PATCH 005/593] Upper bound Glob, #2544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11a23d6..2f3e14a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,6 +3195,9 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 + # https://github.com/fpco/stackage/issues/2544 + - Glob < 0.8.0 + # end of packages From dd12fe3802c0b2125249ac3eb4a1610726300be1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 08:55:23 -0700 Subject: [PATCH 006/593] Disable cryptohash-* benchmarks, #2538 (comment-304458844) --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f3e14a5..15424237 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,12 @@ skipped-benchmarks: # Cyclic dependencies - cassava + # Won't be updated only for the benchmark component + # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + # end of skipped-benchmarks @@ -3844,6 +3850,9 @@ tell-me-when-its-released: - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ea95a7d9bf8cc9887b0b5b673731a53de9c8f75e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 28 May 2017 07:03:36 -0700 Subject: [PATCH 007/593] Close #2544 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15424237..3ca748b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,10 +3195,6 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 - # https://github.com/fpco/stackage/issues/2544 - - Glob < 0.8.0 - - # end of packages # Package flags are applied to individual packages, and override the values of From 883240942acb40d544f50dfd9b44bbb1bf380e58 Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Mon, 29 May 2017 16:19:57 +0300 Subject: [PATCH 008/593] Uploaded `hsdev-0.2.4.0` built with `text-region-0.3.0.0` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..166978ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1069,7 +1069,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - # - hsdev # bounds: text-region-0.2.0.0 + - hsdev - simple-log - text-region From a6dc97c623d81fd8fedc94e7d30e55eb4e89f410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 29 May 2017 06:36:27 -0700 Subject: [PATCH 009/593] Close #2513 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..1da4fb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,9 +3166,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2513 - - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 From a2224dff4aafde5422d26bf78e602d3455128d07 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Mon, 29 May 2017 10:22:00 -0700 Subject: [PATCH 010/593] Add sum-type-boilerplate --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b6699f6..2f013c65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,7 @@ packages: - eventful-test-helpers - oanda-rest-api - stratosphere + - sum-type-boilerplate "Alexey Rodiontsev @klappvisor": [] From e6a09d780002636257b10883ea12683a0033117d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:05:44 +0900 Subject: [PATCH 011/593] Revert "Upper bound fortran-src" (camfort/camfort#64) This reverts commit c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f013c65..41b278c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3191,9 +3191,6 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/camfort/camfort/issues/64 - - fortran-src < 0.1.0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 02826b1002882c5690dea12205f69129d6a9af45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:06:23 +0900 Subject: [PATCH 012/593] partial-order tests needs HUnit < 1.4 (mtesseract/haskell-partial-order#1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b278c2..1001f4dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3348,6 +3348,7 @@ skipped-tests: - language-ecmascript - lifted-base - parsec + - partial-order # https://github.com/mtesseract/haskell-partial-order/issues/1 - rank1dynamic - threads - tz From f9df313023019838251464765aa4101d4694017c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:22:41 +0900 Subject: [PATCH 013/593] ghc-exactprint < 0.5.4.0 (#2547) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1001f4dd..07fdaf4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,7 +3190,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - + # https://github.com/fpco/stackage/issues/2547 + - ghc-exactprint < 0.5.4.0 # end of packages # Package flags are applied to individual packages, and override the values of From a44b0ae07e0e4f36d8244b95c38d6b0504804c7c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 14:33:49 +0900 Subject: [PATCH 014/593] try enabling git-annex, disabling aws and dbus tests --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07fdaf4a..d8879e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -787,7 +787,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # + - git-annex # - github-backup # bounds: github - Win32-extras - concurrent-output @@ -3340,9 +3340,11 @@ skipped-tests: - GLFW-b - Glob - HTTP + - aws # bounds: http-client < 0.5 - bindings-GLFW - case-insensitive - darcs + - dbus # bounds: QuickCheck < 2.9 via chell-quickcheck - exception-transformers - extensible-effects - fclabels From f1599c96ec40a01ca68697429bd66fa0cb2b4183 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Tue, 30 May 2017 10:32:49 +0200 Subject: [PATCH 015/593] Add prettyprinter package (family) Resolves quchen/prettyprinter#18 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..b7495d3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,6 +2350,12 @@ packages: - pgp-wordlist - show-prettyprint + - 'prettyprinter' + - 'prettyprinter-ansi-terminal' + - 'prettyprinter-compat-wl-pprint' + - 'prettyprinter-compat-ansi-wl-pprint' + - 'prettyprinter-compat-annotated-wl-pprint' + "Jeremy Shaw @stepcut": - boomerang # - clckwrks # via acid-state: via safecopy: bounds: vector From 5de9e21e83517c625371605d679fbbdcf2ff7297 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Tue, 30 May 2017 16:18:15 +0200 Subject: [PATCH 016/593] Add safeio --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..0047a6f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,9 @@ packages: - selda-sqlite - selda-postgresql + "Luis Pedro Coelho @luispedro": + - safeio + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 10be904c17eff372f63c70988ffc49379195ea2e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 15:02:33 +0900 Subject: [PATCH 017/593] Revert "Soap tests failing. Disabled. @wiz" (dpwiz/haskell-soap#5) This reverts commit eae88e7c9d4ae5550635fae30251209a0f091623. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90c7b665..0d19f46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,7 +3592,6 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 28d8400ea4522fe4ed86ed81a551ea08e23b6935 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:12:38 +0900 Subject: [PATCH 018/593] foldl < 1.3.0 (#2550) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d19f46e..44e39a55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,9 @@ packages: - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 # https://github.com/fpco/stackage/issues/2547 - ghc-exactprint < 0.5.4.0 + + # https://github.com/fpco/stackage/issues/2550 + - foldl < 1.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8ccc7b53a6888fc1abf983a64a14bc0d6c71c471 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:15:17 +0900 Subject: [PATCH 019/593] interpolate < 0.1.1 (#2489) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e39a55..47fa296f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,7 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + - interpolate < 0.1.1 # https://github.com/fpco/stackage/issues/2494 # Indirectly blocked on fpco/stackage/issues/245 From 7ffa1694cfb562a9c51735fe6abc507a87ef2d40 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Wed, 31 May 2017 12:32:05 +0200 Subject: [PATCH 020/593] Add haddock-library, haddock-api and haddock --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..a673be99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -949,7 +949,6 @@ packages: - data-accessor-mtl # - file-location # bounds: transformers - fuzzcheck - # - haddock-api BLOCKED GHC 8.0.2 - here - hlibgit2 - gitlib-libgit2 @@ -3078,6 +3077,11 @@ packages: "Luis Pedro Coelho @luispedro": - safeio + "Alex Biehl @alexbiehl": + - haddock-library + - haddock-api + - haddock + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 51279a9d9439c23d7176092b5a88efc527998a96 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:19:55 +0200 Subject: [PATCH 021/593] Remove reference to resolved issue. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..32ebf880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,7 +1735,7 @@ packages: - inline-r - jni - jvm - - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle - th-lift "Christopher Reichert @creichert": From 726211b389eebf7239dd6c4fa6d2813926509994 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:20:05 +0200 Subject: [PATCH 022/593] Add streaming-binary. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32ebf880..6e709109 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,7 @@ packages: - jni - jvm - sparkle + - streaming-binary - th-lift "Christopher Reichert @creichert": From cc2ef20ac4aa4d37a02b1858e47f3021741220ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:43:16 +0900 Subject: [PATCH 023/593] revert ghc-typelits-knownnat < 0.3 (#2516) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 752ab668..c216e12a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,9 +3183,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From fa6eaccee1776b3dfcd50c59ae27767a10c65757 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:46:59 +0900 Subject: [PATCH 024/593] remove superfluous 'printprinter' quotes (#2548) --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c216e12a..0baad0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,11 +2350,11 @@ packages: - pgp-wordlist - show-prettyprint - - 'prettyprinter' - - 'prettyprinter-ansi-terminal' - - 'prettyprinter-compat-wl-pprint' - - 'prettyprinter-compat-ansi-wl-pprint' - - 'prettyprinter-compat-annotated-wl-pprint' + - prettyprinter + - prettyprinter-ansi-terminal + - prettyprinter-compat-wl-pprint + - prettyprinter-compat-ansi-wl-pprint + - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - boomerang From 17987731028851979f5b785731f8803ac4cd2fc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:53:10 +0900 Subject: [PATCH 025/593] disable prettyprinter-compat-ansi-wl-pprint (#2548) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0baad0f3..d9234f5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint + #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 5c7b977564af268840734feb2b20d360f98adb92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 14:53:13 +0900 Subject: [PATCH 026/593] disable haddock due to testsuite (haskell/haddock#629, #2551) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9234f5d..4be97544 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,7 +3081,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - - haddock + # - haddock # https://github.com/haskell/haddock/issues/629 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From e9f848bad292ffe7201e4b0971f74d01786a8e6f Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Thu, 1 Jun 2017 08:46:32 +0200 Subject: [PATCH 027/593] Enable prettyprinter-compat-wl-pprint-ansi again This package was disabled because of package version shenanigans (error on my end) that should now be fixed. See https://github.com/quchen/prettyprinter/issues/24 for the library ticket, and https://github.com/fpco/stackage/pull/2548 for the Stackage one. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4be97544..1a65fadf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 + - prettyprinter-compat-ansi-wl-pprint - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 24a5ac4ba3c1fe31da79a4cdf0d015358f7fa16d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 19:01:29 +0900 Subject: [PATCH 028/593] new prettyprinter-compat-ansi-wl-pprint confuses show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a65fadf..4820c548 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3902,6 +3902,7 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 75c139a3a47b920bb3299db244789b428f1e78bd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:00:53 +0100 Subject: [PATCH 029/593] show-pretty-print disabled (#2554) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4820c548..e629dafd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - - show-prettyprint + # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 - prettyprinter - prettyprinter-ansi-terminal From 8b7f2104a289966a24412548170396058c989a65 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:54:16 +0100 Subject: [PATCH 030/593] restore show-prettyprint (fixes #2554) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e629dafd..4f04b46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 + - show-prettyprint # https://github.com/fpco/stackage/issues/2554 - prettyprinter - prettyprinter-ansi-terminal @@ -3902,7 +3902,6 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix -- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 58bdc65e250eb9666ed8d6ca6b266517e665e665 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:17:14 +0100 Subject: [PATCH 031/593] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f04b46e..514f84f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -252,6 +252,7 @@ packages: - yaml - servius - cryptonite-conduit + - streaming-commons - alex - async From a671bd924f2ea71368e9da3d3b131cc4c8ccc120 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:20:47 +0100 Subject: [PATCH 032/593] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514f84f8..20401c1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3208,6 +3208,10 @@ packages: # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 + + # https://github.com/fpco/stackage/issues/2555 + - streaming-commons < 0.1.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5cbfdb3cee9e82d78ed9d54cf1beb1048968ac94 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Thu, 1 Jun 2017 17:10:24 +0200 Subject: [PATCH 033/593] Reenable haddock Failing test have been fixed in `haddock-2.17.5` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..43a4b426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3082,7 +3082,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - # - haddock # https://github.com/haskell/haddock/issues/629 + - haddock # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 314aa30c7cbf3b68ee02062563f43fa0d0ba046b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 2 Jun 2017 00:00:41 +0100 Subject: [PATCH 034/593] singletons < 2.3, th-desugar < 1.7 (#2557) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..3228cdcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3212,6 +3212,10 @@ packages: # https://github.com/fpco/stackage/issues/2555 - streaming-commons < 0.1.18 + # https://github.com/fpco/stackage/issues/2557 + - singletons < 2.3 + - th-desugar < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bd56305e871491be3a25b69faf2c3fb887803fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 4 Jun 2017 21:19:13 +0100 Subject: [PATCH 035/593] add sort & regex-tdfa-with-pcre, #2562 #2561 #2560 #2559 --- build-constraints.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06aa6199..6e33fcfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,7 +3017,8 @@ packages: "Chris Dornan @cdornan": - regex - regex-with-pcre - - regex-examples + - sort + - regex-pcre-text "Elliot Cameron @3noch": - ziptastic-client @@ -3216,6 +3217,18 @@ packages: - singletons < 2.3 - th-desugar < 1.7 + # https://github.com/fpco/stackage/issues/2559 + - path-io < 1.3 + + # https://github.com/fpco/stackage/issues/2560 + - quickcheck-instances < 0.3.13 + + # https://github.com/fpco/stackage/issues/2561 + - timezone-series < 0.1.8 + + # https://github.com/fpco/stackage/issues/2562 + - trifecta < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 3d4409600fe4157148da897e8215a1bb1498f6cc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 5 Jun 2017 02:00:27 +0100 Subject: [PATCH 036/593] text-show-instances < 3.6.1 (#2560) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e33fcfb..10c0b40c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 + - text-show-instances < 3.6.1 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 42ee17284bc659c333dd4c77e19ed1154eb8e617 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 2 Jun 2017 22:28:34 +0100 Subject: [PATCH 037/593] Add profiterole --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10c0b40c..8959713f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -322,6 +322,7 @@ packages: - ghcid - hexml - weeder + - profiterole "Alan Zimmerman @alanz": - hjsmin From ef2d47d78727482e2d39d2b292038266b9856a83 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:32:36 +0100 Subject: [PATCH 038/593] Add upper bound for hakyll. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8959713f..f8fbbee5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,6 +3231,9 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 + # https://github.com/jaspervdj/hakyll/issues/540 + - hakyll < 4.9.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 11d5076b35590387e59b70dd598c391c1fef2ba0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:45:27 +0100 Subject: [PATCH 039/593] Add upper bound for dependencies of Hakyll. Follow up commit from ef2d47d. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fbbee5..87f2e0aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3233,6 +3233,8 @@ packages: # https://github.com/jaspervdj/hakyll/issues/540 - hakyll < 4.9.5.1 + - blaze-html < 0.9 + - blaze-markup < 0.8 # end of packages From 5a4e70abe8752101be87abb054cdabae054008f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:47:50 +0100 Subject: [PATCH 040/593] Mark unagi-chan for expected test timeouts. Please see https://github.com/jberryman/unagi-chan/issues/21. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87f2e0aa..bdea844c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,6 +3504,7 @@ expected-test-failures: - lens - punycode - zip + - unagi-chan # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix From 476f0e7775edffb2d6f784c23942bb316983f6e0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:52:40 +0100 Subject: [PATCH 041/593] Remove upper bound for ghc-exactprint. Closes https://github.com/fpco/stackage/issues/2547. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdea844c..e22483c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,8 +3205,6 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/fpco/stackage/issues/2547 - - ghc-exactprint < 0.5.4.0 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 0665f5e6f0101dc3a45f3dfe17b9119e00841aa7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:18:36 +0100 Subject: [PATCH 042/593] Mark haddock for expected test failure. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22483c4..7ce4323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3655,6 +3655,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures From 81f5250f7e1c9efc72fa43c9b383cd327b442bf3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:36:58 +0100 Subject: [PATCH 043/593] Add upper bound for autoexporter. Please see https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ce4323b..d67530b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/tfausak/autoexporter/issues/4 + - autoexporter < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0dbdd961b2b3e7b2ea92fd78d96d8cf7a3c57beb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:51:23 +0100 Subject: [PATCH 044/593] Mark dsp for expected haddock failure. Please see https://github.com/fpco/stackage/issues/2563. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d67530b7..191bab50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3709,6 +3709,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - dsp # https://github.com/fpco/stackage/issues/2563 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 72f9e6a040139d61af1eee08ae867502d2769c0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:53:40 +0100 Subject: [PATCH 045/593] Mark xml-to-json-fast for Haddock expected failure. Please see https://github.com/sinelaw/xml-to-json-fast/issues/5. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 191bab50..e313aed6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3710,6 +3710,7 @@ expected-haddock-failures: - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - dsp # https://github.com/fpco/stackage/issues/2563 + - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 788f2073a0089ed05d3279612b5fa6ac315365fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 16:41:07 +0100 Subject: [PATCH 046/593] Add upper bound for Haddock. This commit is my latest attempt to solve haddock related errors. At first, I thought the many missing HTML files (see closed tickets below) were related to each individual package, however, with so many packages failing, I think it must be related to the Haddock bug. After testing this change manually with a new nightly build, I'm fairly confident that this will get us back on the road until a new Haddock release. Please see https://github.com/haskell/haddock/issues/634. Closes https://github.com/fpco/stackage/issues/2563. Closes https://github.com/sinelaw/xml-to-json-fast/issues/5. Closes https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e313aed6..40b9c8c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,8 +3234,8 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 - # https://github.com/tfausak/autoexporter/issues/4 - - autoexporter < 1.0 + # https://github.com/haskell/haddock/issues/634 + - haddock < 2.17.4 # end of packages @@ -3658,7 +3658,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures @@ -3709,8 +3708,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - - dsp # https://github.com/fpco/stackage/issues/2563 - - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 37d3bbe580281cf1c9182a692fa005648b0b4953 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 19:11:01 +0100 Subject: [PATCH 047/593] Add upper bound for haddock-api. Follows on from 788f207. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40b9c8c1..ac815925 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,7 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.4 + - haddock-api < 2.17.4 # end of packages From e9f46ae85caa4f62c3eedba1bccbb02ce3fbef23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:09:13 +0100 Subject: [PATCH 048/593] Add upper bounds for #2566 (prettyprinter < 1.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac815925..8c7c305c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,6 +3238,9 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 + # https://github.com/fpco/stackage/issues/2566 + - prettyprinter < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c37977c885c8c00372ab4cd2ad504780b862446 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:11:29 +0100 Subject: [PATCH 049/593] Add more piled up bounds for #2560. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7c305c..a6a7b084 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 - text-show-instances < 3.6.1 + - aeson-compat < 0.3.7 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 7b799cb38018dac29d59b367c64cbd2af1ef168c Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Wed, 7 Jun 2017 15:57:57 -0700 Subject: [PATCH 050/593] Add the `proto-lens-protobuf-types` package. It has been released on Hackage. It will also eventually be a dependency for the next release of the `tensorflow-proto` package. Also remove old comments referencing a closed issue. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6a7b084..726019a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3044,10 +3044,11 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow # https://github.com/fpco/stackage/issues/2527 - - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - proto-lens-protobuf-types + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops - tensorflow-proto - tensorflow-test From 51f11abe0e0b839cb0403c22281fc3a2b1d1fde3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 22:28:51 +0100 Subject: [PATCH 051/593] Remove upper bound on prettyprinter (#2566). --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 726019a2..5177dbb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,9 +3240,6 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 - # https://github.com/fpco/stackage/issues/2566 - - prettyprinter < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From cb5b5b04cee64ba13ac467f567f4b32d4c082078 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:34:04 +0100 Subject: [PATCH 052/593] Remove upper bound on haddock-api. I'm trying to get a version of Haddock building. Hackity hack hacking. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5177dbb2..36720660 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,8 +3237,7 @@ packages: - blaze-markup < 0.8 # https://github.com/haskell/haddock/issues/634 - - haddock < 2.17.4 - - haddock-api < 2.17.4 + - haddock < 2.17.5 # end of packages From ee21d486125d52e9d5ffbdbfbfcbe67bdfb3f39d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:41:57 +0100 Subject: [PATCH 053/593] Add upper bounds for #2567 (rsa < 2.3.0). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36720660..2d4ac463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2567 + - rsa < 2.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0f2c6a8110d168e62d029bd94da6882c8e9a12e9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:43:36 +0100 Subject: [PATCH 054/593] Fix name. Woops. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d4ac463..c00fea08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,7 +3240,7 @@ packages: - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2567 - - rsa < 2.3.0 + - RSA < 2.3 # end of packages From 8b5f88c12566a1e2588748b6114ba12d89d752d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Jun 2017 15:00:17 +0200 Subject: [PATCH 055/593] revert "generics-sop < 0.3.0.0" (#2478) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c00fea08..3b0d208b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,9 +3172,6 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2478 - - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From f7e2320e1e47eddd97d9ea821a3de2e4aa63faec Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:22:09 +0100 Subject: [PATCH 056/593] Remove upper bound on RSA. Closes #2567. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b0d208b..5429f0c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2567 - - RSA < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of From ac1c4c1626c33894914d869263e2f3a516ba5802 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:25:29 +0100 Subject: [PATCH 057/593] Add upper bounds for #2568 (foundation < 0.0.10). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5429f0c2..2836ceec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2568 + - foundation < 0.0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a0d356c11a2dd392c8aee6ad4d0d1cfa3260e661 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:28:03 +0100 Subject: [PATCH 058/593] Add upper bounds for #2569 (optparse-applicative < 0.14). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2836ceec..3b99d5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/fpco/stackage/issues/2568 - foundation < 0.0.10 + # https://github.com/fpco/stackage/issues/2569 + - optparse-applicative < 0.14 + # end of packages # Package flags are applied to individual packages, and override the values of From 5258863d7a3fa36a2df0377f5f995631b3b1ed23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:22:43 +0100 Subject: [PATCH 059/593] Expect haddock test suite failure as well as bounds. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b99d5f4..91a9f5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,6 +3634,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - haddock # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 308cbf6b84c1231493abb030a2a968713d3700f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:43:51 +0100 Subject: [PATCH 060/593] Mark diagrams-lib for expected test failure. Please see https://github.com/diagrams/diagrams-lib/issues/299. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a9f5f7..687b3383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3635,6 +3635,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock + - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From e3dc03b46b43e3b0bf0b2d419b3f9a9baa837fe0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:33:17 +0100 Subject: [PATCH 061/593] Remove upper bound on hakyll and dependencies. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 687b3383..ebbe4601 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,11 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/jaspervdj/hakyll/issues/540 - - hakyll < 4.9.5.1 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 From d5600cd9d65d45ad7f27c0bc22f73e7fd17d9dfc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:38:34 +0100 Subject: [PATCH 062/593] Get lens back in the mix now that 4.15.3 is out. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebbe4601..353046a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3502,7 +3502,6 @@ expected-test-failures: - cabal-helper - generic-random - graphviz - - lens - punycode - zip - unagi-chan @@ -3633,7 +3632,6 @@ expected-test-failures: - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3892,7 +3890,6 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 6ffd01406cc6b15bd6ba2c752eb1514b2c4a4d03 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:45:13 +0100 Subject: [PATCH 063/593] Add upper bound for #2570 (pandoc-citeproc < 0.10.5.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 353046a6..8ba23b91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,6 +3237,9 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 + # https://github.com/fpco/stackage/issues/2570 + - pandoc-citeproc < 0.10.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b409fc35fb875cd6771e98fd780006f49f4b9589 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:48:36 +0100 Subject: [PATCH 064/593] Get bounds right for pandoc-citeproc. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba23b91..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ packages: - optparse-applicative < 0.14 # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5.1 + - pandoc-citeproc < 0.10.5 # end of packages From d5e68a9e1829f861b80a31e35188947e76e4599e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:54:24 +0100 Subject: [PATCH 065/593] Unmark pandoc-citeproc test failures (new release). --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..b1689422 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,7 +3492,6 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems - - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 8ac25815c3de7cb0b9b3da046de16e277a869984 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:20:54 +0100 Subject: [PATCH 066/593] Revert "Unmark pandoc-citeproc test failures (new release)." This reverts commit d5e68a9e1829f861b80a31e35188947e76e4599e. Still failing. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1689422..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,6 +3492,7 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems + - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 70101ae6b22b20a147e91b6c34870573bf9ae427 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:25:07 +0100 Subject: [PATCH 067/593] Add upper bound for hakyll (< 4.9.6.0). Please see https://github.com/jaspervdj/hakyll/issues/544. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..e48fc5d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,6 +3240,9 @@ packages: # https://github.com/fpco/stackage/issues/2570 - pandoc-citeproc < 0.10.5 + # https://github.com/jaspervdj/hakyll/issues/544 + - hakyll < 4.9.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 10a711037a798471423a21958c5f0bb0e20808d0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 9 Jun 2017 23:09:58 -0400 Subject: [PATCH 068/593] Add th-abstraction --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e48fc5d4..b4dc632a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1908,6 +1908,7 @@ packages: - proxied - text-show - text-show-instances + - th-abstraction - thread-local-storage "Kirill Zaborsky @qrilka": From eeea3220a6f2970edb1b86a07cc6a81c6adf43c2 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Sat, 10 Jun 2017 22:29:23 +0200 Subject: [PATCH 069/593] Added: partial-order --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4dc632a..40f8b058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ packages: - async-refresh - async-refresh-tokens - type-level-integers + - partial-order "Simon Hafner @reactormonk": - uri-bytestring-aeson From c56162e0d38436f17c1d74a854afc565c853990c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:43:08 +0100 Subject: [PATCH 070/593] Revert "Mark diagrams-lib for expected test failure." This reverts commit 308cbf6b84c1231493abb030a2a968713d3700f9. Please see https://github.com/diagrams/diagrams-lib/issues/299#issuecomment-307578324. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40f8b058..cbdef023 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock - - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed From 28c4e786c2aaab001388eb12951bbe5521f57632 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:50:12 +0100 Subject: [PATCH 071/593] Add upper bound for schematic (< 0.1.2). Please see https://github.com/dredozubov/schematic/issues/1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbdef023..db479e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 + # https://github.com/dredozubov/schematic/issues/1 + - schematic < 0.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From eaa2f20bb4e3cba9d507556249d6ac489811ae77 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:45:18 +0100 Subject: [PATCH 072/593] Re-admit terminal-progress-bar test suite (new release). --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db479e26..a8c884bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,7 +3439,6 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - - terminal-progress-bar # fixed on master, depends on older version of itself # Transitive outdated dependencies # These packages @@ -3897,7 +3896,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 68caa888600926abe859cc5739499e3ef2c6014a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:58:10 +0100 Subject: [PATCH 073/593] Mark ghc-syb-utils for test suite failure. Please see https://github.com/nominolo/ghc-syb/issues/18. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8c884bc..13ef6831 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3607,6 +3607,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 593e09647a3c1b2abfc1d16d7ff25ebc6dce33fc Mon Sep 17 00:00:00 2001 From: aiya000 Date: Mon, 12 Jun 2017 11:28:59 +0900 Subject: [PATCH 074/593] Add throwable-exeptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..744e6330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ packages: "aiya000 @aiya000": - stack-type + - throwable-exceptions "Mitsutoshi Aoe @maoe": - sensu-run From 3d13c22df5621e0f562fa37d8834954a120f48a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:05:03 +0300 Subject: [PATCH 075/593] Remove upper bound and close #2433 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..8e3c5064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe # via: cabal-helper, ghc-mod, rosezipper + # - HaRe # BLOCKED ghc-mod < 5.8 "Alfredo Di Napoli @adinapoli": - mandrill @@ -3156,9 +3156,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2433 - - hlint < 2 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 @@ -3439,6 +3436,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck + - ghc-mod # hspec 2.4 # Transitive outdated dependencies # These packages From c36541193c884001431d7a0a3842c8a023d640f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:09:01 +0300 Subject: [PATCH 076/593] Upper bound for #2574 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c5064..036dad4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/dredozubov/schematic/issues/1 - schematic < 0.1.2 + # https://github.com/fpco/stackage/issues/2574 + - brick < 0.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5bd1fcb1dd905a4286fa4bbd39b6966da3b8e75f Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Mon, 12 Jun 2017 10:53:47 +0200 Subject: [PATCH 077/593] Added async-timer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 036dad4a..2fc79f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,6 +3064,7 @@ packages: - async-refresh-tokens - type-level-integers - partial-order + - async-timer "Simon Hafner @reactormonk": - uri-bytestring-aeson From eabe206723270e1f15751f435d74f9d88b8afa06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 15:36:56 +0300 Subject: [PATCH 078/593] Add back HaRe CC @alanz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fc79f42..f0ac4915 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # BLOCKED ghc-mod < 5.8 + - HaRe "Alfredo Di Napoli @adinapoli": - mandrill From 2c07353a9d45837ab62a29033f1fa39e1ce1e9e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:27:34 +0300 Subject: [PATCH 079/593] Add a bunch of test and benchmark failures --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0ac4915..12f280a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3670,6 +3670,13 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 + - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 + - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 + - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures @@ -3695,6 +3702,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 # end of expected-benchmark-failures From 539aa17b8bd6b49c35a6647e417eb91e565bb356 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:58:13 +0300 Subject: [PATCH 080/593] Add missing flags and close #2561 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12f280a6..c5bdec53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,9 +3222,6 @@ packages: - text-show-instances < 3.6.1 - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2561 - - timezone-series < 0.1.8 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3337,6 +3334,10 @@ package-flags: functor-classes-compat: containers: false + timezone-series: + time_1_6_and_1_7: true + time_pre_1_6: false + # end of package-flags # Special configure options for individual packages From 1d06b81285c5ec6e7a580f5dc0e94e2c758733aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 05:39:30 +0300 Subject: [PATCH 081/593] Remove two expected failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5bdec53..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,10 +3673,8 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From f4cfb62cb0ae58e252961c5c93fd961275e51cfb Mon Sep 17 00:00:00 2001 From: Mark Hopkins Date: Tue, 13 Jun 2017 14:17:32 +1000 Subject: [PATCH 082/593] add alerta --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..bb910558 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: - haddock-api - haddock + "Mark Hopkins @mjhopkins": + - alerta + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From e3ed5e71fac1684ad99425d4aec331421f3bb651 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 07:43:12 +0300 Subject: [PATCH 083/593] Expect test failure from oanda-rest-api again See: https://github.com/jdreaver/oanda-rest-api/issues/9#issuecomment-308005277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..121b2928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,6 +3673,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 1ed052a1bcdd00e1fdbfe4ef753e4ea2bef50458 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 09:13:33 +0300 Subject: [PATCH 084/593] Revert "Expect test failure from oanda-rest-api again" This reverts commit e3ed5e71fac1684ad99425d4aec331421f3bb651. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 121b2928..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,7 +3673,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From b461e362901356660b63f57ad6552c80967d1487 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Jun 2017 05:40:34 +0300 Subject: [PATCH 085/593] Upper bound for #2577 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b738dc5..9f855c68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 + # https://github.com/fpco/stackage/issues/2577 + - hint < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f3dc622d21720e75cce7b28b33867819f152c41 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 14 Jun 2017 10:34:27 +0300 Subject: [PATCH 086/593] Add hexpat, several hxt-* and uncomment xml-to-json that depends on those --- build-constraints.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f855c68..7de033e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1507,13 +1507,18 @@ packages: # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - # - xml-to-json # via: hexpat + - xml-to-json - xml-to-json-fast + - resolve-trivial-conflicts + - wl-pprint + # not a maintainer + - hxt-curl + - hxt-expat + - hxt-tagsoup + - hexpat - digits - unification-fd - logict - - resolve-trivial-conflicts - - wl-pprint - leveldb-haskell - system-argv0 - markdown-unlit From c55326dc4cad2653e08067e5c0473ecc0dafc509 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 14 Jun 2017 22:53:50 +0700 Subject: [PATCH 087/593] =?UTF-8?q?Add=20=E2=80=98parser-combinators?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de033e2..55a64add 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2188,6 +2188,7 @@ packages: - path - forma - stache + - parser-combinators # "Thomas Bereknyei ": # - multiplate # bounds: transformers From 17bfca18e099bc2ae897135458e7e6be42535b0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 07:36:08 +0300 Subject: [PATCH 088/593] Add comment about opml-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a64add..c45a410e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3686,7 +3686,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 8604390a93749b1a15d583aba180549bd774b6a7 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Thu, 15 Jun 2017 13:37:58 +0300 Subject: [PATCH 089/593] Remove upper bounds for schematic --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..67c267bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,9 +3250,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/dredozubov/schematic/issues/1 - - schematic < 0.1.2 - # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 From a211ed255bbf3b07881c3ee06c00fddee6a57585 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 10:40:34 +0300 Subject: [PATCH 090/593] Remove upper bounds and close #2312 --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..0240c485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,14 +3137,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2312 - - xml-conduit < 1.5.0 - - atom-conduit < 0.4.0.2 - - imm < 1.1.0.1 - - opml-conduit < 0.6.0.2 - - rss-conduit < 0.3.0.1 - - MusicBrainz < 0.3 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3686,8 +3678,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From d3c36a968cfa3564b42104e2e7cd35f4210d4243 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 13:52:38 +0300 Subject: [PATCH 091/593] atom-conduit no longer expects test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0240c485..5dd72d7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,7 +3676,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 5a99f802ddbaecfba214e80e199687997bdccac0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 14:02:38 +0300 Subject: [PATCH 092/593] Upper bounds for #2583 and #2584 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dd72d7d..692a2742 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,6 +3251,12 @@ packages: # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 + # https://github.com/fpco/stackage/issues/2583 + - path < 0.6 + + # https://github.com/fpco/stackage/issues/2584 + - tasty-quickcheck < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 28618d271991109bd8647baae31864cd04e236d1 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 15 Jun 2017 16:30:25 -0400 Subject: [PATCH 093/593] Re-enable several ekmett packages --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f4cdc4..e33dd9e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -452,16 +452,16 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # bounds: binary, comonad, pointed + - approximate - bifunctors - bits - # - bound # bounds: binary, comonad, doctest, transformers, vector + - bound - bytes - charset - comonad - comonads-fd - comonad-transformers - # - compensated # bounds: binary, comonad, generic-deriving, safecopy + - compensated # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -475,6 +475,7 @@ packages: - graphs - groupoids - heaps + - hyperloglog - hyphenation - integration - intervals @@ -483,7 +484,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # via safecopy: bounds: vector + - log-domain - machines - monadic-arrays - monad-products @@ -518,7 +519,6 @@ packages: - gl - lens-aeson - zlib-lens - # - hyperloglog # bounds: approximate, binary, comonad "Andrew Farmer @xich": - scotty From b796e3d4554719fc85122394fd0d57f6fa0cf997 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 06:54:31 +0300 Subject: [PATCH 094/593] Upper bound for #2586 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e33dd9e9..c205f483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3254,6 +3254,9 @@ packages: # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 + # https://github.com/fpco/stackage/issues/2586 + - QuickCheck < 2.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a65f8e7fb9ce00169b8661c14ae80dab773ffa7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 09:09:06 +0300 Subject: [PATCH 095/593] Remove expected test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c205f483..a3bbbb76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,7 +3682,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 529e7f32a1ca02e583f9dbfa3f4510822b113040 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 19:15:29 +0300 Subject: [PATCH 096/593] Extra upper bound for #2586 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bbbb76..5e64cc8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - these < 0.7.4 # end of packages From 226b5ce3c50a6a33c2b71ea176a87d87d05c83d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:45:35 +0300 Subject: [PATCH 097/593] Test suite will not fail xml-conduit-parse --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e64cc8a..5b7c48eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3683,7 +3683,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 104d3c393f2efdf7ba1de8ea566dd89324c46491 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:48:47 +0300 Subject: [PATCH 098/593] Upper bound for #2587 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7c48eb..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,9 @@ packages: - QuickCheck < 2.10 - these < 0.7.4 + # https://github.com/fpco/stackage/issues/2587 + - extra < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From d992a8bc86159260b0b0cc8275c301214c0267a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 09:54:31 +0300 Subject: [PATCH 099/593] Temporary block transient-haskell/transient-universe#41 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..c278b457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,8 +446,9 @@ packages: - Workflow - MFlow - transient - - transient-universe - - axiom + # https://github.com/transient-haskell/transient-universe/issues/41 + # - transient-universe + # - axiom "Edward Kmett @ekmett": - ad From 5d4341d2d556529ceeeb76e06d6a1a9cf4ef52d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:04:29 +0300 Subject: [PATCH 100/593] Revert "Temporary block transient-haskell/transient-universe#41" This reverts commit d992a8bc86159260b0b0cc8275c301214c0267a4. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c278b457..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,9 +446,8 @@ packages: - Workflow - MFlow - transient - # https://github.com/transient-haskell/transient-universe/issues/41 - # - transient-universe - # - axiom + - transient-universe + - axiom "Edward Kmett @ekmett": - ad From 9017190c32ea50a7e58d9e01d0d54fb46c288a6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:06:00 +0300 Subject: [PATCH 101/593] Upper bound for michalkonecny/mixed-types-num#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..3a823025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3261,6 +3261,9 @@ packages: # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 + # https://github.com/michalkonecny/mixed-types-num/issues/1 + - mixed-types-num < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 150006aa8e78bdbbd1b63e48e8098d1ae8b77e99 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Thu, 15 Jun 2017 05:52:38 +0000 Subject: [PATCH 102/593] Add teardown package to stackage --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..21679dce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -18,8 +18,9 @@ packages: "Joshua Koike @jano017": - discord-hs - "Roman Gonzalez @roman": - etc + - teardown "Richard Cook @rcook": - hidden-char From 3eebb688e251621c009f1c6edd935dbbf37fbbed Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Sun, 18 Jun 2017 13:18:47 -0700 Subject: [PATCH 103/593] add tmp-postgres add postgresql-simple-opts add pg-transact add hpsec-pg-transact add postgresql-simple-queue --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..d6180f9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2869,6 +2869,11 @@ packages: - threads-extra - clock-extras - next-ref + - tmp-postgres + - postgresql-simple-opts + - pg-transact + - hspec-pg-transact + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python From ef79af176aab9ea694fe3cdbdba28ab953547ca8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:27:15 +0300 Subject: [PATCH 104/593] Disable tests for throwable-exceptions (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..1c2d8661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 1197349f441dc8d624fcd409887014e0a53d5fe9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:55:49 +0300 Subject: [PATCH 105/593] Bound text-show, per #2590 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c2d8661..3b7fa78f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3270,6 +3270,9 @@ packages: # https://github.com/michalkonecny/mixed-types-num/issues/1 - mixed-types-num < 0.2 + # https://github.com/fpco/stackage/issues/2590 + - text-show < 3.6.2 + # end of packages # Package flags are applied to individual packages, and override the values of From c3740351752492a1fb3de4cde2724e1377f3fb66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:09:48 +0300 Subject: [PATCH 106/593] Disable checking tests for pg-transact (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b7fa78f..cf601049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 # end of expected-test-failures From e52514488e839bec0345d6cc0b61a4cf7c2a768d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:13:38 +0300 Subject: [PATCH 107/593] Remove postgresql-simple-queue as it fails to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf601049..696f73c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue + # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 05c6ac0d2779d7aba57e5847d76cc8c7174a1c47 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:20:22 +0300 Subject: [PATCH 108/593] Disable building tests for teardown as their package.yaml file is wrong (#1 on their repo) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696f73c0..5c817aac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,9 @@ skipped-tests: # criterion - store + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ad5ddc6e95b7e08679f4891df111f6d1bd079d3c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:23:46 +0300 Subject: [PATCH 109/593] Also disable benchmarks for teardown, same issue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c817aac..63b8ad4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3730,6 +3730,9 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of expected-benchmark-failures From 79c27a812e4fce8f8e84c97363371a07c5436462 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:32:53 +0300 Subject: [PATCH 110/593] Disable test run for tmp-postgres (#1 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b8ad4b..6f43a7c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3703,6 +3703,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From 54437ae2f6fc9293e1a355028571ecd0b9dec12e Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 19 Jun 2017 17:06:56 +0900 Subject: [PATCH 111/593] added: build-constraints.yaml: yesod-recaptcha2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..39f017e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,6 +2990,7 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism From df6f1ae3d12b36fb2756b790d937ff910583d0c3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:03:47 +0300 Subject: [PATCH 112/593] New version of req released --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..9c1dae5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,7 +3698,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3937,7 +3936,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 6379a3d1acd789290bc22f2b7bbad2b1e99776f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:06:45 +0300 Subject: [PATCH 113/593] Upper bound req because of discord-hs (#2594) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c1dae5a..d740c7a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,6 +3273,9 @@ packages: # https://github.com/fpco/stackage/issues/2590 - text-show < 3.6.2 + # https://github.com/fpco/stackage/issues/2594 + - req < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 27973a123648b985ea50eee7c5dff707093c8cb7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:23:44 +0300 Subject: [PATCH 114/593] Fallout from upper bounding req (#2594) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d740c7a2..8d2386a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,7 @@ packages: # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 + - req-conduit < 0.2.0 # because of above # end of packages From ee49ce34339a8e834f77883e592ade9aa40c532d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:25:55 +0300 Subject: [PATCH 115/593] Upper bound cassava (#2595) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2386a5..a461f6a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3277,6 +3277,9 @@ packages: - req < 0.3.0 - req-conduit < 0.2.0 # because of above + # https://github.com/fpco/stackage/issues/2595 + - cassava < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd416cc0a485e4d4231ded4dc5551d8b2530d91f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:35:24 +0300 Subject: [PATCH 116/593] Revert "New version of req released" This reverts commit df6f1ae3d12b36fb2756b790d937ff910583d0c3. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a461f6a2..0dd09edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3705,6 +3705,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3943,6 +3944,7 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From b01f4973245c2af16b2ea0d2ef2e717ef793ad83 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:36:26 +0300 Subject: [PATCH 117/593] Keep req expected test failure as we cannot yet use the new version (#2594) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd09edc..b0e74a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - text-show < 3.6.2 # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 + - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above # https://github.com/fpco/stackage/issues/2595 @@ -3944,7 +3944,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 18786ddd7683877084ffdf12a899d454ee59e610 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 20 Jun 2017 15:41:49 +0300 Subject: [PATCH 118/593] Remove upper bound and close #2568 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..b9832865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2568 - - foundation < 0.0.10 - # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 From fa1d27a3633126cffb4e04c5497992433ecf0a42 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Tue, 20 Jun 2017 13:05:37 +0200 Subject: [PATCH 119/593] Add shikensu https://hackage.haskell.org/package/shikensu-0.3.6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..d34b184e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,6 +3105,9 @@ packages: "Mark Hopkins @mjhopkins": - alerta + + "Steven Vandevelde @icidasset": + - shikensu # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2d6dece22b338f66ee54ccd61f57ee56629ef85b Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 20 Jun 2017 18:59:20 +0200 Subject: [PATCH 120/593] Add opencv and opencv-extra --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..aef50ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Bas van Dijk @basvandijk": + - opencv + - opencv-extra + "Pasqualino Assini @tittoassini": - zm - flat diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bb5b1747..4610d04e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,3 +207,53 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l #apt-add-repository multiverse \ # && apt-get update \ # && apt-get install -y libfdk-aac-dev + + +################################################################################ +# Install opencv. + +OPENCV_VERSION="3.2.0" + +apt-get install -y \ + cmake \ + pkg-config \ + libjpeg-dev \ + libtiff5-dev \ + libjasper-dev \ + libpng12-dev \ + libavcodec-dev \ + libavformat-dev \ + libswscale-dev \ + libxvidcore-dev \ + libx264-dev \ + libv4l-dev \ + liblapacke-dev \ + libgtk-3-dev \ + libopenblas-dev \ + libhdf5-dev \ + libtesseract-dev \ + libleptonica-dev \ + python3-dev \ + gfortran + +# Make a new directory +rm -rf /tmp/opencv-build +mkdir /tmp/opencv-build +cd /tmp/opencv-build + +# Download OpenCV +curl -L https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.tar.gz | tar xz +curl -L https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.tar.gz | tar xz + +cd opencv-${OPENCV_VERSION} +mkdir build +cd build +cmake -D CMAKE_BUILD_TYPE=RELEASE \ + -D CMAKE_INSTALL_PREFIX=/usr/local \ + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + +make -j + +make install + +################################################################################ From 5dc59717683757bd9798d9870a2d8343db8df2cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 21 Jun 2017 07:23:26 +0300 Subject: [PATCH 121/593] Remove upper bound and close #2574 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0e74a4b..a894435b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3248,9 +3248,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2574 - - brick < 0.18 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 From 56401ef4a8e73987f71376370e460b2472be3d5c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 07:55:59 +0300 Subject: [PATCH 122/593] Add shikensu to test failures --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afe77206..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3667,6 +3667,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 75d79b01d7b719229dcd4799ab6529853d8ffd80 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:00:12 +0300 Subject: [PATCH 123/593] Attempt a rebuild of throwable-exceptions to check if tests can be build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..3fe6e146 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 1728f301c0dad1a3d5b5d542282a89e268ca2203 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:04:31 +0300 Subject: [PATCH 124/593] Revert "Attempt a rebuild of throwable-exceptions to check if tests can be build now" This reverts commit 75d79b01d7b719229dcd4799ab6529853d8ffd80. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fe6e146..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 6c9edc6602c8107bd9abf93d9b31cdcfe22977e3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:07:41 +0300 Subject: [PATCH 125/593] Attempt re-adding postgresql-simple-queue as tests seem to build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..5086045d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 0537d0ce61b422643a7f63665dd0c53f44b78c2d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:11:10 +0300 Subject: [PATCH 126/593] Temporarily disable test running for postresql-simple-queue (#2592) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5086045d..a058534f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python @@ -3716,6 +3716,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both # end of expected-test-failures From 12351c8b4b7865fb08cbedcc67856c539fe52ccc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 15:58:16 +0300 Subject: [PATCH 127/593] Upper bound servant-subscriber as its dependency websockets is unsatisfiable due to #2451 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7dedcc2..fb40f6ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,7 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From 441f68791b89c7f611b565c6e900236676e30cb3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 22:22:18 +0300 Subject: [PATCH 128/593] Mark the cacophony test failures as expected --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb40f6ef..3aea06d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3663,6 +3663,8 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 + - cacophony # https://github.com/centromere/cacophony/issues/5 + - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From f8e03e689986db9f16118a1396faabb807590595 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 21 Jun 2017 22:40:54 +0300 Subject: [PATCH 129/593] Add dlist-nonempty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3aea06d0..dc4feabf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1210,6 +1210,7 @@ packages: - binary-orphans - binary-tagged - cabal-doctest + - dlist-nonempty - edit-distance - functor-classes-compat - generics-sop-lens From 759d5f57b7e933476464713aebbc976b88433fbe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Jun 2017 22:04:44 +0300 Subject: [PATCH 130/593] Upper bound prettyprinter-ansi-terminal (#2601) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc4feabf..3e5d2a4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,6 +3280,9 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2601 + - prettyprinter-ansi-terminal < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6cb30472613d6ff59f0e49358e2f003eb22d4568 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Jun 2017 07:20:37 +0300 Subject: [PATCH 131/593] Upper bound cacophony due to pipes-cacophony build failures --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e5d2a4c..ba497e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,9 @@ packages: # https://github.com/fpco/stackage/issues/2601 - prettyprinter-ansi-terminal < 1.1 + # https://github.com/centromere/pipes-cacophony/issues/4 + - cacophony < 0.10.0 # causes failure in pipes-cacophony + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3955,6 +3958,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 42dd45d0a26cb02ac90f2f7921c469ade358b6ad Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 24 Jun 2017 22:11:19 +1000 Subject: [PATCH 132/593] louispan: Added data-diverse --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..057f464b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras + - data-diverse - disposable - ghcjs-base-stub - glaze From b5a67823f415c2e38b993dc3126933208a215756 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 14:41:54 +0300 Subject: [PATCH 133/593] Solve and close #2601 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..3a85b21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,9 +3280,6 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2601 - - prettyprinter-ansi-terminal < 1.1 - # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 7a23c50038743e9f17d69e5578053e45cde00efb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:14:03 +0300 Subject: [PATCH 134/593] Upper bound cassava-conduit as it depends on #2586 and #2595 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a85b21f..3ed4d980 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,6 +3279,7 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + - cassava-conduit < 0.4.0.0 # because of above and #2586 # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 1b2625a36c15b25b8801fdcff51001242a456667 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:21:01 +0300 Subject: [PATCH 135/593] Add a new issue for criterion --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed4d980..8ab6ab93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: - servant-foreign < 0.10.0.1 # https://github.com/fpco/stackage/issues/2538 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 From 055c7912ccd170599ef74f642b6d7b8a8bde6142 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:25:14 +0300 Subject: [PATCH 136/593] Upper bound thread-local-storage as it depends on criterion via #2604 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ab6ab93..74d5adce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3218,6 +3218,7 @@ packages: # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + - thread-local-storage < 0.1.2 # caused by #2604 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 4a235dd02d8a1d426eb9c7d30511cb95cc35f3e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 17:19:21 +0300 Subject: [PATCH 137/593] Remove courier from expected-test-failures --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b59af0f5..de80df69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3553,7 +3553,6 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - courier # https://github.com/hargettp/courier/issues/18 - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts From f099f1c69a4617769fac55f1f817ba62c4e0258e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 19:12:25 +0200 Subject: [PATCH 138/593] Close #2440, close #2477, close #2489, close #2537, close #2560 in favor of #2586, close #2590 in favor of #2586. --- build-constraints.yaml | 50 ++++++++---------------------------------- 1 file changed, 9 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de80df69..ca31bc3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,7 +3112,7 @@ packages: "Mark Hopkins @mjhopkins": - alerta - + "Steven Vandevelde @icidasset": - shikensu @@ -3175,31 +3175,20 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2440 - - discord-hs < 0.3.2 - # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets + - servant-subscriber < 0.6.0.1 # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2477 - - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2489 - - haskell-src-meta < 0.8 - - interpolate < 0.1.1 - - # https://github.com/fpco/stackage/issues/2494 - # Indirectly blocked on fpco/stackage/issues/245 + # https://github.com/fpco/stackage/issues/2451 - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 @@ -3212,18 +3201,10 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - # https://github.com/fpco/stackage/issues/2538 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - - thread-local-storage < 0.1.2 # caused by #2604 + - statistics < 0.14 + - thread-local-storage < 0.1.2 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 @@ -3238,11 +3219,6 @@ packages: # https://github.com/fpco/stackage/issues/2559 - path-io < 1.3 - # https://github.com/fpco/stackage/issues/2560 - - quickcheck-instances < 0.3.13 - - text-show-instances < 3.6.1 - - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3252,12 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5 - - # https://github.com/jaspervdj/hakyll/issues/544 - - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 @@ -3269,17 +3239,15 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - aeson-compat < 0.3.7 + - quickcheck-instances < 0.3.13 + - text-show < 3.6.2 + - text-show-instances < 3.6.1 - these < 0.7.4 # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 - # https://github.com/michalkonecny/mixed-types-num/issues/1 - - mixed-types-num < 0.2 - - # https://github.com/fpco/stackage/issues/2590 - - text-show < 3.6.2 - # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above From 3e4636896d0d4393a153c5f216351cfffc330d60 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:48:21 +0200 Subject: [PATCH 139/593] Skip benchmarks for authors that don't want them checked #2538 #2604 --- build-constraints.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca31bc3e..10f61736 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3801,11 +3801,20 @@ skipped-benchmarks: # Cyclic dependencies - cassava - # Won't be updated only for the benchmark component - # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + # Maintainers who don't want to update benchmarks + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - uuid + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - bytestring-strict-builder + - bytestring-tree-builder + - hasql + - postgresql-binary + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - graphviz # end of skipped-benchmarks From 5f3d38a29eb3cd15e5c2d69637e4591f50df8e7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:58:54 +0200 Subject: [PATCH 140/593] Disable opencv until docker build is fixed #2597 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10f61736..4a78bc86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,9 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Bas van Dijk @basvandijk": - - opencv - - opencv-extra + "Bas van Dijk @basvandijk": [] + # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 "Pasqualino Assini @tittoassini": - zm @@ -3807,6 +3807,7 @@ skipped-benchmarks: - cryptohash-sha1 - cryptohash-sha256 - uuid + - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 - bytestring-strict-builder - bytestring-tree-builder From 6baed6c2cdfbd72e3e7abba098f06452d7aaff04 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:02:51 +0100 Subject: [PATCH 141/593] add astro --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..900d7862 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,6 +3116,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + "Alexander Ignatyev @alexander-ignatyev”: + - astro + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From d7570f1c1e6daa229e31865b188c79cdf63829c8 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:10:30 +0100 Subject: [PATCH 142/593] fixed quotation mark --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 900d7862..3368d19a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - "Alexander Ignatyev @alexander-ignatyev”: + "Alexander Ignatyev @alexander-ignatyev": - astro # If you stop maintaining a package you can move it here. From 84917e9bbbb24ac2e7a2edc34bd1b6801d446a48 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:24:01 +0200 Subject: [PATCH 143/593] http-media < 0.7.0 #2607 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..551daaee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,6 +3259,9 @@ packages: # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony + # https://github.com/fpco/stackage/issues/2607 + - http-media < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9dd05cea5803eabc22a91e68ceb37ffbd251d3ec Mon Sep 17 00:00:00 2001 From: George Pollard Date: Mon, 26 Jun 2017 09:36:39 +1000 Subject: [PATCH 144/593] Add email-validate Add me as maintainer. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..1af11f43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + + "George Pollard @Porges": + - email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 11d01d211489f5321bb116385a99f9f9b55f87b4 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Mon, 26 Jun 2017 11:43:44 +1200 Subject: [PATCH 145/593] Update maintainer email for http-media --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..762b0fa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1183,7 +1183,7 @@ packages: - network-anonymous-i2p - network-anonymous-tor - "Timothy Jones @zmthy": + "Timothy Jones @zmthy": - http-media "Greg V @myfreeweb": From 68176f8138a506eef342a9d5fc7e9d9ed5313252 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:53:01 +0200 Subject: [PATCH 146/593] Reopen #2537 and re-instate some tests and haddocks --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..f42f2134 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3604,9 +3611,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes @@ -3756,7 +3761,6 @@ expected-haddock-failures: # "Argument list too long" - classy-prelude-yesod - - hledger-web # Runs out of memory - stratosphere From 73f58d9e265a3e82bdff63b39a14e15ae10f94a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 26 Jun 2017 11:09:23 +0530 Subject: [PATCH 147/593] Add xmonad-extras package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..6915bd3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,6 +364,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo + - xmonad-extras "haskell-openal": - OpenAL From 42ea9ce03a9211dc0afb583df0f9aaae6e7dde29 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 26 Jun 2017 09:57:26 +0200 Subject: [PATCH 148/593] Fix the build of the OpenCV C++ library --- build-constraints.yaml | 4 ++-- debian-bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..1cc58927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 - # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + - opencv + - opencv-extra "Pasqualino Assini @tittoassini": - zm diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4610d04e..8d22fa0a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -250,7 +250,7 @@ mkdir build cd build cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules .. make -j From 03292ca7f87e7e1ca6739ce0c6437f99c3ebb271 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:02:43 +0200 Subject: [PATCH 149/593] Upper bound for #2612, and another upper bound for #2586 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..b11daf03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3247,6 +3247,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 - aeson-compat < 0.3.7 + - binary-orphans < 0.1.7.0 - quickcheck-instances < 0.3.13 - text-show < 3.6.2 - text-show-instances < 3.6.1 @@ -3269,6 +3270,9 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 + # https://github.com/fpco/stackage/issues/2612 + - email-validate < 2.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ae8429c575963775c21761df0b03e861c54c9a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:08:49 +0200 Subject: [PATCH 150/593] Upper bound for #2537 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11daf03..5c4ff448 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3207,6 +3207,7 @@ packages: - servant-server < 0.11 - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + - avers-server < 0.0.19.0 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 From 3609fc8f98a112f83aa72a35d5a32c6ed41fdc35 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:35:12 +0200 Subject: [PATCH 151/593] Remove upper bounds and close #2537 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4ff448..dfcbaa17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,14 +3201,6 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - avers-server < 0.0.19.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 From 90f517a03d8134ab89983a9f3a433a4e97b4e1d9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:38:37 +0200 Subject: [PATCH 152/593] Fix parse error and keep opencv disabled. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cc58927..9cf9df00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - - opencv - - opencv-extra + # - opencv + # - opencv-extra "Pasqualino Assini @tittoassini": - zm From 1f19c8086d9561c16913409c5e13b67c7305b1c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:04:14 +0200 Subject: [PATCH 153/593] Ignore tests/benchmarks for users who don't want to be notified --- build-constraints.yaml | 50 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61ab7d2c..91f546d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - + "George Pollard @Porges": - email-validate @@ -3489,12 +3489,39 @@ skipped-tests: # Missing foreign library - symengine # symengine - # Wontfix. The maintainer doesn't want to keep test dependencies # up to date or be notified about it, or doesn't want stackage to # run the tests. # Only re-enable if requested. - - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + - uuid + - uuid-types + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude + - bytestring-strict-builder + - bytestring-tree-builder + - cases + - focus + - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler + - postgresql-binary + - refined + - slave-thread + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary + - graphviz + - graphviz + - wl-pprint-text # directory 1.3 - machines @@ -3721,7 +3748,6 @@ expected-benchmark-failures: - vector-binary-instances # Missing files in sdist - - cassava # https://github.com/hvr/cassava/pull/117 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures @@ -3813,20 +3839,36 @@ skipped-benchmarks: - cassava # Maintainers who don't want to update benchmarks + # Only re-enable if requested. ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude - bytestring-strict-builder - bytestring-tree-builder + - cases + - focus - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler - postgresql-binary + - refined + - slave-thread - stm-containers # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary - graphviz + - graphviz + - wl-pprint-text # end of skipped-benchmarks From cb8c12dd6e8631d5b6f52b3db70b74d7c8d59591 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:13:36 +0200 Subject: [PATCH 154/593] Remove upper bounds and close #2464 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91f546d6..e63611a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -240,7 +240,7 @@ packages: - authenticate-oauth - yesod-bin - yesod-eventsource - - yesod-fay + # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -389,7 +389,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via safecopy: bounds: vector + # - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -673,12 +673,12 @@ packages: "Adam Bergmark @bergmark": - HUnit - aeson - - fay - - fay-base - - fay-dom - - fay-jquery - - fay-text - - fay-uri + # - fay # bounds: traverse-with-class + # - fay-base # via: fay + # - fay-dom # via: fay + # - fay-jquery # via: fay + # - fay-text # via: fay + # - fay-uri # via: fay - feed - time-compat - through-text @@ -728,7 +728,7 @@ packages: "Dominic Steinitz @idontgetoutmuch": [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - # - random-fu # via log-domain: via safecopy: bounds: vector + # - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": [] @@ -845,7 +845,7 @@ packages: - attoparsec-expr - bumper - code-builder - - fay-builder + # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -3189,9 +3189,6 @@ packages: - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2464 - - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 046be8ca49cf34166dd5eb3494d1839db62027a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:29:21 +0200 Subject: [PATCH 155/593] Close #2451 in favor of #2334, close #2612 --- build-constraints.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e63611a4..2f70d5d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,7 @@ packages: # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + - mysql-haskell < 0.8.1.0 # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 @@ -3188,23 +3189,18 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 + - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2451 - - websockets-simple < 0.0.2.1 - - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2533 - - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3226,7 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/haskell/haddock/issues/634 + # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2569 @@ -3267,9 +3263,6 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 - # https://github.com/fpco/stackage/issues/2612 - - email-validate < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3517,7 +3510,6 @@ skipped-tests: - fgl - fgl-arbitrary - graphviz - - graphviz - wl-pprint-text # directory 1.3 From 6d9678db7ee4536d0923eb88a5a90528f1359b00 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:41:32 +0200 Subject: [PATCH 156/593] Close #2188 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f70d5d9..25ad4d23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3778,9 +3778,6 @@ expected-haddock-failures: # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # "Argument list too long" - - classy-prelude-yesod - # Runs out of memory - stratosphere - store From 222fe8aac172b1b20e791857dc212e266a0a7699 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:45:07 +0200 Subject: [PATCH 157/593] Close #2251 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..9ce66da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1282,7 +1282,7 @@ packages: - language-thrift "Adam C. Foltzer @acfoltzer": - - cryptol + # - cryptol # bounds: sbv - gitrev - persistent-refs @@ -3157,9 +3157,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2251 - - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 From 5fd887ae1df14e2507703cfbb58245046758e76e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:12:10 +0200 Subject: [PATCH 158/593] Remove (pipes-)cacophony constraints --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..0c4b2775 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 - # https://github.com/centromere/pipes-cacophony/issues/4 - - cacophony < 0.10.0 # causes failure in pipes-cacophony - # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 @@ -3670,8 +3667,6 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - - cacophony # https://github.com/centromere/cacophony/issues/5 - - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3979,7 +3974,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From dc8f5a2d407c674cde04428303ccc7fd36299cf0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:13:11 +0200 Subject: [PATCH 159/593] Disable astro #2606 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c4b2775..b167a85a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,8 +3120,8 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": - - astro + "Alexander Ignatyev @alexander-ignatyev": [] + # - astro # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c763004e995a99c4e09ae44fe50e705bd5786593 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:24:17 +0200 Subject: [PATCH 160/593] Re-enable syb and close #2345 --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..6985751e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -333,7 +333,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe + # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -898,7 +898,7 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": - - ghc-mod + # - ghc-mod # bounds: syb - cabal-helper "Yann Esposito yogsototh @yogsototh": @@ -2225,7 +2225,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process + # - distributed-process # bounds: syb # - distributed-process-async # GHC 8 # - distributed-process-client-server # GHC 8 # - distributed-process-execution # GHC 8 @@ -2233,7 +2233,7 @@ packages: # - distributed-process-registry # GHC 8 # - distributed-process-supervisor # GHC 8 # - distributed-process-task # GHC 8 - - distributed-process-simplelocalnet + # - distributed-process-simplelocalnet # via: distributed-process - distributed-static - network-transport - network-transport-tcp @@ -3171,9 +3171,6 @@ packages: - tcp-streams-openssl < 1.0.0.0 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2345 - - syb < 0.7 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3456,6 +3453,7 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - ghc-mod # hspec 2.4 + - unordered-containers # via ChasingBottoms # Transitive outdated dependencies # These packages From dc6d92c313a4cf246b40ee77a56e34312e0b6f57 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:29:51 +0200 Subject: [PATCH 161/593] Expect matplotlib tests to fail and close #2365 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..1992370c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3651,6 +3651,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 255f1d0b3f0de2dd32eafe95d8885013e598796b Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 26 Jun 2017 14:51:09 -0400 Subject: [PATCH 162/593] Re-added find-clumpiness. I have added submodules of the dependencies so I could relax the bounds. It builds against lts-8.20 so I assume the optparse-applicative issues are resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..ffe0863f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,7 +2153,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 + - find-clumpiness - blosum # - convert-annotation # via cassava: bounds: vector - rank-product From 510b3e4614e468f5369c2cbd7a86dc298dc5ecaa Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 20:02:59 +0100 Subject: [PATCH 163/593] enable astro Added unit tests into astro-0.4.1.2 package: http://hackage.haskell.org/package/astro-0.4.1.2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..8b09a884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,8 +3120,8 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": [] - # - astro + "Alexander Ignatyev @alexander-ignatyev": + - astro # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c9c8818ed34d6e32c62a24cbe6bcedfe4615c2d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 22:11:49 +0200 Subject: [PATCH 164/593] Upper bound for #2617 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..43acf2db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 + # https://github.com/fpco/stackage/issues/2617 + - brick < 0.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 215cd34766acb98880c0a3199553914292a89234 Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Mon, 26 Jun 2017 17:32:25 -0400 Subject: [PATCH 165/593] Ignore revisions for `hjsonpointer`. I'm experimenting with the new `pvp-bounds: upper-revision` stack.yml feature. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..544a4135 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4039,5 +4039,6 @@ hide: # Experimental: packages where Hackage cabal file revisions should be ignored. # Always use the cabal file shipped with the sdist tarball instead. no-revisions: +- hjsonpointer - tls - mime-mail From 55abd8e73231df029c41c2351934cae4061e0190 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 22:42:10 +0100 Subject: [PATCH 166/593] add mltool Machine Learning Toolkit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..b76ef503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3122,6 +3122,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro + - mltool # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8526985196f73fbb89d496e8ada589166ca03f22 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 22:58:40 +0100 Subject: [PATCH 167/593] Sporadic test failures of mltool --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b76ef503..ec8d4783 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3553,6 +3553,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 55bde0baac98c02d18ccf2080d9bef1cffe8bc1c Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 26 Jun 2017 23:35:29 +0100 Subject: [PATCH 168/593] add arrowp-qq --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..e7b10321 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,6 +14,7 @@ packages: - hinterface "Jose Iborra @pepeiborra": + - arrowp-qq - clr-marshal - clr-host - threepenny-editors From ac310c9d8bf3c6535aedbf2814dc3e541b67071b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 13:35:55 +0200 Subject: [PATCH 169/593] hledger-iadd upper bound for #2617 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 544a4135..b4baa4b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3262,6 +3262,7 @@ packages: # https://github.com/fpco/stackage/issues/2617 - brick < 0.19 + - hledger-iadd < 1.2.2 # end of packages From e5db02fdb585ffc7b74cd3b8bcdcd8b75d324136 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 17:38:38 +0200 Subject: [PATCH 170/593] hjsonpointer upper bound for #2621 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47842f50..0798f7ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,6 +3266,9 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 + # https://github.com/fpco/stackage/issues/2621 + - hjsonpointer < 1.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3e8234d4ffc77923a64591c8f74db3ae0bfae805 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 18:13:24 +0200 Subject: [PATCH 171/593] Remove upper bounds and close #2621 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0798f7ef..47842f50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,9 +3266,6 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 - # https://github.com/fpco/stackage/issues/2621 - - hjsonpointer < 1.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 5537a34b72186e5fc4a62884c8a723ec2816ef3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 29 Jun 2017 15:05:33 +0200 Subject: [PATCH 172/593] lattices upper bound for #2586 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47842f50..c46bad9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,7 @@ packages: - QuickCheck < 2.10 - aeson-compat < 0.3.7 - binary-orphans < 0.1.7.0 + - lattices < 1.6.0 - quickcheck-instances < 0.3.13 - text-show < 3.6.2 - text-show-instances < 3.6.1 From 7edb63b9f1f381cf2ed092e9c5378c7379576e2e Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Thu, 29 Jun 2017 16:31:15 +0300 Subject: [PATCH 173/593] Add the 'fmt' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2e4b29a..f24cc4da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1985,6 +1985,7 @@ packages: - charsetdetect-ae - ilist - text-all + - fmt "Takano Akio tak@anoak.io @takano-akio": - fast-builder From 4b3f3c6ab00a06089c7296c7fb558b16405ac944 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Fri, 30 Jun 2017 12:13:55 +0200 Subject: [PATCH 174/593] add superrecord --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..5208f705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,6 +1027,7 @@ packages: - highjson - highjson-swagger - highjson-th + - superrecord "Joey Eremondi @JoeyEremondi": - aeson-pretty From 4727646a059e7c90665a90a06ed86a2baca9bd74 Mon Sep 17 00:00:00 2001 From: Florian Hofmann Date: Fri, 30 Jun 2017 15:21:00 +0200 Subject: [PATCH 175/593] added vector-mmap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3275684d..01073ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2483,6 +2483,7 @@ packages: "Florian Hofmann fho@f12n.de @fhaust": - vector-split + - vector-mmap # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 67c8d4a6a65e4d10ec3ab515dc0aaf3786209acd Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 1 Jul 2017 01:36:08 +0900 Subject: [PATCH 176/593] Add highlight package This PR adds the [highlight](https://hackage.haskell.org/package/highlight) package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..82b06257 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2036,6 +2036,7 @@ packages: - from-sum - hailgun - hailgun-simple + - highlight # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans From 466a41109a8b914cfa79f89be91f6895f9328d29 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sat, 1 Jul 2017 17:05:54 +0200 Subject: [PATCH 177/593] No benchmarks for superrecord Bookkeeper does not build atm --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5208f705..f4e62967 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3803,6 +3803,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 + - superrecord # Transitive outdated dependencies # These packages From d2a01f4785f62885beebad78f67fdee854fcc7f5 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sun, 2 Jul 2017 11:49:54 +0200 Subject: [PATCH 178/593] add fileplow --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4e62967..940deb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1028,6 +1028,7 @@ packages: - highjson-swagger - highjson-th - superrecord + - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty From 3180e004def7370bb3de696163bd25a66fe808a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 2 Jul 2017 23:13:13 +0200 Subject: [PATCH 179/593] upper bounds for #2584, #2586, #2628 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..32e1b48d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3233,10 +3233,12 @@ packages: # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 + - arithmoi < 0.5.0.1 # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 - aeson-compat < 0.3.7 + - arithmoi < 0.5.0.1 - binary-orphans < 0.1.7.0 - lattices < 1.6.0 - quickcheck-instances < 0.3.13 @@ -3262,6 +3264,13 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 + # https://github.com/fpco/stackage/issues/2628 + - hledger-lib < 1.3 + - hledger < 1.3 + - hledger-api < 1.3 + - hledger-ui < 1.3 + - hledger-web < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From b6fee0835d6ead5ba66771a64f20bdcc8b38d76c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 2 Jul 2017 23:14:56 +0200 Subject: [PATCH 180/593] Remove upper bound and close #2378 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32e1b48d..3a195957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,9 +3171,6 @@ packages: - tcp-streams-openssl < 1.0.0.0 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2378 - - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 From 19f99187bc90227a7664992572cfb225179b2e44 Mon Sep 17 00:00:00 2001 From: Pavol Klacansky Date: Mon, 3 Jul 2017 23:03:44 -0600 Subject: [PATCH 181/593] Add openexr-write --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b6a4b0..750b7346 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Pavol Klacansky @pavolzetor": + - openexr-write + "Bas van Dijk @basvandijk": [] # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 From 1c98981b9b5aaa2b0cb98c8538f36b3e2964fdd0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 4 Jul 2017 18:22:46 +0100 Subject: [PATCH 182/593] the dlist tests have quickcheck-instance constraints that are now breaking the build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b6a4b0..68c9b8c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3469,6 +3469,7 @@ skipped-tests: - system-filepath # QuickCheck 2.9 via chell-quickcheck - ghc-mod # hspec 2.4 - unordered-containers # via ChasingBottoms + - dlist # quickcheck-instances >= 0.3.15 && < 0.4 # Transitive outdated dependencies # These packages From 3c2a423219cd78357229f3c56f8fa650bb36fbcb Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 5 Jul 2017 23:55:18 +0100 Subject: [PATCH 183/593] protocol-buffers == 2.4.0 (#2631) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68c9b8c4..c59a0d4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,9 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 + # https://github.com/fpco/stackage/issues/2631 + - protocol-buffers == 2.4.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9e8e0a03dec76668af1160f00b3a1642130d9a3c Mon Sep 17 00:00:00 2001 From: David Johnson Date: Tue, 4 Jul 2017 13:23:28 -0700 Subject: [PATCH 184/593] Added miso --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68c9b8c4..8f3dfbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -198,6 +198,7 @@ packages: - once "David Johnson @dmjio": + - miso - envy - s3-signer # - google-translate # bounds: servant From c972287fa47fdd82b82ec1ed06cd7c663feb876c Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Fri, 7 Jul 2017 08:22:36 +1000 Subject: [PATCH 185/593] louispan: added data-diverse-lens --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 057f464b..56ef6c0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,6 +2967,7 @@ packages: - alternators - arrow-extras - data-diverse + - data-diverse-lens - disposable - ghcjs-base-stub - glaze From ed0564dc2d9a0a96a85c9afc0a071ec8bd17f815 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Fri, 7 Jul 2017 09:33:13 +0100 Subject: [PATCH 186/593] Adding hp2pretty and floatshow While I am not the maintainer for these packages, I have contacted the authors and made every effort to obtain their permission. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc459fcd..f8517d9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -20,6 +20,8 @@ packages: - arrowp-qq - clr-marshal - clr-host + - hp2pretty # With permission of Claude Heiland-Allend + - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 From c74620233f3b20f2b89372c87def2c6b78cde534 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 8 Jul 2017 11:59:53 +0100 Subject: [PATCH 187/593] unpin protocol-buffers, pin cryptonite, hashable; disable integer-logarithms tests --- build-constraints.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3dd0e63a..b26f2448 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,9 +3279,12 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2631 - - protocol-buffers == 2.4.0 - + # https://github.com/fpco/stackage/issues/2635 + - cryptonite < 0.24 + + # https://github.com/fpco/stackage/issues/2636 + - hashable < 1.2.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3546,6 +3549,9 @@ skipped-tests: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # waiting for QuickCheck == 2.10.* + - integer-logarithms + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 99530b5de344a72fcf5cfc2f82ea1c546d641f39 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Sat, 8 Jul 2017 11:43:15 -0400 Subject: [PATCH 188/593] add h2c --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..3b66e9cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: - astro - mltool + "Edward Amsden @eamsden": + - h2c + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From b0fc8efeba9f13db972a9035ffb67ac2599ed5df Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Sat, 8 Jul 2017 12:09:32 -0400 Subject: [PATCH 189/593] add bno055-haskell --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..86282061 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: - astro - mltool + "Edward Amsden @eamsden": + - bno055-haskell + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From af95fa8a656ec5ea5fc29ca6118924df32c8b445 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sun, 9 Jul 2017 17:54:12 +0900 Subject: [PATCH 190/593] add chatwork --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..00f956fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nobutada Matsubara @matsubara0507": + - chatwork + "Pavol Klacansky @pavolzetor": - openexr-write From ee32b6c35f9160d3a193073b84ff2951c8b93493 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 14:37:05 +0100 Subject: [PATCH 191/593] pin hoauth2 (#2640) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3285,6 +3285,9 @@ packages: # https://github.com/fpco/stackage/issues/2636 - hashable < 1.2.6.1 + # https://github.com/fpco/stackage/issues/2640 + - hoauth2 < 1.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 737282201fb8702c7301c2a9bebe37c3b89f0501 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:35:37 -0700 Subject: [PATCH 192/593] Test teardown fixture --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bc664f7..339b0f10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms From b88ae65e505bc8cac034d12d794777bf39b61711 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:48:52 -0700 Subject: [PATCH 193/593] Revert "Test teardown fixture" This reverts commit 737282201fb8702c7301c2a9bebe37c3b89f0501. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 339b0f10..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - # teardown # https://github.com/roman/Haskell-teardown/issues/1 + - teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms From 32ea4e1c387ceb94c045738b099adbc8ef27619f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:55:09 -0700 Subject: [PATCH 194/593] Test shikensu fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4f74dd8..447bd06a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3708,7 +3708,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - - shikensu # https://github.com/icidasset/shikensu/issues/5 + # shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From a06b3ec336db46861b8ef929727ae5542cf03b65 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:58:26 -0700 Subject: [PATCH 195/593] Revert "Test shikensu fix" This reverts commit 32ea4e1c387ceb94c045738b099adbc8ef27619f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 447bd06a..f4f74dd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3708,7 +3708,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - # shikensu # https://github.com/icidasset/shikensu/issues/5 + - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From a53ea066dcb4b16bb5c3ef65e4e39cffb31e35c8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 18:36:10 +0100 Subject: [PATCH 196/593] chatwork blocked on req-0.3.0 (#2641) --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4f74dd8..dc78fdcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,9 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Nobutada Matsubara @matsubara0507": - - chatwork - + "Nobutada Matsubara @matsubara0507": [] + # package temprarily removed as added while blocked on req-0.3.0; + # see https://github.com/fpco/stackage/issues/2641 + # - chatwork + "Pavol Klacansky @pavolzetor": - openexr-write From 0d74c4f4ded3660817779e023e2f2f033e50a60b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 20:19:26 +0100 Subject: [PATCH 197/593] h2c removed again (failing to compile C code - #2642) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc78fdcc..921bf4ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3143,7 +3143,8 @@ packages: - mltool "Edward Amsden @eamsden": - - h2c + # - h2c # freshly added package is missing headers: + # https://github.com/fpco/stackage/issues/2642 - bno055-haskell # If you stop maintaining a package you can move it here. From e8c24adece39c7d5fa22561675a2954ca1c0d075 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 22:59:16 +0100 Subject: [PATCH 198/593] disable bno055-haskell to prevent h2c being pulled in (#2642) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921bf4ba..8fbbec0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3142,10 +3142,10 @@ packages: - astro - mltool - "Edward Amsden @eamsden": + "Edward Amsden @eamsden": [] # - h2c # freshly added package is missing headers: # https://github.com/fpco/stackage/issues/2642 - - bno055-haskell + # - bno055-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 17188c32d92d3f476b234c74ba09b7792d5de364 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Mon, 10 Jul 2017 11:45:51 +0200 Subject: [PATCH 199/593] Added `plot-light` I am the author and maintainer ^_^ --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..c5ff2fc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -152,6 +152,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno + - plot-light "Joseph Canero @caneroj1": - sqlite-simple-errors From bcacb621f60f3fbae28589d67c3b7b18fd0c065c Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 10 Jul 2017 19:36:25 +0300 Subject: [PATCH 200/593] Add crypt-sha512 & splitmix --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..1b90075b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1229,6 +1229,7 @@ packages: - binary-orphans - binary-tagged - cabal-doctest + - crypt-sha512 - dlist-nonempty - edit-distance - functor-classes-compat @@ -1247,6 +1248,7 @@ packages: - servant-yaml - singleton-bool - spdx + - splitmix - tdigest - tdigest-Chart - these From db96dbce0ce9f737524463f7e0ecfaf51f660915 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 10 Jul 2017 17:00:46 -0700 Subject: [PATCH 201/593] Add constraint "rot13 < 0.2.0.0" per kvanberendonck/codec-rot13#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..4386d5b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,6 +3298,9 @@ packages: # https://github.com/fpco/stackage/issues/2640 - hoauth2 < 1.3.0 + # https://github.com/kvanberendonck/codec-rot13/issues/1 + - rot13 < 0.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3d0363f49947f2040ddf8c21859dc1bda7812b40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 11 Jul 2017 10:41:35 -0700 Subject: [PATCH 202/593] Remove constraint "rot13 < 0.2.0.0" --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03d4efbe..9f1f6637 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,9 +3301,6 @@ packages: # https://github.com/fpco/stackage/issues/2640 - hoauth2 < 1.3.0 - # https://github.com/kvanberendonck/codec-rot13/issues/1 - - rot13 < 0.2.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 4493cf94a3db70e645ff2be34c7d07d38b9e9ba1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 12 Jul 2017 07:54:01 -0700 Subject: [PATCH 203/593] Remove constraint "hoauth2 < 1.3.0", closes #2640 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f1f6637..cad401bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,9 +3298,6 @@ packages: # https://github.com/fpco/stackage/issues/2636 - hashable < 1.2.6.1 - # https://github.com/fpco/stackage/issues/2640 - - hoauth2 < 1.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 20973ca444203e0e4cf2d1713e6c51bc2806409f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 12 Jul 2017 12:13:00 -0700 Subject: [PATCH 204/593] Remove constraint "hashable < 1.2.6.1", closes #2636 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cad401bd..3db86342 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,9 +3295,6 @@ packages: # https://github.com/fpco/stackage/issues/2635 - cryptonite < 0.24 - # https://github.com/fpco/stackage/issues/2636 - - hashable < 1.2.6.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 37ee900bf32c315046d1777e466b4cc6f42bb734 Mon Sep 17 00:00:00 2001 From: Joseph Canero Date: Wed, 12 Jul 2017 18:56:16 -0400 Subject: [PATCH 205/593] add filter-logger --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3db86342..c6f5b600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -158,6 +158,7 @@ packages: - sqlite-simple-errors - median-stream - stm-supply + - filter-logger "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From f2d28c06d789f08ec688596dcc326ec743cfa2f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 13 Jul 2017 07:22:43 -0700 Subject: [PATCH 206/593] Add constraint "cron < 0.6" per #2646 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3db86342..10a1cbd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,6 +3295,9 @@ packages: # https://github.com/fpco/stackage/issues/2635 - cryptonite < 0.24 + # https://github.com/fpco/stackage/issues/2646 + - cron < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 16208ed03b9b67d42b0241a3425340b0fdbf7e37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 14 Jul 2017 05:33:08 +0300 Subject: [PATCH 207/593] Add unliftio-core and unliftio --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86c4da6d..36983b97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -305,6 +305,8 @@ packages: - pid1 - typed-process - say + - unliftio-core + - unliftio - fsnotify - hinotify From bcc803a542a85548567143d5566b7d7130cd1932 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:49:23 +0200 Subject: [PATCH 208/593] Add ALSA bindings --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36983b97..5f1dc32a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -48,6 +48,9 @@ packages: # - accelerate-fftw # via accelerate: bounds: base # - accelerate-fourier # via accelerate: bounds: base # - accelerate-utility # via accelerate: bounds: base + - alsa-core + - alsa-pcm + - alsa-seq - apportionment - audacity - bibtex From a2fb7d71703bd2a5af74a0e2f5d558de5d9357cf Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:49:47 +0200 Subject: [PATCH 209/593] Add JACK bindings --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f1dc32a..73d4ea0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -75,6 +75,7 @@ packages: - group-by-date - iff - interpolation + - jack - latex - lazyio - markov-chain diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8d22fa0a..edd97513 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -72,6 +72,7 @@ apt-get install -y \ libhidapi-dev \ libicu-dev \ libimlib2-dev \ + libjack-jackd2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From e30e64383b2c5caf471d3c8070eced192c6a702d Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:50:08 +0200 Subject: [PATCH 210/593] Add soxlib bindings --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73d4ea0c..e26bf1e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -93,6 +93,7 @@ packages: - set-cover - sound-collage - sox + - soxlib - split-record - spreadsheet - stm-split From 7795e1fc2cc312322f0019878a368e85b6b6e49f Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:50:23 +0200 Subject: [PATCH 211/593] Add med-module --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e26bf1e7..2376a18c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -82,6 +82,7 @@ packages: - midi - midi-music-box - mbox-utility + - med-module - non-empty - non-negative - numeric-prelude From 11cb79489e89b301b760b6490bc07ec13397ffa5 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:51:05 +0200 Subject: [PATCH 212/593] Remove storable-record from Niklas since I am the maintainer. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2376a18c..83f6be1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2034,7 +2034,6 @@ packages: - reinterpret-cast # As dependencies of packages above - attoparsec-binary - - storable-record "Brandon Martin @codedmart": - engine-io-wai From 2a695f07b2711af68bb0d07dc9d91f6889c53df4 Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 17 Jul 2017 16:20:08 +0900 Subject: [PATCH 213/593] added: yesod-form-bootstrap4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36983b97..0d8733c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,6 +3021,7 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep + - yesod-form-bootstrap4 - yesod-recaptcha2 "Andrei Barbu @abarbu": From 18f0012f8b33a0fc6a0914ca8f8b9071422893bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 18 Jul 2017 19:47:59 +0900 Subject: [PATCH 214/593] debian-bootstrap.sh: opencv build is breaking docker image (#2611) --- debian-bootstrap.sh | 50 --------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index edd97513..04edf9b8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -208,53 +208,3 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l #apt-add-repository multiverse \ # && apt-get update \ # && apt-get install -y libfdk-aac-dev - - -################################################################################ -# Install opencv. - -OPENCV_VERSION="3.2.0" - -apt-get install -y \ - cmake \ - pkg-config \ - libjpeg-dev \ - libtiff5-dev \ - libjasper-dev \ - libpng12-dev \ - libavcodec-dev \ - libavformat-dev \ - libswscale-dev \ - libxvidcore-dev \ - libx264-dev \ - libv4l-dev \ - liblapacke-dev \ - libgtk-3-dev \ - libopenblas-dev \ - libhdf5-dev \ - libtesseract-dev \ - libleptonica-dev \ - python3-dev \ - gfortran - -# Make a new directory -rm -rf /tmp/opencv-build -mkdir /tmp/opencv-build -cd /tmp/opencv-build - -# Download OpenCV -curl -L https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.tar.gz | tar xz -curl -L https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.tar.gz | tar xz - -cd opencv-${OPENCV_VERSION} -mkdir build -cd build -cmake -D CMAKE_BUILD_TYPE=RELEASE \ - -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules .. - -make -j - -make install - -################################################################################ From adfeac1200e4ef5c5efbd72c85fdeb3dda21a261 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Wed, 19 Jul 2017 14:05:16 +0900 Subject: [PATCH 215/593] added: papillon --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..eb1319b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2626,6 +2626,7 @@ packages: - Imlib - xturtle - gluturtle + - papillon "Jan Gerlinger @JanGe": - irc-dcc From 1bc67bb54eda08c90d8421bc11d257354a379d11 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Wed, 19 Jul 2017 08:19:08 -0400 Subject: [PATCH 216/593] re-enable h2c and bno055-haskell, and add libi2c-dev to debian-bootstrap.sh so h2c will build --- build-constraints.yaml | 5 ++--- debian-bootstrap.sh | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..1995934d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,8 @@ packages: - mltool "Edward Amsden @eamsden": [] - # - h2c # freshly added package is missing headers: - # https://github.com/fpco/stackage/issues/2642 - # - bno055-haskell + - h2c + - bno055-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 04edf9b8..a1fbb4cb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -70,6 +70,7 @@ apt-get install -y \ libgtk2.0-dev \ libgtksourceview-3.0-dev \ libhidapi-dev \ + libi2c-dev \ libicu-dev \ libimlib2-dev \ libjack-jackd2-dev \ From ac190970dfda67ca83a001603ecc7115f64e34d1 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 19 Jul 2017 20:27:57 +0200 Subject: [PATCH 217/593] Change ghc-exactprint maintainer to @alanz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..9fdb7874 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,6 +352,7 @@ packages: - profiterole "Alan Zimmerman @alanz": + - ghc-exactprint - hjsmin - language-javascript - Strafunski-StrategyLib @@ -1959,7 +1960,6 @@ packages: "Matthew Pickering @mpickering": - refact # - servant-pandoc # bounds: pandoc-types, servant-docs - - ghc-exactprint # - apply-refact # "Andrew Gibiansky @gibiansky": From ddda04a71ee1665eba92054114c1b632568aa0ec Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 19 Jul 2017 20:28:40 +0200 Subject: [PATCH 218/593] Add haskell-lsp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fdb7874..a292517e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -353,6 +353,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint + - haskell-lsp - hjsmin - language-javascript - Strafunski-StrategyLib From ee755a11ce9e98d5f6d3505eea95030db9e73459 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Wed, 19 Jul 2017 19:46:19 -0400 Subject: [PATCH 219/593] Fix yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1995934d..ed702c0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,7 @@ packages: - astro - mltool - "Edward Amsden @eamsden": [] + "Edward Amsden @eamsden": - h2c - bno055-haskell From 55848ee2a56ef9b155284d8b0602a06bcc863a0d Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Thu, 20 Jul 2017 12:27:59 +1000 Subject: [PATCH 220/593] Add hedgehog, hedgehog-quickcheck --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..e5e3d341 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jacob Stanley @jystic": + - hedgehog + - hedgehog-quickcheck + "Nobutada Matsubara @matsubara0507": [] # package temprarily removed as added while blocked on req-0.3.0; # see https://github.com/fpco/stackage/issues/2641 From 726ec7573e6f66895a8adea94b03734920fd2338 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 14:40:49 +0900 Subject: [PATCH 221/593] vty < 5.16 (#2654) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28bd1f78..a92eea3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,8 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 + # https://github.com/fpco/stackage/issues/2654 + - vty < 5.16 # end of packages # Package flags are applied to individual packages, and override the values of From 9c9d052798cd277dab76c6b00aa0e2d6b2198cfd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 14:43:39 +0900 Subject: [PATCH 222/593] drop hint < 0.7 (#2577) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a92eea3b..b446ba3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,9 +3260,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2577 - - hint < 0.7 - # https://github.com/fpco/stackage/issues/2583 - path < 0.6 From 80367e4b48452db89c7380e300473d3d866314e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:02:29 +0900 Subject: [PATCH 223/593] Revert "vty < 5.16 (#2654)" This reverts commit 726ec7573e6f66895a8adea94b03734920fd2338. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b446ba3a..7bb0c291 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,8 +3309,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/fpco/stackage/issues/2654 - - vty < 5.16 # end of packages # Package flags are applied to individual packages, and override the values of From 3fd5172699750e036b0b71e456b80962742de278 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:08:08 +0900 Subject: [PATCH 224/593] camfort failing to build (camfort/camfort#102) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb0c291..ce2ac7f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,7 +2802,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - camfort + # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation # - fortran-src # OOM https://github.com/fpco/stackage/issues/2232 # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 From ba6336055c5f062549f93493caacf7b5a0bf981b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:13:03 +0900 Subject: [PATCH 225/593] language-puppet-1.3.8 haddock failing (bartavelle/language-puppet#208) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2ac7f3..ec696345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,6 +3309,8 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 + # https://github.com/bartavelle/language-puppet/issues/208 + - language-puppet < 1.3.8 # end of packages # Package flags are applied to individual packages, and override the values of From 0da69cd3c456dc7d73a019c27d5dd22f87ae6faa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:17:07 +0900 Subject: [PATCH 226/593] haskell-lsp haddock failing (#2652) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec696345..365120d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,7 +357,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - - haskell-lsp + # - haskell-lsp # https://github.com/fpco/stackage/pull/2652 - hjsmin - language-javascript - Strafunski-StrategyLib From 188db36a46f3eb4d10e5d22eca3d90bc541a0916 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:27:47 +0900 Subject: [PATCH 227/593] sbv < 7.0 (LeventErkok/sbv#315) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 365120d6..4f077bcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,9 @@ packages: # https://github.com/bartavelle/language-puppet/issues/208 - language-puppet < 1.3.8 + + # https://github.com/LeventErkok/sbv/issues/315 + - sbv < 7.0 # end of packages # Package flags are applied to individual packages, and override the values of From 728f05a76c44093dde41723ec63976820584fbaf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:29:45 +0900 Subject: [PATCH 228/593] allow haskell-lsp haddocks to fail (#2652) This reverts commit 0da69cd3c456dc7d73a019c27d5dd22f87ae6faa. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f077bcc..5ff1b4a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,7 +357,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - # - haskell-lsp # https://github.com/fpco/stackage/pull/2652 + - haskell-lsp - hjsmin - language-javascript - Strafunski-StrategyLib @@ -3841,7 +3841,8 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - + # https://github.com/fpco/stackage/pull/2652 + - haskell-lsp # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 5d3301d1ba930fc1e897ba7538470688864abf22 Mon Sep 17 00:00:00 2001 From: aiya000 Date: Sat, 22 Jul 2017 21:43:41 +0900 Subject: [PATCH 229/593] Add snowtify --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ff1b4a4..5cc7ee23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,6 +2992,7 @@ packages: "aiya000 @aiya000": - stack-type - throwable-exceptions + - snowtify "Mitsutoshi Aoe @maoe": - sensu-run From 0ce707d4da7a3b2a243b9c4356dcf9aaa7e9082e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:13:40 +0800 Subject: [PATCH 230/593] Revert "language-puppet-1.3.8 haddock failing (bartavelle/language-puppet#208)" This reverts commit ba6336055c5f062549f93493caacf7b5a0bf981b. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cc7ee23..b570bef6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3310,9 +3310,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/bartavelle/language-puppet/issues/208 - - language-puppet < 1.3.8 - # https://github.com/LeventErkok/sbv/issues/315 - sbv < 7.0 # end of packages From ad7507756cc7641ba176a0d0e1d2036528c817af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:18:21 +0800 Subject: [PATCH 231/593] happstack-server < 7.5.0 (#2656) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b570bef6..3efe84bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,9 @@ packages: # https://github.com/LeventErkok/sbv/issues/315 - sbv < 7.0 + + # https://github.com/fpco/stackage/issues/2656 + - happstack-server < 7.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5b45a7616af7991fcaff18d940dc36c84b006ed0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:20:44 +0800 Subject: [PATCH 232/593] x509 < 1.7 (#2657) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3efe84bb..6f091a31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + + # https://github.com/fpco/stackage/issues/2657 + - x509 < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From 65ed450f780cf6a71f91c49708953fe564a2f106 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:27:08 +0800 Subject: [PATCH 233/593] x509-validation-1.6.8 testsuite needs x509-1.7.1 (#2657) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f091a31..5505606c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,7 @@ packages: # https://github.com/fpco/stackage/issues/2657 - x509 < 1.7 + - x509-validation < 1.6.8 # end of packages # Package flags are applied to individual packages, and override the values of From d3c3f2e800b2dac86f1aa77ea204f008a8e97fdc Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sun, 23 Jul 2017 13:29:33 +1000 Subject: [PATCH 234/593] adding tonyday56 packages --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ff1b4a4..43c2c729 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2894,8 +2894,10 @@ packages: - HDBC-mysql "Tony Day @tonyday567": - [] - # - chart-unit # via random-fu: via log-domain: via safecopy: bounds: vector + - numhask + - numhask-range + - chart-unit + - perf "Iphigenia Df @iphydf": - data-msgpack From 9e8f1933401c516abf747e47a126e47b0847e485 Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sun, 23 Jul 2017 15:13:30 +1000 Subject: [PATCH 235/593] add online package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43c2c729..d920f4fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2898,6 +2898,7 @@ packages: - numhask-range - chart-unit - perf + - online "Iphigenia Df @iphydf": - data-msgpack From 1e717e9e48a4c6ff408af61e2ecdf92c3d626cb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:13:00 +0800 Subject: [PATCH 236/593] Revert "x509 < 1.7 (#2657)" This reverts commit 5b45a7616af7991fcaff18d940dc36c84b006ed0. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8d3ddd5..b9f1e6cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,10 +3318,6 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 - - # https://github.com/fpco/stackage/issues/2657 - - x509 < 1.7 - - x509-validation < 1.6.8 # end of packages # Package flags are applied to individual packages, and override the values of From b8ddaa3619a0a1309e6e248ad020c53a574f19e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:31:24 +0800 Subject: [PATCH 237/593] Revert "sbv < 7.0 (LeventErkok/sbv#315)" and let testsuite fail sbv-7 requires z3-4.5+ --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9f1e6cf..3f55807f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3313,9 +3313,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/LeventErkok/sbv/issues/315 - - sbv < 7.0 - # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 # end of packages @@ -3684,6 +3681,7 @@ expected-test-failures: - rethinkdb - rethinkdb-client-driver - riak + - sbv # needs z3 >= 4.5 (Xenial has 4.4) - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages From 759687d731f0f5cf1c7bde7853daf30bc77e3865 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:36:35 +0800 Subject: [PATCH 238/593] haddock-library < 1.4.4 (#2659) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f55807f..222ce41d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + + # https://github.com/fpco/stackage/issues/2659 + - haddock-library < 1.4.4 # end of packages # Package flags are applied to individual packages, and override the values of From 3a97b2dcd05458e4f9545bb17e7c9d2ba5e8cd83 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:39:22 +0800 Subject: [PATCH 239/593] haddock-api-2.18.1 also requires Cabal 2.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ce41d..cc97af47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,7 @@ packages: # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 + - haddock-api < 2.18.1 # end of packages # Package flags are applied to individual packages, and override the values of From 728a6438e745e214f5fb1700c992677e6352088f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:43:21 +0800 Subject: [PATCH 240/593] haddock-2.18.1 needs Cabal 2.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc97af47..ca6f20fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3319,6 +3319,7 @@ packages: # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 - haddock-api < 2.18.1 + - haddock < 2.18.1 # end of packages # Package flags are applied to individual packages, and override the values of From a55028994c7cde225869e385f8fbda7ed8eb9efc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:48:46 +0800 Subject: [PATCH 241/593] add ghc-8.2.1 library upper bounds (#2659) --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca6f20fd..fd6f5a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,10 +3316,16 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + # ghc-8.2.1 # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 - haddock-api < 2.18.1 - haddock < 2.18.1 + - Cabal < 2.0.0.2 + - base < 4.9.1.0 + - binary < 0.8.3.0 + - containers < 0.5.7.1 + - template-haskell < 2.11.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From 620a2032fa99ad01ddd312b3f25f6672db19f050 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 10:58:57 +0800 Subject: [PATCH 242/593] fix ghc-8.2.1 library bounds (#2659) --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd6f5a8f..05a88a29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,10 +3322,9 @@ packages: - haddock-api < 2.18.1 - haddock < 2.18.1 - Cabal < 2.0.0.2 - - base < 4.9.1.0 - - binary < 0.8.3.0 - - containers < 0.5.7.1 - - template-haskell < 2.11.1.0 + - base-noprelude < 4.10.0.0 + - rattletrap < 2.5.1 + - inline-c < 0.6.0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 6d9d4af2e98601c4c8b390190d77ab200f37014e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:01:55 +0800 Subject: [PATCH 243/593] inline-c < 0.6.0.1 (#2659) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05a88a29..313dbeea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - - inline-c < 0.6.0.2 + - inline-c < 0.6.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From 0134276c9365c1c6e03bf1cf04b38bafdb4812a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:09:06 +0800 Subject: [PATCH 244/593] inline-c-cpp < 0.2.0.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 313dbeea..27490d9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3325,6 +3325,7 @@ packages: - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - inline-c < 0.6.0.1 + - inline-c-cpp < 0.2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From e4ee0e74ea7b6c7d58b6e1e7493c1a718cfef07f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:11:29 +0800 Subject: [PATCH 245/593] inline-c < 0.6.0.0 (#2659) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27490d9d..620efdd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - - inline-c < 0.6.0.1 + - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 # end of packages From afb988f616caa4e3153ac34560b59d4670bbd4ae Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 23 Jul 2017 23:27:04 -0400 Subject: [PATCH 246/593] Add composable-associations and composable-associations-aeson --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620efdd9..a21e9881 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,8 @@ packages: "Sam Protas @SamProtas": - triplesec + - composable-associations + - composable-associations-aeson "Anton Ekblad @valderman": - selda From 7c4958acaf40358beea30be4f04c56e9cf098019 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 00:49:05 +0800 Subject: [PATCH 247/593] servant-docs < 0.11 (#2661) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620efdd9..0e2f61c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3326,6 +3326,10 @@ packages: - rattletrap < 2.5.1 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 + - packdeps < 0.4.4 + + # https://github.com/fpco/stackage/issues/2661 + - servant-docs < 0.11 # end of packages # Package flags are applied to individual packages, and override the values of From 846ba45db963aaf516db6cabdff4babd9eca0c24 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 00:54:46 +0800 Subject: [PATCH 248/593] aeson-extra-0.4.1.0 needs these-0.74+ (#2586) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e2f61c1..41099298 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,7 @@ packages: - text-show < 3.6.2 - text-show-instances < 3.6.1 - these < 0.7.4 + - aeson-extra < 0.4.1.0 # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 From ea84f35bab29c1660f2df80c194f672a12ccf263 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 12:44:56 +0800 Subject: [PATCH 249/593] tls testsuite started failing to build (vincenthz/hs-tls#247) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41099298..dfe5c99a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3758,6 +3758,7 @@ expected-test-failures: - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - text-show # https://github.com/fpco/stackage/issues/2436 - thyme # https://github.com/liyang/thyme/issues/50 + - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 From b379ecb81f28aba85a49c6b3b8c383d62b24430f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 12:57:02 +0800 Subject: [PATCH 250/593] tcp-streams and tcp-streams-openssl testsuite failing (didi-FP/tcp-streams#5) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfe5c99a..98692a0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,8 +3794,10 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both + - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 + - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From 32a01aa297b5663dcbfcc3a7bd8fe5b6a3701ec2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 13:02:28 +0800 Subject: [PATCH 251/593] tls benchmarks also failing to compile (vincenthz/hs-tls#247) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98692a0b..52a5b002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,9 +3820,10 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - thyme # https://github.com/liyang/thyme/issues/50 - - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + - thyme # https://github.com/liyang/thyme/issues/50 + - tls # https://github.com/vincenthz/hs-tls/issues/247 + - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 From 4fca4bf67bded2a53d6174cf860c891182853b66 Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 25 Jul 2017 16:35:19 +1000 Subject: [PATCH 252/593] servant-pandoc now maintained by @ivan-m --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..1bfbc326 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1964,7 +1964,6 @@ packages: "Matthew Pickering @mpickering": - refact - # - servant-pandoc # bounds: pandoc-types, servant-docs # - apply-refact # "Andrew Gibiansky @gibiansky": @@ -2148,6 +2147,7 @@ packages: - fgl-arbitrary - graphviz - wl-pprint-text + - servant-pandoc "Sharif Olorin @olorin": - quickcheck-text From a7e6fe75fa8bdc3ea0ec90b572aedd3ba8069cfb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:21:22 +0300 Subject: [PATCH 253/593] Block packages and close #2037 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..afba5ad8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2442,7 +2442,7 @@ packages: - file-modules - frontmatter - read-editor - - hspec-setup + # - hspec-setup # bounds: haskell-src-exts # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time @@ -3102,17 +3102,17 @@ packages: - lens-labels - proto-lens - proto-lens-descriptors - - proto-lens-protoc - - proto-lens-combinators + # - proto-lens-protoc # bounds: haskell-src-exts + # - proto-lens-combinators # bounds: proto-lens-protoc - proto-lens-arbitrary - proto-lens-optparse - - proto-lens-protobuf-types - - tensorflow - - tensorflow-core-ops - - tensorflow-opgen - - tensorflow-ops - - tensorflow-proto - - tensorflow-test + # - proto-lens-protobuf-types # bounds: proto-lens-protoc + # - tensorflow # bounds: proto-lens-protoc + # - tensorflow-core-ops # bounds: tensorflow + # - tensorflow-opgen # bounds: tensorflow + # - tensorflow-ops # bounds: tensorflow + # - tensorflow-proto # bounds: proto-lens-protoc + # - tensorflow-test # bounds: tensorflow "Christof Schramm ": - mnist-idx @@ -3196,9 +3196,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2037 - - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 From 64d1b40343c9d058796205c5f8bdba113218bffb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:29:36 +0300 Subject: [PATCH 254/593] Block packages and close #2317 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afba5ad8..12b3a331 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -373,9 +373,9 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - - hakyll + # - hakyll # bounds: skylighting - stylish-haskell - - patat + # - patat # bounds: skylighting - profiteur - psqueues - websockets @@ -576,8 +576,8 @@ packages: "Brent Yorgey @byorgey": - active - - BlogLiterately - - BlogLiterately-diagrams + # - BlogLiterately # bounds: skylighting + # - BlogLiterately-diagrams # bounds: skylighting - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -1673,8 +1673,8 @@ packages: - poly-arity - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # bounds: skylighting + # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage - composition-extra @@ -2076,7 +2076,7 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - - yesod-markdown + # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2532,8 +2532,8 @@ packages: - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - - pandoc - - pandoc-citeproc + # - pandoc # bounds: skylighting + # - pandoc-citeproc # bounds: skylighting "Karun Ramakrishnan @karun012": - doctest-discover @@ -2541,7 +2541,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu - - hakyll-favicon + # - hakyll-favicon # bounds: skylighting # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base @@ -3199,9 +3199,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2317 - - skylighting < 0.2 - # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 From 59585bab0889f674e73320e7d7a4560af4e9aab6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:29:46 +0300 Subject: [PATCH 255/593] Comment: waiting for GHC 8.2.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12b3a331..d407752c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,7 +3197,7 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2127 - - leapseconds-announced < 2017.0.0.1 + - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 From 13252b7875b2843d3c0f5c9bb114449e19ebecbb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:33:32 +0300 Subject: [PATCH 256/593] Block packages and close #2329 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d407752c..af7fd94e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2268,9 +2268,9 @@ packages: # - distributed-process-simplelocalnet # via: distributed-process - distributed-static - network-transport - - network-transport-tcp - - network-transport-inmemory - - network-transport-composed + # - network-transport-tcp # bounds: network-transport + # - network-transport-inmemory # bounds: network-transport + # - network-transport-composed # bounds: network-transport - rank1dynamic # "Alexander Vershilov @qnikst": @@ -3199,9 +3199,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2329 - - network-transport < 0.5 - # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 From 6b4168d4a7b2b3b8f6b590792f7ce770cf4b321a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:36:36 +0300 Subject: [PATCH 257/593] Block packages and close #2334 --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af7fd94e..41231893 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -183,8 +183,8 @@ packages: - binary-parsers - binary-ieee754 - word24 - - mysql-haskell - - mysql-haskell-openssl + # - mysql-haskell # bounds: memory + # - mysql-haskell-openssl # bounds: tcp-streams - data-has "Harendra Kumar @harendra-kumar": @@ -3118,7 +3118,8 @@ packages: - mnist-idx "Naushadh @naushadh": - - persistent-mysql-haskell + [] + # - persistent-mysql-haskell # bounds: tcp-streams "Moritz Schulte @mtesseract": - async-refresh @@ -3199,11 +3200,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2334 - - tcp-streams < 1.0.0.0 - - tcp-streams-openssl < 1.0.0.0 - - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 From 744f5c284345b35e2c05f7b0062f5bef082a2dd7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:39:11 +0300 Subject: [PATCH 258/593] Remove upper bound and close #2400 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41231893..717adf5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,9 +3203,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2400 - - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 From 51bcb400bde33a018782691cddfdfbb741d32604 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:40:28 +0300 Subject: [PATCH 259/593] Block packages and close #2594 --- build-constraints.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 717adf5c..24dd7523 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,7 +35,8 @@ packages: - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - - discord-hs + [] + # - discord-hs # bouns: req "Roman Gonzalez @roman": - etc @@ -3270,10 +3271,6 @@ packages: # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 - # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 # also remove from expected-test-failure - - req-conduit < 0.2.0 # because of above - # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 @@ -3773,7 +3770,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 From 22fc11509ac6afd102c3e31d4d200490c559f831 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:46:26 +0300 Subject: [PATCH 260/593] Block packages and close #2529 --- build-constraints.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24dd7523..78c900e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,7 +1107,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - - hsdev + # - hsdev # bounds: mmorph - simple-log - text-region @@ -1627,7 +1627,7 @@ packages: - pipes-mongodb # via mongoDB - servant-elm - skeletons - - streaming-wai + # - streaming-wai # bounds: mmorph # "Smirnov Alexey @chemist": # - snmp # bounds: ghc, base @@ -1715,9 +1715,9 @@ packages: - lens-simple - lens-family-core - lens-family - - streaming - - streaming-bytestring - - streaming-utils + # - streaming # bounds: mmorph + # - streaming-bytestring # bounds: mmorph + # - streaming-utils # bounds: mmorph "Justin Le @mstksg": - auto @@ -1781,8 +1781,8 @@ packages: - inline-r - jni - jvm - - sparkle - - streaming-binary + # - sparkle # bounds: mmorph + # - streaming-binary # bounds: mmorph - th-lift "Christopher Reichert @creichert": @@ -2295,8 +2295,9 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": + [] # - riak # bounds: aeson - - airship + # - airship # bounds: mmorph "Yuras Shumovich @Yuras": - pdf-toolbox-core @@ -3219,9 +3220,6 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 - # https://github.com/fpco/stackage/issues/2529 - - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 From 7595cea8b5aa68d5169076183e1b36046a783f30 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:48:37 +0300 Subject: [PATCH 261/593] Remove upper bound and close #2555 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78c900e2..29c0ee8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,9 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 - # https://github.com/fpco/stackage/issues/2555 - - streaming-commons < 0.1.18 - # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 - th-desugar < 1.7 From 67bc4bb90fccdc6e9e0a42d73add629ef6cfc7e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:49:26 +0300 Subject: [PATCH 262/593] Block packages and close #2550 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c0ee8c..3d121522 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2879,7 +2879,7 @@ packages: - vector-mmap "Alex Mason @Axman6": - - foldl-statistics + # - foldl-statistics # bounds: foldl - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": @@ -3225,9 +3225,6 @@ packages: - statistics < 0.14 - thread-local-storage < 0.1.2 - # https://github.com/fpco/stackage/issues/2550 - - foldl < 1.3.0 - # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 - th-desugar < 1.7 From 8a86eef052e5ef2ca90e2412fe81c005f372c462 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:52:31 +0300 Subject: [PATCH 263/593] Block package and close #2559 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d121522..67cefbcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,7 +1892,7 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - - hapistrano + # - hapistrano # bounds: path-io - inflections - twitter-feed # - cassava-megaparsec # via cassava: bounds: vector @@ -3229,9 +3229,6 @@ packages: - singletons < 2.3 - th-desugar < 1.7 - # https://github.com/fpco/stackage/issues/2559 - - path-io < 1.3 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 From 3fada7141f8781057f7be49dba9f4fc1ba91e342 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 25 Jul 2017 17:29:36 +0200 Subject: [PATCH 264/593] Block darcs (graphviz < 2999.19) and close #2487 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67cefbcd..d03b09f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -893,7 +893,7 @@ packages: - uri-encode "Simon Michael @simonmichael": - - darcs + # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - hledger-ui @@ -3214,9 +3214,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2487 - - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From 5d50125912f3cf637f6c6a1bd12da8d789418322 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 25 Jul 2017 17:34:10 +0200 Subject: [PATCH 265/593] Block irc-dcc and xdcc (path<0.6) and close #2583 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d03b09f9..aa6be900 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,8 +2636,9 @@ packages: - papillon "Jan Gerlinger @JanGe": - - irc-dcc - - xdcc + [] + # - irc-dcc # bounds: path + # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-bits @@ -3235,9 +3236,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2583 - - path < 0.6 - # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 - arithmoi < 0.5.0.1 From 5cdd7df62943ae662a2433b3385dd6669928ebd1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Jul 2017 13:12:40 -0700 Subject: [PATCH 266/593] Skip various test suites per doctest 0.12 --- build-constraints.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6be900..70bb26f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,6 +3444,36 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + # doctest 0.12 + - ad + - attoparsec-time + - bits + - bound + - bytes + - cgi + - clash-prelude + - comonad + - distributive + - email-validate + - flow + - genvalidity-property + - hasmin + - http-api-data + - intervals + - lens + - lens-aeson + - linear + - linear-accelerate + - log-domain + - makefile + - pipes-group + - prettyprinter + - semigroupoids + - servant-ruby + - servant-swagger + - tdigest + - turtle + - zippers # # HUnit 1.5 - GLFW-b - Glob From d028cf4c82f223a951276c6d52ec9cf600c079e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:45:51 +0300 Subject: [PATCH 267/593] Block packages and close #2586 --- build-constraints.yaml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70bb26f1..58b99aff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2146,7 +2146,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - - fgl-arbitrary + # - fgl-arbitrary # bouns: QuickCheck - graphviz - wl-pprint-text @@ -3240,18 +3240,6 @@ packages: - tasty-quickcheck < 0.9 - arithmoi < 0.5.0.1 - # https://github.com/fpco/stackage/issues/2586 - - QuickCheck < 2.10 - - aeson-compat < 0.3.7 - - arithmoi < 0.5.0.1 - - binary-orphans < 0.1.7.0 - - lattices < 1.6.0 - - quickcheck-instances < 0.3.13 - - text-show < 3.6.2 - - text-show-instances < 3.6.1 - - these < 0.7.4 - - aeson-extra < 0.4.1.0 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 @@ -3456,7 +3444,7 @@ skipped-tests: - distributive - email-validate - flow - - genvalidity-property + # - genvalidity-property # bounds: QuickCheck - hasmin - http-api-data - intervals @@ -3590,8 +3578,22 @@ skipped-tests: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # waiting for QuickCheck == 2.10.* - - integer-logarithms + # QuickCheck 2.10 + - arithmoi + - blaze-html + - blaze-markup + - cassava-conduit + - edit-distance + - http-media + - morte + - printcess + - retry + - superbuffer + - unbound + - vector + - wai-middleware-rollbar + - websockets + - path # end of skipped-tests From 05337c0aed075d46bebba40a4c98e5b882caf76d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:50:15 +0300 Subject: [PATCH 268/593] Block packages and close #2449 --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b99aff..67ac5485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1042,7 +1042,7 @@ packages: - users-test - validate-input - ignore - - elm-bridge + # - elm-bridge # bounds: aeson # digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl @@ -1137,7 +1137,7 @@ packages: - cabal-rpm - stackage-query # - cabal-sort # BLOCKED directory 1.3 - - idris + # - idris # bounds aeson - libffi - xmonad-contrib - shelly @@ -2372,7 +2372,7 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # - eventstore # bounds: aeson - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": @@ -2552,10 +2552,10 @@ packages: - string-conv - rng-utils - rotating-log - - ua-parser + # - ua-parser # bounds aeson - hs-GeoIP - retry - - katip + # - katip # bounds aeson # - katip-elasticsearch # via bloodhound: bounds: vector "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -3206,9 +3206,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2449 - - aeson < 1.2.0.0 - # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 @@ -3594,6 +3591,7 @@ skipped-tests: - wai-middleware-rollbar - websockets - path + - aeson # end of skipped-tests From fa09d6647d1fe74f8bc3c915a42fc346174d7ea0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:53:14 +0300 Subject: [PATCH 269/593] Skip test and close #2393 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67ac5485..1efb287d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,9 +3203,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2393 - - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 @@ -3593,6 +3590,9 @@ skipped-tests: - path - aeson + # HUnit 1.6 + - terminal-progress-bar + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 35e175755ce9f22d93a346b851b89875bf2e85cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:57:09 +0300 Subject: [PATCH 270/593] Block packages and close #2451 --- build-constraints.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1efb287d..78945bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2042,7 +2042,7 @@ packages: - attoparsec-binary "Brandon Martin @codedmart": - - engine-io-wai + # - engine-io-wai # bounds websockets - rethinkdb "Michael Walker @barrucadu": @@ -2987,7 +2987,7 @@ packages: - haskell-tools-rewrite - haskell-tools-prettyprint - haskell-tools-refactor - - haskell-tools-demo + # - haskell-tools-demo # bounds: websockets - haskell-tools-cli - haskell-tools-daemon - haskell-tools-debug @@ -3203,12 +3203,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2451 - - websockets < 0.11.0.0 - - servant-subscriber < 0.6.0.1 - - websockets-simple < 0.0.2.1 - - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From 95b76a92ce9ab9356db35f4fadb759210f379210 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:11:06 +0300 Subject: [PATCH 271/593] Skip benchmarks and close #2604 --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78945bfc..85094563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3204,12 +3204,7 @@ packages: - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2528 - - concurrent-output < 1.10.0 - - # https://github.com/fpco/stackage/issues/2604 - - criterion < 1.2 - - statistics < 0.14 - - thread-local-storage < 0.1.2 + - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 @@ -3924,6 +3919,12 @@ skipped-benchmarks: - graphviz - wl-pprint-text + # criterion 1.2 + - binary-parsers + - cryptohash-sha512 + - ed25519 + - unordered-containers + # end of skipped-benchmarks From 628f132215aba477edada4f82a6bcfabab819338 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:23:21 +0300 Subject: [PATCH 272/593] Skip tests and close #2562 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85094563..4bba6a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3207,12 +3207,9 @@ packages: - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2557 - - singletons < 2.3 + - singletons < 2.3 # Wait for GHC 8.2.1 - th-desugar < 1.7 - # https://github.com/fpco/stackage/issues/2562 - - trifecta < 1.7 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 @@ -3427,6 +3424,7 @@ skipped-tests: - distributive - email-validate - flow + - trifecta # - genvalidity-property # bounds: QuickCheck - hasmin - http-api-data From 92ccd3e5634a73a59b9e61f1f9516879dd61050b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:44:26 +0300 Subject: [PATCH 273/593] Skip tests and close #2584 --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bba6a50..5fe51c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3216,10 +3216,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2584 - - tasty-quickcheck < 0.9 - - arithmoi < 0.5.0.1 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 @@ -3560,7 +3556,6 @@ skipped-tests: - teardown # https://github.com/roman/Haskell-teardown/issues/1 # QuickCheck 2.10 - - arithmoi - blaze-html - blaze-markup - cassava-conduit @@ -3580,6 +3575,14 @@ skipped-tests: # HUnit 1.6 - terminal-progress-bar + # tasty-quickcheck 0.9 + - binary-parser + - cryptohash-sha512 + - diagrams-solve + - tar + - vector-builder + - zlib + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 8722db491c677f076a7bdc8826ea19299ea1d7f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:55:03 +0300 Subject: [PATCH 274/593] Block packages and close #2569 --- build-constraints.yaml | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fe51c9b..98f25a28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,8 +155,8 @@ packages: "Luke Murphy @lwm": - tasty-discover - - lentil - - packunused + # - lentil # bounds: optparse-applicative + # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - sparse-linear-algebra @@ -579,17 +579,17 @@ packages: - active # - BlogLiterately # bounds: skylighting # - BlogLiterately-diagrams # bounds: skylighting - - diagrams + # - diagrams # bounds: optparse-applicative - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo # bounds: vector + # - diagrams-cairo # bounds: optparse-applicative - diagrams-contrib - diagrams-core - - diagrams-gtk + # - diagrams-gtk # bounds: optparse-applicative - diagrams-lib - diagrams-postscript - - diagrams-rasterific - - diagrams-svg + # - diagrams-rasterific # bounds: optparse-applicative + # - diagrams-svg # bounds: optparse-applicative - dual-tree - force-layout - haxr @@ -1191,10 +1191,10 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - - diagrams-canvas - - diagrams-rasterific + # - diagrams-canvas # bounds: optparse-applicative + # - diagrams-rasterific # bounds: optparse-applicative - lucid-svg - - diagrams-html5 + # - diagrams-html5 # bounds: optparse-applicative - static-canvas - svg-builder @@ -1267,7 +1267,7 @@ packages: - spdx - splitmix - tdigest - - tdigest-Chart + # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - waitra @@ -1549,7 +1549,7 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - - resolve-trivial-conflicts + # - resolve-trivial-conflicts # bounds: optparse-applicative - wl-pprint # not a maintainer - hxt-curl @@ -2562,7 +2562,7 @@ packages: - tuple - OneTuple - SVGFonts - - Chart-diagrams + # - Chart-diagrams # bounds optparse-applicative # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2899,8 +2899,8 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - - chart-unit - - perf + # - chart-unit # bounds optparse-applicative + # - perf # bounds optparse-applicative - online "Iphigenia Df @iphydf": @@ -2917,7 +2917,7 @@ packages: - clock-extras - next-ref - tmp-postgres - - postgresql-simple-opts + # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact - hspec-pg-transact - postgresql-simple-queue @@ -3213,9 +3213,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2569 - - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 From 5f75d150db2340ed4e103829f0bfefbbbbd416ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:55:11 +0300 Subject: [PATCH 275/593] Add flag to mintty for Windows --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98f25a28..6d377a16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3349,6 +3349,9 @@ package-flags: time_1_6_and_1_7: true time_pre_1_6: false + mintty: + win32-2-5: false + # end of package-flags # Special configure options for individual packages From f316e6bee0823eee1e44e25ad8e49e46609b078a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:58:08 +0300 Subject: [PATCH 276/593] Block package and close #2587 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d377a16..71a993bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -927,8 +927,9 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": + [] # - ghc-mod # bounds: syb - - cabal-helper + # - cabal-helper # bounds: extra "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -3213,9 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2587 - - extra < 1.6 - # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 From 523d266a3f848e0e06e1f9e82010ead8c77bdf33 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:00:01 +0300 Subject: [PATCH 277/593] Remove upper bounds and close #2595 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71a993bc..3a9fc9f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,7 +288,6 @@ packages: - async - base16-bytestring - c2hs - - cassava - csv-conduit - executable-hash - executable-path @@ -3188,6 +3187,7 @@ packages: - type-list - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - cassava # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull @@ -3214,10 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2595 - - cassava < 0.5.0.0 - - cassava-conduit < 0.4.0.0 # because of above and #2586 - # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 @@ -3350,6 +3346,9 @@ package-flags: mintty: win32-2-5: false + cassava: + pre-bytestring-0-10-4: false + # end of package-flags # Special configure options for individual packages @@ -3580,6 +3579,7 @@ skipped-tests: - tar - vector-builder - zlib + - text-short # end of skipped-tests From b1377232adf298bc3f589ceb55fe0b51ba9f2e36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:04:54 +0300 Subject: [PATCH 278/593] Remove upper bound and close #2635 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a9fc9f8..0a212ced 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,9 +3228,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2635 - - cryptonite < 0.24 - # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 From b79dda30a8ae27873032ea4bde78abd1075b9ae8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:10:59 +0300 Subject: [PATCH 279/593] Remove upper bound and close #2607 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a212ced..d6a7622b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3214,9 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2607 - - http-media < 0.7.0 - # https://github.com/fpco/stackage/issues/2617 - brick < 0.19 - hledger-iadd < 1.2.2 From cc20fa5492ba563cd910d21a143e7f5abb5b6d4b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:12:40 +0300 Subject: [PATCH 280/593] Block package and close #2646 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6a7622b..0059e0ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,7 +2660,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - - yesod-job-queue + # - yesod-job-queue # bounds cron # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure @@ -3225,9 +3225,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2646 - - cron < 0.6 - # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 From 14857ea9a5989fbf8f1b101b35fbb1e69764645a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:16:28 +0300 Subject: [PATCH 281/593] Add cabal-format-version --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0059e0ac..6831f162 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,10 @@ ghc-major-version: "8.0" + +# This affects which version of the Cabal file format we allow. We +# should ensure that this is always no greater than the version +# supported by the most recent cabal-install and Stack releases. +cabal-format-version: "1.24" + # Constraints for brand new builds packages: "Jacob Stanley @jystic": From e3464e0af0895796e90722c81347d9039f95432c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:18:59 +0300 Subject: [PATCH 282/593] Block package and close #2656 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6831f162..3cdf6eb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -889,7 +889,7 @@ packages: - rest-client - rest-core - rest-gen - - rest-happstack + # - rest-happstack # bounds happstack-server - rest-snap - rest-stringmap - rest-types @@ -3231,9 +3231,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2656 - - happstack-server < 7.5.0 - # ghc-8.2.1 # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 From 81dfeb0f7adb572c8ced993a6e1dc082e5dfd7ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:25:36 +0300 Subject: [PATCH 283/593] Block package and close #2617 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cdf6eb6..ec7a14b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -901,7 +901,7 @@ packages: # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - - hledger-ui + # - hledger-ui # bounds: brick - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit @@ -3220,9 +3220,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2617 - - brick < 0.19 - - hledger-iadd < 1.2.2 # https://github.com/fpco/stackage/issues/2628 - hledger-lib < 1.3 From 1842f093619f185196af407875dcae47bdd6c1b0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:25:45 +0300 Subject: [PATCH 284/593] Block package and close #2628 --- build-constraints.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a14b4..9e910727 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,7 +2980,8 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # bounds: hledger-lib "Roy Levien @orome": - crypto-enigma @@ -3220,14 +3221,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - - # https://github.com/fpco/stackage/issues/2628 - - hledger-lib < 1.3 - - hledger < 1.3 - - hledger-api < 1.3 - - hledger-ui < 1.3 - - hledger-web < 1.3 - # ghc-8.2.1 # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 From 392f6c54db0d568c20868afb3ca27e110b169176 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:32:27 +0300 Subject: [PATCH 285/593] Upper bound on cabal2nix for GHC 8.2.1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e910727..7dbf0269 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ packages: - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 + - cabal2nix < 2.4 # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 10475ace2e433f479376a0ad6091eefebc503ddd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:35:09 +0300 Subject: [PATCH 286/593] Upper bound for #2666 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..d91bdc29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3331,6 +3331,9 @@ packages: # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 + + # https://github.com/fpco/stackage/issues/2666 + - megaparsec < 6.0 # end of packages # Package flags are applied to individual packages, and override the values of From dd7975c029949c402520faf356e330c52f9ac377 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:32:27 +0300 Subject: [PATCH 287/593] Upper bound on cabal2nix for GHC 8.2.1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d91bdc29..68ff3e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,7 @@ packages: - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 + - cabal2nix < 2.4 # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 45f19cdf462020706fdbad4b4190ae16429d4420 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 14:20:52 +0300 Subject: [PATCH 288/593] Upper bound for #2663 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ff3e7c..c569ccde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3333,6 +3333,9 @@ packages: # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 + # https://github.com/fpco/stackage/issues/2663 + - doctest < 0.12 + # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6.0 # end of packages From 37d7d4611597bd911cb4d775ba1c5ddab6802648 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:14:27 -0700 Subject: [PATCH 289/593] Add constraints on hspec-megaparsec and versions per #2666 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f3520ef..f542b2c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3241,7 +3241,10 @@ packages: - doctest < 0.12 # https://github.com/fpco/stackage/issues/2666 - - megaparsec < 6.0 + - megaparsec < 6 + - hspec-megaparsec < 1 + - versions < 3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From fa19ef38795d614e287fba3e753536f85815ff9f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:51:19 -0700 Subject: [PATCH 290/593] First stab at using ghc-8.2.1 --- .travis.yml | 2 +- build-constraints.yaml | 2 +- debian-bootstrap.sh | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4d02f22..691ef7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.0.2 +- GHCVER=8.2.1 install: # Download and unpack the stack executable diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..7f5a09e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.0" +ghc-major-version: "8.2" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a1fbb4cb..cc0d2ca7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.0.2 +GHCVER=8.2.1 apt-get update apt-get install -y \ @@ -156,9 +156,9 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # This version is tracked here: # https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing # -# GHC 8.0 requires LLVM 3.7 tools (specifically, llc-3.7 and opt-3.7). -update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.7" 50 -update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.7" 50 +# GHC 8.2 requires LLVM 3.9 tools (specifically, llc-3.9 and opt-3.9). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.9" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.9" 50 # install ocilib dependencies then build and install ocilib cd /tmp \ From 0e389bab2baa787357ce549ef81a0280dc95d153 Mon Sep 17 00:00:00 2001 From: Lars Bruenjes Date: Thu, 27 Jul 2017 21:27:59 +0200 Subject: [PATCH 291/593] add neural, pell --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..7365fe38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3179,6 +3179,10 @@ packages: - h2c - bno055-haskell + "Lars Brünjes @brunjlar": + - neural + - pell + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 4a2e844744fc9a7a249e35daae368607cf51dad3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 27 Jul 2017 22:52:25 +0200 Subject: [PATCH 292/593] Add upper bounds for base, containers, ghc, etc. --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5a09e1..6d9053da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,18 @@ packages: - packdeps < 0.4.4 - cabal2nix < 2.4 + # WIP: Issues are coming ... + - base < 4.10 + - containers < 0.5.9.1 + - ghc < 8.2.1 + - ghc-boot < 8.2 + - ghc-boot-th < 8.1 + - ghci < 8.2 + - process < 1.5 + - template-haskell < 2.12 + - time < 1.7 + - hslua < 0.6 + # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 69664310476afb79d7b5812539876562d113ecb1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 15:12:22 -0700 Subject: [PATCH 293/593] Flip functor-classes-compat flag to containers: true, closes #2671 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d9053da..2bdd2c42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,7 +3236,6 @@ packages: # WIP: Issues are coming ... - base < 4.10 - - containers < 0.5.9.1 - ghc < 8.2.1 - ghc-boot < 8.2 - ghc-boot-th < 8.1 @@ -3343,7 +3342,7 @@ package-flags: ghc_8_0: true functor-classes-compat: - containers: false + containers: true timezone-series: time_1_6_and_1_7: true From 53775edb9a7fabf6f7d7dc460925143b987301ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 17:09:34 -0700 Subject: [PATCH 294/593] Block packages to unconstrain "time", closes #2678 --- build-constraints.yaml | 204 +++++++++++++++++++++-------------------- 1 file changed, 107 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bdd2c42..12840cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -37,7 +37,7 @@ packages: - clr-host - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage - - threepenny-editors + # - threepenny-editors # GHC 8.2.1 via threepenny-gui - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": @@ -46,7 +46,7 @@ packages: "Roman Gonzalez @roman": - etc - - teardown + # - teardown # GHC 8.2.1 "Richard Cook @rcook": - hidden-char @@ -65,7 +65,7 @@ packages: - apportionment - audacity - bibtex - - board-games + # - board-games # GHC 8.2.1 via cgi - buffer-pipe - calendar-recycling - comfort-graph @@ -82,7 +82,7 @@ packages: - event-list - explicit-exception - fixed-length - - gnuplot + # - gnuplot # GHC 8.2.1 - group-by-date - iff - interpolation @@ -129,7 +129,8 @@ packages: - ix-shapable "Jeremy Barisch-Rooney @barischj": - - threepenny-gui-flexbox + [] + # - threepenny-gui-flexbox # GHC 8.2.1 via threepenny-gui "Romain Edelmann @redelmann": - distribution @@ -143,11 +144,11 @@ packages: "Simon Jakobi @sjakobi": - path - present - - threepenny-gui + # - threepenny-gui # GHC 8.2.1 via snap-server "Joe M @joe9": - logger-thread - - text-generic-pretty + # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -293,7 +294,7 @@ packages: - alex - async - base16-bytestring - - c2hs + # - c2hs # GHC 8.2.1 via shelly - csv-conduit - executable-hash - executable-path @@ -373,7 +374,8 @@ packages: - mandrill "Jon Schoning @jonschoning": - - pinboard + [] + # - pinboard # GHC 8.2.1 "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -385,7 +387,7 @@ packages: - profiteur - psqueues - websockets - - websockets-snap + # - websockets-snap # GHC 8.2.1 via snap-server "Sibi Prabakaran @psibi": - download @@ -398,7 +400,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras + # - xmonad-extras # GHC 8.2.1 via libmpd "haskell-openal": - OpenAL @@ -492,7 +494,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - - approximate + # - approximate # GHC 8.2.1 via safecopy - bifunctors - bits - bound @@ -501,7 +503,7 @@ packages: - comonad - comonads-fd - comonad-transformers - - compensated + # - compensated # GHC 8.2.1 via safecopy # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -515,7 +517,7 @@ packages: - graphs - groupoids - heaps - - hyperloglog + # - hyperloglog # GHC 8.2.1 via safecopy - hyphenation - integration - intervals @@ -524,7 +526,7 @@ packages: - lens - linear - linear-accelerate - - log-domain + # - log-domain # GHC 8.2.1 via safecopy - machines - monadic-arrays - monad-products @@ -597,7 +599,7 @@ packages: # - diagrams-svg # bounds: optparse-applicative - dual-tree - force-layout - - haxr + # - haxr # GHC 8.2.1 via http-streams - MonadRandom - monoid-extras @@ -701,7 +703,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # GHC 8.2.1 - esqueleto # bounds: persistent "Adam Bergmark @bergmark": @@ -784,8 +786,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson - - timezone-series + # - timezone-olson # GHC 8.2.1 + # - timezone-series # GHC 8.2.1 - traverse-with-class - tuples-homogenous-h98 @@ -803,9 +805,9 @@ packages: "Joachim Breitner @nomeata": - circle-packing - - arbtt + # - arbtt # GHC 8.2.1 via bytestring-progress - ghc-heap-view - - tttool + # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector - list-fusion-probe - haskell-spacegoo @@ -829,7 +831,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + # - git-annex # GHC 8.2.1 via aws # - github-backup # bounds: github - Win32-extras - concurrent-output @@ -943,7 +945,7 @@ packages: - wai-middleware-caching-lru - wai-middleware-caching-redis # not package maintainer - - ekg + # - ekg # GHC 8.2.1 via snap-server - ekg-json "Paul Rouse @paul-rouse": @@ -1114,7 +1116,7 @@ packages: - hdocs - hformat # - hsdev # bounds: mmorph - - simple-log + # - simple-log # GHC 8.2.1 - text-region "Aleksey Kliger @lambdageek": @@ -1128,7 +1130,7 @@ packages: - machines-process # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - - wreq + # - wreq # GHC 8.2.1 via snap-server "Andraz Bajt @edofic": - effect-handlers @@ -1140,13 +1142,13 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + # - cabal-rpm # GHC 8.2.1 - stackage-query # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi - xmonad-contrib - - shelly + # - shelly # GHC 8.2.1 - cairo - gio @@ -1175,10 +1177,10 @@ packages: # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-api-docs - - avers-server + # - avers # GHC 8.2.1 + # - avers-api # GHC 8.2.1 + # - avers-api-docs # GHC 8.2.1 + # - avers-server # GHC 8.2.1 - css-syntax - etcd - github-types @@ -1210,8 +1212,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - - bitcoin-api - - bitcoin-api-extra + # - bitcoin-api # GHC 8.2.1 via wreq + # - bitcoin-api-extra # GHC 8.2.1 via wreq - bitcoin-block - bitcoin-script - bitcoin-tx @@ -1231,7 +1233,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # GHC 8.2.1 via ekg-wai "Francesco Mazzoli @bitonic": - language-c-quote @@ -1260,7 +1262,7 @@ packages: - github - insert-ordered-containers - integer-logarithms - - JuicyPixels-scale-dct + # - JuicyPixels-scale-dct # GHC 8.2.1 - lattices - microstache - monad-http @@ -1279,9 +1281,9 @@ packages: - waitra # scrive/log - - log # via bloodhound: bounds: vector + # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server - log-base - - log-elasticsearch # via bloodhound: bounds: vector + # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres # Not a maintainer @@ -1528,7 +1530,7 @@ packages: - jmacro-rpc - jmacro-rpc-happstack - jmacro-rpc-snap - - mbox + # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - cubicspline @@ -1585,13 +1587,14 @@ packages: - setlocale "John Chee @chee1bot": - - cgi + [] + # - cgi # GHC 8.2.1 "Taylor Fausak @tfausak": - autoexporter - bento - bmp # Maintained by @benl23x5. - - ekg-statsd # Maintained by @tibbe. + # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 - flow - github-release - gloss # Maintained by @benl23x5. @@ -1600,11 +1603,11 @@ packages: - lackey - octane - overloaded-records # Maintained by @trskop. - - postgresql-simple-migration # Maintained by @ameingast. + # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - ratel - ratel-wai - rattletrap - - strive + # - strive # GHC 8.2.1 - wuss "Marios Titas @redneb": @@ -1643,8 +1646,9 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": - - timezone-series - - timezone-olson + [] + # - timezone-series # GHC 8.2.1 + # - timezone-olson # GHC 8.2.1 via timezone-series "Josh Holland @jshholland": - sandi @@ -1664,11 +1668,11 @@ packages: - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - - clash-lib - - clash-vhdl - - clash-verilog - - clash-systemverilog - - clash-ghc + # - clash-lib # GHC 8.2.1 + # - clash-vhdl # GHC 8.2.1 + # - clash-verilog # GHC 8.2.1 + # - clash-systemverilog # GHC 8.2.1 + # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": - commutative @@ -1795,7 +1799,7 @@ packages: - bencode - hsebaysdk - dockerfile - - wai-middleware-throttle + # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - yesod-auth-basic # "Alcides Viamontes @alcidesv": @@ -1877,9 +1881,9 @@ packages: - b9 - type-spec - pretty-types - - mediabus + # - mediabus # GHC 8.2.1 #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - - mediabus-rtp + # - mediabus-rtp # GHC 8.2.1 # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 @@ -1990,7 +1994,8 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # GHC 8.2.1 "James Cook @mokus0": - dependent-sum @@ -2001,7 +2006,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - - ekg-wai + # - ekg-wai # GHC 8.2.1 - haxl-amazonka - hasql-migration - servant-JuicyPixels @@ -2048,8 +2053,9 @@ packages: - attoparsec-binary "Brandon Martin @codedmart": + [] # - engine-io-wai # bounds websockets - - rethinkdb + # - rethinkdb # GHC 8.2.1 "Michael Walker @barrucadu": - both @@ -2060,8 +2066,8 @@ packages: - hunit-dejafu - tasty-dejafu - irc-ctcp - - irc-conduit - - irc-client + # - irc-conduit # GHC 8.2.1 + # - irc-client # GHC 8.2.1 "Trevor Elliott @elliottt": - irc @@ -2070,8 +2076,8 @@ packages: - emailaddress - envelope - from-sum - - hailgun - - hailgun-simple + # - hailgun # GHC 8.2.1 + # - hailgun-simple # GHC 8.2.1 - highlight # - ig # bounds: http-conduit, transformers - natural-transformation @@ -2142,7 +2148,7 @@ packages: "Andrew Cowie @afcowie": - http-common - - http-streams + # - http-streams # GHC 8.2.1 via snap-server # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 @@ -2178,7 +2184,8 @@ packages: - titlecase "Mark Fine @markfine": - - postgresql-schema + [] + # - postgresql-schema # GHC 8.2.1 via shelly # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -2195,7 +2202,7 @@ packages: - find-clumpiness - blosum # - convert-annotation # via cassava: bounds: vector - - rank-product + # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - compactmap @@ -2245,7 +2252,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - - hsexif + # - hsexif # GHC 8.2.1 "Nickolay Kudasov @fizruk": - http-api-data @@ -2335,7 +2342,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp - - ekg + # - ekg # GHC 8.2.1 # "Emin Karayel @ekarayel": # - sync-mht # bounds: ghc, base @@ -2375,7 +2382,7 @@ packages: "Will Sewell @willsewell": - benchpress - - pusher-http-haskell + # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": # - eventstore # bounds: aeson @@ -2395,7 +2402,7 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - - tz + # - tz # GHC 8.2.1 via timezone-series - tzdata "Timothy Klim @TimothyKlim": @@ -2425,7 +2432,7 @@ packages: - happstack-hsp - happstack-jmacro - happstack-server - - happstack-server-tls + # - happstack-server-tls # GHC 8.2.1 - hsx-jmacro # - ixset # via safecopy: bounds: vector - reform @@ -2454,10 +2461,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - - package-description-remote + # - package-description-remote # GHC 8.2.1 via wreq - projectroot - questioner - - stack-run-auto + # - stack-run-auto # GHC 8.2.1 via wreq # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2478,7 +2485,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - - wai-session-postgresql + # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - hoauth2 @@ -2519,9 +2526,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 + # - marvin >= 0.1.4 # GHC 8.2.1 via wreq - marvin-interpolate >= 1.1 - - mustache + # - mustache # GHC 8.2.1 via wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2548,7 +2555,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - - mushu + # - mushu # GHC 8.2.1 via libmpd # - hakyll-favicon # bounds: skylighting # "Ruey-Lin Hsu @petercommand": @@ -2557,7 +2564,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - - rotating-log + # - rotating-log # GHC 8.2.1 # - ua-parser # bounds aeson - hs-GeoIP - retry @@ -2601,9 +2608,9 @@ packages: "Kei Hibino @khibino": - relational-query - - relational-query-HDBC - - persistable-types-HDBC-pg - - relational-record + # - relational-query-HDBC # GHC 8.2.1 + # - persistable-types-HDBC-pg # GHC 8.2.1 + # - relational-record # GHC 8.2.1 - text-ldap - debian-build - json-rpc-generic @@ -2657,7 +2664,7 @@ packages: - hw-succinct # "Ismail Mustafa @ismailmustafa": - - handwriting + # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - protolude @@ -2754,8 +2761,9 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - - hquantlib - - persistent-redis + [] + # - hquantlib # GHC 8.2.1 + # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": - cache @@ -2833,10 +2841,11 @@ packages: "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 - - dictionaries + # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": - - libmpd + [] + # - libmpd # GHC 8.2.1 "Moritz Kiefer @cocreature": - lrucaching @@ -2848,7 +2857,7 @@ packages: - hocilib # "Matthias Herrmann @2chilled": - - scrape-changes + # - scrape-changes # GHC 8.2.1 via wreq "Daniel Mendler @minad": - quickcheck-special @@ -2863,7 +2872,7 @@ packages: - unlit - intro - tasty-auto - - tasty-stats + # - tasty-stats # GHC 8.2.1 - colorful-monoids - ihs @@ -2900,7 +2909,8 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - HDBC-mysql + [] + # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - numhask @@ -2956,7 +2966,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus - - bookkeeping + # - bookkeeping # GHC 8.2.1 "Marcin Tolysz @tolysz": - rawstring-qm @@ -2993,11 +3003,11 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + # - haskell-tools-refactor # GHC 8.2.1 # - haskell-tools-demo # bounds: websockets - - haskell-tools-cli - - haskell-tools-daemon - - haskell-tools-debug + # - haskell-tools-cli # GHC 8.2.1 + # - haskell-tools-daemon # GHC 8.2.1 + # - haskell-tools-debug # GHC 8.2.1 "David Fisher @ddfisher": - socket-activation @@ -3008,13 +3018,13 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - - sensu-run + # - sensu-run # GHC 8.2.1 via wreq - viewprof "Dylan Simon @dylex": - - postgresql-typed + # - postgresql-typed # GHC 8.2.1 - invertible - - ztail + # - ztail # GHC 8.2.1 "Louis Pan @louispan": - alternators @@ -3094,12 +3104,13 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - - ziptastic-client - - ziptastic-core + [] + # - ziptastic-client # GHC 8.2.1 via tz + # - ziptastic-core # GHC 8.2.1 via tz "Hardy Jones @joneshf": - servant-ruby - - wai-middleware-rollbar + # - wai-middleware-rollbar # GHC 8.2.1 "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3242,7 +3253,6 @@ packages: - ghci < 8.2 - process < 1.5 - template-haskell < 2.12 - - time < 1.7 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2661 From 6d650aca5b59e7f6d69d44945319eca6ee954ec5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 17:54:28 -0700 Subject: [PATCH 295/593] Block packages to unconstrain "template-haskell", closes #2677, closes #2557 --- build-constraints.yaml | 173 +++++++++++++++++++++-------------------- 1 file changed, 87 insertions(+), 86 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12840cf7..21ea85c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -71,9 +71,9 @@ packages: - comfort-graph - concurrent-split - cutter - - data-accessor + # - data-accessor # GHC 8.2.1 - data-accessor-mtl - - data-accessor-template + # - data-accessor-template # GHC 8.2.1 - data-accessor-transformers - data-ref - dsp @@ -91,7 +91,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box + # - midi-music-box # GHC 8.2.1 via diagrams-lib - mbox-utility - med-module - non-empty @@ -247,7 +247,7 @@ packages: - cabal-install - mega-sdist - case-insensitive - - classy-prelude-yesod + # - classy-prelude-yesod # GHC 8.2.1 via yesod - conduit-combinators - conduit-extra - hebrew-time @@ -266,9 +266,9 @@ packages: - stm-conduit - wai-websockets - warp-tls - - yackage - - yesod - - yesod-auth + # - yackage # GHC 8.2.1 via yesod-form + # - yesod # GHC 8.2.1 via yesod-form + # - yesod-auth # GHC 8.2.1 via email-validate - authenticate-oauth - yesod-bin - yesod-eventsource @@ -276,8 +276,8 @@ packages: - yesod-gitrepo - yesod-newsfeed - yesod-sitemap - - yesod-static - - yesod-test + # - yesod-static # GHC 8.2.1 via yesod-test + # - yesod-test # GHC 8.2.1 via yesod-form - yesod-websockets - cereal-conduit - binary-conduit @@ -331,11 +331,11 @@ packages: - Win32-notify "Omari Norman @massysett": - - rainbow - - rainbox + # - rainbow # GHC 8.2.1 via lens-simple + # - rainbox # GHC 8.2.1 via lens-simple - anonymous-sums - multiarg - - prednote + # - prednote # GHC 8.2.1 via lens-simple - cartel - Earley - ofx @@ -371,7 +371,8 @@ packages: # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - - mandrill + [] + # - mandrill # GHC 8.2.1 via email-validate "Jon Schoning @jonschoning": [] @@ -396,7 +397,7 @@ packages: - tldr - fb - yesod-fb - - yesod-auth-fb + # - yesod-auth-fb # GHC 8.2.1 via yesod-auth - hourglass-orphans - wai-slack-middleware - sysinfo @@ -460,7 +461,7 @@ packages: - labels - ace - ical - - check-email + # - check-email # GHC 8.2.1 via email-validate - freenect - frisby - gd @@ -587,17 +588,17 @@ packages: # - BlogLiterately # bounds: skylighting # - BlogLiterately-diagrams # bounds: skylighting # - diagrams # bounds: optparse-applicative - - diagrams-builder + # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file # - diagrams-cairo # bounds: optparse-applicative - - diagrams-contrib - - diagrams-core + # - diagrams-contrib # GHC 8.2.1 via dual-tree + # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative - - diagrams-lib - - diagrams-postscript + # - diagrams-lib # GHC 8.2.1 via diagrams-core + # - diagrams-postscript # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative # - diagrams-svg # bounds: optparse-applicative - - dual-tree + # - dual-tree # GHC 8.2.1 via testing-feat - force-layout # - haxr # GHC 8.2.1 via http-streams - MonadRandom @@ -667,7 +668,7 @@ packages: - rev-state - runmemo - tardis - - lens-family-th + # - lens-family-th # GHC 8.2.1 "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server @@ -812,8 +813,8 @@ packages: - list-fusion-probe - haskell-spacegoo - tasty-expected-failure - - RepLib - - unbound + # - RepLib # GHC 8.2.1 + # - unbound # GHC 8.2.1 "Aditya Bhargava @egonSchiele": - HandsomeSoup @@ -904,7 +905,7 @@ packages: - hledger - hledger-lib # - hledger-ui # bounds: brick - - hledger-web + # - hledger-web # GHC 8.2.1 via yesod-form - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench @@ -953,7 +954,7 @@ packages: - mysql-simple - sphinx # - xmlhtml # bounds: blaze-html, blaze-markup - - yesod-auth-hashdb + # - yesod-auth-hashdb # GHC 8.2.1 via yesod-auth "Toralf Wittner @twittner": - bytestring-conversion @@ -981,7 +982,7 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input - - netwire-input-glfw + # - netwire-input-glfw # GHC 8.2.1 via GLFW-b - yoga - freetype2 @@ -1080,14 +1081,15 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - - yesod-form-richtext + # - yesod-form-richtext # GHC 8.2.1 via yesod-form - ghcjs-perch "Sebastian Nagel @ch1bo": - hdevtools "Andrey Chudnov @achudnov": - - language-ecmascript + [] + # - language-ecmascript # GHC 8.2.1 "Tom Ellis @tomjaguarpaw": - opaleye @@ -1104,7 +1106,7 @@ packages: - servant - servant-client - servant-docs - - servant-js + # - servant-js # GHC 8.2.1 via language-ecmascript - servant-server - servant-lucid - servant-blaze @@ -1527,8 +1529,8 @@ packages: "Gershom Bazerman @gbaz": - jmacro - - jmacro-rpc - - jmacro-rpc-happstack + # - jmacro-rpc # GHC 8.2.1 via happstack-server + # - jmacro-rpc-happstack # GHC 8.2.1 via happstack-server - jmacro-rpc-snap # - mbox # GHC 8.2.1 - kmeans @@ -1601,8 +1603,8 @@ packages: - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - lackey - - octane - - overloaded-records # Maintained by @trskop. + # - octane # GHC 8.2.1 + # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - ratel - ratel-wai @@ -1667,7 +1669,7 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - - clash-prelude + # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 # - clash-verilog # GHC 8.2.1 @@ -1722,7 +1724,7 @@ packages: "Michael Thompson @michaelt": - pipes-text - - lens-simple + # - lens-simple # GHC 8.2.1 via lens-family-th - lens-family-core - lens-family # - streaming # bounds: mmorph @@ -1773,7 +1775,8 @@ packages: - result "Anupam Jain @ajnsit": - - wai-routes + [] + # - wai-routes # GHC 8.2.1 "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors @@ -1800,7 +1803,7 @@ packages: - hsebaysdk - dockerfile # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - - yesod-auth-basic + # - yesod-auth-basic # GHC 8.2.1 via yesod # "Alcides Viamontes @alcidesv": # - second-transfer # bounds: GHC 8 @@ -1838,11 +1841,11 @@ packages: - IPv6DB "koral koral@mailoo.org @k0ral": - - atom-conduit + # - atom-conduit # GHC 8.2.1 via lens-simple - conduit-parse - - opml-conduit - - rss-conduit - - imm + # - opml-conduit # GHC 8.2.1 via lens-simple + # - rss-conduit # GHC 8.2.1 via lens-simple + # - imm # GHC 8.2.1 via lens-simple - timerep - xml-conduit-parse @@ -1872,8 +1875,8 @@ packages: # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account - - yesod-static-angular + # - yesod-auth-account # GHC 8.2.1 via yesod-auth + # - yesod-static-angular # GHC 8.2.1 via yesod - hspec-webdriver - webdriver-angular @@ -1907,7 +1910,7 @@ packages: - twitter-feed # - cassava-megaparsec # via cassava: bounds: vector - dotenv - - stache + # - stache # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel @@ -2038,8 +2041,9 @@ packages: - quadtree "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW - - GLFW-b + [] + # - bindings-GLFW # GHC 8.2.1 + # - GLFW-b # GHC 8.2.1 "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2073,12 +2077,12 @@ packages: - irc "Dennis Gosnell @cdepillabout": - - emailaddress + # - emailaddress # GHC 8.2.1 via email-validate - envelope - from-sum # - hailgun # GHC 8.2.1 # - hailgun-simple # GHC 8.2.1 - - highlight + # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans @@ -2125,7 +2129,8 @@ packages: - GPipe "Patrick Redmond @plredmond": - - GPipe-GLFW + [] + # - GPipe-GLFW # GHC 8.2.1 via GLFW-b # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson @@ -2240,7 +2245,7 @@ packages: - lame - path - forma - - stache + # - stache # GHC 8.2.1 - parser-combinators # "Thomas Bereknyei ": @@ -2411,16 +2416,16 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - - show-prettyprint # https://github.com/fpco/stackage/issues/2554 + # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 # GHC 8.2.1 - - prettyprinter - - prettyprinter-ansi-terminal - - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint - - prettyprinter-compat-annotated-wl-pprint + # - prettyprinter # GHC 8.2.1 + # - prettyprinter-ansi-terminal # GHC 8.2.1 + # - prettyprinter-compat-wl-pprint # GHC 8.2.1 + # - prettyprinter-compat-ansi-wl-pprint # GHC 8.2.1 + # - prettyprinter-compat-annotated-wl-pprint # GHC 8.2.1 "Jeremy Shaw @stepcut": - - boomerang + # - boomerang # GHC 8.2.1 # - clckwrks # via acid-state: via safecopy: bounds: vector # - clckwrks-cli # via acid-state: via safecopy: bounds: vector # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector @@ -2429,26 +2434,26 @@ packages: # - hackage-whatsnew # bounds: directory 1.3 # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector - - happstack-hsp - - happstack-jmacro - - happstack-server + # - happstack-hsp # GHC 8.2.1 via hsx2hs + # - happstack-jmacro # GHC 8.2.1 via happstack-server + # - happstack-server # GHC 8.2.1 # - happstack-server-tls # GHC 8.2.1 - hsx-jmacro # - ixset # via safecopy: bounds: vector - reform - reform-blaze - reform-hamlet - - reform-happstack - - reform-hsp + # - reform-happstack # GHC 8.2.1 via happstack-server + # - reform-hsp # GHC 8.2.1 via hsx2hs # - userid # via safecopy: bounds: vector - web-plugins - - web-routes - - web-routes-boomerang - - web-routes-happstack + # - web-routes # GHC 8.2.1 + # - web-routes-boomerang # GHC 8.2.1 via bomoerang + # - web-routes-happstack # GHC 8.2.1 via happstack-server - web-routes-hsp - - web-routes-th + # - web-routes-th # GHC 8.2.1 - web-routes-wai - - hsx2hs + # - hsx2hs # GHC 8.2.1 "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2574,7 +2579,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts + # - SVGFonts # GHC 8.2.1 via diagrams-core # - Chart-diagrams # bounds optparse-applicative # "Aaron Levin @aaronmblevin": @@ -2607,7 +2612,7 @@ packages: - tidal "Kei Hibino @khibino": - - relational-query + # - relational-query # GHC 8.2.1 # - relational-query-HDBC # GHC 8.2.1 # - persistable-types-HDBC-pg # GHC 8.2.1 # - relational-record # GHC 8.2.1 @@ -2646,7 +2651,7 @@ packages: - Imlib - xturtle - gluturtle - - papillon + # - papillon # GHC 8.2.1 "Jan Gerlinger @JanGe": [] @@ -2999,10 +3004,10 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast - - haskell-tools-backend-ghc - - haskell-tools-rewrite - - haskell-tools-prettyprint + # - haskell-tools-ast # GHC 8.2.1 + # - haskell-tools-backend-ghc # GHC 8.2.1 + # - haskell-tools-rewrite # GHC 8.2.1 + # - haskell-tools-prettyprint # GHC 8.2.1 # - haskell-tools-refactor # GHC 8.2.1 # - haskell-tools-demo # bounds: websockets # - haskell-tools-cli # GHC 8.2.1 @@ -3056,8 +3061,8 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep - - yesod-form-bootstrap4 - - yesod-recaptcha2 + # - yesod-form-bootstrap4 # GHC 8.2.1 via yesod-form + # - yesod-recaptcha2 # GHC 8.2.1 via yesod-auth "Andrei Barbu @abarbu": - nondeterminism @@ -3098,8 +3103,8 @@ packages: - search-algorithms "Chris Dornan @cdornan": - - regex - - regex-with-pcre + # - regex # GHC 8.2.1 + # - regex-with-pcre # GHC 8.2.1 - sort - regex-pcre-text @@ -3180,7 +3185,8 @@ packages: - shikensu "George Pollard @Porges": - - email-validate + [] + # - email-validate # GHC 8.2.1 "Alexander Ignatyev @alexander-ignatyev": - astro @@ -3202,7 +3208,7 @@ packages: - pattern-arrows # - purescript # BLOCKED aeson-1.0 - - type-list + # - type-list # GHC 8.2.1 via singletons 2.3 - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - cassava @@ -3225,10 +3231,6 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2557 - - singletons < 2.3 # Wait for GHC 8.2.1 - - th-desugar < 1.7 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 @@ -3239,7 +3241,6 @@ packages: - haddock < 2.18.1 - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - - rattletrap < 2.5.1 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 From e5d11103172f38be26bec3c04e9e624ce28f80ba Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 18:02:59 -0700 Subject: [PATCH 296/593] Block packages to unconstrain "process", closes #2676 --- build-constraints.yaml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21ea85c6..8b06cd7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -103,24 +103,24 @@ packages: - sample-frame - sample-frame-np - set-cover - - sound-collage - - sox + # - sound-collage # GHC 8.2.1 via synthesizer-core + # - sox # GHC 8.2.1 - soxlib - - split-record + # - split-record # GHC 8.2.1 via synthesizer-core - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core - - synthesizer-dimensional - - synthesizer-midi + # - synthesizer-core # GHC 8.2.1 + # - synthesizer-dimensional # GHC 8.2.1 via synthesizer-core + # - synthesizer-midi # GHC 8.2.1 via synthesizer-core - tagchup - tfp - unicode - unsafe - utility-ht - xml-basic - - youtube + # - youtube # GHC 8.2.1 - prelude-compat - fft @@ -244,7 +244,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - - cabal-install + # - cabal-install # GHC 8.2.1 - mega-sdist - case-insensitive # - classy-prelude-yesod # GHC 8.2.1 via yesod @@ -880,7 +880,7 @@ packages: - aeson-utils - arrow-list - attoparsec-expr - - bumper + # - bumper # GHC 8.2.1 - code-builder # - fay-builder # via: fay - generic-aeson @@ -1129,7 +1129,7 @@ packages: "Alois Cochard @aloiscochard": # - codex # bounds: http-client, wreq, directory - machines-binary - - machines-process + # - machines-process # GHC 8.2.1 # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: # - wreq # GHC 8.2.1 via snap-server @@ -1167,9 +1167,9 @@ packages: # - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - - vado + # - vado # GHC 8.2.1 # - vcsgui # via: gi-gtk-hs - - vcswrapper + # - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": - network-simple @@ -2593,7 +2593,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - - cabal-install + # - cabal-install # GHC 8.2.1 - pointful "Lennart Kolmodin @kolmodin": @@ -2673,7 +2673,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - - repline + # - repline # GHC 8.2.1 - picosat "Daishi Nakajima @nakaji_dayo": @@ -2879,7 +2879,7 @@ packages: - tasty-auto # - tasty-stats # GHC 8.2.1 - colorful-monoids - - ihs + # - ihs # GHC 8.2.1 "Taras Serduke @tserduke": - do-list @@ -2984,10 +2984,10 @@ packages: - line "Hannes Saffrich @m0rphism": - - dmenu - - dmenu-pmount - - dmenu-pkill - - dmenu-search + # - dmenu # GHC 8.2.1 + # - dmenu-pmount # GHC 8.2.1 + # - dmenu-pkill # GHC 8.2.1 + # - dmenu-search # GHC 8.2.1 - printcess "Alexey Kuleshevich @lehins": @@ -3239,7 +3239,6 @@ packages: - haddock-library < 1.4.4 - haddock-api < 2.18.1 - haddock < 2.18.1 - - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 From 530f60c0a18edc634fe91ff98e5e3d4c08921253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 18:09:25 -0700 Subject: [PATCH 297/593] Block packages to unconstrain "ghc", closes #2672 --- build-constraints.yaml | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b06cd7f..eac4b900 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -478,7 +478,7 @@ packages: - descriptive - wrap - path - - intero + # - intero # GHC 8.2.1 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters @@ -1115,7 +1115,7 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - - hdocs + # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat # - hsdev # bounds: mmorph # - simple-log # GHC 8.2.1 @@ -1665,10 +1665,11 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": - - ghc-tcplugins-extra - - ghc-typelits-extra - - ghc-typelits-knownnat - - ghc-typelits-natnormalise + [] + # - ghc-tcplugins-extra # GHC 8.2.1 + # - ghc-typelits-extra # GHC 8.2.1 + # - ghc-typelits-knownnat # GHC 8.2.1 + # - ghc-typelits-natnormalise # GHC 8.2.1 # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 @@ -3231,28 +3232,8 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - - haddock < 2.17.5 - - # ghc-8.2.1 - # https://github.com/fpco/stackage/issues/2659 - - haddock-library < 1.4.4 - - haddock-api < 2.18.1 - - haddock < 2.18.1 - - base-noprelude < 4.10.0.0 - - inline-c < 0.6.0.0 - - inline-c-cpp < 0.2.0.0 - - packdeps < 0.4.4 - - cabal2nix < 2.4 - # WIP: Issues are coming ... - base < 4.10 - - ghc < 8.2.1 - - ghc-boot < 8.2 - - ghc-boot-th < 8.1 - - ghci < 8.2 - - process < 1.5 - - template-haskell < 2.12 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2661 From dae1bafd3c999c5a65c03bb861d27f91c6261474 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:38:57 -0700 Subject: [PATCH 298/593] Block packages to unconstrain "base", closes #2670 --- build-constraints.yaml | 567 ++++++++++++++++++++++------------------- 1 file changed, 298 insertions(+), 269 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eac4b900..e3ca868b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,8 @@ packages: # - discord-hs # bouns: req "Roman Gonzalez @roman": - - etc + [] + # - etc # GHC 8.2.1 via protolude # - teardown # GHC 8.2.1 "Richard Cook @rcook": @@ -147,7 +148,8 @@ packages: # - threepenny-gui # GHC 8.2.1 via snap-server "Joe M @joe9": - - logger-thread + [] + # - logger-thread # GHC 8.2.1 via protolude # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": @@ -166,16 +168,16 @@ packages: # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - - sparse-linear-algebra + # - sparse-linear-algebra # GHC 8.2.1 via MemoTrie - matrix-market-attoparsec - network-multicast - xeno - - plot-light + # - plot-light # GHC 8.2.1 via palette "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - - stm-supply + # - stm-supply # GHC 8.2.1 via Unique - filter-logger "James M.C. Haver II @mchaver": @@ -214,7 +216,8 @@ packages: - makefile "Michael Litchard @mlitchard": - - point-octree + [] + # - point-octree # GHC 8.2.1 "Siddharth Bhat @bollu": - symengine @@ -228,18 +231,19 @@ packages: - once "David Johnson @dmjio": - - miso + # - miso # GHC 8.2.1 - envy - s3-signer # - google-translate # bounds: servant - - hackernews + # - hackernews # GHC 8.2.1 # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams # - stripe-core # bounds: aeson 1.0 "Piotr Mlodawski @pmlodawski": - - signal + [] + # - signal # GHC 8.2.1 # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": @@ -337,9 +341,9 @@ packages: - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel - - Earley + # - Earley # GHC 8.2.1 - ofx - - pinchot + # - pinchot # GHC 8.2.1 - accuerr - timelens - non-empty-sequence @@ -360,7 +364,7 @@ packages: - ghcid - hexml - weeder - - profiterole + # - profiterole # GHC 8.2.1 via ghc-prof "Alan Zimmerman @alanz": - ghc-exactprint @@ -385,7 +389,7 @@ packages: # - hakyll # bounds: skylighting - stylish-haskell # - patat # bounds: skylighting - - profiteur + # - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets # - websockets-snap # GHC 8.2.1 via snap-server @@ -675,7 +679,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list + # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - hatex-guide @@ -695,7 +699,7 @@ packages: - pipes-safe - turtle - foldl - - morte + # - morte # GHC 8.2.1 - bench "Andrew Thaddeus Martin @andrewthad": @@ -730,8 +734,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # - servant-purescript # GHC 8.2.1 + # - servant-subscriber # GHC 8.2.1 "Rodrigo Setti @rodrigosetti": - messagepack @@ -750,10 +754,10 @@ packages: "Michal J. Gajda @mgajda": - iterable - - Octree + # - Octree # GHC 8.2.1 - FenwickTree - - hPDB - - hPDB-examples + # - hPDB # GHC 8.2.1 + # - hPDB-examples # GHC 8.2.1 # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens @@ -807,11 +811,11 @@ packages: "Joachim Breitner @nomeata": - circle-packing # - arbtt # GHC 8.2.1 via bytestring-progress - - ghc-heap-view + # - ghc-heap-view # GHC 8.2.1 # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector - - list-fusion-probe - - haskell-spacegoo + # - list-fusion-probe # GHC 8.2.1 + # - haskell-spacegoo # GHC 8.2.1 via MemoTrie - tasty-expected-failure # - RepLib # GHC 8.2.1 # - unbound # GHC 8.2.1 @@ -840,10 +844,10 @@ packages: - disk-free-space "Colin Woodbury @fosskers": - - microlens-aeson + # - microlens-aeson # GHC 8.2.1 - versions - - vectortiles - - pipes-random + # - vectortiles # GHC 8.2.1 + # - pipes-random # GHC 8.2.1 # - repa # bounds: vector # - repa-io # bounds: vector # - repa-algorithms # bounds: vector @@ -906,7 +910,7 @@ packages: - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - - hledger-api + # - hledger-api # GHC 8.2.1 # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -944,10 +948,10 @@ packages: - holy-project - wai-middleware-caching - wai-middleware-caching-lru - - wai-middleware-caching-redis + # - wai-middleware-caching-redis # GHC 8.2.1 via hedis # not package maintainer # - ekg # GHC 8.2.1 via snap-server - - ekg-json + # - ekg-json # GHC 8.2.1 "Paul Rouse @paul-rouse": - mysql @@ -961,7 +965,7 @@ packages: - cql - cql-io - redis-resp - - redis-io + # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - wai-predicates @@ -1020,28 +1024,28 @@ packages: "Nikita Volkov @nikita-volkov": - base-prelude - cases - - focus + # - focus # GHC 8.2.1 - hasql - hasql-pool - - list-t + # - list-t # GHC 8.2.1 - mtl-prelude - neat-interpolation - partial-handler - postgresql-binary - - slave-thread - - stm-containers + # - slave-thread # GHC 8.2.1 + # - stm-containers # GHC 8.2.1 - refined "Iustin Pop @iustin": - prefix-units "Alexander Thiemann @agrafix": - - Spock + # - Spock # GHC 8.2.1 - Spock-core - Spock-api - Spock-api-server # - Spock-digestive # via: digestive-functors - - Spock-worker + # - Spock-worker # GHC 8.2.1 - graph-core - hvect - reroute @@ -1062,8 +1066,8 @@ packages: - async-extra - format-numbers - highjson - - highjson-swagger - - highjson-th + # - highjson-swagger # GHC 8.2.1 via swagger2 + # - highjson-th # GHC 8.2.1 via swagger2 - superrecord - fileplow @@ -1099,20 +1103,22 @@ packages: - shake-language-c "David Turner @davecturner": - - alarmclock - - bank-holidays-england + [] + # - alarmclock # GHC 8.2.1 + # - bank-holidays-england # GHC 8.2.1 "Haskell Servant ": - - servant - - servant-client - - servant-docs + [] + # - servant # GHC 8.2.1 + # - servant-client # GHC 8.2.1 + # - servant-docs # GHC 8.2.1 # - servant-js # GHC 8.2.1 via language-ecmascript - - servant-server - - servant-lucid - - servant-blaze - - servant-foreign - - servant-mock - - servant-cassava + # - servant-server # GHC 8.2.1 + # - servant-lucid # GHC 8.2.1 + # - servant-blaze # GHC 8.2.1 + # - servant-foreign # GHC 8.2.1 + # - servant-mock # GHC 8.2.1 + # - servant-cassava # GHC 8.2.1 "Alexandr Ruchkin @mvoidex": # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 @@ -1183,30 +1189,31 @@ packages: # - avers-api # GHC 8.2.1 # - avers-api-docs # GHC 8.2.1 # - avers-server # GHC 8.2.1 - - css-syntax + # - css-syntax # GHC 8.2.1 - etcd - github-types - - github-webhook-handler - - github-webhook-handler-snap - - google-cloud - - kraken - - libinfluxdb + # - github-webhook-handler # GHC 8.2.1 + # - github-webhook-handler-snap # GHC 8.2.1 + # - google-cloud # GHC 8.2.1 + # - kraken # GHC 8.2.1 + # - libinfluxdb # GHC 8.2.1 # - mole # bounds: hspec, optparse-applicative - - publicsuffix - - rethinkdb-client-driver + # - publicsuffix # GHC 8.2.1 + # - rethinkdb-client-driver # GHC 8.2.1 - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette + [] + # - palette # GHC 8.2.1 # - diagrams-canvas # bounds: optparse-applicative # - diagrams-rasterific # bounds: optparse-applicative - - lucid-svg + # - lucid-svg # GHC 8.2.1 # - diagrams-html5 # bounds: optparse-applicative - - static-canvas - - svg-builder + # - static-canvas # GHC 8.2.1 + # - svg-builder # GHC 8.2.1 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1226,10 +1233,11 @@ packages: - network-anonymous-tor "Timothy Jones @zmthy": - - http-media + [] + # - http-media # GHC 8.2.1 "Greg V @myfreeweb": - - gitson + # - gitson # GHC 8.2.1 via flock - pcre-heavy - http-link-header - microformats2-parser @@ -1267,12 +1275,12 @@ packages: # - JuicyPixels-scale-dct # GHC 8.2.1 - lattices - microstache - - monad-http + # - monad-http # GHC 8.2.1 - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui - - servant-yaml + # - servant-swagger-ui # GHC 8.2.1 + # - servant-yaml # GHC 8.2.1 - singleton-bool - spdx - splitmix @@ -1280,7 +1288,7 @@ packages: # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - - waitra + # - waitra # GHC 8.2.1 # scrive/log # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server @@ -1422,103 +1430,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - - gogol - - gogol-core - - gogol-adexchange-buyer - - gogol-adexchange-seller - - gogol-admin-datatransfer - - gogol-admin-directory - - gogol-admin-emailmigration - - gogol-admin-reports - - gogol-adsense - - gogol-adsense-host - - gogol-affiliates - - gogol-analytics - - gogol-android-enterprise - - gogol-android-publisher - - gogol-appengine - - gogol-apps-activity - - gogol-apps-calendar - - gogol-apps-licensing - - gogol-apps-reseller - - gogol-apps-tasks - - gogol-appstate - - gogol-autoscaler - - gogol-bigquery - - gogol-billing - - gogol-blogger - - gogol-books - - gogol-civicinfo - - gogol-classroom - - gogol-cloudmonitoring - - gogol-cloudtrace - - gogol-compute - - gogol-container - - gogol-customsearch - - gogol-dataflow - - gogol-dataproc - - gogol-datastore - - gogol-debugger - - gogol-deploymentmanager - - gogol-dfareporting - - gogol-discovery - - gogol-dns - - gogol-doubleclick-bids - - gogol-doubleclick-search - - gogol-drive - - gogol-firebase-rules - - gogol-fitness - - gogol-fonts - - gogol-freebasesearch - - gogol-fusiontables - - gogol-games - - gogol-games-configuration - - gogol-games-management - - gogol-genomics - - gogol-gmail - - gogol-groups-migration - - gogol-groups-settings - - gogol-identity-toolkit - - gogol-kgsearch - - gogol-latencytest - - gogol-logging - - gogol-maps-coordinate - - gogol-maps-engine - - gogol-mirror - - gogol-monitoring - - gogol-oauth2 - - gogol-pagespeed - - gogol-partners - - gogol-people - - gogol-play-moviespartner - - gogol-plus - - gogol-plus-domains - - gogol-prediction - - gogol-proximitybeacon - - gogol-pubsub - - gogol-qpxexpress - - gogol-replicapool - - gogol-replicapool-updater - - gogol-resourcemanager - - gogol-resourceviews - - gogol-script - - gogol-sheets - - gogol-shopping-content - - gogol-siteverification - - gogol-spectrum - - gogol-sqladmin - - gogol-storage - - gogol-storage-transfer - - gogol-tagmanager - - gogol-taskqueue - - gogol-translate - - gogol-urlshortener - - gogol-useraccounts - - gogol-vision - - gogol-webmaster-tools - - gogol-youtube - - gogol-youtube-analytics - - gogol-youtube-reporting + # - gogol # GHC 8.2.1 + # - gogol-core # GHC 8.2.1 + # - gogol-adexchange-buyer # GHC 8.2.1 + # - gogol-adexchange-seller # GHC 8.2.1 + # - gogol-admin-datatransfer # GHC 8.2.1 + # - gogol-admin-directory # GHC 8.2.1 + # - gogol-admin-emailmigration # GHC 8.2.1 + # - gogol-admin-reports # GHC 8.2.1 + # - gogol-adsense # GHC 8.2.1 + # - gogol-adsense-host # GHC 8.2.1 + # - gogol-affiliates # GHC 8.2.1 + # - gogol-analytics # GHC 8.2.1 + # - gogol-android-enterprise # GHC 8.2.1 + # - gogol-android-publisher # GHC 8.2.1 + # - gogol-appengine # GHC 8.2.1 + # - gogol-apps-activity # GHC 8.2.1 + # - gogol-apps-calendar # GHC 8.2.1 + # - gogol-apps-licensing # GHC 8.2.1 + # - gogol-apps-reseller # GHC 8.2.1 + # - gogol-apps-tasks # GHC 8.2.1 + # - gogol-appstate # GHC 8.2.1 + # - gogol-autoscaler # GHC 8.2.1 + # - gogol-bigquery # GHC 8.2.1 + # - gogol-billing # GHC 8.2.1 + # - gogol-blogger # GHC 8.2.1 + # - gogol-books # GHC 8.2.1 + # - gogol-civicinfo # GHC 8.2.1 + # - gogol-classroom # GHC 8.2.1 + # - gogol-cloudmonitoring # GHC 8.2.1 + # - gogol-cloudtrace # GHC 8.2.1 + # - gogol-compute # GHC 8.2.1 + # - gogol-container # GHC 8.2.1 + # - gogol-customsearch # GHC 8.2.1 + # - gogol-dataflow # GHC 8.2.1 + # - gogol-dataproc # GHC 8.2.1 + # - gogol-datastore # GHC 8.2.1 + # - gogol-debugger # GHC 8.2.1 + # - gogol-deploymentmanager # GHC 8.2.1 + # - gogol-dfareporting # GHC 8.2.1 + # - gogol-discovery # GHC 8.2.1 + # - gogol-dns # GHC 8.2.1 + # - gogol-doubleclick-bids # GHC 8.2.1 + # - gogol-doubleclick-search # GHC 8.2.1 + # - gogol-drive # GHC 8.2.1 + # - gogol-firebase-rules # GHC 8.2.1 + # - gogol-fitness # GHC 8.2.1 + # - gogol-fonts # GHC 8.2.1 + # - gogol-freebasesearch # GHC 8.2.1 + # - gogol-fusiontables # GHC 8.2.1 + # - gogol-games # GHC 8.2.1 + # - gogol-games-configuration # GHC 8.2.1 + # - gogol-games-management # GHC 8.2.1 + # - gogol-genomics # GHC 8.2.1 + # - gogol-gmail # GHC 8.2.1 + # - gogol-groups-migration # GHC 8.2.1 + # - gogol-groups-settings # GHC 8.2.1 + # - gogol-identity-toolkit # GHC 8.2.1 + # - gogol-kgsearch # GHC 8.2.1 + # - gogol-latencytest # GHC 8.2.1 + # - gogol-logging # GHC 8.2.1 + # - gogol-maps-coordinate # GHC 8.2.1 + # - gogol-maps-engine # GHC 8.2.1 + # - gogol-mirror # GHC 8.2.1 + # - gogol-monitoring # GHC 8.2.1 + # - gogol-oauth2 # GHC 8.2.1 + # - gogol-pagespeed # GHC 8.2.1 + # - gogol-partners # GHC 8.2.1 + # - gogol-people # GHC 8.2.1 + # - gogol-play-moviespartner # GHC 8.2.1 + # - gogol-plus # GHC 8.2.1 + # - gogol-plus-domains # GHC 8.2.1 + # - gogol-prediction # GHC 8.2.1 + # - gogol-proximitybeacon # GHC 8.2.1 + # - gogol-pubsub # GHC 8.2.1 + # - gogol-qpxexpress # GHC 8.2.1 + # - gogol-replicapool # GHC 8.2.1 + # - gogol-replicapool-updater # GHC 8.2.1 + # - gogol-resourcemanager # GHC 8.2.1 + # - gogol-resourceviews # GHC 8.2.1 + # - gogol-script # GHC 8.2.1 + # - gogol-sheets # GHC 8.2.1 + # - gogol-shopping-content # GHC 8.2.1 + # - gogol-siteverification # GHC 8.2.1 + # - gogol-spectrum # GHC 8.2.1 + # - gogol-sqladmin # GHC 8.2.1 + # - gogol-storage # GHC 8.2.1 + # - gogol-storage-transfer # GHC 8.2.1 + # - gogol-tagmanager # GHC 8.2.1 + # - gogol-taskqueue # GHC 8.2.1 + # - gogol-translate # GHC 8.2.1 + # - gogol-urlshortener # GHC 8.2.1 + # - gogol-useraccounts # GHC 8.2.1 + # - gogol-vision # GHC 8.2.1 + # - gogol-webmaster-tools # GHC 8.2.1 + # - gogol-youtube # GHC 8.2.1 + # - gogol-youtube-analytics # GHC 8.2.1 + # - gogol-youtube-reporting # GHC 8.2.1 - ede - pagerduty - semver @@ -1599,15 +1607,15 @@ packages: # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 - flow - github-release - - gloss # Maintained by @benl23x5. - - gloss-rendering # Maintained by @benl23x5. + # - gloss # Maintained by @benl23x5. # GHC 8.2.1 + # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 - gpolyline # Maintained by @fegu. - - lackey + # - lackey # GHC 8.2.1 # - octane # GHC 8.2.1 # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - - ratel - - ratel-wai + # - ratel # GHC 8.2.1 + # - ratel-wai # GHC 8.2.1 - rattletrap # - strive # GHC 8.2.1 - wuss @@ -1623,11 +1631,11 @@ packages: - linux-namespaces "Will Coster @fimad": - - prometheus-client - - prometheus-metrics-ghc + # - prometheus-client # GHC 8.2.1 via atomic-primops + # - prometheus-metrics-ghc # GHC 8.2.1 via prometheus-client - scalpel - scalpel-core - - wai-middleware-prometheus + # - wai-middleware-prometheus # GHC 8.2.1 via prometheus-client "William Casarin @jb55": - bson-lens @@ -1636,7 +1644,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector - pipes-mongodb # via mongoDB - - servant-elm + # - servant-elm # GHC 8.2.1 - skeletons # - streaming-wai # bounds: mmorph @@ -1653,7 +1661,7 @@ packages: # - timezone-olson # GHC 8.2.1 via timezone-series "Josh Holland @jshholland": - - sandi + # - sandi # GHC 8.2.1 - data-ordlist - xmonad @@ -1694,7 +1702,7 @@ packages: - composition-extra - rose-trees - sets - - timemap + # - timemap # GHC 8.2.1 - tries - path-extra - pred-trie @@ -1707,7 +1715,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # - extensible # GHC 8.2.1 via effin - monad-skeleton - objective - witherable @@ -1716,7 +1724,7 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - - optparse-helper + # - optparse-helper # GHC 8.2.1 - pager - semiring-simple @@ -1781,7 +1789,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - - hworker + # - hworker # GHC 8.2.1 via hedis # - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors @@ -1793,8 +1801,8 @@ packages: - distributed-closure - H - inline-r - - jni - - jvm + # - jni # GHC 8.2.1 via atomic-primops + # - jvm # GHC 8.2.1 via jni # - sparkle # bounds: mmorph # - streaming-binary # bounds: mmorph - th-lift @@ -1839,7 +1847,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - - IPv6DB + # - IPv6DB # GHC 8.2.1 via hedis "koral koral@mailoo.org @k0ral": # - atom-conduit # GHC 8.2.1 via lens-simple @@ -1854,19 +1862,19 @@ packages: - protocol-buffers # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - - ekg-core + # - ekg-core # GHC 8.2.1 - digits - hbeanstalk - iso3166-country-codes - iso639 - murmur-hash - - monoidal-containers + # - monoidal-containers # GHC 8.2.1 - regex-pcre - string-combinators - string-class - SHA - data-ordlist - - hedis + # - hedis # GHC 8.2.1 via slave-thread "Rob O'Callahan ropoctl@gmail.com @rcallahan": # - pipes-fastx # via pipes-attoparsec @@ -1902,13 +1910,13 @@ packages: "Vladislav Zavialov @int-index": - transformers-lift - ether - - union + # - union # GHC 8.2.1 "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write # - hapistrano # bounds: path-io - inflections - - twitter-feed + # - twitter-feed # GHC 8.2.1 # - cassava-megaparsec # via cassava: bounds: vector - dotenv # - stache # GHC 8.2.1 @@ -1927,8 +1935,8 @@ packages: - network-carbon # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - - logging-effect - - reactive-banana + # - logging-effect # GHC 8.2.1 + # - reactive-banana # GHC 8.2.1 "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1949,9 +1957,9 @@ packages: - abstract-deque - abstract-deque-tests - abstract-par - - atomic-primops + # - atomic-primops # GHC 8.2.1 - base-orphans - - chaselev-deque + # - chaselev-deque # GHC 8.2.1 via atomic-primops - code-page - deriving-compat - echo @@ -1968,14 +1976,14 @@ packages: - text-show - text-show-instances - th-abstraction - - thread-local-storage + # - thread-local-storage # GHC 8.2.1 via atomic-primops "Kirill Zaborsky @qrilka": - xlsx "Matt Parsons @parsonsmatt": - monad-logger-prefix - - monad-metrics + # - monad-metrics # GHC 8.2.1 via ekg-core "Matthew Pickering @mpickering": - refact @@ -2013,7 +2021,7 @@ packages: # - ekg-wai # GHC 8.2.1 - haxl-amazonka - hasql-migration - - servant-JuicyPixels + # - servant-JuicyPixels # GHC 8.2.1 "Artyom @neongreen": - microlens @@ -2024,19 +2032,19 @@ packages: - microlens-contra - shortcut-links - cheapskate-lucid - - cheapskate-highlight + # - cheapskate-highlight # GHC 8.2.1 - cmark-lucid - - cmark-highlight - - Spock-lucid + # - cmark-highlight # GHC 8.2.1 + # - Spock-lucid # GHC 8.2.1 - charsetdetect-ae - ilist - text-all - fmt "Takano Akio tak@anoak.io @takano-akio": - - fast-builder + # - fast-builder # GHC 8.2.1 - filelock - - euphoria + # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree @@ -2052,7 +2060,7 @@ packages: - loop - netpbm - network-house - - posix-paths + # - posix-paths # GHC 8.2.1 - reinterpret-cast # As dependencies of packages above - attoparsec-binary @@ -2064,12 +2072,12 @@ packages: "Michael Walker @barrucadu": - both - - concurrency + # - concurrency # GHC 8.2.1 via atomic-primops - dpor - - dejafu - - async-dejafu - - hunit-dejafu - - tasty-dejafu + # - dejafu # GHC 8.2.1 + # - async-dejafu # GHC 8.2.1 + # - hunit-dejafu # GHC 8.2.1 + # - tasty-dejafu # GHC 8.2.1 - irc-ctcp # - irc-conduit # GHC 8.2.1 # - irc-client # GHC 8.2.1 @@ -2086,14 +2094,14 @@ packages: # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - - opaleye-trans + # - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - - servant-checked-exceptions - - servant-static-th + # - servant-checked-exceptions # GHC 8.2.1 + # - servant-static-th # GHC 8.2.1 - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api + # - yahoo-finance-api # GHC 8.2.1 # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": @@ -2127,7 +2135,8 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - - GPipe + [] + # - GPipe # GHC 8.2.1 "Patrick Redmond @plredmond": [] @@ -2142,10 +2151,12 @@ packages: - Xauth "Sebastian de Bellefon @Helkafen": - - wai-middleware-metrics + [] + # - wai-middleware-metrics # GHC 8.2.1 via ekg-core "Stefan Berthold": - - smallcaps + [] + # - smallcaps # GHC 8.2.1 "Gregory Collins @gregorycollins": - hashtables @@ -2211,14 +2222,14 @@ packages: # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - - compactmap - - stateWriter + # - compactmap # GHC 8.2.1 + # - stateWriter # GHC 8.2.1 - filecache - - pcre-utils + # - pcre-utils # GHC 8.2.1 - strict-base-types - - withdependencies + # - withdependencies # GHC 8.2.1 - hruby - - language-puppet + # - language-puppet # GHC 8.2.1 via pcre-utils - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -2261,10 +2272,11 @@ packages: # - hsexif # GHC 8.2.1 "Nickolay Kudasov @fizruk": - - http-api-data + [] + # - http-api-data # GHC 8.2.1 via uri-bytestring # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - - swagger2 - - servant-swagger + # - swagger2 # GHC 8.2.1 + # - servant-swagger # GHC 8.2.1 "Jared Tobin @jtobin": - mwc-probability @@ -2337,8 +2349,8 @@ packages: - pathwalk "John Galt @centromere": - - cacophony - - pipes-cacophony + # - cacophony # GHC 8.2.1 + # - pipes-cacophony # GHC 8.2.1 - blake2 - nfc @@ -2354,8 +2366,9 @@ packages: # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - - ctrie - - ttrie + [] + # - ctrie # GHC 8.2.1 via atomic-primops + # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": - base-noprelude @@ -2387,7 +2400,8 @@ packages: # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - - benchpress + [] + # - benchpress # GHC 8.2.1 # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": @@ -2475,16 +2489,16 @@ packages: - language-dockerfile "Pascal Hartig @passy": - - giphy-api + # - giphy-api # GHC 8.2.1 - optparse-text "rightfold @rightfold": - open-browser "Denis Redozubov @dredozubov": - - tracy + # - tracy # GHC 8.2.1 - hreader-lens - - schematic + # - schematic # GHC 8.2.1 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2494,7 +2508,8 @@ packages: # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - - hoauth2 + [] + # - hoauth2 # GHC 8.2.1 via uri-bytestring "Falko Peters @informatikr": - scrypt @@ -2516,8 +2531,9 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames - - hpp + [] + # - Frames # GHC 8.2.1 + # - hpp # GHC 8.2.1 "Takayuki Muranushi @nushio3": - binary-search @@ -2537,7 +2553,7 @@ packages: # - mustache # GHC 8.2.1 via wreq "Cindy Wang @CindyLinz": - - NoTrace + # - NoTrace # GHC 8.2.1 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2673,7 +2689,7 @@ packages: # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - - protolude + # - protolude # GHC 8.2.1 # - repline # GHC 8.2.1 - picosat @@ -2716,7 +2732,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api + # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate @@ -2744,8 +2760,9 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - - hjsonpointer - - hjsonschema + [] + # - hjsonpointer # GHC 8.2.1 + # - hjsonschema # GHC 8.2.1 "Drew Hess @dhess": - hpio @@ -2753,8 +2770,8 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units - - units-defs + # - units # GHC 8.2.1 via MemoTrie + # - units-defs # GHC 8.2.1 via MemoTrie - HUnit-approx - units-parser @@ -2805,13 +2822,13 @@ packages: "Patrick Chilton @chpatrick": - solga - - solga-swagger + # - solga-swagger # GHC 8.2.1 via swagger2 - clang-pure - webrtc-vad "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num + # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - haskell-packages @@ -2836,17 +2853,20 @@ packages: # - haskell-names # bounds: aeson "Shao Cheng @TerrorJack": - - simple-download - - encoding-io + [] + # - simple-download # GHC 8.2.1 + # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - - aeson-injector + [] + # - aeson-injector # GHC 8.2.1 # "Rune K. Svendsen @runeks": # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core "Al Zohali @zohl": - - servant-auth-cookie < 0.4.1 || > 0.4.1 + [] + # - servant-auth-cookie # GHC 8.2.1 # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": @@ -2905,25 +2925,28 @@ packages: - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - - json-stream + [] + # - json-stream # GHC 8.2.1 "Philipp Balzarek ": - xml-picklers "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": - - multistate - - pqueue + [] + # - multistate # GHC 8.2.1 + # - pqueue # GHC 8.2.1 "Ryan Mulligan @ryantm": [] # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - - numhask - - numhask-range + [] + # - numhask # GHC 8.2.1 via protolude + # - numhask-range # GHC 8.2.1 via protolude # - chart-unit # bounds optparse-applicative # - perf # bounds optparse-applicative - - online + # - online # GHC 8.2.1 via protolude "Iphigenia Df @iphydf": - data-msgpack @@ -2950,12 +2973,13 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - - sibe + # - sibe # GHC 8.2.1 via stemmer - termcolor "Alexis Williams @typedrat": + [] # - stb-image-redux # bounds: vector - - wavefront-obj + # - wavefront-obj # GHC 8.2.1 "XT @xtendo-org": - rawfilepath @@ -2992,7 +3016,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + [] + # - wai-middleware-auth # GHC 8.2.1 via uri-bytestring # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": @@ -3000,7 +3025,8 @@ packages: # - hledger-iadd # bounds: hledger-lib "Roy Levien @orome": - - crypto-enigma + [] + # - crypto-enigma # GHC 8.2.1 "Boldizsár Németh @nboldi": - instance-control @@ -3024,8 +3050,9 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + [] # - sensu-run # GHC 8.2.1 via wreq - - viewprof + # - viewprof # GHC 8.2.1 "Dylan Simon @dylex": # - postgresql-typed # GHC 8.2.1 @@ -3057,7 +3084,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # GHC 8.2.1 via protolude "ncaq @ncaq": - haskell-import-graph @@ -3074,7 +3102,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + # - aeson-diff # GHC 8.2.1 - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": @@ -3115,7 +3143,8 @@ packages: # - ziptastic-core # GHC 8.2.1 via tz "Hardy Jones @joneshf": - - servant-ruby + [] + # - servant-ruby # GHC 8.2.1 # - wai-middleware-rollbar # GHC 8.2.1 "Andrey Mokhov @snowleopard": @@ -3126,13 +3155,14 @@ packages: - hslua-aeson "Judah Jacobson @judah": - - lens-labels - - proto-lens - - proto-lens-descriptors + [] + # - lens-labels # GHC 8.2.1 + # - proto-lens # GHC 8.2.1 + # - proto-lens-descriptors # GHC 8.2.1 # - proto-lens-protoc # bounds: haskell-src-exts # - proto-lens-combinators # bounds: proto-lens-protoc - - proto-lens-arbitrary - - proto-lens-optparse + # - proto-lens-arbitrary # GHC 8.2.1 + # - proto-lens-optparse # GHC 8.2.1 # - proto-lens-protobuf-types # bounds: proto-lens-protoc # - tensorflow # bounds: proto-lens-protoc # - tensorflow-core-ops # bounds: tensorflow @@ -3156,7 +3186,8 @@ packages: - async-timer "Simon Hafner @reactormonk": - - uri-bytestring-aeson + [] + # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - nvim-hs @@ -3180,7 +3211,8 @@ packages: - haddock "Mark Hopkins @mjhopkins": - - alerta + [] + # - alerta # GHC 8.2.1 "Steven Vandevelde @icidasset": - shikensu @@ -3211,7 +3243,7 @@ packages: # - type-list # GHC 8.2.1 via singletons 2.3 - vinyl-utils - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava # If you want to make sure a package is removed from stackage, @@ -3236,16 +3268,12 @@ packages: - base < 4.10 - hslua < 0.6 - # https://github.com/fpco/stackage/issues/2661 - - servant-docs < 0.11 - # https://github.com/fpco/stackage/issues/2663 - doctest < 0.12 # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 - - versions < 3.2 # end of packages @@ -3482,6 +3510,7 @@ skipped-tests: - ghc-mod # hspec 2.4 - unordered-containers # via ChasingBottoms - dlist # quickcheck-instances >= 0.3.15 && < 0.4 + - haddock # GHC 8.2.1 via haddock-test # Transitive outdated dependencies # These packages From f6119197cc42ecdbe15fa96815322fcadf7cc110 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:40:43 -0700 Subject: [PATCH 299/593] lift constraints "waiting for ghc 8.2", closes #2127, closes #2528 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3ca868b..c784abda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,12 +3258,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2127 - - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - - # https://github.com/fpco/stackage/issues/2528 - - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # WIP: Issues are coming ... - base < 4.10 - hslua < 0.6 From c5fa4ae211f3488dcd1ff73fedccf25307c61a41 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:44:38 -0700 Subject: [PATCH 300/593] Unskip tests since doctest is constrained; add link for #2681 (hslua) --- build-constraints.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c784abda..f190e40c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,8 +3258,7 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # WIP: Issues are coming ... - - base < 4.10 + # https://github.com/fpco/stackage/issues/2681 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2663 @@ -3423,19 +3422,6 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - # doctest 0.12 - - ad - - attoparsec-time - - bits - - bound - - bytes - - cgi - - clash-prelude - - comonad - - distributive - - email-validate - - flow - - trifecta # - genvalidity-property # bounds: QuickCheck - hasmin - http-api-data From 61ebdd38b6654c10eb4fcd13b3bd7a24a7132d1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:48:34 -0700 Subject: [PATCH 301/593] Block "versions", cannot satisfy both new base #2672 and old megaparsec #2666 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f190e40c..08cf85b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -844,8 +844,9 @@ packages: - disk-free-space "Colin Woodbury @fosskers": + [] # - microlens-aeson # GHC 8.2.1 - - versions + # - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 # - repa # bounds: vector From 109a9d0888667f73998cdd5205a2153af51a9dac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:53:57 -0700 Subject: [PATCH 302/593] Add constraint "turtle < 1.4" per #2682 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08cf85b1..74cfe0bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,9 @@ packages: - megaparsec < 6 - hspec-megaparsec < 1 + # https://github.com/fpco/stackage/issues/2682 + - turtle < 1.4 + # end of packages # Package flags are applied to individual packages, and override the values of From f5b04c829b1de841b27ae84ce2b76b4c9f9057bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 20:14:11 -0700 Subject: [PATCH 303/593] Block packages to unconstrain Cabal, closes #2683 --- build-constraints.yaml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74cfe0bc..fe46fb20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -304,7 +304,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools + # - gtk2hs-buildtools # Cabal 2.0.0.2 - happy - hybrid-vectors - indents @@ -385,7 +385,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - cabal-dependency-licenses + # - cabal-dependency-licenses # Cabal 2.0.0.2 # - hakyll # bounds: skylighting - stylish-haskell # - patat # bounds: skylighting @@ -472,7 +472,7 @@ packages: - hostname-validate - ini - lucid - - osdkeys # via libnotify + # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -1011,7 +1011,7 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + # - Chart-cairo # Cabal 2.0.0.2 - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -1159,15 +1159,15 @@ packages: - xmonad-contrib # - shelly # GHC 8.2.1 - - cairo - - gio - - glib - - gtk - - gtk3 - - gtksourceview3 - - pango - - webkitgtk3 - - webkitgtk3-javascriptcore + # - cairo # Cabal 2.0.0.2 + # - gio # Cabal 2.0.0.2 + # - glib # Cabal 2.0.0.2 + # - gtk # Cabal 2.0.0.2 + # - gtk3 # Cabal 2.0.0.2 + # - gtksourceview3 # Cabal 2.0.0.2 + # - pango # Cabal 2.0.0.2 + # - webkitgtk3 # Cabal 2.0.0.2 + # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1559,9 +1559,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # - plot # Cabal 2.0.0.2 + # - plot-gtk # Cabal 2.0.0.2 + # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer # - hmatrix-repa # via repa: bounds: vector @@ -2265,7 +2265,8 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui + [] + # - plot-gtk-ui # Cabal 2.0.0.2 # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2716,8 +2717,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - - wild-bind-indicator - - wild-bind-task-x11 + # - wild-bind-indicator # Cabal 2.0.0.2 + # - wild-bind-task-x11 # Cabal 2.0.0.2 "Cies Breijs @cies": - htoml @@ -2832,7 +2833,7 @@ packages: # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - - haskell-packages + # - haskell-packages # Cabal 2.0.0.2 - oeis "Gergely Patai @cobbpg": From f159ba114bfb058913c2d632d21ab401156c71bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:15:27 -0700 Subject: [PATCH 304/593] Add constraint "cue-sheet < 1" per #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe46fb20..c35ac50c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + - cue-sheet < 1 # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 From 673ad03fdc8518044df60c40ff090744fb983c8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:17:29 -0700 Subject: [PATCH 305/593] Add constraint "semigroupoids < 5.2.1" per #2686 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c35ac50c..93dccdbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,6 +3274,9 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2686 + - semigroupoids < 5.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 707aa64bc2813cb10789543bf4a8fc11ea3d1b3b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:20:58 -0700 Subject: [PATCH 306/593] Disable packages requiring cabal-version >= 2 --- build-constraints.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93dccdbd..f8361c6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,7 +2373,8 @@ packages: # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": - - base-noprelude + [] + # - base-noprelude # cabal-version >= 2 "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -3208,9 +3209,10 @@ packages: - safeio "Alex Biehl @alexbiehl": - - haddock-library - - haddock-api - - haddock + [] + # - haddock-library # cabal-version >= 2 + # - haddock-api # cabal-version >= 2 + # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": [] From 3501991a8f64cbf82db8137bfb2366ed168d54b6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:21:39 -0700 Subject: [PATCH 307/593] Remove constraint "semigroupoids < 5.2.1", closes #2686 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8361c6c..393b21a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3276,9 +3276,6 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2686 - - semigroupoids < 5.2.1 - # end of packages # Package flags are applied to individual packages, and override the values of From abce203a3a2f33a80b8f3b67e749c6ec156695e1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:52:38 -0700 Subject: [PATCH 308/593] Bump ghc version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad96d66b..56076512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/8.0.2/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh From 9dcef1851c1d55dbd2f8bcd02abb89f8d8308d10 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 17:15:44 -0700 Subject: [PATCH 309/593] Update apt-get installs: llvm and libclang to 3.9 --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index cc0d2ca7..b6cd4e78 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -48,7 +48,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ - libclang-3.7-dev \ + libclang-3.9-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \ @@ -117,7 +117,7 @@ apt-get install -y \ libyaml-dev \ libzip-dev \ libzmq3-dev \ - llvm-3.7 \ + llvm-3.9 \ locales \ m4 \ minisat \ From 8c565ac2a9f56562a456bf913b41c4c5002868db Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 09:26:32 -0700 Subject: [PATCH 310/593] Block packages relying on c2hs --- build-constraints.yaml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 393b21a5..8505ca23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -84,7 +84,7 @@ packages: - explicit-exception - fixed-length # - gnuplot # GHC 8.2.1 - - group-by-date + # - group-by-date # GHC 8.2.1 via c2hs - iff - interpolation - jack @@ -922,7 +922,7 @@ packages: "Dimitri Sabadie @phaazon": # - al # FIXME temporary, figure out why it's not working with stackage-build - event - - hid + # - hid # GHC 8.2.1 via c2hs # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal @@ -1157,7 +1157,7 @@ packages: # - idris # bounds aeson - libffi - xmonad-contrib - # - shelly # GHC 8.2.1 + # - shelly # GHC 8.2.1: time < 1.7 # - cairo # Cabal 2.0.0.2 # - gio # Cabal 2.0.0.2 @@ -1583,9 +1583,10 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": + [] # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H - - inline-r + # - H # GHC 8.2.1 via c2hs + # - inline-r # GHC 8.2.1 via c2hs # "David Fox @ddssff": # - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 @@ -1800,8 +1801,8 @@ packages: - cassette - choice - distributed-closure - - H - - inline-r + # - H # GHC 8.2.1 via c2hs + # - inline-r # GHC 8.2.1 via c2hs # - jni # GHC 8.2.1 via atomic-primops # - jvm # GHC 8.2.1 via jni # - sparkle # bounds: mmorph @@ -2354,7 +2355,7 @@ packages: # - cacophony # GHC 8.2.1 # - pipes-cacophony # GHC 8.2.1 - blake2 - - nfc + # - nfc # GHC 8.2.1 via c2hs "Adam Curtis @kallisti-dev": - webdriver @@ -2380,8 +2381,9 @@ packages: - exp-pairs "Stefan Kersten @kaoskorobase": - - hsndfile - - hsndfile-vector + [] + # - hsndfile # GHC 8.2.1 via c2hs + # - hsndfile-vector # GHC 8.2.1 via c2hs "yihuang @yihuang": - tagstream-conduit @@ -2882,8 +2884,9 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - - heatshrink - - hocilib + [] + # - heatshrink # GHC 8.2.1 via c2hs + # - hocilib # GHC 8.2.1 via c2hs # "Matthias Herrmann @2chilled": # - scrape-changes # GHC 8.2.1 via wreq @@ -4060,6 +4063,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- shelly-1.6.8.3 # re-enable shelly, c2hs, etc # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 8140c2bf8cb9556892ad8c94fc8e977e40c2da46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 09:44:04 -0700 Subject: [PATCH 311/593] Block labels, posix-realtime, th-to-exp, freer-effects per build failures --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8505ca23..61f64c5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -462,7 +462,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels + # - labels # https://github.com/chrisdone/labels/issues/8 - ace - ical # - check-email # GHC 8.2.1 via email-validate @@ -761,7 +761,7 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - - posix-realtime + # - posix-realtime # https://github.com/mgajda/posix-realtime/issues/5 "Dom De Re @domdere": - cassava-conduit @@ -2822,7 +2822,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions - - th-to-exp + # - th-to-exp # https://github.com/lexi-lambda/th-to-exp/issues/1 - type-assertions "Patrick Chilton @chpatrick": @@ -3131,7 +3131,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects + # - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": From 999739324f3406c77432464e550bb297495b2f46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:07:41 -0700 Subject: [PATCH 312/593] Block hdevtools, hsass, binary-typed, data-diverse per build failures --- build-constraints.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f64c5b..5cc2de39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1090,7 +1090,8 @@ packages: - ghcjs-perch "Sebastian Nagel @ch1bo": - - hdevtools + [] + # - hdevtools # https://github.com/hdevtools/hdevtools/issues/57 "Andrey Chudnov @achudnov": [] @@ -1903,8 +1904,9 @@ packages: # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - - hlibsass - - hsass + [] + # - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 + # - hsass # via hlibsass "Robert Massaioli @robertmassaioli": - range @@ -2434,7 +2436,7 @@ packages: - pkcs10 "David Luposchainsky @quchen": - - binary-typed + # - binary-typed # https://github.com/quchen/binary-typed/issues/42 - pgp-wordlist # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 # GHC 8.2.1 @@ -3068,8 +3070,8 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras - - data-diverse - - data-diverse-lens + # - data-diverse # https://github.com/louispan/data-diverse/issues/2 + # - data-diverse-lens # via data-diverse - disposable - ghcjs-base-stub - glaze From aa495075ff85d2ecc2ec529a088451e5e7349edb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:17:18 -0700 Subject: [PATCH 313/593] Expect leapseconds-announce tests to fail per bjornbm/leapseconds-announced#5 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cc2de39..65b110d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From 55a7dd0da64aea99e2d2528542e8f8da109409ec Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:32:43 -0700 Subject: [PATCH 314/593] Block lhs2tex, transient, and sleda per build faliures --- build-constraints.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65b110d8..71815529 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -309,7 +309,7 @@ packages: - hybrid-vectors - indents - language-c - - lhs2tex + # - lhs2tex # https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -492,9 +492,9 @@ packages: - TCache - Workflow - MFlow - - transient - - transient-universe - - axiom + # - transient # https://github.com/transient-haskell/transient/issues/70 + # - transient-universe # via transient + # - axiom # via transient "Edward Kmett @ekmett": - ad @@ -3206,9 +3206,10 @@ packages: - triplesec "Anton Ekblad @valderman": - - selda - - selda-sqlite - - selda-postgresql + [] + # - selda # https://github.com/valderman/selda/issues/41 + # - selda-sqlite # via selda + # - selda-postgresql # via selda "Luis Pedro Coelho @luispedro": - safeio From 8487a419bcec778418ee9c29a618bac1c0ef51ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:25:50 -0700 Subject: [PATCH 315/593] Expect test failures for hweblib and unicode-transforms per build failures --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71815529..7e7c9278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 @@ -3763,6 +3764,7 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 + - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 8c91b7851b4d89529baef2af566a507e399f1ec8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:32:05 -0700 Subject: [PATCH 316/593] Block dynamic state and most yi-* per build failures --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e7c9278..26965507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,7 +2115,7 @@ packages: - charsetdetect-ae - compiler-errors - docopt - - dynamic-state + # - dynamic-state # https://github.com/yi-editor/dynamic-state/issues/2 - dyre - io-storage - oo-prototypes @@ -2123,20 +2123,20 @@ packages: - word-trie - xdg-basedir # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - - yi-core + # - yi-core # via dynamic-state # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim + # - yi-frontend-vty # via yi-core + # - yi-fuzzy-open # via dynamic-state + # - yi-ireader # via yi-core + # - yi-keymap-cua # via yi-core + # - yi-keymap-emacs # via yi-core + # - yi-keymap-vim # via yi-core - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript + # - yi-misc-modes # via yi-core + # - yi-mode-haskell # via yi-core + # - yi-mode-javascript # via yi-core - yi-rope - - yi-snippet + # - yi-snippet # via yi-core "Tobias Bexelius @tobbebex": [] From 29509758364243fdc55d495aeea013b49f9917ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:37:07 -0700 Subject: [PATCH 317/593] Block language-python per bjpop/language-python#35 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26965507..73d060e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2976,7 +2976,8 @@ packages: - postgresql-simple-queue "Bernie Pope @bjpop": - - language-python + [] + # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - picedit From 58a3a8e8307a91b79d63eb2d11aae43585ba9186 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:37:47 -0700 Subject: [PATCH 318/593] Expect test failure for hosc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73d060e1..8544ee1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,6 +3794,7 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug + - hosc # GHC 8.2.1 (?) - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 From d0344fe83346873c450525962a917bcb78e60be4 Mon Sep 17 00:00:00 2001 From: matt-noonan Date: Sun, 30 Jul 2017 22:44:56 -0400 Subject: [PATCH 319/593] add justified-containers --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8544ee1a..d3de5c03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: "Edward Amsden @eamsden": - h2c - bno055-haskell + + "Matt Noonan @matt-noonan": + - justified-containers # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 653cf5134120b91f2185a88b1618544c1dbbea2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:24:18 +0300 Subject: [PATCH 320/593] Expect benchmark compilation failure mrkkrp/req-conduit#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3de5c03..a70feffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3837,6 +3837,9 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # https://github.com/mrkkrp/req-conduit/issues/4 + - req-conduit + # end of expected-benchmark-failures From 3830ed701ae7d115776a1e423b7638be7d711f29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:25:53 +0300 Subject: [PATCH 321/593] Expect test suite failure for mrkkrp/path-io#29 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a70feffc..eadff9e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,6 +3840,9 @@ expected-benchmark-failures: # https://github.com/mrkkrp/req-conduit/issues/4 - req-conduit + # https://github.com/mrkkrp/path-io/issues/29 + - path-io + # end of expected-benchmark-failures From 75c7b5798e8765d9d4ecf62acd01bce063ca446a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:27:36 +0300 Subject: [PATCH 322/593] Expect test suite compilation failure for frontrowed/stratosphere#55 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eadff9e2..3e467383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,6 +3843,9 @@ expected-benchmark-failures: # https://github.com/mrkkrp/path-io/issues/29 - path-io + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # end of expected-benchmark-failures From 68f2eed47fd408e11864c5dcdb1a451adff8746a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:30:35 +0300 Subject: [PATCH 323/593] Block for build failure alephcloud/hs-configuration-tools#56 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e467383..ce98032e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1778,7 +1778,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools + # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/56 "Sam Rijs @srijs": - ndjson-conduit From d02117d5b3fe3468507f4d6eb1131bd2c90a0895 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:32:52 +0300 Subject: [PATCH 324/593] Block package Shimuuar/fixed-vector-hetero#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce98032e..c43c912a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,7 +1954,7 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - - fixed-vector-hetero + # - fixed-vector-hetero # https://github.com/Shimuuar/fixed-vector-hetero/issues/3 - type-level-numbers "Ryan Scott @RyanGlScott": From 2f42a9e21f7694b370bf7492ca59b2f61bd800ee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:34:18 +0300 Subject: [PATCH 325/593] Block packages haskell-distributed/rank1dynamic#18 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c43c912a..524ab7dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2303,12 +2303,12 @@ packages: # - distributed-process-supervisor # GHC 8 # - distributed-process-task # GHC 8 # - distributed-process-simplelocalnet # via: distributed-process - - distributed-static + # - distributed-static # https://github.com/haskell-distributed/rank1dynamic/issues/18 - network-transport # - network-transport-tcp # bounds: network-transport # - network-transport-inmemory # bounds: network-transport # - network-transport-composed # bounds: network-transport - - rank1dynamic + # - rank1dynamic # https://github.com/haskell-distributed/rank1dynamic/issues/18 # "Alexander Vershilov @qnikst": # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 From 38f3929c97e661e788336839a183d04dff1a89a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:37:03 +0300 Subject: [PATCH 326/593] Block package mstksg/tagged-binary#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 524ab7dc..beacb630 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1749,7 +1749,7 @@ packages: - configurator-export - hamilton - prompt - - tagged-binary + # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 - typelits-witnesses - uncertain - vector-sized From 5e54983fd61fd7e8da74f939d7314d01142f7157 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:42:08 +0300 Subject: [PATCH 327/593] Block packages albertoruiz/hmatrix#232 --- build-constraints.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index beacb630..dc442c46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -153,7 +153,7 @@ packages: # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - - boltzmann-samplers + # - boltzmann-samplers # https://github.com/albertoruiz/hmatrix/issues/232 - generic-random "Tobias Dammers @tdammers": @@ -1545,7 +1545,7 @@ packages: # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - - cubicspline + # - cubicspline # https://github.com/albertoruiz/hmatrix/issues/232 - maximal-cliques "Alexander Bondarenko @wiz": @@ -1557,9 +1557,9 @@ packages: - generics-sop "Vivian McPhail @amcphail": - - hmatrix-gsl-stats - - hsignal - - hstatistics + # - hmatrix-gsl-stats # https://github.com/albertoruiz/hmatrix/issues/232 + # - hsignal # https://github.com/albertoruiz/hmatrix/issues/232 + # - hstatistics # https://github.com/albertoruiz/hmatrix/issues/232 # - plot # Cabal 2.0.0.2 # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 @@ -1745,9 +1745,9 @@ packages: "Justin Le @mstksg": - auto - - backprop + # - backprop # https://github.com/albertoruiz/hmatrix/issues/232 - configurator-export - - hamilton + # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 - prompt # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 - typelits-witnesses @@ -2980,7 +2980,7 @@ packages: # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - - picedit + # - picedit # https://github.com/albertoruiz/hmatrix/issues/232 - mathexpr # - sibe # GHC 8.2.1 via stemmer - termcolor @@ -3234,7 +3234,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - - mltool + # - mltool # https://github.com/albertoruiz/hmatrix/issues/232 "Edward Amsden @eamsden": - h2c From d01ad6326da8768150586f0de3b57a1b23219781 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:44:21 +0300 Subject: [PATCH 328/593] Update check for GHC 8.2.1 --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index bf7f91f6..79e7a39f 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.0.2 stackage-curator check +exec stack exec --resolver ghc-8.2.1 stackage-curator check From 369a9422383952a75a81458c5c4cfd07a8914ee2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 07:58:54 +0300 Subject: [PATCH 329/593] Revert "Expect benchmark compilation failure mrkkrp/req-conduit#4" This reverts commit 653cf5134120b91f2185a88b1618544c1dbbea2a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 035d2306..83cda922 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,9 +3839,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/mrkkrp/req-conduit/issues/4 - - req-conduit - # https://github.com/mrkkrp/path-io/issues/29 - path-io From a6df0c97e9e10026b3b5eb5897ec9122d1e64acd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:31:35 +0300 Subject: [PATCH 330/593] Block clr-inline https://gitlab.com/tim-m89/clr-haskell/issues/28 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83cda922..98a4e771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,7 +38,8 @@ packages: - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui - - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510, and https://gitlab.com/tim-m89/clr-haskell/issues/28 + "Joshua Koike @jano017": [] From 54275d82262a5397ffc91c5e2652fb285773472a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:33:14 +0300 Subject: [PATCH 331/593] Block packages louispan/glazier-react#7 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a4e771..0f5e6d7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3079,8 +3079,8 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react - - glazier-react-widget + # - glazier-react # https://github.com/louispan/glazier-react/issues/7 + # - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 - javascript-extras - l10n - pipes-category From 58f782ac7004eabb5eb79c36821ac168374e6993 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:36:09 +0300 Subject: [PATCH 332/593] Block packages nikita-volkov/hasql#76 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f5e6d7d..997c73aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,8 +1027,8 @@ packages: - base-prelude - cases # - focus # GHC 8.2.1 - - hasql - - hasql-pool + # - hasql # https://github.com/nikita-volkov/hasql/issues/76 + # - hasql-pool # https://github.com/nikita-volkov/hasql/issues/76 # - list-t # GHC 8.2.1 - mtl-prelude - neat-interpolation @@ -2025,7 +2025,7 @@ packages: "Timo von Holtz @tvh": # - ekg-wai # GHC 8.2.1 - haxl-amazonka - - hasql-migration + # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 "Artyom @neongreen": From 49097ebdb32294c573935ff84575d03bdb4ba46a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:38:15 +0300 Subject: [PATCH 333/593] Block packages jdreaver/eventful#13 --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997c73aa..711edace 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,13 +2733,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - eventful-core - - eventful-dynamodb - - eventful-memory - - eventful-postgresql - - eventful-sql-common - - eventful-sqlite - - eventful-test-helpers + # - eventful-core # https://github.com/jdreaver/eventful/issues/13 + # - eventful-dynamodb # https://github.com/jdreaver/eventful/issues/13 + # - eventful-memory # https://github.com/jdreaver/eventful/issues/13 + # - eventful-postgresql # https://github.com/jdreaver/eventful/issues/13 + # - eventful-sql-common # https://github.com/jdreaver/eventful/issues/13 + # - eventful-sqlite # https://github.com/jdreaver/eventful/issues/13 + # - eventful-test-helpers # https://github.com/jdreaver/eventful/issues/13 # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate From 581f4df10a910026a9a14d993a06d16f171b378b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:43:10 +0300 Subject: [PATCH 334/593] Revert "Expect test suite failure for mrkkrp/path-io#29" This reverts commit 3830ed701ae7d115776a1e423b7638be7d711f29. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 711edace..c03e8f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,9 +3840,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/mrkkrp/path-io/issues/29 - - path-io - # https://github.com/frontrowed/stratosphere/issues/55 - stratosphere From 1ba373e2957768adf6e69a810541a57cf97ca3f2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:45:18 +0300 Subject: [PATCH 335/593] Expect Haddock failure goldfirere/singletons#242 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c03e8f78..70ff82c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3880,6 +3880,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/2652 - haskell-lsp + + # https://github.com/goldfirere/singletons/issues/242 + - singletons # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 5ba8bca905186cc67dc1ae252f9809844c8c3d78 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:46:53 +0300 Subject: [PATCH 336/593] Expect test failure mrkkrp/pagination#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70ff82c5..153b2bbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3811,6 +3811,9 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + # https://github.com/mrkkrp/pagination/issues/2 + - pagination + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ede6e9520a40df293dd6bca1999be7385b571b2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:21:04 +0300 Subject: [PATCH 337/593] Block packages for ndmitchell/derive#25 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 153b2bbd..14876e1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,7 @@ packages: "Pasqualino Assini @tittoassini": - zm - - flat + # - flat # https://github.com/ndmitchell/derive/issues/25 - model "Timo Koepke @koepket": @@ -2317,9 +2317,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit - - twitter-types - - twitter-types-lens + # - twitter-conduit # https://github.com/ndmitchell/derive/issues/25 + # - twitter-types # https://github.com/ndmitchell/derive/issues/25 + # - twitter-types-lens # https://github.com/ndmitchell/derive/issues/25 # "Robbin C. robbinch": # - zim-parser # via: lzma From f200c50ff05438b632bee262969d48200450bc55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:32:38 +0300 Subject: [PATCH 338/593] Block package lykahb/groundhog#69 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14876e1f..4c3093c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: - groundhog-sqlite - groundhog-postgresql - groundhog-mysql - - groundhog-inspector + # - groundhog-inspector # https://github.com/lykahb/groundhog/issues/69 "Janne Hellsten @nurpax": - sqlite-simple From 6300938c1001044ca83c297e1b2d079d6b16271f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:39:49 +0300 Subject: [PATCH 339/593] Block package Daniel-Diaz/hatex-guide#21 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c3093c3..a86688c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -683,7 +683,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - - hatex-guide + # - hatex-guide # https://github.com/Daniel-Diaz/hatex-guide/issues/21 - include-file - matrix - pcre-light From 07edb64a9a29bb64d6dc4e55196e76d76c596143 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:41:22 +0300 Subject: [PATCH 340/593] Block stackage-query --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a86688c4..85c88567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1154,7 +1154,7 @@ packages: "Jens Petersen @juhp": # - cabal-rpm # GHC 8.2.1 - - stackage-query + # - stackage-query # BLOCKED stackage-types/Cabal 2.0 # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi From 6e4b1d42ba8de920d1441d6b653871cb874338f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:50:48 +0300 Subject: [PATCH 341/593] Expect test failure blamario/monoid-subclasses#14 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85c88567..e927cf1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3814,6 +3814,9 @@ expected-test-failures: # https://github.com/mrkkrp/pagination/issues/2 - pagination + # https://github.com/blamario/monoid-subclasses/issues/14 + - monoid-subclasses + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 66c80198177c40008a56ada8c262b344312ff862 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:52:09 +0300 Subject: [PATCH 342/593] Expect test failure agrafix/Spock#130 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e927cf1d..712b74c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3817,6 +3817,9 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses + # https://github.com/agrafix/Spock/issues/130 + - reroute + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 092f12ad5441f78c511e84a40eb6f02464b45364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:59:18 +0300 Subject: [PATCH 343/593] Block packages neovimhaskell/nvim-hs#57 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 712b74c9..9c6de94f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3200,9 +3200,11 @@ packages: # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # https://github.com/neovimhaskell/nvim-hs/issues/57 + # - nvim-hs + # - nvim-hs-contrib + # - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From dfdd722f55c469b9a3fc363b95e2d938038a4b78 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:01:58 +0300 Subject: [PATCH 344/593] Skipping OOM tests athanclark/rose-trees#6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c6de94f..182d1873 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3609,6 +3609,9 @@ skipped-tests: - zlib - text-short + # https://github.com/athanclark/rose-trees/issues/6 + - rose-trees + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b32a3c19a6c67248905262278a49cf58bf6c3575 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:04:54 +0300 Subject: [PATCH 345/593] Expect test failure jtdaugherty/vty#132 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 182d1873..f1b7eb88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3825,6 +3825,9 @@ expected-test-failures: # https://github.com/agrafix/Spock/issues/130 - reroute + # https://github.com/jtdaugherty/vty/issues/132 + - vty + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 96dda6c53c9972e65a123601e3e49dc39d8e33a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:07:11 +0300 Subject: [PATCH 346/593] Expect test failure haskell-foundation/foundation#381 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1b7eb88..bbd8382a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3828,6 +3828,9 @@ expected-test-failures: # https://github.com/jtdaugherty/vty/issues/132 - vty + # https://github.com/haskell-foundation/foundation/issues/381 + - foundation + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ed6ccadcea0b0135766f437b00f35db9ec3ff0fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:11:04 +0300 Subject: [PATCH 347/593] Move to correct section --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bbd8382a..6f3c37e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3831,6 +3831,9 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3860,9 +3863,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # end of expected-benchmark-failures From e7ec7eee8c9a43eb2bb73ecc649f710d08bbeca0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:12:50 +0300 Subject: [PATCH 348/593] Expect benchmark failure harendra-kumar/unicode-transforms#16 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f3c37e4..0f2fb515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3863,6 +3863,9 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # https://github.com/harendra-kumar/unicode-transforms/issues/16 + - unicode-transforms + # end of expected-benchmark-failures From d2772dbbaca736441d7f2b82ebdd1cb8b846ab70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:16:37 +0300 Subject: [PATCH 349/593] Expect test failure beijaflor-io/haskell-language-dockerfile#8 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f2fb515..7bfe50e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3834,6 +3834,9 @@ expected-test-failures: # https://github.com/frontrowed/stratosphere/issues/55 - stratosphere + # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 + - language-dockerfile + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6152099b8f86535571ef6b866c24049ee9f99206 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:18:19 +0300 Subject: [PATCH 350/593] Skip store (GHC 8.2) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bfe50e4..1ca4181c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -266,8 +266,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator - - store + # - stackage-curator # GHC 8.2 + # - store # GHC 8.2 - stm-conduit - wai-websockets - warp-tls From adfaa115c2e94005b5bfc526a929b40a65bd8688 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:21:45 +0300 Subject: [PATCH 351/593] Expect test failure kazu-yamamoto/word8#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ca4181c..c429ccfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3837,6 +3837,9 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile + # https://github.com/kazu-yamamoto/word8/issues/5 + - word8 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c88f966b06faa5274c4d02a1b8e439a3488e5391 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:23:35 +0300 Subject: [PATCH 352/593] Block package mrkkrp/cue-sheet#4 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c429ccfc..142c8e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2255,7 +2255,7 @@ packages: - tagged-identity - req - req-conduit - - cue-sheet + # - cue-sheet # https://github.com/mrkkrp/cue-sheet/issues/4 - wave - flac - flac-picture @@ -3286,7 +3286,6 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 - - cue-sheet < 1 # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 From 151ce79ffb923285b8e8beb5e0136315e7a8fc01 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:24:56 +0300 Subject: [PATCH 353/593] Expect test failure pruvisto/heap#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 142c8e26..cd7887d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,6 +3839,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/word8/issues/5 - word8 + # https://github.com/pruvisto/heap/issues/4 + - heap + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 881f6d0290bdd57fdf8c3710d3a764d654eff1da Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:26:45 +0300 Subject: [PATCH 354/593] Expect test failure #2689 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd7887d6..0bdeb5bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,6 +3842,9 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap + # https://github.com/fpco/stackage/issues/2689 + - non-negative + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6616d913818fd34038f6c17c58d51088a6950b4a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:28:00 +0300 Subject: [PATCH 355/593] Expect test failure adamgundry/units-parser#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bdeb5bf..983881b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/2689 - non-negative + # https://github.com/adamgundry/units-parser/issues/1 + - units-parser + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 546f6574275a04d73139322a26aae56c883f6e7f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:29:38 +0300 Subject: [PATCH 356/593] Extra package blocked for ndmitchell/derive#25 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 983881b3..353759dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -24,7 +24,7 @@ packages: # - opencv-extra "Pasqualino Assini @tittoassini": - - zm + # - zm # https://github.com/ndmitchell/derive/issues/25 # - flat # https://github.com/ndmitchell/derive/issues/25 - model From 4c6353ccf605999df4adfdee16a3a1a372e9e7e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:30:55 +0300 Subject: [PATCH 357/593] Expect test failure fcomb/pkcs10-hs#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 353759dd..fb94e411 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,6 +3848,9 @@ expected-test-failures: # https://github.com/adamgundry/units-parser/issues/1 - units-parser + # https://github.com/fcomb/pkcs10-hs/issues/2 + - pkcs10 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 83bca22db277f1b568021c3421f95de6f944a312 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:32:26 +0300 Subject: [PATCH 358/593] Expect test failure simonmichael/hledger#596 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb94e411..0ca51246 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,6 +3851,9 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 + # https://github.com/simonmichael/hledger/issues/596 + - hledger-lib + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b88fd851c2910f2257d6d7f012c223eed4ca50b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:35:36 +0300 Subject: [PATCH 359/593] Expect test failure romanb/wai-route#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ca51246..ba72ac4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3854,6 +3854,9 @@ expected-test-failures: # https://github.com/simonmichael/hledger/issues/596 - hledger-lib + # https://github.com/romanb/wai-route/issues/5 + - wai-route + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 5ab3b7cf348f8b20452960fde675915bd95a727f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:37:17 +0300 Subject: [PATCH 360/593] Expect test failure brendanhay/amazonka#397 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba72ac4b..e533b97d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,9 @@ expected-test-failures: # https://github.com/romanb/wai-route/issues/5 - wai-route + # https://github.com/brendanhay/amazonka/issues/397 + - amazonka-core + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From baa5dc9bf7dbbcd414e4a619ee89e1d54aee74d5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:40:38 +0300 Subject: [PATCH 361/593] Block packages haskell-gi/haskell-gi#113 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e533b97d..2064598b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,16 +2751,16 @@ packages: "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio + # - gi-gdk # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gdkpixbuf # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gio # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - - gi-gtk + # - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-pango - - gi-soup + # - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - - gi-webkit + # - gi-webkit # https://github.com/haskell-gi/haskell-gi/issues/113 - haskell-gi - haskell-gi-base From 1018668452d784da690bec38f800019124f9cd3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:42:47 +0300 Subject: [PATCH 362/593] Add note about cue-sheet CC @mrkkrp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2064598b..c5f72f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 From 6a1efa304d6e6be8794ffe33ad65aed2afec1359 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:44:15 +0300 Subject: [PATCH 363/593] Block package agrafix/superrecord#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5f72f41..8fff6ebf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3949,7 +3949,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 - - superrecord + # - superrecord # https://github.com/agrafix/superrecord/issues/3 # Transitive outdated dependencies # These packages From aea42e9bb493ba677a6ea5c947137b1b62df6814 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:49:20 +0300 Subject: [PATCH 364/593] Revert "Expect test failure mrkkrp/pagination#2" This reverts commit 5ba8bca905186cc67dc1ae252f9809844c8c3d78. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fff6ebf..82629fd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3816,9 +3816,6 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - # https://github.com/mrkkrp/pagination/issues/2 - - pagination - # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses From 7c12a4638fc11a81d09fd2b42970da28c272071a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:50:39 +0300 Subject: [PATCH 365/593] Expect test failure bos/text-icu#32 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82629fd7..52f2391a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,6 +3858,9 @@ expected-test-failures: # https://github.com/brendanhay/amazonka/issues/397 - amazonka-core + # https://github.com/bos/text-icu/issues/32 + - text-icu + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 96638be8b49f86863a55beb323f4f4d2042f9f19 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:52:12 +0300 Subject: [PATCH 366/593] Block packages https://gitlab.com/twittner/wai-predicates/issues/3 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52f2391a..b4415778 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -970,8 +970,8 @@ packages: # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - - wai-predicates - - wai-routing + # - wai-predicates # https://gitlab.com/twittner/wai-predicates/issues/3 + # - wai-routing # https://gitlab.com/twittner/wai-predicates/issues/3 - zeromq4-haskell "trupill@gmail.com": From 0e40b07289fd76876a25c7508a49e15490a72836 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:53:58 +0300 Subject: [PATCH 367/593] Expect test failure winterland1989/binary-parsers#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4415778..b7f88993 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,6 +3861,9 @@ expected-test-failures: # https://github.com/bos/text-icu/issues/32 - text-icu + # https://github.com/winterland1989/binary-parsers/issues/3 + - binary-parsers + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 761726f307272de5eb6b2637e852d25cedaebdd1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:55:04 +0300 Subject: [PATCH 368/593] Block package snoyberg/keter#170 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7f88993..1d222fbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -256,7 +256,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter + # - keter # https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses From 522ebca7d1ea2fc646bb40002352126ee4a6d89e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:56:19 +0300 Subject: [PATCH 369/593] Revert and close #2689 This reverts commit 881f6d0290bdd57fdf8c3710d3a764d654eff1da. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d222fbc..4953eb8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,9 +3840,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/fpco/stackage/issues/2689 - - non-negative - # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 8d7fc3b9171f5b85a88e2b6913cdb1ca28bbea74 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:02:38 +0300 Subject: [PATCH 370/593] Block superrecord (via bookkeeper) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4953eb8f..2a362148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1070,7 +1070,7 @@ packages: - highjson # - highjson-swagger # GHC 8.2.1 via swagger2 # - highjson-th # GHC 8.2.1 via swagger2 - - superrecord + # - superrecord # GHC 8.2.1 via bookkeeper - fileplow "Joey Eremondi @JoeyEremondi": From 674fe0934c48723cc58acc3bacf60ca99b114021 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:51:51 +0300 Subject: [PATCH 371/593] Expect benchmark failure #2690 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a362148..74ca6b8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,7 +3040,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - - references + # - references # https://github.com/nboldi/references/issues/27 # - haskell-tools-ast # GHC 8.2.1 # - haskell-tools-backend-ghc # GHC 8.2.1 # - haskell-tools-rewrite # GHC 8.2.1 @@ -3893,6 +3893,9 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms + # https://github.com/fpco/stackage/issues/2690 + - storablevector + # end of expected-benchmark-failures From 90d067eb98b4d1d15117579c9439b2b7159ffce9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:52:58 +0300 Subject: [PATCH 372/593] Block package massysett/anonymous-sums#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ca6b8f..e726ad6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,7 +338,7 @@ packages: "Omari Norman @massysett": # - rainbow # GHC 8.2.1 via lens-simple # - rainbox # GHC 8.2.1 via lens-simple - - anonymous-sums + # - anonymous-sums # https://github.com/massysett/anonymous-sums/issues/1 - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel From 194df7cfb75bf392ffb39752384f091c540e17a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:54:12 +0300 Subject: [PATCH 373/593] Block package chpatrick/solga#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e726ad6f..39476d57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2829,7 +2829,7 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga + # - solga # https://github.com/chpatrick/solga/issues/9 # - solga-swagger # GHC 8.2.1 via swagger2 - clang-pure - webrtc-vad From 7b8e813f8a2fb39dbb334bfb224f3fcd807c7f2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:57:21 +0300 Subject: [PATCH 374/593] Expect test failure qnikst/binary-conduit#11 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39476d57..e87f23cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,6 +3861,9 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers + # https://github.com/qnikst/binary-conduit/issues/11 + - binary-conduit + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 610843f123443440411e89a57d991dc07a573722 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:58:43 +0300 Subject: [PATCH 375/593] Block package AshleyYakeley/open-witness#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e87f23cb..e1398849 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,7 +2816,7 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable - witness - - open-witness + # - open-witness # https://github.com/AshleyYakeley/open-witness/issues/1 "Victor Denisov @VictorDenisov": - mongoDB From 063d2de350ac354e4c2fefad1df3172ac75c5c76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:00:10 +0300 Subject: [PATCH 376/593] Another block for haskell-gi/haskell-gi#113 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1398849..9572614e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,7 +2757,7 @@ packages: - gi-glib - gi-gobject # - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango + # - gi-pango # https://github.com/haskell-gi/haskell-gi/issues/113 # - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # https://github.com/haskell-gi/haskell-gi/issues/113 From 16e88590992b7ebb42e59fa279ce1577d067ca50 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:01:29 +0300 Subject: [PATCH 377/593] Expect test failure Daniel-Diaz/HaTeX#100 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9572614e..4007ccc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,6 +3864,9 @@ expected-test-failures: # https://github.com/qnikst/binary-conduit/issues/11 - binary-conduit + # https://github.com/Daniel-Diaz/HaTeX/issues/100 + - HaTeX + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1f502edf34b2b0a48bcbb6252fbf930686f2053f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:02:38 +0300 Subject: [PATCH 378/593] Expect test failure bos/attoparsec#131 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4007ccc9..a8372bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,6 +3867,9 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX + # https://github.com/bos/attoparsec/issues/131 + - attoparsec + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b7b4cf0d0c5ea6e52403b0822bb7e2418777db69 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:04:22 +0300 Subject: [PATCH 379/593] Block package lindenbaum/hinterface#2 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8372bfc..d62053dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -29,7 +29,9 @@ packages: - model "Timo Koepke @koepket": - - hinterface + [] + # https://github.com/lindenbaum/hinterface/issues/2 + # - hinterface "Jose Iborra @pepeiborra": - arrowp-qq From d33126e0136095fabb9711ecb02763070c5d00fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:05:42 +0300 Subject: [PATCH 380/593] Block package phadej/dlist-nonempty#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d62053dc..e8bf85a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1270,7 +1270,7 @@ packages: - binary-tagged - cabal-doctest - crypt-sha512 - - dlist-nonempty + # - dlist-nonempty # https://github.com/phadej/dlist-nonempty/issues/2 - edit-distance - functor-classes-compat - generics-sop-lens From 52a8d0690ffc25c86d12bce66b576eb9a47c5245 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:11:31 +0300 Subject: [PATCH 381/593] Expect test failure jdreaver/sum-type-boilerplate#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8bf85a3..fdc192b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3872,6 +3872,9 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec + # https://github.com/jdreaver/sum-type-boilerplate/issues/1 + - sum-type-boilerplate + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1481d429707ab4b4767b5bbb123dbee86a997f4f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:13:29 +0300 Subject: [PATCH 382/593] Expect test failure osa1/hslua#58 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdc192b2..33e1aedc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3875,6 +3875,9 @@ expected-test-failures: # https://github.com/jdreaver/sum-type-boilerplate/issues/1 - sum-type-boilerplate + # https://github.com/osa1/hslua/issues/58 + - hslua + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f5743a5bd7b738cb7dc9d9f1ba7f5276532bc613 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:14:51 +0300 Subject: [PATCH 383/593] Reopen #2689 This reverts commit 522ebca7d1ea2fc646bb40002352126ee4a6d89e. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33e1aedc..c3768e37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,6 +3842,9 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap + # https://github.com/fpco/stackage/issues/2689 + - non-negative + # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 8ee82566b170ae9c03aa4f4355ee25cb251b3049 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:16:05 +0300 Subject: [PATCH 384/593] Expect test failure sdroege/conduit-iconv#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3768e37..ddeda3b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3881,6 +3881,9 @@ expected-test-failures: # https://github.com/osa1/hslua/issues/58 - hslua + # https://github.com/sdroege/conduit-iconv/issues/2 + - conduit-iconv + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 070615710c7fc5e1ee87fa8728a6e0cf28db08e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:17:59 +0300 Subject: [PATCH 385/593] Add back package and close nboldi/references#27 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddeda3b0..e05a8431 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,7 +3042,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references # https://github.com/nboldi/references/issues/27 + - references # - haskell-tools-ast # GHC 8.2.1 # - haskell-tools-backend-ghc # GHC 8.2.1 # - haskell-tools-rewrite # GHC 8.2.1 From c50ca94c3043214222d48f42a2171024a09a5e1e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:19:56 +0300 Subject: [PATCH 386/593] Expect test failure raaz-crypto/raaz#337 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e05a8431..545ae2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3884,6 +3884,9 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv + # https://github.com/raaz-crypto/raaz/issues/337 + - raaz-crypto + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 993117eb217d982c523841775f7e631870e9b5e8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:22:22 +0300 Subject: [PATCH 387/593] Expect test failure https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 545ae2fc..a4661ef4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3887,6 +3887,9 @@ expected-test-failures: # https://github.com/raaz-crypto/raaz/issues/337 - raaz-crypto + # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 + - picoparsec + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c9a2580f5b4c70cc0ce61560605fb7b75795e68b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:24:52 +0300 Subject: [PATCH 388/593] Block package chpatrick/clang-pure#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4661ef4..49fb32ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2833,7 +2833,7 @@ packages: "Patrick Chilton @chpatrick": # - solga # https://github.com/chpatrick/solga/issues/9 # - solga-swagger # GHC 8.2.1 via swagger2 - - clang-pure + # - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": From 28f6effb033dc9e32e5d1d6510c99f33abeb2622 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:27:47 +0300 Subject: [PATCH 389/593] Fix package name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49fb32ad..b295d069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3885,7 +3885,7 @@ expected-test-failures: - conduit-iconv # https://github.com/raaz-crypto/raaz/issues/337 - - raaz-crypto + - raaz # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From ba8f7a6436a33237445d8b63a20325fc7ed826ae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:33:13 +0300 Subject: [PATCH 390/593] Expect benchmark failure raaz-crypto/raaz#338 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b295d069..72507986 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3925,6 +3925,9 @@ expected-benchmark-failures: # https://github.com/fpco/stackage/issues/2690 - storablevector + # https://github.com/raaz-crypto/raaz/issues/338 + - raaz + # end of expected-benchmark-failures From bbf5bce29384a6e928d97baf322b88399b499424 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:35:46 +0300 Subject: [PATCH 391/593] Block package Twinside/svg-tree#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72507986..9e1b5586 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -615,7 +615,7 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree + # - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - rasterific-svg - asciidiagram From 6e59f1ff8c77c4f9a2284962ba584c7d9b4fcb24 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:42:22 +0300 Subject: [PATCH 392/593] More blocks for Twinside/svg-tree#11 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e1b5586..89d40498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -616,8 +616,8 @@ packages: - FontyFruity - Rasterific # - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - - rasterific-svg - - asciidiagram + # - rasterific-svg # https://github.com/Twinside/svg-tree/issues/11 + # - asciidiagram # https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar From 0feda184a210421fc6e961abf55d9678b5240c62 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:44:42 +0300 Subject: [PATCH 393/593] Revert and close #2690 This reverts commit 674fe0934c48723cc58acc3bacf60ca99b114021. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89d40498..4c3c7d5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3922,9 +3922,6 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms - # https://github.com/fpco/stackage/issues/2690 - - storablevector - # https://github.com/raaz-crypto/raaz/issues/338 - raaz From cc86c3476624b9ff57b6e8825a87a29dc74bf55c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:45:05 +0300 Subject: [PATCH 394/593] Revert and close #2689 This reverts commit f5743a5bd7b738cb7dc9d9f1ba7f5276532bc613. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c3c7d5f..a1bafb41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,9 +3842,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/fpco/stackage/issues/2689 - - non-negative - # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 57b2dc66da72dc5c4ede77583af5b049e29cba03 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:48:08 +0300 Subject: [PATCH 395/593] Revert "Block package phadej/dlist-nonempty#2" This reverts commit d33126e0136095fabb9711ecb02763070c5d00fe. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1bafb41..2c2f59ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1270,7 +1270,7 @@ packages: - binary-tagged - cabal-doctest - crypt-sha512 - # - dlist-nonempty # https://github.com/phadej/dlist-nonempty/issues/2 + - dlist-nonempty - edit-distance - functor-classes-compat - generics-sop-lens From 82c1cc918ab08fb0757dc0dec5a470ad22cb85c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:17:44 +0300 Subject: [PATCH 396/593] Revert "Expect Haddock failure goldfirere/singletons#242" This reverts commit 1ba373e2957768adf6e69a810541a57cf97ca3f2. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c2f59ba..d6e2a5ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3959,9 +3959,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/2652 - haskell-lsp - - # https://github.com/goldfirere/singletons/issues/242 - - singletons # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From e2ceeea5a161c4aa66908270bd8d8d9bc4c09a7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:18:28 +0300 Subject: [PATCH 397/593] Revert "Expect test failure simonmichael/hledger#596" This reverts commit 83bca22db277f1b568021c3421f95de6f944a312. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6e2a5ff..3abea434 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,9 +3848,6 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 - # https://github.com/simonmichael/hledger/issues/596 - - hledger-lib - # https://github.com/romanb/wai-route/issues/5 - wai-route From c13fdbf0bc92563f82150104c473aa4bdaf8c7eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:09 +0300 Subject: [PATCH 398/593] Revert "Expect test failure jdreaver/sum-type-boilerplate#1" This reverts commit 52a8d0690ffc25c86d12bce66b576eb9a47c5245. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3abea434..f9753e61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,9 +3869,6 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec - # https://github.com/jdreaver/sum-type-boilerplate/issues/1 - - sum-type-boilerplate - # https://github.com/osa1/hslua/issues/58 - hslua From 3789666f4691ca01a357c989d054a90646426499 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:37 +0300 Subject: [PATCH 399/593] Revert "Block package lykahb/groundhog#69" This reverts commit f200c50ff05438b632bee262969d48200450bc55. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9753e61..9b54cd4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -750,7 +750,7 @@ packages: - groundhog-sqlite - groundhog-postgresql - groundhog-mysql - # - groundhog-inspector # https://github.com/lykahb/groundhog/issues/69 + - groundhog-inspector "Janne Hellsten @nurpax": - sqlite-simple From 26a71bfd7747822b2eb7a89a933426912e39f326 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:54 +0300 Subject: [PATCH 400/593] Revert "Block packages jdreaver/eventful#13" This reverts commit 49097ebdb32294c573935ff84575d03bdb4ba46a. --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b54cd4e..9a14b2c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,13 +2735,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - # - eventful-core # https://github.com/jdreaver/eventful/issues/13 - # - eventful-dynamodb # https://github.com/jdreaver/eventful/issues/13 - # - eventful-memory # https://github.com/jdreaver/eventful/issues/13 - # - eventful-postgresql # https://github.com/jdreaver/eventful/issues/13 - # - eventful-sql-common # https://github.com/jdreaver/eventful/issues/13 - # - eventful-sqlite # https://github.com/jdreaver/eventful/issues/13 - # - eventful-test-helpers # https://github.com/jdreaver/eventful/issues/13 + - eventful-core + - eventful-dynamodb + - eventful-memory + - eventful-postgresql + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate From ba21fd079bcbccfa0a7b3b88120f5e6f96dd9f8b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:25:58 +0300 Subject: [PATCH 401/593] Revert "Expect test suite compilation failure for frontrowed/stratosphere#55" This reverts commit 75c7b5798e8765d9d4ecf62acd01bce063ca446a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a14b2c7..2e41510c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3830,9 +3830,6 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile From cf90c281eca1d2157a6bff230b03aefc9a647b79 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:26:48 +0300 Subject: [PATCH 402/593] Revert "Expect test failure raaz-crypto/raaz#337" This reverts commit c50ca94c3043214222d48f42a2171024a09a5e1e. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e41510c..e98163eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3872,9 +3872,6 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv - # https://github.com/raaz-crypto/raaz/issues/337 - - raaz - # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From ff91a6f8a9c34305de028988dd3dec3bed3256fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:27:23 +0300 Subject: [PATCH 403/593] Revert "Expect benchmark failure raaz-crypto/raaz#338" This reverts commit ba8f7a6436a33237445d8b63a20325fc7ed826ae. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e98163eb..9844b977 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,9 +3907,6 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms - # https://github.com/raaz-crypto/raaz/issues/338 - - raaz - # end of expected-benchmark-failures From 25861872ee57cc92c406ad6917b8df8acfd3d685 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:33:31 +0300 Subject: [PATCH 404/593] Revert "Revert "Expect test failure simonmichael/hledger#596"" This reverts commit e2ceeea5a161c4aa66908270bd8d8d9bc4c09a7e. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9844b977..347470f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 + # https://github.com/simonmichael/hledger/issues/596 + - hledger-lib + # https://github.com/romanb/wai-route/issues/5 - wai-route From d5a76f16022e8615baf8c8608d373f10236b816e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:34:07 +0300 Subject: [PATCH 405/593] Revert "Revert "Expect benchmark failure raaz-crypto/raaz#338"" This reverts commit ff91a6f8a9c34305de028988dd3dec3bed3256fb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 347470f8..8189f86e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3910,6 +3910,9 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms + # https://github.com/raaz-crypto/raaz/issues/338 + - raaz + # end of expected-benchmark-failures From 1f9c2002768cf2ccfdf4ed35b08d0f57fb98b022 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:34:16 +0300 Subject: [PATCH 406/593] Revert "Revert "Expect test failure raaz-crypto/raaz#337"" This reverts commit cf90c281eca1d2157a6bff230b03aefc9a647b79. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8189f86e..ae65d090 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3875,6 +3875,9 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv + # https://github.com/raaz-crypto/raaz/issues/337 + - raaz + # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From b2f957c44f03c23fb9e533a2f2f9fc1eb218a0d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:39:49 +0300 Subject: [PATCH 407/593] Block package and close #2681 --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae65d090..e4d422db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3164,7 +3164,7 @@ packages: "Albert Krewinkel @tarleb": - hslua - - hslua-aeson + # - hslua-aeson # BOUNDS hslua 0.6 "Judah Jacobson @judah": [] @@ -3279,9 +3279,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2681 - - hslua < 0.6 - # https://github.com/fpco/stackage/issues/2663 - doctest < 0.12 @@ -3869,9 +3866,6 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec - # https://github.com/osa1/hslua/issues/58 - - hslua - # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv From 0cd1b5862e3d84b6bfb4e30e07c1e7feb812da9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:40:04 +0300 Subject: [PATCH 408/593] Revert "Revert "Expect test suite compilation failure for frontrowed/stratosphere#55"" This reverts commit ba21fd079bcbccfa0a7b3b88120f5e6f96dd9f8b. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4d422db..ef50c9b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3827,6 +3827,9 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile From 15f4567f31abd7c141ab91a9de4a1cc064bed664 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 31 Jul 2017 14:24:30 -0700 Subject: [PATCH 409/593] tagged-binary compatible with base-4.10 and ghc 8.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..c229a62e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,7 +1752,7 @@ packages: - configurator-export # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 - prompt - # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 + - tagged-binary - typelits-witnesses - uncertain - vector-sized From 34663806ac318b9c8661e2e1cd76d4905f8a6e33 Mon Sep 17 00:00:00 2001 From: Levent Erkok Date: Mon, 31 Jul 2017 17:52:25 -0700 Subject: [PATCH 410/593] SBV should compile with GHC 8.2.1 without problems. Evidence: https://github.com/LeventErkok/sbv/blob/master/README.md --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..12b205ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: "Matt Noonan @matt-noonan": - justified-containers + "Levent Erkok @LeventErkok": + - sbv + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 @@ -3710,7 +3713,6 @@ expected-test-failures: - rethinkdb - rethinkdb-client-driver - riak - - sbv # needs z3 >= 4.5 (Xenial has 4.4) - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages From 97e2ea6f174c26ae2a3b1c184f0a0f10fd5d75d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:06:13 +0300 Subject: [PATCH 411/593] Upper bound for #2693 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..4cdcafe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3290,6 +3290,9 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2693 + - tls < 1.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 64ec8ce88e85cf369a5cebcf6e31dd7450d779aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:07:41 +0300 Subject: [PATCH 412/593] Drop vinyl-utils --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cdcafe9..d88d83c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3263,7 +3263,7 @@ packages: # - purescript # BLOCKED aeson-1.0 # - type-list # GHC 8.2.1 via singletons 2.3 - - vinyl-utils + # - vinyl-utils # BOUNDS vinyl 0.6 # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava From 414f183715b17ba335c76b549be5af53626e470c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:10:46 +0300 Subject: [PATCH 413/593] Revert "Block packages neovimhaskell/nvim-hs#57" This reverts commit 092f12ad5441f78c511e84a40eb6f02464b45364. --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec89c097..d7e0bc24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3202,11 +3202,9 @@ packages: # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - [] - # https://github.com/neovimhaskell/nvim-hs/issues/57 - # - nvim-hs - # - nvim-hs-contrib - # - nvim-hs-ghcid + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From 6a967d48e22f6cf075ba5bb63083a9b743e53bcb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:11:31 +0300 Subject: [PATCH 414/593] Revert "Expect test failure agrafix/Spock#130" This reverts commit 66c80198177c40008a56ada8c262b344312ff862. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7e0bc24..9367a7ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,9 +3821,6 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses - # https://github.com/agrafix/Spock/issues/130 - - reroute - # https://github.com/jtdaugherty/vty/issues/132 - vty From a44e0811b289ab8d892897f9662dbca00b0a5ad9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:25:37 +0300 Subject: [PATCH 415/593] Revert "Block package agrafix/superrecord#3" This reverts commit 6a1efa304d6e6be8794ffe33ad65aed2afec1359. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9367a7ad..ed0762e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3966,7 +3966,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 - # - superrecord # https://github.com/agrafix/superrecord/issues/3 + - superrecord # Transitive outdated dependencies # These packages From ad75c784d541c4a1dfee588e2bbc4c171d1255de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:38:01 +0300 Subject: [PATCH 416/593] Revert "Expect test failure kazu-yamamoto/word8#5" This reverts commit adfaa115c2e94005b5bfc526a929b40a65bd8688. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0762e4..1678926b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3833,9 +3833,6 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile - # https://github.com/kazu-yamamoto/word8/issues/5 - - word8 - # https://github.com/pruvisto/heap/issues/4 - heap From a5de4d8eaca156c37977f97d1a5e73af401e8bb3 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Mon, 31 Jul 2017 22:44:21 -0500 Subject: [PATCH 417/593] unblock pinboard --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1678926b..2bd1f69c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,8 +382,7 @@ packages: # - mandrill # GHC 8.2.1 via email-validate "Jon Schoning @jonschoning": - [] - # - pinboard # GHC 8.2.1 + - pinboard "Jasper Van der Jeugt @jaspervdj": - blaze-html From 66c3ebc7d61186026b88bb26959eaa5685921f64 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 13:22:14 +0300 Subject: [PATCH 418/593] Revert "Revert "Expect test failure agrafix/Spock#130"" This reverts commit 6a967d48e22f6cf075ba5bb63083a9b743e53bcb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1f69c..4934b624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,6 +3820,9 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses + # https://github.com/agrafix/Spock/issues/130 + - reroute + # https://github.com/jtdaugherty/vty/issues/132 - vty From 3912aa5e1dede268e905049b4fb43b66bee7b856 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 13:53:02 +0300 Subject: [PATCH 419/593] Remove some no-longer-expected failures --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4934b624..00c9fed3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3773,7 +3773,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - - text-show # https://github.com/fpco/stackage/issues/2436 - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 @@ -3829,9 +3828,6 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile @@ -3934,21 +3930,17 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 # Runs out of memory - - stratosphere - store # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - # https://github.com/fpco/stackage/pull/2652 - - haskell-lsp # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 22ab496932407f4d691d62ac3f979731f238e3d6 Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Tue, 1 Aug 2017 14:26:56 +0200 Subject: [PATCH 420/593] Unblock hledger-iadd Was blocked in 1842f09361 but release 1.2.4 works again with the latest hledger-lib. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c9fed3..88dff160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3032,8 +3032,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # bounds: hledger-lib + - hledger-iadd "Roy Levien @orome": [] From 55e4d975d99e57989a14e085f336a38b1bd4630f Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Tue, 1 Aug 2017 22:46:57 +0900 Subject: [PATCH 421/593] re-add relational-query. add compat layer packages. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..2d81162b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2639,12 +2639,15 @@ packages: - tidal "Kei Hibino @khibino": - # - relational-query # GHC 8.2.1 + - th-data-compat + - th-reify-compat + - relational-query # - relational-query-HDBC # GHC 8.2.1 # - persistable-types-HDBC-pg # GHC 8.2.1 # - relational-record # GHC 8.2.1 - text-ldap - debian-build + - aeson-generic-compat - json-rpc-generic "wren romano @wrengr": @@ -3346,6 +3349,7 @@ package-flags: th-data-compat: template-haskell-210: false + template-haskell-212: true th-reify-compat: template-haskell-210: false From 420a81bf35bb1fc4ef3e634efb50f8464166da2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:05:31 +0300 Subject: [PATCH 422/593] Remove upper bound and close #2693 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c9fed3..578aef05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3290,9 +3290,6 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2693 - - tls < 1.4 - # end of packages # Package flags are applied to individual packages, and override the values of From 1ea0b15635b120606cfdeb7a0b710f67c5824532 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:11:07 +0300 Subject: [PATCH 423/593] Revert "Extra package blocked for ndmitchell/derive#25" This reverts commit 546f6574275a04d73139322a26aae56c883f6e7f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 578aef05..a8e91051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -24,7 +24,7 @@ packages: # - opencv-extra "Pasqualino Assini @tittoassini": - # - zm # https://github.com/ndmitchell/derive/issues/25 + - zm # - flat # https://github.com/ndmitchell/derive/issues/25 - model From ba03d83607c5744ad53a89958b45781ed6b83692 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:11:20 +0300 Subject: [PATCH 424/593] Revert "Block packages for ndmitchell/derive#25" This reverts commit ede6e9520a40df293dd6bca1999be7385b571b2f. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8e91051..3eb8dad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,7 @@ packages: "Pasqualino Assini @tittoassini": - zm - # - flat # https://github.com/ndmitchell/derive/issues/25 + - flat - model "Timo Koepke @koepket": @@ -2318,9 +2318,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # https://github.com/ndmitchell/derive/issues/25 - # - twitter-types # https://github.com/ndmitchell/derive/issues/25 - # - twitter-types-lens # https://github.com/ndmitchell/derive/issues/25 + - twitter-conduit + - twitter-types + - twitter-types-lens # "Robbin C. robbinch": # - zim-parser # via: lzma From a59fd616c1db47b49388f836706ee1c340c39758 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:12:54 +0300 Subject: [PATCH 425/593] Skip tests instead of expect failure (upper bound placement) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3eb8dad0..ffef250b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,6 +3611,9 @@ skipped-tests: # https://github.com/athanclark/rose-trees/issues/6 - rose-trees + # https://github.com/bos/attoparsec/issues/131 + - attoparsec + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3858,9 +3861,6 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX - # https://github.com/bos/attoparsec/issues/131 - - attoparsec - # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv From 00294b383b6c1235b8485fa359052d4cecc1dbc9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:42:55 +0300 Subject: [PATCH 426/593] Block hledger-iadd for jtdaugherty/word-wrap#1 CC @hpdeifel --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 366c196a..6a6aee91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,7 +3035,8 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # https://github.com/jtdaugherty/word-wrap/issues/1 "Roy Levien @orome": [] From dd83617a02bcecc0e344c2f16f98f798cc82eeb3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 20:18:49 +0300 Subject: [PATCH 427/593] Revert "Block hledger-iadd for jtdaugherty/word-wrap#1" This reverts commit 00294b383b6c1235b8485fa359052d4cecc1dbc9. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a6aee91..366c196a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,8 +3035,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # https://github.com/jtdaugherty/word-wrap/issues/1 + - hledger-iadd "Roy Levien @orome": [] From 92d748f57da80698590b8d975fcbced43e01e243 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 22:30:04 +0300 Subject: [PATCH 428/593] Revert "Expect test failure romanb/wai-route#5" This reverts commit b88fd851c2910f2257d6d7f012c223eed4ca50b1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 366c196a..c5a70f8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3846,9 +3846,6 @@ expected-test-failures: # https://github.com/simonmichael/hledger/issues/596 - hledger-lib - # https://github.com/romanb/wai-route/issues/5 - - wai-route - # https://github.com/brendanhay/amazonka/issues/397 - amazonka-core From 7a52682f6aca1a136e206fe14c155f3ea5056571 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Wed, 2 Aug 2017 00:49:27 +0200 Subject: [PATCH 429/593] Add selda + associated packages back in GHC 8.2 build failure is fixed as of 0.1.10.0. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5a70f8c..714ecf2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3214,9 +3214,9 @@ packages: "Anton Ekblad @valderman": [] - # - selda # https://github.com/valderman/selda/issues/41 - # - selda-sqlite # via selda - # - selda-postgresql # via selda + - selda + - selda-sqlite + - selda-postgresql "Luis Pedro Coelho @luispedro": - safeio From 7147bc951e58f6b3a339937f3fe8f60b9d5ac756 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:43:34 -0700 Subject: [PATCH 430/593] Unblock data-diverse per louispan/data-diverse#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5a70f8c..80e095c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3075,8 +3075,8 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras - # - data-diverse # https://github.com/louispan/data-diverse/issues/2 - # - data-diverse-lens # via data-diverse + - data-diverse + - data-diverse-lens - disposable - ghcjs-base-stub - glaze From cd39b389b5703949ea943b828915485366e12da8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:44:56 -0700 Subject: [PATCH 431/593] Expect test success per bjornbm/leapsecons-announced#5 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80e095c4..cd6baf91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3772,7 +3772,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From 0097b25a28ea601e1dd4bd12abc2896cf59b901a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:46:44 -0700 Subject: [PATCH 432/593] Unblock th-to-exp per lexi-lambda/th-to-exp#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd6baf91..8a798ca8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2829,7 +2829,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions - # - th-to-exp # https://github.com/lexi-lambda/th-to-exp/issues/1 + - th-to-exp - type-assertions "Patrick Chilton @chpatrick": From 8fe60838896b1d1132728da8cd24ef7e4e4a2183 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:51:55 -0700 Subject: [PATCH 433/593] Unblock yi* per yi-editor/dynamic-state#2 --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a798ca8..579b9ade 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,7 +2117,7 @@ packages: - charsetdetect-ae - compiler-errors - docopt - # - dynamic-state # https://github.com/yi-editor/dynamic-state/issues/2 + - dynamic-state - dyre - io-storage - oo-prototypes @@ -2125,20 +2125,20 @@ packages: - word-trie - xdg-basedir # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - # - yi-core # via dynamic-state + - yi-core # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 - # - yi-frontend-vty # via yi-core - # - yi-fuzzy-open # via dynamic-state - # - yi-ireader # via yi-core - # - yi-keymap-cua # via yi-core - # - yi-keymap-emacs # via yi-core - # - yi-keymap-vim # via yi-core + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim - yi-language - # - yi-misc-modes # via yi-core - # - yi-mode-haskell # via yi-core - # - yi-mode-javascript # via yi-core + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope - # - yi-snippet # via yi-core + - yi-snippet "Tobias Bexelius @tobbebex": [] From a221844e4271a37d3f4c680ed280f782d76a4cb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:57:57 -0700 Subject: [PATCH 434/593] Update reasons to block yi and yi-frontend-pango --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 579b9ade..ff21bfe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2124,9 +2124,9 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 + # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango - yi-core - # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 + # - yi-frontend-pango # Cabal 2.0.0.2 via pango - yi-frontend-vty - yi-fuzzy-open - yi-ireader From 1bd73acc695ed0d4cc36e36f9764874cefe34d66 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:28:28 +0300 Subject: [PATCH 435/593] Revert "Expect test failure adamgundry/units-parser#1" This reverts commit 6616d913818fd34038f6c17c58d51088a6950b4a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff21bfe8..4470eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3836,9 +3836,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/adamgundry/units-parser/issues/1 - - units-parser - # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 From c8ab93598d1483da520a56c65d525e615e06af56 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:29:56 +0300 Subject: [PATCH 436/593] Expect test failure louispan/data-diverse#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4470eaf8..4a053089 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3866,6 +3866,9 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec + # https://github.com/louispan/data-diverse/issues/3 + - data-diverse + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3cc080642ebf47e0c91c1480d76bf2f85943bf40 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:30:55 +0300 Subject: [PATCH 437/593] Expect test failure Quid2/flat#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a053089..5d5a08dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,6 +3869,9 @@ expected-test-failures: # https://github.com/louispan/data-diverse/issues/3 - data-diverse + # https://github.com/Quid2/flat/issues/1 + - flat + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 49541a21554f94113f3734457d44643d9e17e929 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:32:06 +0300 Subject: [PATCH 438/593] Block package hpdeifel/hledger-iadd#25 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d5a08dd..33691c4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,7 +3035,9 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # https://github.com/hpdeifel/hledger-iadd/issues/25 + # - hledger-iadd "Roy Levien @orome": [] From 8e47cdad94a3e1de10eea14c9df70fd1a9cc0110 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:33:17 +0300 Subject: [PATCH 439/593] Block package and close himura/twitter-conduit#56 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33691c4d..2806a40d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2318,7 +2318,8 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit + # https://github.com/himura/twitter-conduit/issues/56 + # - twitter-conduit # Cabal 2.0 - twitter-types - twitter-types-lens From c2f92abc668ba96bf37fdf005c3b5cb841315b1a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 08:29:56 +0300 Subject: [PATCH 440/593] Unblock some Yesod packages --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2806a40d..0918546b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: # - cabal-install # GHC 8.2.1 - mega-sdist - case-insensitive - # - classy-prelude-yesod # GHC 8.2.1 via yesod + - classy-prelude-yesod - conduit-combinators - conduit-extra - hebrew-time @@ -274,7 +274,7 @@ packages: - wai-websockets - warp-tls # - yackage # GHC 8.2.1 via yesod-form - # - yesod # GHC 8.2.1 via yesod-form + - yesod # - yesod-auth # GHC 8.2.1 via email-validate - authenticate-oauth - yesod-bin @@ -283,8 +283,8 @@ packages: - yesod-gitrepo - yesod-newsfeed - yesod-sitemap - # - yesod-static # GHC 8.2.1 via yesod-test - # - yesod-test # GHC 8.2.1 via yesod-form + - yesod-static + - yesod-test - yesod-websockets - cereal-conduit - binary-conduit From d7cb1be42c89a3f6302da015dd074a6060a13db8 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Wed, 2 Aug 2017 09:03:06 +0100 Subject: [PATCH 441/593] Fix broken YAML for selda --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 714ecf2c..7a571928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,7 +3213,6 @@ packages: - composable-associations-aeson "Anton Ekblad @valderman": - [] - selda - selda-sqlite - selda-postgresql From c41ebbe36b9b81d2c5a81e9974cc0e80f97266c4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 11:46:27 +0300 Subject: [PATCH 442/593] Revert "Expect test failure qnikst/binary-conduit#11" This reverts commit 7b8e813f8a2fb39dbb334bfb224f3fcd807c7f2c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0918546b..64714295 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3854,9 +3854,6 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers - # https://github.com/qnikst/binary-conduit/issues/11 - - binary-conduit - # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX From 0bee4f667914e4eadcca87b09a009e25715495e5 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 2 Aug 2017 13:17:57 +0200 Subject: [PATCH 443/593] Update build-constraints.yaml Add pcre-utils back. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94dd735c..ad8f3e92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,7 +2231,7 @@ packages: # - compactmap # GHC 8.2.1 # - stateWriter # GHC 8.2.1 - filecache - # - pcre-utils # GHC 8.2.1 + - pcre-utils - strict-base-types # - withdependencies # GHC 8.2.1 - hruby From d634153c4300e21433e32e087f9a98b3dbc544d1 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 Aug 2017 13:48:44 +0200 Subject: [PATCH 444/593] Update maintainer email addr for multistate, pqueue --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad8f3e92..af09653b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,7 +2945,7 @@ packages: "Philipp Balzarek ": - xml-picklers - "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": + "Lennart Spitzner @lspitzner": [] # - multistate # GHC 8.2.1 # - pqueue # GHC 8.2.1 From 2bb1bc4ca51a5a1c7568c5135b5f4078143553b4 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 Aug 2017 13:53:19 +0200 Subject: [PATCH 445/593] Update MAINTAINERS.md: name @user At least this is what 99% of the current entries look like, on a quick glance --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b5f2ea64..207ac02b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -16,7 +16,7 @@ To add your package, first fork this repository. In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. To add a set of packages, you would add: - "My Name myemail@example.com @mygithubuser": + "My Name @mygithubuser": - package1 - package2 - package3 From c75d0994969ffa27993d07f8041c123a403045e0 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 14:14:22 +0200 Subject: [PATCH 446/593] Reenable compactmap, stateWriter, withdependencies --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..bb6a14b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2228,14 +2228,14 @@ packages: # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - # - compactmap # GHC 8.2.1 - # - stateWriter # GHC 8.2.1 + - compactmap + - stateWriter - filecache - pcre-utils - strict-base-types - # - withdependencies # GHC 8.2.1 + - withdependencies - hruby - # - language-puppet # GHC 8.2.1 via pcre-utils + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 27db02a7e6cfdb16293d2ed8ed45bc686b9a3071 Mon Sep 17 00:00:00 2001 From: Pavel Ryzhov Date: Wed, 2 Aug 2017 14:35:14 +0200 Subject: [PATCH 447/593] hquantlib on GHC 8.2.1 The package constraints was relaxed and the build has been tested locally against nightly-2017-07-31 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..e2d887de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,8 +2797,7 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - [] - # - hquantlib # GHC 8.2.1 + - hquantlib # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From d7d7ae1627fde49a5a993e5e5bb1f6dd019787a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 16:24:34 +0300 Subject: [PATCH 448/593] Revert "Block package hpdeifel/hledger-iadd#25" This reverts commit 49541a21554f94113f3734457d44643d9e17e929. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..e323e42d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3036,9 +3036,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # https://github.com/hpdeifel/hledger-iadd/issues/25 - # - hledger-iadd + - hledger-iadd "Roy Levien @orome": [] From cf74b25a7a6aefe3830628027735b37047801419 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 15:31:01 +0200 Subject: [PATCH 449/593] Not re-enabling language-puppet for now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb6a14b3..7efa9e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2235,7 +2235,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 555fa9edbfe6c225470e27148f037cb262bdae6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20Christ?= Date: Wed, 2 Aug 2017 09:11:33 -0500 Subject: [PATCH 450/593] Add dbcleaner --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 479c2a15..c33b0e4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1920,12 +1920,13 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write + # - cassava-megaparsec # via cassava: bounds: vector + - dbcleaner + - dotenv # - hapistrano # bounds: path-io - inflections - # - twitter-feed # GHC 8.2.1 - # - cassava-megaparsec # via cassava: bounds: vector - - dotenv # - stache # GHC 8.2.1 + # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel From 4e4914de00d4b75c4362ac6065a407127b3e020f Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 2 Aug 2017 12:52:36 -0700 Subject: [PATCH 451/593] Re-enable open-witness --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..3c61fe2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2821,7 +2821,7 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable - witness - # - open-witness # https://github.com/AshleyYakeley/open-witness/issues/1 + - open-witness "Victor Denisov @VictorDenisov": - mongoDB From c82235ca103747fc5650dce5ccbce4784a695b2c Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Thu, 3 Aug 2017 03:07:09 +0300 Subject: [PATCH 452/593] Enable 'union' back --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..72ddaa5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,7 +1916,7 @@ packages: "Vladislav Zavialov @int-index": - transformers-lift - ether - # - union # GHC 8.2.1 + - union "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write From e26c3344e9c12f63ee30bbd29a488dc290f837d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:10:18 +0300 Subject: [PATCH 453/593] Block hquantlib due to albertoruiz/hmatrix#232 CC @paulrzcz --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..564334a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,7 +2798,8 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - - hquantlib + [] + # - hquantlib # https://github.com/albertoruiz/hmatrix/issues/232 # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From f573e7bbf61e834e35405c26067b76affb2acf2d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:11:03 +0300 Subject: [PATCH 454/593] Expect test failure hpdeifel/hledger-iadd#26 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 564334a2..55597f2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3870,6 +3870,9 @@ expected-test-failures: # https://github.com/Quid2/flat/issues/1 - flat + # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-iadd + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ec3455ce46c67517f037d225ce3f3873633a3e18 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:11:45 +0300 Subject: [PATCH 455/593] Expect dbcleaner test failure --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55597f2b..3441fd7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3873,6 +3873,9 @@ expected-test-failures: # https://github.com/hpdeifel/hledger-iadd/issues/26 - hledger-iadd + # Requires running PostgreSQL server + - dbcleaner + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ace833e959d8bb40263ff223b805a8552647f24e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:17:30 +0300 Subject: [PATCH 456/593] Add back papillon (closes #2707) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d4bee6f..b696254d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2682,7 +2682,7 @@ packages: - Imlib - xturtle - gluturtle - # - papillon # GHC 8.2.1 + - papillon "Jan Gerlinger @JanGe": [] From 702ff6c3e46c34c05319e08ddf4167d8c20746f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:19:09 +0300 Subject: [PATCH 457/593] Revert "Expect test failure blamario/monoid-subclasses#14" This reverts commit 6e4b1d42ba8de920d1441d6b653871cb874338f0. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b696254d..b3bf264f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3819,9 +3819,6 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - # https://github.com/blamario/monoid-subclasses/issues/14 - - monoid-subclasses - # https://github.com/agrafix/Spock/issues/130 - reroute From ee49e1dfca2ebbbbc31c800fe791522ca3115fbb Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 3 Aug 2017 16:01:37 +0900 Subject: [PATCH 458/593] Enable `extensible` package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..f4dbfc6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,7 +1720,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # - extensible # GHC 8.2.1 via effin + - extensible - monad-skeleton - objective - witherable From fbca0fc95ce2f6101a7c80c9f99fd69c0d3a1739 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 3 Aug 2017 16:50:34 +0900 Subject: [PATCH 459/593] Enable `http-media` package --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..9ca10909 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1237,8 +1237,7 @@ packages: - network-anonymous-tor "Timothy Jones @zmthy": - [] - # - http-media # GHC 8.2.1 + - http-media "Greg V @myfreeweb": # - gitson # GHC 8.2.1 via flock From 133a940ea5cb697de85300701e12218972fd4db1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 3 Aug 2017 12:16:09 +0000 Subject: [PATCH 460/593] Reinstate packages after confirming they work with nightly-2017-07-31 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..2308a3d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,9 +1107,8 @@ packages: - shake-language-c "David Turner @davecturner": - [] - # - alarmclock # GHC 8.2.1 - # - bank-holidays-england # GHC 8.2.1 + - alarmclock + - bank-holidays-england "Haskell Servant ": [] From 192bb4a148bed335481f272021ebf6eb7017e46c Mon Sep 17 00:00:00 2001 From: Patrick Pelletier Date: Thu, 3 Aug 2017 14:24:43 -0700 Subject: [PATCH 461/593] add mercury-api and normalization-insensitive --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..618f0b50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Patrick Pelletier @ppelleti": + - mercury-api + - normalization-insensitive + "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck From 0f99221994260a74ce28f05599da9498e926f62b Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Thu, 3 Aug 2017 23:30:19 +0200 Subject: [PATCH 462/593] Re-enable multistate, pqueue --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..1354adf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,9 +2945,8 @@ packages: - xml-picklers "Lennart Spitzner @lspitzner": - [] - # - multistate # GHC 8.2.1 - # - pqueue # GHC 8.2.1 + - multistate + - pqueue "Ryan Mulligan @ryantm": [] @@ -3502,7 +3501,6 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - - multistate # hspec 2.4 - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 From a2ba65883253ae8448468a2b381850f40755a919 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 4 Aug 2017 03:10:10 +0300 Subject: [PATCH 463/593] Try re-enable servant --- build-constraints.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..07e72106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1111,17 +1111,16 @@ packages: - bank-holidays-england "Haskell Servant ": - [] - # - servant # GHC 8.2.1 - # - servant-client # GHC 8.2.1 - # - servant-docs # GHC 8.2.1 - # - servant-js # GHC 8.2.1 via language-ecmascript - # - servant-server # GHC 8.2.1 - # - servant-lucid # GHC 8.2.1 - # - servant-blaze # GHC 8.2.1 - # - servant-foreign # GHC 8.2.1 - # - servant-mock # GHC 8.2.1 - # - servant-cassava # GHC 8.2.1 + - servant # GHC 8.2.1 + - servant-client # GHC 8.2.1 + - servant-docs # GHC 8.2.1 + - servant-js # GHC 8.2.1 + - servant-server # GHC 8.2.1 + - servant-lucid # GHC 8.2.1 + - servant-blaze # GHC 8.2.1 + - servant-foreign # GHC 8.2.1 + - servant-mock # GHC 8.2.1 + - servant-cassava # GHC 8.2.1 "Alexandr Ruchkin @mvoidex": # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 @@ -3464,6 +3463,8 @@ skipped-tests: - tdigest - turtle - zippers + # language-ecmascript + - servant-js # # HUnit 1.5 - GLFW-b - Glob From 97e738100f5ecf94e7347bb81d2566e5e04a6699 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 07:58:05 +0300 Subject: [PATCH 464/593] Upper bounds for #2714 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..50b78d0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,10 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2714 + - brick < 0.21 + - word-wrap < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 8242fd558cd5e6e13e8ab82465bb3e319eea2cd3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 08:01:30 +0300 Subject: [PATCH 465/593] Extra upper bound for #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50b78d0f..892a98b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + - dotenv < 0.4 # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 From f07b62a0925d7f095bbd03701b572c8c9e6e1c13 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Fri, 4 Aug 2017 14:23:32 +0900 Subject: [PATCH 466/593] Enable `chatwork` package --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc7099..b9b8029f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,10 +15,8 @@ packages: - hedgehog - hedgehog-quickcheck - "Nobutada Matsubara @matsubara0507": [] - # package temprarily removed as added while blocked on req-0.3.0; - # see https://github.com/fpco/stackage/issues/2641 - # - chatwork + "Nobutada Matsubara @matsubara0507": + - chatwork "Pavol Klacansky @pavolzetor": - openexr-write From c816fef3b508b107c67a046c4045da67c5fa0d73 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 09:23:15 +0300 Subject: [PATCH 467/593] Block package iand675/metrics#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc7099..4480f3f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,7 +1759,7 @@ packages: "Ian Duncan @iand675": - feature-flags - - metrics + # - metrics # https://github.com/iand675/metrics/issues/10 - pipes-wai - serf - uri-templater From a9b30dde7b677c4e5f57d42c97044fa6a5d60008 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 09:32:08 +0300 Subject: [PATCH 468/593] Block extensible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 255a49ca..6ad0be64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1719,7 +1719,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # - extensible # BLOCKED freer-effects compilation failure - monad-skeleton - objective - witherable From ccd5c19f6f763825ccc00cca64ebe6210aa165df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 12:05:38 +0300 Subject: [PATCH 469/593] Remove expected test failure louispan/data-diverse#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ad0be64..bd43a148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,9 +3865,6 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec - # https://github.com/louispan/data-diverse/issues/3 - - data-diverse - # https://github.com/Quid2/flat/issues/1 - flat From a8492d55f632929ce797302d8e1b6fd6267dcd78 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Fri, 4 Aug 2017 21:20:14 +1000 Subject: [PATCH 470/593] Fixed data-diverse test failure --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 255a49ca..812b250d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,9 +3865,6 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec - # https://github.com/louispan/data-diverse/issues/3 - - data-diverse - # https://github.com/Quid2/flat/issues/1 - flat From d0c2e8205963a899765dac8d8f27313f6c9ec0d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 16:25:47 +0300 Subject: [PATCH 471/593] Expect test failure takano-akio/filelock#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd43a148..44e7cb89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3874,6 +3874,9 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner + # https://github.com/takano-akio/filelock/issues/4 + - filelock + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9b21a0878d3cd2b09216e0fdb0eb9d5a206307fc Mon Sep 17 00:00:00 2001 From: ars Date: Fri, 4 Aug 2017 21:57:03 +0300 Subject: [PATCH 472/593] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..8fe16457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Sebastian Mihai Ardelean @ardeleanasm": + - qchas + "Patrick Pelletier @ppelleti": - mercury-api - normalization-insensitive From 6075c8656c6c315858360d2ff177f422b452da2e Mon Sep 17 00:00:00 2001 From: jtapolczai Date: Fri, 4 Aug 2017 21:25:08 +0200 Subject: [PATCH 473/593] add listsafe --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..819b74f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: "Levent Erkok @LeventErkok": - sbv + + "János Tapolczai @jtapolczai": + - listsafe # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 407646d03b4bede0c5a40411e645beecaf621481 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 5 Aug 2017 15:07:51 +0100 Subject: [PATCH 474/593] Attempt to reenable clr-inline clr-inline 0.2.0 has been released including ghc 8.2.1 fixes --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..95cb3520 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,7 +42,7 @@ packages: - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui - # - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510, and https://gitlab.com/tim-m89/clr-haskell/issues/28 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": From ebbdf97663ca77ed9417b074b400312c7c41476e Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 5 Aug 2017 19:00:48 +0100 Subject: [PATCH 475/593] Add hexml-lens --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..dc34e29b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -39,6 +39,7 @@ packages: - arrowp-qq - clr-marshal - clr-host + - hexml-lens - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui From 8659917a6caa24883fbfac7ad8c25dd937500546 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 5 Aug 2017 11:25:06 -0700 Subject: [PATCH 476/593] Add constraint "inflections < 0.4" per #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..06f343e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,7 @@ packages: - megaparsec < 6 - hspec-megaparsec < 1 - dotenv < 0.4 + - inflections < 0.4 # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 From 03e84545de78c1a88df1f9cf3967c0d08720f447 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 5 Aug 2017 11:26:40 -0700 Subject: [PATCH 477/593] Unblock lens-family-th --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06f343e3..a99a771f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -676,7 +676,7 @@ packages: - rev-state - runmemo - tardis - # - lens-family-th # GHC 8.2.1 + - lens-family-th "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 70ab172e91205db38afc6057aac9cfaded4525fd Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 6 Aug 2017 11:34:04 +0530 Subject: [PATCH 478/593] New version of libmpd is released in Hackage xmonad-extras should build for ghc-8.2 now. Related fix: https://github.com/vimus/libmpd-haskell/pull/95 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a99a771f..8d485f39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -409,7 +409,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - # - xmonad-extras # GHC 8.2.1 via libmpd + - xmonad-extras "haskell-openal": - OpenAL @@ -2883,8 +2883,7 @@ packages: # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": - [] - # - libmpd # GHC 8.2.1 + - libmpd "Moritz Kiefer @cocreature": - lrucaching From 98bdc449b88b2146afb86d79a57c26c7114d8e72 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 6 Aug 2017 11:54:55 +0530 Subject: [PATCH 479/593] Try enabling all packages related to email-validate A new version of email-validate has been released which builds fine with nightly-2017-07-31. I actually just care about yesod-auth-fb. But going from the comments, I think it should enable building of other packages. Let me know if such a patch is not intended. --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a99a771f..ffa16db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -277,7 +277,7 @@ packages: - warp-tls # - yackage # GHC 8.2.1 via yesod-form - yesod - # - yesod-auth # GHC 8.2.1 via email-validate + - yesod-auth - authenticate-oauth - yesod-bin - yesod-eventsource @@ -380,8 +380,7 @@ packages: # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - [] - # - mandrill # GHC 8.2.1 via email-validate + - mandrill "Jon Schoning @jonschoning": - pinboard @@ -405,7 +404,7 @@ packages: - tldr - fb - yesod-fb - # - yesod-auth-fb # GHC 8.2.1 via yesod-auth + - yesod-auth-fb - hourglass-orphans - wai-slack-middleware - sysinfo @@ -469,7 +468,7 @@ packages: # - labels # https://github.com/chrisdone/labels/issues/8 - ace - ical - # - check-email # GHC 8.2.1 via email-validate + - check-email - freenect - frisby - gd @@ -2092,7 +2091,7 @@ packages: - irc "Dennis Gosnell @cdepillabout": - # - emailaddress # GHC 8.2.1 via email-validate + - emailaddress - envelope - from-sum # - hailgun # GHC 8.2.1 @@ -3234,8 +3233,7 @@ packages: - shikensu "George Pollard @Porges": - [] - # - email-validate # GHC 8.2.1 + - email-validate "Alexander Ignatyev @alexander-ignatyev": - astro From c88792f1bc1f8c869499006340d83acac17090b0 Mon Sep 17 00:00:00 2001 From: ygale Date: Sun, 6 Aug 2017 13:01:59 +0300 Subject: [PATCH 480/593] Use time >= 1.8 for timezone-series --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..dc5d4b3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3334,7 +3334,7 @@ package-flags: containers: false timezone-series: - time_1_6_and_1_7: true + time_1_6_and_1_7: false time_pre_1_6: false mintty: From d7eba2730ccc53ba7d5e5e585232484234de280b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Aug 2017 15:05:18 +0300 Subject: [PATCH 481/593] Unblock package iand675/metrics#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83ad9160..3985a87d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,7 +1759,7 @@ packages: "Ian Duncan @iand675": - feature-flags - # - metrics # https://github.com/iand675/metrics/issues/10 + - metrics - pipes-wai - serf - uri-templater From e570e0d39224d0222fe5343e758e3aaef0564f4b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Aug 2017 18:17:41 +0300 Subject: [PATCH 482/593] Revert "Block package Shimuuar/fixed-vector-hetero#3" This reverts commit d02117d5b3fe3468507f4d6eb1131bd2c90a0895. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b346311f..903723ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1959,7 +1959,7 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - # - fixed-vector-hetero # https://github.com/Shimuuar/fixed-vector-hetero/issues/3 + - fixed-vector-hetero - type-level-numbers "Ryan Scott @RyanGlScott": From 838ea284c450bc65b422b1fd9c187a6a22e2fb34 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Aug 2017 17:33:12 +0200 Subject: [PATCH 483/593] Remove upper bound for turtle (and whitespace). Closes https://github.com/fpco/stackage/issues/2682. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 903723ee..d0239e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,13 +3245,13 @@ packages: "Edward Amsden @eamsden": - h2c - bno055-haskell - + "Matt Noonan @matt-noonan": - justified-containers "Levent Erkok @LeventErkok": - sbv - + "János Tapolczai @jtapolczai": - listsafe @@ -3294,9 +3294,6 @@ packages: - inflections < 0.4 # Unblock cue-sheet above when removing this bound - # https://github.com/fpco/stackage/issues/2682 - - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 - word-wrap < 0.2 From e89f760cdd4b72aa35f1b18e4f115fe5128f3b5b Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Sun, 6 Aug 2017 20:16:47 +0300 Subject: [PATCH 484/593] Re-enable some packages --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0239e45..ad417889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1041,7 +1041,7 @@ packages: - partial-handler - postgresql-binary # - slave-thread # GHC 8.2.1 - # - stm-containers # GHC 8.2.1 + - stm-containers - refined "Iustin Pop @iustin": @@ -2040,10 +2040,10 @@ packages: - microlens-contra - shortcut-links - cheapskate-lucid - # - cheapskate-highlight # GHC 8.2.1 + - cheapskate-highlight - cmark-lucid - # - cmark-highlight # GHC 8.2.1 - # - Spock-lucid # GHC 8.2.1 + - cmark-highlight + - Spock-lucid - charsetdetect-ae - ilist - text-all From 191426d1298c128a81b0611c6cfc3921346c98cb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:42:02 +0300 Subject: [PATCH 485/593] Revert "Block packages https://gitlab.com/twittner/wai-predicates/issues/3" This reverts commit 96638be8b49f86863a55beb323f4f4d2042f9f19. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0239e45..3cd7052c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -976,8 +976,8 @@ packages: # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - # - wai-predicates # https://gitlab.com/twittner/wai-predicates/issues/3 - # - wai-routing # https://gitlab.com/twittner/wai-predicates/issues/3 + - wai-predicates + - wai-routing - zeromq4-haskell "trupill@gmail.com": From 3e22bf81157a9469cd19685a509090f81417d0bf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:43:47 +0300 Subject: [PATCH 486/593] Block qchas due to hmatrix (CC @ardeleanasm) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cd7052c..e0241b78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Sebastian Mihai Ardelean @ardeleanasm": - - qchas + [] # Blocked: hmatrix does not support GHC 8.2 + # + # - qchas "Patrick Pelletier @ppelleti": - mercury-api From 0f30c366e80cd0e753ce8ca82bef1a02b602e45d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:45:15 +0300 Subject: [PATCH 487/593] Block package iand675/metrics#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0241b78..b56b90fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,7 +1762,7 @@ packages: "Ian Duncan @iand675": - feature-flags - - metrics + # - metrics # https://github.com/iand675/metrics/issues/11 - pipes-wai - serf - uri-templater From 2e11057562f55b869db2efc24148bfedce41c4df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:48:37 +0300 Subject: [PATCH 488/593] Extra block for c2hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b56b90fc..2eca5da6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -414,7 +414,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras + # - xmonad-extras # GHC 8.2.1 via c2hs "haskell-openal": - OpenAL From 0cd45b36ab375a8dd0c8ed0e6b75385e4a14eba1 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 Aug 2017 22:26:59 -0700 Subject: [PATCH 489/593] Add back proto-lens and related packages. New versions have been released which build against stack-nightly. --- build-constraints.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eca5da6..919b1b9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,16 +3172,15 @@ packages: # - hslua-aeson # BOUNDS hslua 0.6 "Judah Jacobson @judah": - [] - # - lens-labels # GHC 8.2.1 - # - proto-lens # GHC 8.2.1 - # - proto-lens-descriptors # GHC 8.2.1 - # - proto-lens-protoc # bounds: haskell-src-exts - # - proto-lens-combinators # bounds: proto-lens-protoc - # - proto-lens-arbitrary # GHC 8.2.1 - # - proto-lens-optparse # GHC 8.2.1 - # - proto-lens-protobuf-types # bounds: proto-lens-protoc - # - tensorflow # bounds: proto-lens-protoc + - lens-labels + - proto-lens + - proto-lens-descriptors + - proto-lens-protoc + - proto-lens-combinators + - proto-lens-arbitrary + - proto-lens-optparse + - proto-lens-protobuf-types + # - tensorflow # GHC 8.2.1 # - tensorflow-core-ops # bounds: tensorflow # - tensorflow-opgen # bounds: tensorflow # - tensorflow-ops # bounds: tensorflow From 0a81b27e1c1573dc505e8427d585f549a7f11082 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 08:32:44 +0300 Subject: [PATCH 490/593] Revert "Expect test failure takano-akio/filelock#4" This reverts commit d0c2e8205963a899765dac8d8f27313f6c9ec0d6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eca5da6..c67ed8e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,9 +3878,6 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner - # https://github.com/takano-akio/filelock/issues/4 - - filelock - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From e4658008a5fec821ac1099c3cf741e86dbec97d3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 08:37:54 +0300 Subject: [PATCH 491/593] Expect test failure haskell-works/hw-rankselect#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9bb4c8c..7252d6f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3877,6 +3877,9 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner + # https://github.com/haskell-works/hw-rankselect/issues/12 + - hw-rankselect + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 41c5331b7cbf3fc76931d340b9dcfef34b094ee8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 07:40:09 -0700 Subject: [PATCH 492/593] Upper bound req per issue #2730 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7252d6f5..d3806a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2730 + - req < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 6db8e8742dd920097723e4a62f355bc9c1cfb786 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 08:57:18 -0700 Subject: [PATCH 493/593] Remove bound for req and close #2730 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3806a50..7252d6f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,9 +3299,6 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2730 - - req < 0.4 - # end of packages # Package flags are applied to individual packages, and override the values of From d201109546af61ec441e6feb6e2032445be991b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 09:06:02 -0700 Subject: [PATCH 494/593] Skip tests for proto-lens-combinators (https://github.com/google/proto-lens/issues/119) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7252d6f5..084c4dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,6 +3625,9 @@ skipped-tests: # https://github.com/bos/attoparsec/issues/131 - attoparsec + # https://github.com/google/proto-lens/issues/119 + - proto-lens-combinators + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 43aa63d75bdb697b910bbd3bba9447191b80b5c7 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Mon, 7 Aug 2017 19:15:25 +0200 Subject: [PATCH 495/593] wereHamsters awake at full moon to fix compatibility with GHC 8.2.1 --- build-constraints.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..83026bbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1198,17 +1198,17 @@ packages: # - avers-api # GHC 8.2.1 # - avers-api-docs # GHC 8.2.1 # - avers-server # GHC 8.2.1 - # - css-syntax # GHC 8.2.1 + - css-syntax - etcd - github-types - # - github-webhook-handler # GHC 8.2.1 - # - github-webhook-handler-snap # GHC 8.2.1 - # - google-cloud # GHC 8.2.1 - # - kraken # GHC 8.2.1 - # - libinfluxdb # GHC 8.2.1 - # - mole # bounds: hspec, optparse-applicative - # - publicsuffix # GHC 8.2.1 - # - rethinkdb-client-driver # GHC 8.2.1 + - github-webhook-handler + - github-webhook-handler-snap + - google-cloud + - kraken + - libinfluxdb + # - mole # via snap, snap-server, heist, xmlhtml, + - publicsuffix + - rethinkdb-client-driver - snap-blaze "Alexandr Kurilin @alex_kurilin": From cfdfe239bf1a23f64da7669b25b94bc3d3d366f5 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 7 Aug 2017 20:20:01 +0200 Subject: [PATCH 496/593] Add conduit-algorithms --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..504ef634 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio + - conduit-algorithms "Alex Biehl @alexbiehl": [] From 71a1c750935d2e511a6b9545d165f87682acd501 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Mon, 7 Aug 2017 22:21:49 +0300 Subject: [PATCH 497/593] add bit-stream --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..ac94431c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,7 @@ packages: "Andrew Lelechenko @Bodigrim": - exp-pairs - fast-digits + - bit-stream # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 From aa3d0aa2fe8022f07ff87743b1f0e71cabec293b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 19:38:39 -0700 Subject: [PATCH 498/593] Re-enable shelly as a new version has been released --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..6272d6ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -309,7 +309,7 @@ packages: - alex - async - base16-bytestring - # - c2hs # GHC 8.2.1 via shelly + - c2hs - csv-conduit - executable-hash - executable-path @@ -1165,7 +1165,7 @@ packages: # - idris # bounds aeson - libffi - xmonad-contrib - # - shelly # GHC 8.2.1: time < 1.7 + - shelly # - cairo # Cabal 2.0.0.2 # - gio # Cabal 2.0.0.2 @@ -2212,8 +2212,7 @@ packages: - titlecase "Mark Fine @markfine": - [] - # - postgresql-schema # GHC 8.2.1 via shelly + - postgresql-schema # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -4151,7 +4150,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- shelly-1.6.8.3 # re-enable shelly, c2hs, etc # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 9345dfb2e80b8545511ba07fd4fafc129218c693 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:34:00 -0700 Subject: [PATCH 499/593] Add shelly to expected test failures (https://github.com/yesodweb/Shelly.hs/issues/150) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6272d6ea..0177e3d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,6 +3882,9 @@ expected-test-failures: # https://github.com/haskell-works/hw-rankselect/issues/12 - hw-rankselect + # https://github.com/yesodweb/Shelly.hs/issues/150 + - shelly + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9a2f2aa977927993f077fd59cdd9029c358ebfec Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:44:56 -0700 Subject: [PATCH 500/593] Block hw-{bits,rankselect,succinct} (https://github.com/haskell-works/hw-bits/issues/8, https://github.com/haskell-works/hw-rankselect/issues/14) --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0177e3d9..7260f5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,7 +2700,7 @@ packages: - hw-parser - hw-prim - hw-rankselect - - hw-succinct + # hw-succinct # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3885,6 +3885,12 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly + # https://github.com/haskell-works/hw-bits/issues/8 + - hw-bits + + # https://github.com/haskell-works/hw-rankselect/issues/14 + - hw-rankselect + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -4153,6 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 48eeb0105871e95fd0b21f7c8299e65fe67cf078 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:48:46 -0700 Subject: [PATCH 501/593] Move hw-bits to benchmark skip (https://github.com/haskell-works/hw-bits/issues/8) and disable building hw-rankselect (https://github.com/haskell-works/hw-rankselect/issues/14) --- build-constraints.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7260f5f2..0badc6ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - - hw-rankselect - # hw-succinct + # hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 + # hw-succinct # from hw-rankselect # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3885,12 +3885,6 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly - # https://github.com/haskell-works/hw-bits/issues/8 - - hw-bits - - # https://github.com/haskell-works/hw-rankselect/issues/14 - - hw-rankselect - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -4036,6 +4030,9 @@ skipped-benchmarks: - ed25519 - unordered-containers + # https://github.com/haskell-works/hw-bits/issues/8 + - hw-bits + # end of skipped-benchmarks From 7f2cc0e347e352fe507c3055217d73f81f445849 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Tue, 8 Aug 2017 13:04:54 +0900 Subject: [PATCH 502/593] re-enable extensible `extensible` package use freer-effect only in benchmark. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..ea5f5058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # - extensible # BLOCKED freer-effects compilation failure + - extensible - monad-skeleton - objective - witherable @@ -3920,6 +3920,9 @@ expected-benchmark-failures: # https://github.com/raaz-crypto/raaz/issues/338 - raaz + # freer-effects compilation failure + - extensible + # end of expected-benchmark-failures From 53ec3ee0a233c12f81ce2bef42f9de3984cf4bc0 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Tue, 8 Aug 2017 08:45:41 +0100 Subject: [PATCH 503/593] add leancheck --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..ef3dfd3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,6 +2092,9 @@ packages: # - irc-conduit # GHC 8.2.1 # - irc-client # GHC 8.2.1 + "Rudy Matela @rudymatela": + - leancheck + "Trevor Elliott @elliottt": - irc From a7ebcef6e38e3b5070621db74bc6fdd8957e45ba Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Mon, 7 Aug 2017 11:57:44 +0200 Subject: [PATCH 504/593] Re-enable Earley The latest version of Earley now works with GHC 8.2.1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..7af80fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,7 +352,7 @@ packages: - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel - # - Earley # GHC 8.2.1 + - Earley - ofx # - pinchot # GHC 8.2.1 - accuerr From b5d9e89dc0ba134ce20068f93767123a28bd128d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 06:57:58 -0700 Subject: [PATCH 505/593] New version of hw-rankselect is out --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea5f5058..2e543b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - # hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 - # hw-succinct # from hw-rankselect + - hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 + - hw-succinct # from hw-rankselect # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3880,7 +3880,7 @@ expected-test-failures: - dbcleaner # https://github.com/haskell-works/hw-rankselect/issues/12 - - hw-rankselect + # hw-rankselect # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly @@ -4159,7 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 +# hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From dae62dfdef86da13edf1bf3d78c8e3f397d9be2f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:03:03 -0700 Subject: [PATCH 506/593] hw-rankselect still fails tests (https://github.com/haskell-works/hw-rankselect/issues/12) --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e543b2a..04b0b603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - - hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 - - hw-succinct # from hw-rankselect + - hw-rankselect + - hw-succinct # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3880,7 +3880,7 @@ expected-test-failures: - dbcleaner # https://github.com/haskell-works/hw-rankselect/issues/12 - # hw-rankselect + - hw-rankselect # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly @@ -4159,7 +4159,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -# hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ae1a0ded01152db6f006e206f92b14dd3fb85625 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:07:08 -0700 Subject: [PATCH 507/593] Move extensible to skipped-benchmarks, as the PR enabling it was including it in expected-benchmark-failures by mistake --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04b0b603..e5502f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3920,9 +3920,6 @@ expected-benchmark-failures: # https://github.com/raaz-crypto/raaz/issues/338 - raaz - # freer-effects compilation failure - - extensible - # end of expected-benchmark-failures @@ -4036,6 +4033,9 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits + # freer-effects compilation failure + - extensible + # end of skipped-benchmarks From fcc34b00ad0d33ba93e6daa87fa5a7487fe49d98 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:14:57 -0700 Subject: [PATCH 508/593] Disable extensible, https://github.com/fumieval/extensible/issues/12 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5502f41..04ab1f6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # extensible, https://github.com/fumieval/extensible/issues/12 - monad-skeleton - objective - witherable @@ -4033,9 +4033,6 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits - # freer-effects compilation failure - - extensible - # end of skipped-benchmarks @@ -4159,6 +4156,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- freer-effects-0.3.0.1 # re-enable extensible, https://github.com/fumieval/extensible/issues/12 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 78df2c37ca2ca8e05f8dfa7061ddddf019113ba4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Aug 2017 17:46:46 +0300 Subject: [PATCH 509/593] Don't expect test failure sdroege/conduit-iconv#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ee6a46..59757e94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,9 +3864,6 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX - # https://github.com/sdroege/conduit-iconv/issues/2 - - conduit-iconv - # https://github.com/raaz-crypto/raaz/issues/337 - raaz From fd769eb7c039dcefaf808f3df5d8396d995ab83d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 09:08:24 -0700 Subject: [PATCH 510/593] Try extensible again --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59757e94..1461342f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # extensible, https://github.com/fumieval/extensible/issues/12 + - extensible - monad-skeleton - objective - witherable @@ -4033,6 +4033,9 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits + # https://github.com/fumieval/extensible/issues/12 + - extensible + # end of skipped-benchmarks From 572028faf94b68df6f97b0fcae089335c980ffea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 09:25:41 -0700 Subject: [PATCH 511/593] extensible works, except benchmarks --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1461342f..2a94ab16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4159,7 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- freer-effects-0.3.0.1 # re-enable extensible, https://github.com/fumieval/extensible/issues/12 +- freer-effects-0.3.0.1 # re-enable extensible benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 51b932ff65cd3cc1f5f5292ed9feed5b347c33d5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 10:00:15 -0700 Subject: [PATCH 512/593] Skip benchmark build for bit-stream (https://github.com/Bodigrim/bit-stream/issues/4) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8d6909d..34a9909b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,6 +4037,9 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible + # https://github.com/Bodigrim/bit-stream/issues/4 + - bit-stream + # end of skipped-benchmarks From 657d92418a6131e81263f3da87733e6cf080f0b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 11:47:00 -0700 Subject: [PATCH 513/593] Mark conduit-algorithms as Haddock failure (https://github.com/luispedro/conduit-algorithms/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fa01316..c596d102 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3955,6 +3955,9 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier + # https://github.com/luispedro/conduit-algorithms/issues/1 + - conduit-algorithms + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From e313f7a11fba935d73c738affdceab3adae0e616 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 12:51:32 -0700 Subject: [PATCH 514/593] Add issue number (#2735) to commented neural --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e990b27..6990fd1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3252,7 +3252,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural + # neural # https://github.com/fpco/stackage/issues/2735 - pell "Matt Noonan @matt-noonan": From d24f979fb947a2f1789931ac8c7bfd505885bd5b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:19:50 -0700 Subject: [PATCH 515/593] Skip tests for pell (https://github.com/brunjlar/pell/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6990fd1f..ae2be606 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3636,6 +3636,9 @@ skipped-tests: # https://github.com/google/proto-lens/issues/119 - proto-lens-combinators + # https://github.com/brunjlar/pell/issues/1 + - pell + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 1239f4cdf6d0685fc0460725f7f03483449b275b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:34:12 -0700 Subject: [PATCH 516/593] Test fixture of bit-stream --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2be606..acbdb137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4049,7 +4049,7 @@ skipped-benchmarks: - extensible # https://github.com/Bodigrim/bit-stream/issues/4 - - bit-stream + # bit-stream # end of skipped-benchmarks From c8564c270d2317ae75ddf4f321e9ad6e90289d79 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:35:37 -0700 Subject: [PATCH 517/593] bit-stream fixed (Close https://github.com/Bodigrim/bit-stream/issues/4) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acbdb137..324a2684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,9 +4048,6 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible - # https://github.com/Bodigrim/bit-stream/issues/4 - # bit-stream - # end of skipped-benchmarks From 32a1c66a01d3d72898981672bdda630bedb7277a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 14:07:18 -0700 Subject: [PATCH 518/593] https://github.com/roman/Haskell-teardown/issues/1 has been closed, fixed in the meantime --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a2684..514bdf39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3595,9 +3595,6 @@ skipped-tests: # criterion - store - # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # QuickCheck 2.10 - blaze-html - blaze-markup @@ -3920,9 +3917,6 @@ expected-benchmark-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms From eeba22d6e9f64ba4602b99a362cc7580f7fb1249 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Wed, 9 Aug 2017 00:08:29 +0300 Subject: [PATCH 519/593] Add Serokell Universum to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a2684..c248d2ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,6 +3264,9 @@ packages: "János Tapolczai @jtapolczai": - listsafe + "Serokell @serokell": + - universum + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 9b84f3482d692580856915e88dc466c59a348ef5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 14:31:16 -0700 Subject: [PATCH 520/593] Check if conduit-algorithms issue is solved --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514bdf39..2d5655a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3957,7 +3957,7 @@ expected-haddock-failures: - cubicbezier # https://github.com/luispedro/conduit-algorithms/issues/1 - - conduit-algorithms + # conduit-algorithms # end of expected-haddock-failures From 7e753de245272385fc45721a8dbd86bba8e8a96b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:11:20 -0700 Subject: [PATCH 521/593] Haddocks for conduit-algorithm are building now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d5655a2..9568ed4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3956,9 +3956,6 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - # https://github.com/luispedro/conduit-algorithms/issues/1 - # conduit-algorithms - # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 1cad4bbac962dee7293af0cb37bfd8ef76b28836 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:23:55 -0700 Subject: [PATCH 522/593] Add viewprof (part of #2705) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9568ed4c..0e6d435c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,9 +3070,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - [] - # - sensu-run # GHC 8.2.1 via wreq - # - viewprof # GHC 8.2.1 + - viewprof "Dylan Simon @dylex": # - postgresql-typed # GHC 8.2.1 From 5254fa2e3036baf02eacf20a482c97c6072bf0a8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:25:34 -0700 Subject: [PATCH 523/593] Update sensu-run blockers (also, make sure it's not deleted by mistake) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e6d435c..b5a436c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,6 +3070,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + # - sensu-run # GHC 8.2.1 via wreq, time, snap-server - viewprof "Dylan Simon @dylex": From 423bc5a565f197fdc6df1d80abc30ee6c1f2d947 Mon Sep 17 00:00:00 2001 From: Juan Carlos Paucar Date: Tue, 8 Aug 2017 16:16:15 -0500 Subject: [PATCH 524/593] Re-enable hapistrano (fixed bounds for path-io) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514bdf39..73014237 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,7 +1927,7 @@ packages: # - cassava-megaparsec # via cassava: bounds: vector - dbcleaner - dotenv - # - hapistrano # bounds: path-io + - hapistrano - inflections # - stache # GHC 8.2.1 # - twitter-feed # GHC 8.2.1 From a6b33e73bd4bb72184f4417bf4bde92d4602cf8c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 18:19:29 -0700 Subject: [PATCH 525/593] Disable hexml-lens, #2738 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72749976..2e469d90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -44,7 +44,7 @@ packages: - arrowp-qq - clr-marshal - clr-host - - hexml-lens + # hexml-lens # via snap-server, https://github.com/fpco/stackage/issues/2738 - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui From d13e7b16d8dc7f90cfdb60c9d3a11a819c07a2c2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Aug 2017 07:32:23 +0300 Subject: [PATCH 526/593] Add package back iand675/metrics#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e469d90..a82abd25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,7 +1762,7 @@ packages: "Ian Duncan @iand675": - feature-flags - # - metrics # https://github.com/iand675/metrics/issues/11 + - metrics - pipes-wai - serf - uri-templater From c6874e6995c91224e882182f48612b4cdeaccf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20M=C5=82odawski?= Date: Wed, 9 Aug 2017 11:15:56 +0200 Subject: [PATCH 527/593] Add signal and error-util packages Build is fixed for newer ghc --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..49a5434f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -253,8 +253,8 @@ packages: # - stripe-core # bounds: aeson 1.0 "Piotr Mlodawski @pmlodawski": - [] - # - signal # GHC 8.2.1 + - error-util + - signal # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": From de69fe919d342b486d39a35781cc6b187b9ecd4e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:23:37 -0700 Subject: [PATCH 528/593] Bound fgl (#2740) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..ef09a17d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,6 +3309,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2740 + - fgl < 5.6 + # end of packages # Package flags are applied to individual packages, and override the values of From c18cb69978a426b2a0663007c18f115dcaa70d94 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Wed, 9 Aug 2017 15:25:46 +0100 Subject: [PATCH 529/593] Add fitspec, speculate and extrapolate --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..20e7f163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2094,6 +2094,9 @@ packages: "Rudy Matela @rudymatela": - leancheck + - fitspec + - speculate + - extrapolate "Trevor Elliott @elliottt": - irc From 0e200cc8442b887d35ef04fd8989bd2d48c5e427 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:34:02 -0700 Subject: [PATCH 530/593] Need another bound on fgl because it breaks Taxonomy (https://github.com/eggzilla/Taxonomy/issues/1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 945c10b4..dc7f2d38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,7 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + - fgl < 5.5.4 # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 # end of packages From e0a792fc47b624f24c09878f9ac73a221381fa20 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:35:43 -0700 Subject: [PATCH 531/593] Reorder bounds on fgl due to #2740 and https://github.com/eggzilla/Taxonomy/issues/1 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc7f2d38..be4bb70f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,9 +3309,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2740 - - fgl < 5.6 - - fgl < 5.5.4 # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + # https://github.com/fpco/stackage/issues/2740, requires < 5.6, however + # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + - fgl < 5.5.4 # end of packages From 1b741b02fc6ae0bc40490e4a92d94ffce78ce7aa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:21:33 -0700 Subject: [PATCH 532/593] Disable tests for extrapolate (https://github.com/rudymatela/extrapolate/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83437e2b..e152577c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,6 +3645,9 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell + # https://github.com/rudymatela/extrapolate/issues/1 + - extrapolate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 4a29c8e53ef26171f967cbcb80296e2f173f1f54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:23:19 -0700 Subject: [PATCH 533/593] Disable benchmarks for fitspec (https://github.com/rudymatela/fitspec/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e152577c..7e348429 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4051,6 +4051,9 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible + # https://github.com/rudymatela/fitspec/issues/1 + - fitspec + # end of skipped-benchmarks From c4eb8a6818f131166c0bc70c3caff8218251fb36 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:39:09 -0700 Subject: [PATCH 534/593] Disable tests for speculate (https://github.com/rudymatela/speculate/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e348429..3b145db7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3648,6 +3648,9 @@ skipped-tests: # https://github.com/rudymatela/extrapolate/issues/1 - extrapolate + # https://github.com/rudymatela/speculate/issues/1 + - speculate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 4182a77831bb0ee22463e2ad27b91b29b14219b2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 08:35:44 -0700 Subject: [PATCH 535/593] fgl can be restriced to 5.6 (#2740), Taxonomy issue requiring it to be < 5.5.4 has been solved (https://github.com/eggzilla/Taxonomy/issues/1) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b145db7..ccceb5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,9 +3312,8 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2740, requires < 5.6, however - # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 - - fgl < 5.5.4 + # https://github.com/fpco/stackage/issues/2740 + - fgl < 5.6 # end of packages From 34536accb11b43b43e3976510382ee7645663888 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 09:15:07 -0700 Subject: [PATCH 536/593] fitspec benchmarks should build now (https://github.com/rudymatela/fitspec/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccceb5f4..50f0df32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4053,9 +4053,6 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible - # https://github.com/rudymatela/fitspec/issues/1 - - fitspec - # end of skipped-benchmarks From 9aa82d1aa9e30e89cdee91f661da1a4f32980a8c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 10:38:07 -0700 Subject: [PATCH 537/593] Extrapolate is fixed (https://github.com/rudymatela/extrapolate/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50f0df32..383abc0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,9 +3644,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/rudymatela/extrapolate/issues/1 - - extrapolate - # https://github.com/rudymatela/speculate/issues/1 - speculate From 54376aafe5ef08e9c3abd818c9f6bca09c4c3089 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 10:38:44 -0700 Subject: [PATCH 538/593] Speculate is fixed (https://github.com/rudymatela/speculate/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 383abc0d..2405aa5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,9 +3644,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/rudymatela/speculate/issues/1 - - speculate - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 47d011bc6405dc3cc02febd63ee8182b2b36ce9c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:28:33 -0700 Subject: [PATCH 539/593] snap-server part of #2744 --- build-constraints.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2405aa5e..a4abbbe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -44,7 +44,7 @@ packages: - arrowp-qq - clr-marshal - clr-host - # hexml-lens # via snap-server, https://github.com/fpco/stackage/issues/2738 + - hexml-lens - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui @@ -157,6 +157,7 @@ packages: - path - present # - threepenny-gui # GHC 8.2.1 via snap-server + - snap-server "Joe M @joe9": [] @@ -401,7 +402,7 @@ packages: # - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets - # - websockets-snap # GHC 8.2.1 via snap-server + - websockets-snap "Sibi Prabakaran @psibi": - download @@ -960,8 +961,8 @@ packages: - wai-middleware-caching-lru # - wai-middleware-caching-redis # GHC 8.2.1 via hedis # not package maintainer - # - ekg # GHC 8.2.1 via snap-server - # - ekg-json # GHC 8.2.1 + - ekg + - ekg-json "Paul Rouse @paul-rouse": - mysql @@ -1206,7 +1207,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # via snap, snap-server, heist, xmlhtml, + # - mole # via snap, heist, xmlhtml, - publicsuffix - rethinkdb-client-driver - snap-blaze @@ -1299,7 +1300,7 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server + # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg - log-base # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres @@ -2181,7 +2182,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # - http-streams # GHC 8.2.1 via snap-server + # - http-streams # GHC 8.2.1 # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 @@ -3073,7 +3074,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via wreq, time, snap-server + # - sensu-run # GHC 8.2.1 via wreq, time - viewprof "Dylan Simon @dylex": From e402263d4b837c688d399e5e7a49522772b5a1e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:00 -0700 Subject: [PATCH 540/593] threepenny-* part of #2744 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4abbbe2..de074a62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,7 +47,7 @@ packages: - hexml-lens - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage - # - threepenny-editors # GHC 8.2.1 via threepenny-gui + - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 @@ -141,8 +141,7 @@ packages: - ix-shapable "Jeremy Barisch-Rooney @barischj": - [] - # - threepenny-gui-flexbox # GHC 8.2.1 via threepenny-gui + - threepenny-gui-flexbox "Romain Edelmann @redelmann": - distribution @@ -156,7 +155,7 @@ packages: "Simon Jakobi @sjakobi": - path - present - # - threepenny-gui # GHC 8.2.1 via snap-server + - threepenny-gui - snap-server "Joe M @joe9": From 00b02d0e96deb56a4b04f5284c8737cb922ebfd9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:22 -0700 Subject: [PATCH 541/593] wreq part of #2744 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de074a62..c073a27c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1142,12 +1142,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, wreq, directory + # - codex # bounds: http-client, directory - machines-binary # - machines-process # GHC 8.2.1 # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # GHC 8.2.1 via snap-server + - wreq "Andraz Bajt @edofic": - effect-handlers @@ -3073,7 +3073,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via wreq, time + # - sensu-run # GHC 8.2.1 via time - viewprof "Dylan Simon @dylex": From 1c60edc9a44e6432db5cf6a98ddb5c76b0ef7eaf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:33 -0700 Subject: [PATCH 542/593] ekg part of #2744 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c073a27c..7fd908d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1299,7 +1299,7 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg + # - log # via bloodhound: bounds: vector # GHC 8.2.1 - log-base # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres @@ -1613,7 +1613,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 + - ekg-statsd - flow - github-release # - gloss # Maintained by @benl23x5. # GHC 8.2.1 @@ -1871,7 +1871,7 @@ packages: - protocol-buffers # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - # - ekg-core # GHC 8.2.1 + - ekg-core - digits - hbeanstalk - iso3166-country-codes @@ -2028,7 +2028,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - # - ekg-wai # GHC 8.2.1 + # ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 @@ -2378,7 +2378,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp - # - ekg # GHC 8.2.1 + - ekg # "Emin Karayel @ekarayel": # - sync-mht # bounds: ghc, base From 5e4645f2a9e5369ba6d7d931364f686c7af6a003 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 10:03:49 -0700 Subject: [PATCH 543/593] non bounds blocked htpp-streams part of #2744 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fd908d6..32a9b60b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2181,7 +2181,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # - http-streams # GHC 8.2.1 + - http-streams # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 From 9ecc44380f98bddd8d8472a5fb044831b08e00a5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 11:32:06 -0700 Subject: [PATCH 544/593] all wreq part of #2744 --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32a9b60b..90235883 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1230,8 +1230,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # - bitcoin-api # GHC 8.2.1 via wreq - # - bitcoin-api-extra # GHC 8.2.1 via wreq + - bitcoin-api + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -2501,10 +2501,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - # - package-description-remote # GHC 8.2.1 via wreq + - package-description-remote - projectroot - questioner - # - stack-run-auto # GHC 8.2.1 via wreq + # - stack-run-auto # GHC 8.2.1 via extract-dependencies # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2568,9 +2568,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # - marvin >= 0.1.4 # GHC 8.2.1 via wreq + # - marvin >= 0.1.4 # GHC 8.2.1 via tls via irc-conduit - marvin-interpolate >= 1.1 - # - mustache # GHC 8.2.1 via wreq + - mustache "Cindy Wang @CindyLinz": # - NoTrace # GHC 8.2.1 @@ -2906,8 +2906,8 @@ packages: # - heatshrink # GHC 8.2.1 via c2hs # - hocilib # GHC 8.2.1 via c2hs - # "Matthias Herrmann @2chilled": - # - scrape-changes # GHC 8.2.1 via wreq + "Matthias Herrmann @2chilled": + - scrape-changes "Daniel Mendler @minad": - quickcheck-special From 0a48d9d25a12b905715c84fa8c6a1debf6240cb4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 12:59:29 -0700 Subject: [PATCH 545/593] Final parts of #2744 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90235883..9dbbc647 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -613,7 +613,7 @@ packages: # - diagrams-svg # bounds: optparse-applicative # - dual-tree # GHC 8.2.1 via testing-feat - force-layout - # - haxr # GHC 8.2.1 via http-streams + - haxr - MonadRandom - monoid-extras @@ -3073,7 +3073,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via time + - sensu-run - viewprof "Dylan Simon @dylex": From 811c325050768e262d241f25f920706a380f2b0e Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 11 Aug 2017 17:55:49 +0200 Subject: [PATCH 546/593] Re-enable avers --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dbbc647..dcdb59fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1194,10 +1194,10 @@ packages: # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - # - avers # GHC 8.2.1 - # - avers-api # GHC 8.2.1 + - avers + - avers-api # - avers-api-docs # GHC 8.2.1 - # - avers-server # GHC 8.2.1 + - avers-server - css-syntax - etcd - github-types From 62dc0e2e52ad99efe7f03c933d10c8579bb98332 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:11:58 -0700 Subject: [PATCH 547/593] Enable avers-api-docs since it also passes bounds --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdb59fd..31a44e58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1196,7 +1196,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # GHC 8.2.1 + - avers-api-docs - avers-server - css-syntax - etcd From 4957210c30f3816c837315ace1c497ab10041d54 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Fri, 11 Aug 2017 22:06:46 +0200 Subject: [PATCH 548/593] restore hsexif, it works OK now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31a44e58..fd13f30d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2286,7 +2286,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - # - hsexif # GHC 8.2.1 + - hsexif "Nickolay Kudasov @fizruk": [] From e54a33e32ab16de0090e11ce0adcffe93bcc4ef6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:33:28 -0700 Subject: [PATCH 549/593] Disable haddock for hexml-lens (https://github.com/pepeiborra/hexml-lens/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd13f30d..f617c753 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3964,6 +3964,9 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier + # https://github.com/pepeiborra/hexml-lens/issues/1 + - hexml-lens + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 1bc24d1917cdc16e3a45c56f94dcd5f7606732cb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:37:58 -0700 Subject: [PATCH 550/593] Also disable tests for hexml-lens (https://github.com/pepeiborra/hexml-lens/issues/2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f617c753..4d5f956f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,6 +3644,9 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell + # https://github.com/pepeiborra/hexml-lens/issues/2 + - hexml-lens + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 6c8ed960fce646155c4d02e01edb56ec33720f0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 14:12:36 -0700 Subject: [PATCH 551/593] Disable building wreq's tests (https://github.com/bos/wreq/issues/107) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d5f956f..92cb419e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3647,6 +3647,9 @@ skipped-tests: # https://github.com/pepeiborra/hexml-lens/issues/2 - hexml-lens + # https://github.com/bos/wreq/issues/107 + - wreq + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 2c7c2cd9f0f01d5a82e094e1f29d7e3259f57d14 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 14:21:57 -0700 Subject: [PATCH 552/593] Disable scrape-changes due to validation (https://github.com/NICTA/validation/issues/9) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92cb419e..5929902d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2907,7 +2907,8 @@ packages: # - hocilib # GHC 8.2.1 via c2hs "Matthias Herrmann @2chilled": - - scrape-changes + [] + # scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 "Daniel Mendler @minad": - quickcheck-special From dd896acca193797407cb77626fc07d010e545e0f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 12 Aug 2017 09:54:36 +0100 Subject: [PATCH 553/593] Reenable hexyl-lens tests and haddocks Fixed now --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5929902d..4bacb4ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,9 +3645,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/pepeiborra/hexml-lens/issues/2 - - hexml-lens - # https://github.com/bos/wreq/issues/107 - wreq @@ -3971,9 +3968,6 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - # https://github.com/pepeiborra/hexml-lens/issues/1 - - hexml-lens - # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From faeae502778ac5e26ef7bc95f65f341f23876457 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 12 Aug 2017 13:46:12 -0700 Subject: [PATCH 554/593] Upper bound cassava (#2748) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bacb4ec..5438b979 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,6 +3316,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/fpco/stackage/issues/2748 + - cassava < 0.5.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From d9cc8d2a27af169a3dde80275135131a82c85450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 12 Aug 2017 13:57:43 -0700 Subject: [PATCH 555/593] Change cassava flag, close #2748 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5438b979..31ff028d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,9 +3316,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/fpco/stackage/issues/2748 - - cassava < 0.5.1.0 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3416,7 +3413,7 @@ package-flags: win32-2-5: false cassava: - pre-bytestring-0-10-4: false + bytestring--lt-0_10_4: false # end of package-flags From b406a108d8e400af9e76455772625d482e93f8f7 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Sun, 13 Aug 2017 00:33:38 +0200 Subject: [PATCH 556/593] Re-enable eventstore package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31ff028d..7a0893c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,7 +2425,7 @@ packages: # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore # bounds: aeson + - eventstore - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": From 5ac14b010a87efe8911ac5d322dc0105c14a15e1 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sun, 13 Aug 2017 16:30:16 +0200 Subject: [PATCH 557/593] Re-add intero https://github.com/commercialhaskell/intero/issues/451#issuecomment-322038837 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a0893c7..2b41b887 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -491,7 +491,7 @@ packages: - descriptive - wrap - path - # - intero # GHC 8.2.1 + - intero # GHC 8.2.1 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters From 8c5572000bbbf264563c2ef19c5e0e9fda0c4a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sun, 13 Aug 2017 16:55:54 +0200 Subject: [PATCH 558/593] HaTeX no longer expected to fail Issue https://github.com/Daniel-Diaz/HaTeX/issues/100 was fixed and HaTeX-3.17.3.1 released. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b41b887..aec64401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3879,9 +3879,6 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers - # https://github.com/Daniel-Diaz/HaTeX/issues/100 - - HaTeX - # https://github.com/raaz-crypto/raaz/issues/337 - raaz From 63aca5ea5eeb3a494cb0ebe46b5239a3d455373d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 09:04:52 -0700 Subject: [PATCH 559/593] Remove left-over comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aec64401..898baa64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -491,7 +491,7 @@ packages: - descriptive - wrap - path - - intero # GHC 8.2.1 + - intero - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters From 3da0dc35dbe39c0caf7026870ce06ccbd30442dc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Aug 2017 19:10:54 +0300 Subject: [PATCH 560/593] Update Win32 version (fixes #2750) --- CURATORS.md | 3 +++ build-constraints.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 909e2ed1..9c069fed 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -382,6 +382,9 @@ will upgrade their packages to allow for the new GHC release. We prefer to prune packages causing upper bounds constraints **after** the LTS release to allow the maximum amount of packages to get into the newest LTS. +You will almost always need to update the Win32 package version listed in the +build-constraints.yaml file. + After the first LTS release, the package pruning process may begin in the nightly build in order to move forward with getting the latest versions of packages compatible with the new GHC release. diff --git a/build-constraints.yaml b/build-constraints.yaml index 898baa64..534f3b3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,7 +3296,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.3.1.1 + - Win32 == 2.5.4.1 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From 81393774e1adfad4f20ce990671061cee667019c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:12:30 -0700 Subject: [PATCH 561/593] Restrict Win32 due to bounds (#2753) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 534f3b3a..432feaf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,7 +3296,8 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.5.4.1 + # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it + - Win32 == 2.4.0.0 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From b77a5f54a1bbab1081b3430b826ff732e74c6e4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:18:16 -0700 Subject: [PATCH 562/593] Disable building tests for protobuf due to https://github.com/alphaHeavy/protobuf/issues/34 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 432feaf9..9ed87035 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,9 @@ skipped-tests: # https://github.com/bos/wreq/issues/107 - wreq + # https://github.com/alphaHeavy/protobuf/issues/34 + - protobuf + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b88e6b5331d277e20f77ba09dac0a4d6d6dd8002 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:20:49 -0700 Subject: [PATCH 563/593] Expect test failure on intero (https://github.com/commercialhaskell/intero/issues/462) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ed87035..5e632e0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3904,6 +3904,9 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly + # https://github.com/commercialhaskell/intero/issues/462 + - intero + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From cfb6d00b8fbaacb47157dc897b99faac5c087b23 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 13 Aug 2017 18:58:02 -0700 Subject: [PATCH 564/593] Add dhall Fixes Gabriel439/Haskell-Dhall-Library#16 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e632e0e..ba1c5674 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -710,6 +710,7 @@ packages: - foldl # - morte # GHC 8.2.1 - bench + - dhall "Andrew Thaddeus Martin @andrewthad": - yesod-table From 4d8e405742045d3da2c2bb8f4b95fac7985818d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Aug 2017 13:40:09 +0300 Subject: [PATCH 565/593] Block newer cassava commercialhaskell/stack#3345 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba1c5674..f5fac072 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/commercialhaskell/stack/issues/3345 + - cassava < 0.5.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3415,7 +3418,7 @@ package-flags: win32-2-5: false cassava: - bytestring--lt-0_10_4: false + pre-bytestring-0-10-4: false # end of package-flags From 9ae41859f0a59933820ba72d59b870ae0973b3f1 Mon Sep 17 00:00:00 2001 From: ars Date: Mon, 14 Aug 2017 14:37:15 +0300 Subject: [PATCH 566/593] add qchas hmatrix was updated to support GHC 8.2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5fac072..10e97d05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,8 +9,8 @@ cabal-format-version: "1.24" packages: "Sebastian Mihai Ardelean @ardeleanasm": [] # Blocked: hmatrix does not support GHC 8.2 - # - # - qchas + # hmatrix was updated to support GHC8.2 + - qchas "Patrick Pelletier @ppelleti": - mercury-api From 954d28108824e779ad1c200513cba331e35047a9 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Mon, 14 Aug 2017 15:40:37 +0200 Subject: [PATCH 567/593] Add eventsource-api & eventsource-geteventstore-store --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5fac072..60d0c160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2428,6 +2428,8 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore - dotnet-timespan + - eventsource-api + - eventsource-geteventstore-store "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv From a89007ed29838498b5631b7446d56bd9d9629ead Mon Sep 17 00:00:00 2001 From: ars Date: Mon, 14 Aug 2017 18:43:13 +0300 Subject: [PATCH 568/593] Removed leftover [] --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10e97d05..768a2d46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,8 +8,6 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Sebastian Mihai Ardelean @ardeleanasm": - [] # Blocked: hmatrix does not support GHC 8.2 - # hmatrix was updated to support GHC8.2 - qchas "Patrick Pelletier @ppelleti": From 0ecd7e04ecb245911c01e30993adafea56a567e3 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Mon, 14 Aug 2017 17:48:25 +0200 Subject: [PATCH 569/593] add slack-web --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5fac072..5ae7de4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2288,6 +2288,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - hsexif + - slack-web "Nickolay Kudasov @fizruk": [] From 0e4e2225b534b5b20538c0eb872e6875dd1438d8 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 15 Aug 2017 10:03:12 +0200 Subject: [PATCH 570/593] Reactivate ekg-wai --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5475620..d44ee86c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1250,7 +1250,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - # - magicbane # GHC 8.2.1 via ekg-wai + - magicbane "Francesco Mazzoli @bitonic": - language-c-quote @@ -2027,7 +2027,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - # ekg-wai + - ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 From 3b906e9d08f373c9cca6ac32b5f1e73eee23eaed Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 15 Aug 2017 12:31:18 +0300 Subject: [PATCH 571/593] adding back in backprop and hamilton hmatrix is updated! :) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d44ee86c..b774b6b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,9 +1750,9 @@ packages: "Justin Le @mstksg": - auto - # - backprop # https://github.com/albertoruiz/hmatrix/issues/232 + - backprop - configurator-export - # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 + - hamilton - prompt - tagged-binary - typelits-witnesses From afea22ce6af892c8906f42479a661c41cff87bd6 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Tue, 15 Aug 2017 11:03:00 +0100 Subject: [PATCH 572/593] Remove myself from haskell-packages I'm no longer interested in keeping this package in stackage. It used to be a dependency of `haskell-names`, but now it isn't, so I have no use for this package. Cc other `haskell-packages` maintainers: @Lemmih --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d44ee86c..a9839de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2855,7 +2855,6 @@ packages: # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - # - haskell-packages # Cabal 2.0.0.2 - oeis "Gergely Patai @cobbpg": From a9d6ded078a28d0b6226c37f973d538a42f1e64c Mon Sep 17 00:00:00 2001 From: Lorenz Moesenlechner Date: Tue, 15 Aug 2017 19:58:10 +0200 Subject: [PATCH 573/593] add servant-websockets --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3d65f41..6aaecbed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,9 @@ packages: "Serokell @serokell": - universum + "Lorenz Moesenlechner @moesenle": + - servant-websockets + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 0c578288bc28ee6b4a57ee3980ae5142f1be8934 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 16 Aug 2017 01:06:30 +0200 Subject: [PATCH 574/593] Update build-constraints.yaml Add `protolude`. `0.2` is tested against `ghc-8.2` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aaecbed..1588bc52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,7 +2712,7 @@ packages: # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - # - protolude # GHC 8.2.1 + - protolude # - repline # GHC 8.2.1 - picosat From 4d1bb656bb4e61032fba42d2e3a300931651c0b2 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 16 Aug 2017 11:57:33 +0200 Subject: [PATCH 575/593] Re-enable christiaanb's ghc-typelits-* packages They all successfully build on GHC 8.2.1 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..cc6cc38a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,11 +1681,10 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": - [] - # - ghc-tcplugins-extra # GHC 8.2.1 - # - ghc-typelits-extra # GHC 8.2.1 - # - ghc-typelits-knownnat # GHC 8.2.1 - # - ghc-typelits-natnormalise # GHC 8.2.1 + - ghc-tcplugins-extra + - ghc-typelits-extra + - ghc-typelits-knownnat + - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 From 5b9a867d146dd650ccc980a72a9fb9866a376290 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Wed, 16 Aug 2017 13:33:02 +0300 Subject: [PATCH 576/593] Re-enable hmatrix dependants hmatrix compiles with GHC 8.2.1 now https://github.com/fpco/stackage/pull/2756 --- build-constraints.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..636b7841 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -162,7 +162,7 @@ packages: # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - # - boltzmann-samplers # https://github.com/albertoruiz/hmatrix/issues/232 + - boltzmann-samplers - generic-random "Tobias Dammers @tdammers": @@ -1550,7 +1550,7 @@ packages: # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - # - cubicspline # https://github.com/albertoruiz/hmatrix/issues/232 + - cubicspline - maximal-cliques "Alexander Bondarenko @wiz": @@ -1562,9 +1562,9 @@ packages: - generics-sop "Vivian McPhail @amcphail": - # - hmatrix-gsl-stats # https://github.com/albertoruiz/hmatrix/issues/232 - # - hsignal # https://github.com/albertoruiz/hmatrix/issues/232 - # - hstatistics # https://github.com/albertoruiz/hmatrix/issues/232 + - hmatrix-gsl-stats + - hsignal + - hstatistics # - plot # Cabal 2.0.0.2 # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 @@ -2807,8 +2807,7 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - [] - # - hquantlib # https://github.com/albertoruiz/hmatrix/issues/232 + - hquantlib # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": @@ -2995,7 +2994,7 @@ packages: # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - # - picedit # https://github.com/albertoruiz/hmatrix/issues/232 + - picedit - mathexpr # - sibe # GHC 8.2.1 via stemmer - termcolor @@ -3247,7 +3246,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - # - mltool # https://github.com/albertoruiz/hmatrix/issues/232 + - mltool "Edward Amsden @eamsden": - h2c From e501fd88c0f46fe5e2463e4e5750ca654d7cea55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Aug 2017 18:41:32 +0300 Subject: [PATCH 577/593] Revert "Restrict Win32 due to bounds (#2753)" This reverts commit 81393774e1adfad4f20ce990671061cee667019c. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..58feb846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,8 +3298,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it - - Win32 == 2.4.0.0 + - Win32 == 2.5.4.1 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From 7225d74a9e6954a768ad05e0ee5cc4f2ac122b70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Aug 2017 18:44:12 +0300 Subject: [PATCH 578/593] Remove Win32-extras CC @joeyh #2753 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58feb846..e09905db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -846,7 +846,6 @@ packages: "Joey Hess @joeyh": # - git-annex # GHC 8.2.1 via aws # - github-backup # bounds: github - - Win32-extras - concurrent-output - mountpoints - disk-free-space @@ -3463,7 +3462,6 @@ skipped-builds: - hfsevents - Win32 - Win32-notify - - Win32-extras # end of skipped-builds From 1db29650da6ddec1308e17ae4d9f15fabb3345bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 21:00:47 +0200 Subject: [PATCH 579/593] Disable hamilton #2761 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e09905db..55217b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1751,7 +1751,7 @@ packages: - auto - backprop - configurator-export - - hamilton + # - hamilton # build failure https://github.com/fpco/stackage/pull/2761#issuecomment-322867539 - prompt - tagged-binary - typelits-witnesses From 7ca181c2a785b4e11fb3438e900003e8c50a490a Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Wed, 16 Aug 2017 22:23:22 +0200 Subject: [PATCH 580/593] Add eventsource-stub-store and eventsource-store-specs --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60d0c160..fbb55f9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,6 +2430,8 @@ packages: - dotnet-timespan - eventsource-api - eventsource-geteventstore-store + - eventsource-store-specs + - eventsource-stub-store "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv From 57a8270accdaa14dec80b99298c99fbe310824f3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 23:39:23 +0200 Subject: [PATCH 581/593] Disable ghc-typelits-knownnat #2766 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d879c876..2e49ae03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1682,7 +1682,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + # - ghc-typelits-knownnat - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From b8973a6d39269a8256d5e658a7a07be884d097e1 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 16 Aug 2017 21:00:09 +0200 Subject: [PATCH 582/593] Add newtype-generics to my packages --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e09905db..048fb1ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,6 +155,7 @@ packages: - present - threepenny-gui - snap-server + - newtype-generics "Joe M @joe9": [] @@ -3532,7 +3533,6 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 From 4ea5709f5fb61635b2887b61f36964aebcfdc5b6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 23:55:21 +0200 Subject: [PATCH 583/593] Disable ghc-typelits-extra #2766 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7fa0520..75065b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,8 +1681,8 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - - ghc-typelits-extra - # - ghc-typelits-knownnat + # - ghc-typelits-extra # Compilation failure https://github.com/fpco/stackage/pull/2766 + # - ghc-typelits-knownnat # Compilation failure https://github.com/fpco/stackage/pull/2766 - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From 499c2941b9ff3531620565250c45beb2afd141ef Mon Sep 17 00:00:00 2001 From: Pavel Ryzhov Date: Thu, 17 Aug 2017 00:22:19 +0200 Subject: [PATCH 584/593] Add HSvm to master HSvm package has been refreshed to be buildable with GHC 8.0.2 and 8.2.1. Put to github for better collaboration and fixed few bugs in marshalling. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75065b2a..209f2ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,6 +2810,7 @@ packages: "Pavel Ryzhov @paulrzcz": - hquantlib + - HSvm # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From a5167c73cda1708bc9caf06982932d05a0ba9339 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 17 Aug 2017 14:59:51 +0300 Subject: [PATCH 585/593] Adding back in hamilton package Resolved build failure (https://github.com/fpco/stackage/pull/2761#issuecomment-323008583) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75065b2a..f3809e34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,7 +1750,7 @@ packages: - auto - backprop - configurator-export - # - hamilton # build failure https://github.com/fpco/stackage/pull/2761#issuecomment-322867539 + - hamilton - prompt - tagged-binary - typelits-witnesses From fb6ac122d59b28f11c700dcba052281270d86c84 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Aug 2017 14:55:49 +0200 Subject: [PATCH 586/593] Upper bound for #2772 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed44c7b9..9e4559be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,9 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 + # https://github.com/fpco/stackage/issues/2772 + - Yampa < 0.10.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 9fb5f20be7a95603dbe240fec7d1ceab42c249fe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Aug 2017 15:00:14 +0200 Subject: [PATCH 587/593] Add eventsource-geteventstore-store to expected test failures #2757 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e4559be..86654ca5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3722,6 +3722,7 @@ expected-test-failures: - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventful-dynamodb - eventful-postgresql + - eventsource-geteventstore-store - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 From a62fc0a046056a160d41084eb2c584d3da64fd7d Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Thu, 17 Aug 2017 16:19:08 +0200 Subject: [PATCH 588/593] Re-enable ghc-typelits-knownnat Version 0.3.1 has a testsuite that passes on ghc-8.2.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3d3f403..71ac9abd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1682,8 +1682,8 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - # - ghc-typelits-extra # Compilation failure https://github.com/fpco/stackage/pull/2766 - # - ghc-typelits-knownnat # Compilation failure https://github.com/fpco/stackage/pull/2766 + - ghc-typelits-extra + - ghc-typelits-knownnat - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From 453b0bb163d566f138602448dd0c40412dc05a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=A4=D0=B0=D0=B9=D0=B7?= =?UTF-8?q?=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 18 Aug 2017 11:52:41 +0500 Subject: [PATCH 589/593] Return yesod-form-richtext to LTS `yesod-form-richtext` was blocked by `yesod-form`. The latter is in LTS 9 now, so I believe the former should be included again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71ac9abd..e21ee3a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,7 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - # - yesod-form-richtext # GHC 8.2.1 via yesod-form + - yesod-form-richtext - ghcjs-perch "Sebastian Nagel @ch1bo": From 369f60911ad22809abae11a72ffb288e754d251d Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Fri, 18 Aug 2017 15:56:57 +0200 Subject: [PATCH 590/593] Re-add servant-JuicyPixels --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e21ee3a1..14d00609 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2029,7 +2029,7 @@ packages: - ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 - # - servant-JuicyPixels # GHC 8.2.1 + - servant-JuicyPixels "Artyom @neongreen": - microlens From 9a116dc225f42fdcafb54e4485f44f4ab8f3ee95 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 16:51:56 +0200 Subject: [PATCH 591/593] Upper bounds for #2778 and #2779 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14d00609..07238cec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3327,6 +3327,12 @@ packages: # https://github.com/fpco/stackage/issues/2772 - Yampa < 0.10.6.1 + # https://github.com/fpco/stackage/issues/2778 + - ansi-terminal < 0.7 + + # https://github.com/fpco/stackage/issues/2779 + - xml-conduit < 1.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 634a26387b9b2cd171005eb4ea2691b6e38284b9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 19:07:17 +0200 Subject: [PATCH 592/593] Skipped/expected failure cleanups --- build-constraints.yaml | 286 ++++++++++------------------------------- 1 file changed, 71 insertions(+), 215 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07238cec..aece7505 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1103,7 +1103,7 @@ packages: "Andrey Chudnov @achudnov": [] - # - language-ecmascript # GHC 8.2.1 + # - language-ecmascript # via testing-feat "Tom Ellis @tomjaguarpaw": - opaleye @@ -3487,91 +3487,67 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - # - genvalidity-property # bounds: QuickCheck - - hasmin - - http-api-data - - intervals - - lens - - lens-aeson - - linear - - linear-accelerate - - log-domain - - makefile - - pipes-group - - prettyprinter - - semigroupoids - - servant-ruby - - servant-swagger - - tdigest - - turtle - - zippers - # language-ecmascript - - servant-js - # # HUnit 1.5 - - GLFW-b - - Glob - - HTTP - - aws # bounds: http-client < 0.5 - - bindings-GLFW - - case-insensitive - - darcs - - dbus # bounds: QuickCheck < 2.9 via chell-quickcheck - - exception-transformers - - extensible-effects - - fclabels - - language-ecmascript - - lifted-base - - parsec - - partial-order # https://github.com/mtesseract/haskell-partial-order/issues/1 - - rank1dynamic - - threads - - tz - - tzdata - - uuid - - uuid-types - # # Other outdated dependencies - - Cabal # QuickCheck 2.9 - - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - bloodhound # hspec 2.4 + - Glob # HUnit 1.6 + - aeson + - attoparsec # QuickCheck 2.10 + - binary-parser # tasty-quickcheck + - blaze-html + - blaze-markup - bytestring-handle # QuickCheck 2.9 - - chell # options & via chell-quickcheck - - clay # hspec 2.3 + - case-insensitive # HUnit 1.6 + - cryptohash-sha512 # tasty-quickcheck - drawille # hspec 2.4 - - ed25519 # QuickCheck 2.9 - - envy # hspec 2.4 - - fgl # hspec 2.3 - - fgl-arbitrary # hspec 2.3 - - hasql # QuickCheck 2.9 - - hastache # https://github.com/lymar/hastache/pull/53 - - heaps # https://github.com/ekmett/heaps/pull/8 - - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - edit-distance # QuickCheck 2.10 + - envy # QuickCheck 2.10 + - exception-transformers # HUnit 1.6 + - extensible-effects # HUnit 1.6 + - lifted-base # HUnit 1.6 + - makefile # GHC 8.2 - next-ref # hspec 2.3 - - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - - postgresql-simple-migration # hspec 2.4 - - servant-mock # hspec-wai 0.8 - - snap # QuickCheck 2.9 - - state-plus # QuickCheck 2.9 - - system-filepath # QuickCheck 2.9 via chell-quickcheck - - ghc-mod # hspec 2.4 - - unordered-containers # via ChasingBottoms - - dlist # quickcheck-instances >= 0.3.15 && < 0.4 - - haddock # GHC 8.2.1 via haddock-test + - parsec # HUnit 1.6 + - partial-order # HUnit 1.6 + - printcess # QuickCheck 2.10 + - retry # QuickCheck 2.10 + - superbuffer # QuickCheck 2.10 + - tar # tasty-quickcheck + - text-short # tasty-quickcheck + - vector # QuickCheck 2.10 + - vector-builder # tasty-quickcheck + - websockets # QuickCheck 2.10 + - zlib # tasty-quickcheck # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 + - chell # via chell-quickcheck - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck + - path # via genvalidity genvalidity-property + - servant-js # via language-ecmascript + - system-filepath # QuickCheck 2.9 via chell-quickcheck + - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. + # Compilation failures + - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 + - pell # https://github.com/brunjlar/pell/issues/1 + - wreq # https://github.com/bos/wreq/issues/107 + - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 + - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 + - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 + - intero # https://github.com/commercialhaskell/intero/issues/462 + - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 + - reroute # https://github.com/agrafix/Spock/issues/130 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine @@ -3609,63 +3585,6 @@ skipped-tests: - graphviz - wl-pprint-text - # directory 1.3 - - machines - - xmlhtml - - # via criterion: via cassava: bounds: vector - - sparse-linear-algebra - - # criterion - - store - - # QuickCheck 2.10 - - blaze-html - - blaze-markup - - cassava-conduit - - edit-distance - - http-media - - morte - - printcess - - retry - - superbuffer - - unbound - - vector - - wai-middleware-rollbar - - websockets - - path - - aeson - - # HUnit 1.6 - - terminal-progress-bar - - # tasty-quickcheck 0.9 - - binary-parser - - cryptohash-sha512 - - diagrams-solve - - tar - - vector-builder - - zlib - - text-short - - # https://github.com/athanclark/rose-trees/issues/6 - - rose-trees - - # https://github.com/bos/attoparsec/issues/131 - - attoparsec - - # https://github.com/google/proto-lens/issues/119 - - proto-lens-combinators - - # https://github.com/brunjlar/pell/issues/1 - - pell - - # https://github.com/bos/wreq/issues/107 - - wreq - - # https://github.com/alphaHeavy/protobuf/issues/34 - - protobuf - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3722,6 +3641,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell + - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL @@ -3763,6 +3683,7 @@ expected-test-failures: - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io + - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - rethinkdb - rethinkdb-client-driver - riak @@ -3774,7 +3695,6 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 # Test executable requires arguments - hpqtypes @@ -3791,13 +3711,14 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - hw-rankselect # https://github.com/haskell-works/hw-rankselect/issues/12 + - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - - matplotlib # https://github.com/fpco/stackage/issues/2365 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3807,33 +3728,43 @@ expected-test-failures: - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 + - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer + - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer + - flat # https://github.com/Quid2/flat/issues/1 + - foundation # https://github.com/haskell-foundation/foundation/issues/381 + - haddock + - heap # https://github.com/pruvisto/heap/issues/4 + - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 + - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 + - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 + - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 + - vty # https://github.com/jtdaugherty/vty/issues/132 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - haddock # Stackage upper bounds, re-enable these when their upper bound is removed @@ -3868,60 +3799,6 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - # https://github.com/agrafix/Spock/issues/130 - - reroute - - # https://github.com/jtdaugherty/vty/issues/132 - - vty - - # https://github.com/haskell-foundation/foundation/issues/381 - - foundation - - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - - language-dockerfile - - # https://github.com/pruvisto/heap/issues/4 - - heap - - # https://github.com/fcomb/pkcs10-hs/issues/2 - - pkcs10 - - # https://github.com/simonmichael/hledger/issues/596 - - hledger-lib - - # https://github.com/brendanhay/amazonka/issues/397 - - amazonka-core - - # https://github.com/bos/text-icu/issues/32 - - text-icu - - # https://github.com/winterland1989/binary-parsers/issues/3 - - binary-parsers - - # https://github.com/raaz-crypto/raaz/issues/337 - - raaz - - # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - - picoparsec - - # https://github.com/Quid2/flat/issues/1 - - flat - - # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-iadd - - # Requires running PostgreSQL server - - dbcleaner - - # https://github.com/haskell-works/hw-rankselect/issues/12 - - hw-rankselect - - # https://github.com/yesodweb/Shelly.hs/issues/150 - - shelly - - # https://github.com/commercialhaskell/intero/issues/462 - - intero - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3947,12 +3824,7 @@ expected-benchmark-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - # https://github.com/harendra-kumar/unicode-transforms/issues/16 - - unicode-transforms - - # https://github.com/raaz-crypto/raaz/issues/338 - - raaz + - raaz # https://github.com/raaz-crypto/raaz/issues/338 # end of expected-benchmark-failures @@ -3977,6 +3849,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 @@ -3984,9 +3857,6 @@ expected-haddock-failures: # Runs out of memory - store - # https://github.com/kuribas/cubicbezier/issues/4 - - cubicbezier - # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. @@ -4000,18 +3870,15 @@ skipped-benchmarks: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' # to verify. - - criterion-plus - - http2 + - binary-parsers # criterion 1.2 + - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 - - superrecord + - unordered-containers # criterion 1.2 # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - - cases # via criterion-plus - - hasql-postgres # via criterion-plus - - ttrie # via criterion-plus - - machines # via pipes + # Compilation failures - cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46 @@ -4019,6 +3886,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 @@ -4058,18 +3926,6 @@ skipped-benchmarks: - graphviz - wl-pprint-text - # criterion 1.2 - - binary-parsers - - cryptohash-sha512 - - ed25519 - - unordered-containers - - # https://github.com/haskell-works/hw-bits/issues/8 - - hw-bits - - # https://github.com/fumieval/extensible/issues/12 - - extensible - # end of skipped-benchmarks From 361f185a62b2c86b5c0d321786714728a39f84a5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 19:30:23 +0200 Subject: [PATCH 593/593] Re-disable some tests --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aece7505..c4ea0f26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3603,6 +3603,7 @@ expected-test-failures: - distributed-process-task - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles + - hastache - idris # https://github.com/fpco/stackage/issues/1382 - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - math-functions # https://github.com/bos/math-functions/issues/25 @@ -3753,9 +3754,11 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 + - raaz - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 + - threads - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 @@ -3825,6 +3828,7 @@ expected-benchmark-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 + - http2 # end of expected-benchmark-failures @@ -3886,6 +3890,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 # GHC Bugs