From 796609a5568d1c3df25a4a4857f84ea6a5c15f4b Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sat, 16 Jul 2016 00:32:55 -0600 Subject: [PATCH 001/365] some trivial packages; I don't think unfoldable-restricted (and also quickcheck-combinators) will pass due to `unfoldable` not being available on stackage though. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..86757563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1410,6 +1410,9 @@ packages: # GHC 8 - pred-trie - pred-set - HSet + - unit-constraint + - unfoldable-restricted + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - control-bool From 519ef830ca543d9aeac3674f4cedd80bf3b53087 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 13 Mar 2017 23:49:24 +0100 Subject: [PATCH 002/365] Add mediabus --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..b57fdacf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1706,6 +1706,9 @@ packages: - b9 - type-spec - pretty-types + - mediabus + - mediabus-fdk-aac + - mediabus-rtp # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c0925f57..b1828b89 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -51,6 +51,7 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ + libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From 876ea253c90647d0725b0da2c00b1d15bd300834 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 11:07:22 +0900 Subject: [PATCH 003/365] debian-bootstrap.sh: also remove libfdk-aac-dev on nightly --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c1a6a8..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,7 +53,6 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ - libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From 27480c7adff92b8dc12da353923b27f70ae948d2 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 03:24:38 +0530 Subject: [PATCH 004/365] Add packages: fb, yesod-fb, yesod-auth-fb --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..ee332a61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -330,6 +330,9 @@ packages: - textlocal - shell-conduit - tldr + - fb + - yesod-fb + - yesod-auth-fb "haskell-openal": - OpenAL From 95b40c4d02a73a1f6573bb3fb54700be58ad2a67 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 4 Apr 2017 15:40:07 -0700 Subject: [PATCH 005/365] HDBC-mysql: fix package name capitalization I noticed https://www.stackage.org/package/HDBC-mysql doesn't list this package in any snapshots, but I've had it in the build-constraints.yaml file for a long time. I'm guessing it is because the capitalization was wrong, but maybe someone with more knowledge of Stackage can confirm that, or tell me why it's not in any snapshot. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..a17222d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,7 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - hdbc-mysql + - HDBC-mysql "Tony Day @tonyday567": [] From f07bbd9fc21c13b2136aed8b7e232a7e4f5e888b Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 4 Apr 2017 19:06:21 -0400 Subject: [PATCH 006/365] Added persistent-mysql-haskell package. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..db2cd5d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,6 +2971,9 @@ packages: "Christof Schramm ": - mnist-idx + "Naushadh @naushadh": + - persistent-mysql-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 5cc3610d68d864240211038b107e8d11035a0f6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:42:25 +0300 Subject: [PATCH 007/365] Expect Haddock failure psibi/fb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5f763cc..5adccfe1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3517,6 +3517,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/psibi/fb/issues/1 + - fb + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 4e3f34db402cc05cf02e3eae263b8e09275c8e45 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:46:40 +0300 Subject: [PATCH 008/365] Try adding clang-pure extra-lib-dirs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5adccfe1..0b647781 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,9 @@ configure-args: hocilib: - --extra-lib-dirs - /usr/local/lib + clang-pure: + - --extra-lib-dirs + - /usr/lib/llvm-3.7/lib # end of configure-args From 812944dde3a1e33b5fe399fbddf4d28c2230dd59 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:48:45 +0300 Subject: [PATCH 009/365] Also an extra-include-dirs for libclang --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b647781..b0a73dc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,8 @@ configure-args: clang-pure: - --extra-lib-dirs - /usr/lib/llvm-3.7/lib + - --extra-include-dirs + - /usr/lib/llvm-3.7/include # end of configure-args From 8c4d0c60f7f3e6c7b47853c4336d10e64ea5a2e6 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Wed, 5 Apr 2017 20:40:15 +1200 Subject: [PATCH 010/365] Remove nationstates The package has been out of date for a while, and I can no longer commit to maintaining it. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0a73dc4..1e07b7bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,9 +1692,6 @@ packages: - fn # - fn-extra # via: digestive-functors - "Chris Wong @lfairy": - - nationstates - "Mathieu Boespflug @mboes": # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette From 8b6a01b87a8d7326472acffe81ecf58e15cfa0e0 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 18:48:39 +0530 Subject: [PATCH 011/365] Enable haddock for fb package --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e07b7bc..5ce9da84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,8 +3519,6 @@ expected-haddock-failures: - stratosphere - store - # https://github.com/psibi/fb/issues/1 - - fb # end of expected-haddock-failures From 18b65ef09823c447e333bd5d9ca7d5afd714247f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 07:52:05 +0300 Subject: [PATCH 012/365] Upper bound for #2428 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ce9da84..60f4fd62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3050,6 +3050,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2428 + - hsshellscript < 3.4 + # end of packages # Package flags are applied to individual packages, and override the values of From c55ce47fc78029def3013138bc50b4c8a7e2e161 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 17:59:04 +0300 Subject: [PATCH 013/365] Upper bound for #2429 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60f4fd62..a4f9a9b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,6 +3053,9 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From b83ab7df80af5673c0a08f7d41b176e9add573ba Mon Sep 17 00:00:00 2001 From: Joshua Koike Date: Thu, 6 Apr 2017 17:56:30 -0700 Subject: [PATCH 014/365] Add discord-hs --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..a037fc54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joshua Koike @jano017": + - discord-hs "Richard Cook @rcook": - hidden-char From c911483488fd6105fe63187d291d61fdfd40575a Mon Sep 17 00:00:00 2001 From: joe9 Date: Thu, 6 Apr 2017 20:31:18 -0700 Subject: [PATCH 015/365] added text-generic-pretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..7be505d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Joe M @joe9": - logger-thread - # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers From 5ef4295d0c58d40bcbc7888735678bb4043a5805 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:43:39 +0300 Subject: [PATCH 016/365] Upper bound for #2432 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..ffc881b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2429 - cubicbezier < 0.6 + # https://github.com/fpco/stackage/issues/2432 + - hoauth2 < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ccc41c039e27d00ffe1da19492c143ac470820d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:00 +0300 Subject: [PATCH 017/365] Remove upper bound and close #2429 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffc881b2..e98eadd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,9 +3053,6 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 From 4c087abbc2199bad19f9f665855fa4ec5049f69b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:43 +0300 Subject: [PATCH 018/365] Upper bound for #2433 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e98eadd3..169acc47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 + # https://github.com/fpco/stackage/issues/2433 + - hlint < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From aef37a5a9f3ff151a69bfda2ef1d3fbe3223895f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:52:33 +0300 Subject: [PATCH 019/365] Expect Haddock failure kuribas/cubicbezier#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e57fc..ec0bb72f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/kuribas/cubicbezier/issues/4 + - cubicbezier + # end of expected-haddock-failures From c899a497b4be4667c6da3922da72262db5bd87a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 11:33:55 +0300 Subject: [PATCH 020/365] Remove upper bound and close #2432 This reverts commit 5ef4295d0c58d40bcbc7888735678bb4043a5805. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffbf67b8..1a64d46f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3055,12 +3055,12 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2432 - - hoauth2 < 1.0 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bc18ae7f6a144942995628e6dccf79dca7f5b71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 12:07:49 +0300 Subject: [PATCH 021/365] Fix bad merge --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a64d46f..8db61e4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,9 +3058,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 10e572a6273caae545bf824dc06c1b56135f5c35 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 13:38:52 +0300 Subject: [PATCH 022/365] Expect http-client-openssl to pass again --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8db61e4e..68ca9ede 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3459,7 +3459,6 @@ 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 - - http-client-openssl # https://github.com/snoyberg/http-client/issues/267 - 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 From eab8197312275f9fadd3d759e0a7c6114ad86737 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 8 Apr 2017 20:31:35 +0300 Subject: [PATCH 023/365] Temporary block fpco/wai-middleware-auth#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ca9ede..3a185210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,7 +2840,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + [] + # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From a91b0271285ca862d7c8eae60e08d7a915740207 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 8 Apr 2017 14:14:50 -0700 Subject: [PATCH 024/365] Add yoga library This library provides bindings to Facebook's Yoga layout engine (https://facebook.github.io/yoga) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a185210..41a12009 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -913,6 +913,7 @@ packages: - netwire - netwire-input - netwire-input-glfw + - yoga "Emanuel Borsboom @borsboom": - BoundedChan From a4bcf09b8aaf5664f3c581c91d1e6a7a5ce602a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:35:06 +0900 Subject: [PATCH 025/365] README: update the travis CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f9317b..a3d768b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add your package We welcome all packages, provided: * The package author/maintainer agrees to the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md). -* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * The package is compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * The package is compatible with the versions of libraries that ship with GHC ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). From 8db86bc288113890d7afc420cf15eb8de2e5a547 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:41:22 +0900 Subject: [PATCH 026/365] MAINTAINERS: update travis CI link --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 701b21c6..1ca49993 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,7 +2,7 @@ This project is built around the concept of maintainers taking responsibility fo The idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. Specifically, we aim for: -* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * All packages are compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * All packages in a snapshot are compatible with the versions of libraries that ship with the GHC used in the snapshot ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). From 324b0f3acd3f24fe0bf94233e13fcba0463ae182 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:45:23 +0900 Subject: [PATCH 027/365] MAINTAINERS: separate LTS version tickets --- MAINTAINERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 1ca49993..3f8b8be8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -112,3 +112,4 @@ release (e.g., if `lts-3.21` is out, you would want your package to appear in * Specify the LTS major version you would like your package to go into (e.g., lts-3) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages * Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. +* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. From dc399d2cfed1445cafb20497c9436094d5ba42a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:50:55 +0900 Subject: [PATCH 028/365] MAINTAINERS: lts-3 -> lts-8, and new lts time --- MAINTAINERS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3f8b8be8..b5f2ea64 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -105,11 +105,11 @@ following the above steps, you can get your package into the next major LTS Haskell release. If you would like to get your package added to an existing LTS Haskell major -release (e.g., if `lts-3.21` is out, you would want your package to appear in -`lts-3.22`), please do the following in addition to the steps above: +release (e.g., if `lts-8.9` is out, you would want your package to appear in +`lts-8.10`), please do the following in addition to the steps above: * Open up a new issue on the [lts-haskell repo](https://github.com/fpco/lts-haskell/issues/new) -* Specify the LTS major version you would like your package to go into (e.g., lts-3) +* Specify the LTS major version you would like your package to go into (e.g., lts-8) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages -* Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. -* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. +* Be patient! The LTS releases are less frequent than Nightly and by their nature more conservative, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue as soon as possible, but it may take some time. +* To add a package to more than one LTS version please file separate tickets for each major LTS release, since they will typically be built and added at different times. From 28a39964877afc55c20578118729a41412d225b0 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Fri, 7 Apr 2017 18:55:57 +0000 Subject: [PATCH 029/365] Add etc --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a12009..94561a2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Joshua Koike @jano017": - discord-hs + "Roman Gonzalez @rcook": - hidden-char From 5bff7a47d63f1ed4a187807a15f99089ee6ce43f Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 10 Apr 2017 20:27:29 +0300 Subject: [PATCH 030/365] Re-enable wai-middleware-auth, since fpco/wai-middleware-auth#3 was fixed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..77dc9ddb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2848,8 +2848,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] - # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From 08471d8a0cb4af3d505d1cff6395e1633b28ad3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:23:26 +0200 Subject: [PATCH 031/365] base-orphans upper bound for #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..51572469 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8074ff63ce1d4f463711d8195ec00517ac5263d3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:31:22 +0200 Subject: [PATCH 032/365] Remove upper bounds, closes #2354, closes #2365 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51572469..44de8589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,12 +3043,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2354 - - mainland-pretty < 0.5.0.0 - - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 From fd52e209a267bdf2be7a095fca9c6b4b5e54d1fb Mon Sep 17 00:00:00 2001 From: joneshf Date: Mon, 10 Apr 2017 12:12:37 -0700 Subject: [PATCH 033/365] Add wai-middleware-rollbar --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..c9402181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2963,6 +2963,7 @@ packages: "Hardy Jones @joneshf": - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 25b9dfdfa86e85e7d5920d2f2f1b55eb6ccc11de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:57:15 +0200 Subject: [PATCH 034/365] Reopen #2439 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..150dcff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,6 +3043,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.3 + # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3064,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 + - persistent < 2.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ffd52e5141d75eb7c956fef87179b541e5f2944b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:59:55 +0200 Subject: [PATCH 035/365] Disable quickcheck-combinators #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150dcff2..182216d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1619,7 +1619,7 @@ packages: - HSet - unit-constraint - unfoldable-restricted - - quickcheck-combinators + # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 "Fumiaki Kinoshita @fumieval": - boundingboxes From e37d4f27377f1edd0fcbfad181ad6e90891238c9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:24:56 +0200 Subject: [PATCH 036/365] discord-hs upper bound for #2440 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 182216d1..5f54e957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,6 +3070,9 @@ packages: # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 + # https://github.com/fpco/stackage/issues/2440 + - discord-hs < 0.3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From d2f3a0c3b8e6162f637bb65259efcbe02d2c4ac2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:27:19 +0200 Subject: [PATCH 037/365] Disable pred-trie due to test build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f54e957..4a0711e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,7 +1614,7 @@ packages: - timemap - triesn - path-extra - - pred-trie + # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set - HSet - unit-constraint From 38bc44038577e3f2c69f3ba6666d19a0920e884e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:28:43 +0200 Subject: [PATCH 038/365] Disable tries due to bench build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0711e6..132b040f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,7 +1612,7 @@ packages: - rose-trees - sets - timemap - - triesn + # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 - path-extra # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set From c351c5daed9a36df7ac7a4414234e91a77143392 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 16:39:39 +0200 Subject: [PATCH 039/365] add async-refresh, async-refresh-tokens, partial-order, type-level-integers --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..98e835be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,12 @@ packages: "Naushadh @naushadh": - persistent-mysql-haskell + "Moritz Schulte @mtesseract": + - async-refresh + - async-refresh-tokens + - partial-order + - type-level-integers + # 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 db90e6202d0dd47fa21e1d4232d8007989c7c68f Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 11 Apr 2017 17:03:36 +0200 Subject: [PATCH 040/365] Add IPv6DB package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..a1ddb5f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1754,6 +1754,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit From 730c871af99484c98fca735f9c772d860890f6be Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 17:06:59 +0200 Subject: [PATCH 041/365] Removed partial-order --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98e835be..39981357 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,6 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - async-refresh-tokens - - partial-order - type-level-integers # If you stop maintaining a package you can move it here. From 715b32feb3bf136ecc61214edd4d1b5ef7e6139a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 20:44:06 +0200 Subject: [PATCH 042/365] Remove upper bound and close #2428 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9a1bd2b..ca21efd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3065,9 +3065,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2428 - - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 From e3eaae7ca94c38ac3cb33289e049b0b0722cad23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 12 Apr 2017 09:13:29 +0200 Subject: [PATCH 043/365] Expect IPv6DB tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca21efd8..0691f04e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,7 @@ expected-test-failures: - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 + - IPv6DB - amqp - aws # AWS Credentials - bindings-GLFW # Expects running X server From 166a8ec8c11f2f751b1df3bcfd11928d36292135 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 13 Apr 2017 12:36:27 +0900 Subject: [PATCH 044/365] Add package servant-static-th --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..cf964de6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1992,6 +1992,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-static-th - xml-html-qq - xml-indexed-cursor - yahoo-finance-api From 3c71696e326a89794a616fd73dd9165cf5ef53c7 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 13 Apr 2017 11:42:08 +0200 Subject: [PATCH 045/365] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..1b0fd066 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -426,7 +426,7 @@ packages: - MFlow - transient - transient-universe - # - ghcjs-hplay # https://github.com/transient-haskell/axiom/issues/16 + - axiom "Edward Kmett @ekmett": - ad From caa20b274ff179d8a1f05b55e84ba7ca21f193c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 13 Apr 2017 14:28:20 +0100 Subject: [PATCH 046/365] Remove upper bounds for #2433. I was able to build it on the latest nightly. Closes #2433. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..6409325e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,9 +3066,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/2436 - base-orphans < 0.6 From 6eccbcf42dfc00608ebc819646dccd775a7d21b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 13 Apr 2017 20:44:05 +0200 Subject: [PATCH 047/365] Revert "Remove upper bounds for #2433." This reverts commit caa20b274ff179d8a1f05b55e84ba7ca21f193c0. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6409325e..b6d54fac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ 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/2436 - base-orphans < 0.6 From 809a80b365ee7e7b50adc822e65184c18dedb968 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 14 Apr 2017 20:02:41 +0200 Subject: [PATCH 048/365] Re-enable packages for #2388 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..b50856cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,14 +1612,14 @@ packages: - rose-trees - sets - timemap - # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 + - tries - path-extra - # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 + - pred-trie - pred-set - HSet - unit-constraint - unfoldable-restricted - # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 37509593182c52c4d8f84e85678fd36df67e3ad4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 14 Apr 2017 21:49:28 +0300 Subject: [PATCH 049/365] Resolve unordered-containers and base-orphans issues Fixes #2436 Fixes #2386 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..9d66f2a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,9 +3057,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2386 - - unordered-containers < 0.2.8.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 @@ -3069,9 +3066,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3162,7 +3156,6 @@ package-flags: functor-classes-compat: containers: false - unordered-containers: false # https://github.com/fpco/stackage/issues/2386 # end of package-flags From cf4385c02c331cdd8a76af0633d333ad7fe903e0 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 050/365] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 781e72a2fa6ccb9207b93126478bc65bdc630b17 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:38:18 +0200 Subject: [PATCH 051/365] added blank line to trigger travis build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0ebecbd..6896c0ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,6 +2733,7 @@ packages: - heatshrink - hocilib + # "Matthias Herrmann @2chilled": - scrape-changes From 06760805ee7f3e164f286f4580250e239bee6ab9 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 09:51:24 +0200 Subject: [PATCH 052/365] removed empty line --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896c0ff..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,6 @@ packages: - heatshrink - hocilib - # "Matthias Herrmann @2chilled": - scrape-changes From ab5421f697885c55dce5dbf7b995a3621231f612 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 12:54:09 +0200 Subject: [PATCH 053/365] Re-open #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d66f2a5..b449a24b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 1718ed4bd0573991a3ff27d2a36fafaa9f87fc64 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 054/365] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b449a24b..7cbbf297 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 8b487f58574976af4b010ffbb55817f8255ab989 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 13:21:43 +0200 Subject: [PATCH 055/365] expect text-show tests to fail --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cbbf297..4cb407f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3447,7 +3447,8 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - 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-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 - tries # https://github.com/athanclark/tries/issues/2 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 From bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 16:53:11 +0200 Subject: [PATCH 056/365] Remove #2436 upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb407f0..28844543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,9 +3067,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From fa74af9fc033a920bbda6faa24f0799c53133ddf Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Sun, 16 Apr 2017 18:41:34 +0300 Subject: [PATCH 057/365] voidex: enabled hdocs/hsdev --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..21f6b661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1045,9 +1045,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # BLOCKED haddock-api GHC 8.0.2 + - hdocs - hformat - # - hsdev # BLOCKED haddock-api GHC 8.0.2 + - hsdev - simple-log - text-region From c9ee7af7f5c70699a11101c3af4c605dce04d3b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:53:14 +0200 Subject: [PATCH 058/365] Upper bound for #2449 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,6 +3073,9 @@ packages: # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 + # https://github.com/fpco/stackage/issues/2449 + - aeson < 1.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:56:25 +0200 Subject: [PATCH 059/365] Disable text-show and text-show-instances #2436 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..4142f8b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - - text-show - - text-show-instances + # - text-show # https://github.com/fpco/stackage/issues/2436 + # - text-show-instances # https://github.com/fpco/stackage/issues/2436 - thread-local-storage "Kirill Zaborsky @qrilka": From d6d6fcd64caa624f21ca280191a5c13b7ae96cab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:01:52 +0200 Subject: [PATCH 060/365] Revert "Disable text-show and text-show-instances #2436" This reverts commit 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4142f8b6..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - # - text-show # https://github.com/fpco/stackage/issues/2436 - # - text-show-instances # https://github.com/fpco/stackage/issues/2436 + - text-show + - text-show-instances - thread-local-storage "Kirill Zaborsky @qrilka": From 10afc43c2ea36d1a2e1c61c783a83f9a3e7d2760 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:02:25 +0200 Subject: [PATCH 061/365] Revert "Remove #2436 upper bound" This reverts commit bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..ad7908b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From c3663cbaed86c70b35937593619b8c53824405b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:16:41 +0200 Subject: [PATCH 062/365] semigroups upper bound for #2436 due to text-show --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad7908b9..d45c5612 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,7 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + - semigroups < 0.18.3 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 2e71d3e47e75366e94beb125448fc499419b95bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:17:29 +0200 Subject: [PATCH 063/365] Upper bound for #2451 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d45c5612..21764d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3080,6 +3080,9 @@ packages: # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 + # https://github.com/fpco/stackage/issues/2451 + - websockets < 0.11.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5f9606f64992644a9784edf29bae9b0510cbf7a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:11:55 +0530 Subject: [PATCH 064/365] Re enable persistent-mongoDB A new version 2.6.0 has been enabled which should hopefully fix the problem. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..8cb60749 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - indents - language-c - lhs2tex - # - persistent-mongoDB # bounds: http-api-data + - persistent-mongoDB - pretty-class - th-expand-syns - th-lift From b9e1011eb34f9f061af0f26e1075a9f93421fdea Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:14:17 +0530 Subject: [PATCH 065/365] New package: hourglass-orphans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..2ce120ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,6 +338,7 @@ packages: - fb - yesod-fb - yesod-auth-fb + - hourglass-orphans "haskell-openal": - OpenAL From 155abcb7d3ca721f6a3995d27ced97c5dbf22b52 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Mon, 17 Apr 2017 19:14:04 +0200 Subject: [PATCH 066/365] add uri-bytestring-aeson --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..6ca8707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,9 @@ packages: - async-refresh-tokens - type-level-integers + "Simon Hafner Date: Tue, 18 Apr 2017 00:13:41 -0700 Subject: [PATCH 067/365] Re-disable hsdev per #2450 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9e64bb4..51e10b47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - - hsdev + # - hsdev # bounds: text-region-0.2.0.0 - simple-log - text-region From ca2517a5e46e42f7700a4acf9fd1ab662598fa7d Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Wed, 19 Apr 2017 17:36:22 +0200 Subject: [PATCH 068/365] add nvim-hs, nvim-hs-contrib, nvim-hs-ghcid --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..ff7223d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,11 @@ packages: "Simon Hafner @saep": + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid + # 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 6ed0c604c7d51e21d9042a30a1817af5b7b28580 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:33:02 -0700 Subject: [PATCH 069/365] Add constraint "mediabus < 0.4.0.0" per #2458 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..503d3bac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3087,6 +3087,9 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + # https://github.com/fpco/stackage/issues/2458 + - mediabus < 0.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6c23ff40004b245af618a1b4f15dcd2991616b01 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:34:49 -0700 Subject: [PATCH 070/365] Add constraint "semigroupoids < 5.2" per #2459 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 503d3bac..3299ba3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: # https://github.com/fpco/stackage/issues/2458 - mediabus < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2459 + - semigroupoids < 5.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e97aa12928b33eff71b18f85e231dd4977b66a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 20 Apr 2017 10:48:39 -0700 Subject: [PATCH 071/365] Disable nvim-hs per build failure #2457 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ca23f4..930d83ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,9 +3000,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 969c6726889aa54117d2cc9bac2f0ca8060190dd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 21 Apr 2017 13:15:08 -0700 Subject: [PATCH 072/365] Lift constraint "mediabus < 0.4.0.0", closes #2458 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 930d83ec..16fb77a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3093,9 +3093,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2458 - - mediabus < 0.4.0.0 - # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 From 83921c296ba5d64cfb589d4e0de5b5ae242c7436 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Sat, 22 Apr 2017 14:48:09 +0200 Subject: [PATCH 073/365] Forgot a > in @reactormonk --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ca8707c..c3c22b38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,7 +2995,7 @@ packages: - async-refresh-tokens - type-level-integers - "Simon Hafner @reactormonk": - uri-bytestring-aeson # If you stop maintaining a package you can move it here. From 4a74533aa297f04f51cf31a5d3ead115d9f9101c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 22 Apr 2017 18:06:47 +0300 Subject: [PATCH 074/365] =?UTF-8?q?Add=20the=20=E2=80=98forma=E2=80=99=20p?= =?UTF-8?q?ackage?= 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 16fb77a1..dffe8064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2147,6 +2147,7 @@ packages: - flac-picture - lame - path + - forma # "Thomas Bereknyei ": # - multiplate # bounds: transformers From eafe53d88a21f9f10c11682a156d3c9e7cd19dbf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 14:23:23 +0200 Subject: [PATCH 075/365] Update the number of curators --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 8f74de34..874fcc76 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,7 +1,7 @@ This is a collection of instructions covering the processes that the Stackage curators - the guys who maintain the Stackage project itself - should be doing on a regular basis. Originally this was handled largely by Michael Snoyman, -but now we are a team of 4 people handling requests weekly in rotation. +but now we are a team of 5 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. ## Workflow overview From a0818120503e93f3771e50cd98ca157b7a79a975 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:21:56 -0700 Subject: [PATCH 076/365] Add constraint "text-show < 3.6" per #2463 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..42d2ff87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,6 +3081,8 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 - semigroups < 0.18.3 + # https://github.com/fpco/stackage/issues/2463 + - text-show < 3.6 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 3372457b06472cf3838bed04757515ad82a85134 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:23:57 -0700 Subject: [PATCH 077/365] Add constraint "traverse-with-class < 1.0.0.0" per #2464 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42d2ff87..9f0f49ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,6 +3099,9 @@ packages: # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 + # https://github.com/fpco/stackage/issues/2464 + - traverse-with-class < 1.0.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ec8590495fbff2561d1ac8407b32b936abae9dbd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:07:47 +0200 Subject: [PATCH 078/365] Add curator ad --- become-a-curator.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 become-a-curator.md diff --git a/become-a-curator.md b/become-a-curator.md new file mode 100644 index 00000000..7ca8a138 --- /dev/null +++ b/become-a-curator.md @@ -0,0 +1,42 @@ +We are looking to expand the stackage curator team! + +As a stackage curator you will help the community by curating and +publishing the widely used nightly and LTS snapshots: Collections of +packages that are guaranteed to play well together. All curators are +volunteers. + +This is a great opportunity to contribute to the haskell community and get +familiar with the tools of the trade! You will also be in regular +contact with experienced community members. + +We don't have any prerequisites, but familiarity with any of Haskell, +Cabal, Stack, Linux, Git, and Docker is a plus. + +We work in shifts of one week, which means you will be on duty every +6th week. Our suggestion is to pair you up with another curator to +help out in the beginning. + +The workload is usually about 30 minutes per day, whenever you have +time. The work consists of keeping the builds running on the build +server, filing issues for packages needing updates when new releases +occur, and closing resolved issues. The LTS snapshots are prepared +once a week. All communication with package maintainers happen on +github. + +We also have a curator slack channel where we help each other out. + +The current curator team consists of: +* Adam Bergmark +* Dan Burton +* Jens Petersen +* Luke Murphy +* Michael Snoyman + +We onboarded Luke as the newest member a few months ago and this +helped us iron out and document the process further. + +You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md + +To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 + +If you applied last time, we encourage you to do so again! From c1245511f0a9326b22c1c7f670514497a74cb1ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:08:35 +0200 Subject: [PATCH 079/365] become-a-curator typo fix --- become-a-curator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 7ca8a138..77bd9310 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -35,7 +35,7 @@ The current curator team consists of: We onboarded Luke as the newest member a few months ago and this helped us iron out and document the process further. -You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md +You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 From 098da61e5f453d89856e610b7d44eb8d290b99df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Sun, 23 Apr 2017 19:10:01 +0100 Subject: [PATCH 080/365] Add hakyll-favicon --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..3e72d97f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu + - hakyll-favicon # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base From 9629811ef1e43429c0599b00f05f49d93ad7f408 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 24 Apr 2017 19:01:24 +0530 Subject: [PATCH 081/365] new package: wai-slack-middleware --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..f3c35a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -339,6 +339,7 @@ packages: - yesod-fb - yesod-auth-fb - hourglass-orphans + - wai-slack-middleware "haskell-openal": - OpenAL From dfb0efb7de7b015a92bc4bc037b325c1f10a344f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 24 Apr 2017 17:50:38 -0400 Subject: [PATCH 082/365] Add chaselev-deque, monad-par, and friends --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..aa676373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,7 +1861,12 @@ packages: - type-level-numbers "Ryan Scott @RyanGlScott": + - abstract-deque + - abstract-deque-tests + - abstract-par + - atomic-primops - base-orphans + - chaselev-deque - code-page - deriving-compat - echo @@ -1871,6 +1876,8 @@ packages: - keycode - lift-generics - mintty + - monad-par + - monad-par-extras - mtl-compat - proxied - text-show From 0e2dee2f363520d76857d0a8d34e1720fb0d6ada Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:16:46 +0900 Subject: [PATCH 083/365] rawfilepath-0.2.2 testsuite failing (xtendo-org/rawfilepath#3) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..c3ed6f7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,8 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 + # https://github.com/xtendo-org/rawfilepath/issues/3 + - rawfilepath < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From fceb3fa7734013775126f794d2bed0e1d4acf65b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:43:04 +0900 Subject: [PATCH 084/365] Revert "Add constraint "semigroupoids < 5.2" per #2459" This reverts commit 6c23ff40004b245af618a1b4f15dcd2991616b01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a348449a..374cd679 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,9 +3097,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2459 - - semigroupoids < 5.2 - # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:32:44 +0900 Subject: [PATCH 085/365] cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c54f6a5..57be195e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.2 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 266dd21d54fca71277a8f40fdb6d375e45f4dcbc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:58:10 +0900 Subject: [PATCH 086/365] rawfilepath < 0.2.1 In file included from src/RawFilePath/Process/Posix.hs:31:0: error: cbits/processFlags.c:1:0: error: fatal error: processFlags.h: No such file or directory --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57be195e..ac1f258a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.2 + - rawfilepath < 0.2.1 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 14fcbe083d28e9be984fca79ccacbfaf208c1391 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Wed, 26 Apr 2017 08:57:18 +0100 Subject: [PATCH 087/365] Add clr-inline stack Note that I am in the maintainer group for clr-host and clr-marshal. Note that clr-host requires mono-complete --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..7a4d02d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jose Iborra @pepeiborra": + - clr-marshal + - clr-host + - clr-inline + "Joshua Koike @jano017": - discord-hs From 278d282517e7b6723e147ff4db807219ac3e58cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:17:12 +0900 Subject: [PATCH 088/365] Revert "cryptonite < 0.23 (#2469)" with fixed revision This reverts commit a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..438433da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 - - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 1be82f516d5c3c4f276c8119bbae018034a42b25 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 26 Apr 2017 11:20:53 +0300 Subject: [PATCH 089/365] Add experimental no-revisions field --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 438433da..11a4fe0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3975,3 +3975,8 @@ hide: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + +# Experimental: packages where Hackage cabal file revisions should be ignored. +# Always use the cabal file shipped with the sdist tarball instead. +no-revisions: +- tls From 8ab2f4dcf864104c8c62486ac0641f5701d8b303 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:32:32 +0900 Subject: [PATCH 090/365] re-instate cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11a4fe0b..8fcf592a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 3704487a6087d2cc2246d3cc43abac66955ce5a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:37:33 +0900 Subject: [PATCH 091/365] rawfilepath < 0.2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fcf592a..9eaace11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.1 + - rawfilepath < 0.2.0 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 9b7b75416e6d65535aafa29fa208202584761c4f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:44:11 +0900 Subject: [PATCH 092/365] lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eaace11..5bcca5c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3113,6 +3113,9 @@ packages: # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From abf5972879d7f84e5a8484e883b3864b1517e5f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 18:00:46 +0900 Subject: [PATCH 093/365] Revert "re-instate cryptonite < 0.23 (#2469)" fixed with avers revision This reverts commit 8ab2f4dcf864104c8c62486ac0641f5701d8b303. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bcca5c7..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3111,9 +3111,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 # end of packages From 56c1fda8f2e67f7a0a8552940a232c709158b061 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Wed, 26 Apr 2017 11:09:09 +0100 Subject: [PATCH 094/365] Add reactive-banana --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1845,6 +1845,7 @@ packages: # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - logging-effect + - reactive-banana "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled From 7e95304823575c351873cd716ad08032b3d44eb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:39:03 +0900 Subject: [PATCH 095/365] Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)" active revised This reverts commit 9b7b75416e6d65535aafa29fa208202584761c4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..cbb94ae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 2cf2e14751758e00b8c044adc744778830699db3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:55:14 +0900 Subject: [PATCH 096/365] Revert "Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)"" revision was lens<4.15.2 This reverts commit 7e95304823575c351873cd716ad08032b3d44eb1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbb94ae6..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 5bcea53905f58a5a9c825f1b7f85bd41fc975344 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:59:06 +0900 Subject: [PATCH 097/365] Revert "Disable nvim-hs per build failure #2457" This reverts commit e97aa12928b33eff71b18f85e231dd4977b66a8b. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..25a7c185 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3010,10 +3010,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 75efb70e0507e772451a2ac1290d3971a4df56ae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 10:28:42 +0900 Subject: [PATCH 098/365] Revert "Revert "Disable nvim-hs per build failure #2457"" testsuite fails This reverts commit 5bcea53905f58a5a9c825f1b7f85bd41fc975344. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a031a8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3011,9 +3011,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f20df8c57dc7fa7509ab8fbf8b54018023db4e4f Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 26 Apr 2017 22:32:19 -0700 Subject: [PATCH 099/365] Add freetype2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..4dce8690 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,6 +918,7 @@ packages: - netwire-input - netwire-input-glfw - yoga + - freetype2 "Emanuel Borsboom @borsboom": - BoundedChan From 12b578a2620143fd52fd4dc7ce741abeb7b27ffa Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 27 Apr 2017 10:01:14 +0100 Subject: [PATCH 100/365] Update debian-bootstrap.sh Added mono-complete for clr-host --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4de888b5..4e7b9ea6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,6 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + mono-complete \ nettle-dev \ nodejs \ npm \ From 1586e6f75b04de856d617a9e7c0986b50936dd28 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 28 Apr 2017 10:32:45 +0900 Subject: [PATCH 101/365] folds-0.7.3 should fix testsuite (ekmett/folds#12) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1dd8453..9b27658c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3486,7 +3486,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 From 14aaee1e1b9aeca28e44cf6c71fad97bad5040a9 Mon Sep 17 00:00:00 2001 From: koepket Date: Fri, 28 Apr 2017 16:13:51 +0200 Subject: [PATCH 102/365] add koepket's hinterface package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..7b1ab7b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Timo Koepke @koepket": + - hinterface + "Jose Iborra @pepeiborra": - clr-marshal - clr-host From 00ad6969516e0be6cce9a6134566217987df05c1 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 28 Apr 2017 18:02:10 +0200 Subject: [PATCH 103/365] add ihs interpolated haskell :) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..ec9d4071 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,7 @@ packages: - tasty-auto - tasty-stats - colorful-monoids + - ihs "Taras Serduke @tserduke": - do-list From 5a7912d90865670f0e18cd212889af2b59808917 Mon Sep 17 00:00:00 2001 From: tobbebex Date: Fri, 28 Apr 2017 21:54:35 +0200 Subject: [PATCH 104/365] Readding GPipe and GPipe-GLFW --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..25e443cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,12 +2045,10 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # BLOCKED directory 1.3 via gl + - GPipe "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # BLOCKED directory 1.3 via GPipe and gl + - GPipe-GLFW # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson From d20fe968ac170077e53050c1f8d177f1ab9b1ecf Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 28 Apr 2017 21:38:41 +0100 Subject: [PATCH 105/365] Add "weeder" package --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..b8f41f18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -295,7 +295,7 @@ packages: - timelens - non-empty-sequence - "Neil Mitchell @ndmitchell": + "Neil Mitchell @ndmitchell": - hlint - hoogle - shake @@ -310,6 +310,7 @@ packages: - bake - ghcid - hexml + - weeder "Alan Zimmerman @alanz": - hjsmin From ef1bdd81e54f7b614204641c02c7e9217196bfa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Apr 2017 17:39:07 +0900 Subject: [PATCH 106/365] set idris ffi flag --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..9e409d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ package-flags: hpio: test-hlint: false + idris: + ffi: true + minio-hs: live-test: false From b2dd7651e4afd0341138fed1a00043b07e1a3b69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:46:59 +0900 Subject: [PATCH 107/365] intervals < 0.8 (#2477) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e409d64..6ee86a4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,6 +3120,9 @@ packages: # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 + + # https://github.com/fpco/stackage/issues/2477 + - intervals < 0.8 # end of packages # Package flags are applied to individual packages, and override the values of From f674ff02e28d422e62fdd49309b636aa9b5ce3b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:50:50 +0900 Subject: [PATCH 108/365] generics-sop < 0.3.0.0 (#2478) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ee86a4a..5649bfaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,6 +3123,9 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 + + # https://github.com/fpco/stackage/issues/2478 + - generics-sop < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 33ba706a09483812aaf318a358d49a260cc3043a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 21:04:38 +0900 Subject: [PATCH 109/365] transformers-lift < 0.2.0.0 (#2479) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5649bfaf..036c7125 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3126,6 +3126,10 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 + + # https://github.com/fpco/stackage/issues/2479 + - ether < 0.5.0.0 + - transformers-lift < 0.2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From fef9826016df0032f2c071ba504b26f7840cb261 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 22:00:41 +0900 Subject: [PATCH 110/365] hopefully mono-mcs is sufficient for clr-host (#2470) --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4e7b9ea6..fee40da3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,7 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ - mono-complete \ + mono-mcs \ nettle-dev \ nodejs \ npm \ From f3bc78f55260d0aee30273b9cd475fc3dafeda0c Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Sat, 29 Apr 2017 16:33:49 +0200 Subject: [PATCH 111/365] Reenable nvim-hs nvim-hs-contrib nvim-hs-ghcid --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..d400fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,10 +3017,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a9dcaab868ff34c2086ed1aeb38cf979b2a669eb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 30 Apr 2017 09:00:02 +0900 Subject: [PATCH 112/365] megaparsec < 5.3.0 (#2481) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..87b40c5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3130,6 +3130,9 @@ packages: # https://github.com/fpco/stackage/issues/2479 - ether < 0.5.0.0 - transformers-lift < 0.2.0.0 + + # https://github.com/fpco/stackage/issues/2481 + - megaparsec < 5.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8c95b2ee4b39e29d7abfb54c6e677a2068bee337 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:00:36 +0900 Subject: [PATCH 113/365] disable clr packages again since docker image failing to build (#2470) docker build is failing on llvm-4.0 for some reason (maybe the upstream repo changed) --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..362875f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + #- clr-marshal + #- clr-host + #- clr-inline "Joshua Koike @jano017": - discord-hs From 0dd592c3f46ea8a177f251c8b0350093cf0303bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:09:56 +0900 Subject: [PATCH 114/365] disable clr packages again since docker image failing to build (#2470) docker image failing due to llvm-4.0 repo --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..bd425e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + # - clr-marshal + # - clr-host + # - clr-inline "Joshua Koike @jano017": - discord-hs From b790977c57d59e22174552fee10fd96f73887ad5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Apr 2017 21:07:40 +0300 Subject: [PATCH 115/365] Add mime-mail to no-revisions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd425e81..aded329e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4006,3 +4006,4 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - tls +- mime-mail From b7d45e8cbefb8aa4feffece051b858861a3916b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 116/365] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ - && apt-get update \ - && apt-get install -y llvm-4.0 +# currently the repo seems broken +# # llvm-4.0 for llvm-hs (separate since it needs wget) +# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ +# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ +# && apt-get update \ +# && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 344398255753587740410e39434bfc249413c21e Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 30 Apr 2017 23:42:46 -0400 Subject: [PATCH 117/365] add triplesec --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06ae820a..31f1e534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3022,6 +3022,9 @@ packages: - nvim-hs-contrib - nvim-hs-ghcid + "Sam Protas @SamProtas": + - triplesec + # 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 cd4b7fc4f5ad7816659496dca578004468eb0bc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 118/365] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ - && apt-get update \ - && apt-get install -y llvm-4.0 +# currently the repo seems broken +# # llvm-4.0 for llvm-hs (separate since it needs wget) +# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ +# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ +# && apt-get update \ +# && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From d13e89a56331939acf74e2a16cbadd39a18725b3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:14:51 +0900 Subject: [PATCH 119/365] Revert "disable clr packages again since docker image failing to build (#2470)" This reverts commit 0dd592c3f46ea8a177f251c8b0350093cf0303bf. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 289ed29f..dcba1a5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,10 +5,9 @@ packages: - hinterface "Jose Iborra @pepeiborra": - [] - # - clr-marshal - # - clr-host - # - clr-inline + - clr-marshal + - clr-host + - clr-inline "Joshua Koike @jano017": - discord-hs From de6f8ba7e8ddb54edce3e3e20f0dc07e29c4d764 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:28:32 +0900 Subject: [PATCH 120/365] add juhp/stackage-query --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcba1a5c..dd57c0c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,6 +1087,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm + - stackage-query # - cabal-sort # BLOCKED directory 1.3 - idris # bounds: safe - libffi From a75a7c029502792b88ca1e1379b9bfe24551f5b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 17:19:16 +0900 Subject: [PATCH 121/365] debian-bootstrap.sh: clr-host needs libmono-2.0-dev (#2470) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f3669aa5..db413754 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -75,6 +75,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmono-2.0-dev \ libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ From 551980c23fe041bf401156449d269ab00c27808d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 18:04:49 +0900 Subject: [PATCH 122/365] debian-bootstrap.sh: clr-inline testsuite needs fsharp --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index db413754..116cb76b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -34,6 +34,7 @@ apt-get install -y \ sudo \ curl \ freeglut3-dev \ + fsharp \ git \ gradle \ libadns1-dev \ From 82f051cbac356f27095ece4134876d282c004fe3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 19:41:52 +0900 Subject: [PATCH 123/365] disable clr-inline due to testsuite failure (#2470) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..a3f8f534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host - - clr-inline + # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": - discord-hs From 512b23cf5110999c3b900698f89a063bb8e7ec87 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 May 2017 16:50:48 +0900 Subject: [PATCH 124/365] remove idris comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3f8f534..136a8fcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,7 +1089,7 @@ packages: - cabal-rpm - stackage-query # - cabal-sort # BLOCKED directory 1.3 - - idris # bounds: safe + - idris - libffi - xmonad-contrib - shelly From 9a76396dcc875c85a45becd9cfbb9494c4349f70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 4 May 2017 23:04:28 +0100 Subject: [PATCH 125/365] Add upper bounds for #2487 (graphviz). Also remove some rogue white space. --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 136a8fcd..eda22869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,11 +4,11 @@ packages: "Timo Koepke @koepket": - hinterface - "Jose Iborra @pepeiborra": + "Jose Iborra @pepeiborra": - clr-marshal - clr-host # - clr-inline # https://github.com/fpco/stackage/pull/2470 - + "Joshua Koike @jano017": - discord-hs @@ -3138,6 +3138,10 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2487 + - graphviz < 2999.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 53c5fcb9e0451a932908a6cc9a8e8c4ce55a3084 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 3 May 2017 15:20:35 +0530 Subject: [PATCH 126/365] Add package: sysinfo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eda22869..27ce84de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -349,6 +349,7 @@ packages: - yesod-auth-fb - hourglass-orphans - wai-slack-middleware + - sysinfo "haskell-openal": - OpenAL From 3cda9cbcbfd55d3329ea6c67f25cb59f2b5135a8 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Thu, 4 May 2017 01:19:34 +0200 Subject: [PATCH 127/365] Add selda, selda-sqlite, selda-postgresql --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27ce84de..41793a6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3028,6 +3028,11 @@ packages: "Sam Protas @SamProtas": - triplesec + "Anton Ekblad @valderman": + - selda + - selda-sqlite + - selda-postgresql + # 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 d0b495b0fe3840ed406dcd30b38ed8209a3b0cae Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Thu, 4 May 2017 22:24:42 +0200 Subject: [PATCH 128/365] Enable twitter-conduit again Version 0.2.2 of twitter-conduit has now working dependencies to http-conduit and http-client --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41793a6b..8d9cd051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2218,7 +2218,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens + - twitter-conduit - twitter-types - twitter-types-lens From 138154f379ad90b4446e188b31c09273b6faf49a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 5 May 2017 16:34:51 +0100 Subject: [PATCH 129/365] Add upper bounds for #2489. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d9cd051..e9b1f407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ packages: # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 + # https://github.com/fpco/stackage/issues/2489 + - haskell-src-meta < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From fbd84b3c461b0f59a29943d8a82fe6d4f9c8557e Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 5 May 2017 21:05:11 +0900 Subject: [PATCH 130/365] Add servant-checked-exceptions package This adds the servant-checked-exceptions package: https://hackage.haskell.org/package/servant-checked-exceptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9b1f407..381eecb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2014,6 +2014,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-checked-exceptions - servant-static-th - xml-html-qq - xml-indexed-cursor From 952dd3d87da9ac00abca7677300ec4e6e5863223 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 3 May 2017 19:13:21 +0900 Subject: [PATCH 131/365] Add yesod-job-queue and api-field-json-th packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 381eecb7..ce3eb0f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,8 +2582,9 @@ packages: - repline - picosat - # "Daishi Nakajima @nakaji_dayo": - # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 + "Daishi Nakajima @nakaji_dayo": + - api-field-json-th + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From c3f965176c60c9c03059c1f5aa431bca81202dc2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 6 May 2017 08:51:17 +0100 Subject: [PATCH 132/365] Add packunused. Following the new release https://github.com/hvr/packunused/issues/24#issuecomment-299516472. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce3eb0f2..8fc70ca4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -123,6 +123,7 @@ packages: "Luke Murphy @lwm": - tasty-discover - lentil + - packunused "Marco Zocca @ocramz": - sparse-linear-algebra From f667eb1417e4b9c391a4a31ec762ce59bfd91e24 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:18:53 +0100 Subject: [PATCH 133/365] Add upper bounds for dictionaries 0.2. Please see https://github.com/zohl/dictionaries/issues/3. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fc70ca4..a7b95d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/zohl/dictionaries/issues/3 + - dictionaries < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 74ef289b09b64fa280d9b5692b3edf59677ef971 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:22:25 +0100 Subject: [PATCH 134/365] Block newly re-enabled package for build failure. Please see https://github.com/nakaji-dayo/yesod-job-queue/issues/12. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7b95d4d..a63dd92d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2585,7 +2585,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - - yesod-job-queue + # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From 5c0d9493f1bf00b19692c74a3c4a744865809323 Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 14:40:01 +0530 Subject: [PATCH 135/365] added the naqsha package Git: https://github.com/naqsha/naqsha --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..5975d8e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,6 +778,8 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz + - naqsha + "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # # - github-backup # bounds: github From c8ca5a0dfd377623ee4f17ef1b033b63478d6ecb Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 16:41:51 +0530 Subject: [PATCH 136/365] untabify. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5975d8e7..88359684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,7 +778,7 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz - - naqsha + - naqsha "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # From 9e78aba2779d2a5dfe0f1ff52e7abc6958f32bbe Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 8 May 2017 22:54:13 +0300 Subject: [PATCH 137/365] =?UTF-8?q?Exclude=20Mark=20Karpov=20from=20?= =?UTF-8?q?=E2=80=98stackbuilders=E2=80=99=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Soon I'll stop working for Stack Builders thus I remove myself from the ‘stackbuilders’ group. I still would like to be notified about ‘stache’-related issues, so I add that under my own name. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..6f33b7f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2169,6 +2169,7 @@ packages: - lame - path - forma + - stache # "Thomas Bereknyei ": # - multiplate # bounds: transformers @@ -3902,7 +3903,6 @@ github-users: - sestrella - jsl - jsantos17 - - mrkkrp scotty-web: - RyanGlScott - xich From a9aa80bc70120af383d6fe5622fc3102e825caac Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:15:24 +0100 Subject: [PATCH 138/365] Remove upper bound for zohl/dictionaries/issues/3. Please see https://github.com/zohl/dictionaries/issues/3#issuecomment-299838947. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..769c43fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,9 +3154,6 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 - # https://github.com/zohl/dictionaries/issues/3 - - dictionaries < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 9f0f02efe0db6a88bf269ecb66c06f39efd7cbd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:40:14 +0100 Subject: [PATCH 139/365] Add upper bounds for #2494. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 769c43fb..0fd374d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/fpco/stackage/issues/2494 + - websockets-simple < 0.0.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6bbe6b3a1e86c1b1958ef564de090dc3616595df Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 May 2017 00:51:50 +0100 Subject: [PATCH 140/365] Add upper bounds for websockets-rpc for #2494 too. websockets-simple/rpc latest versions both mandate websockets >= 0.11 but we've placed an upper bound to stop 0.11 being available (#245). --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fd374d0..6408927b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,7 +3155,9 @@ packages: - haskell-src-meta < 0.8 # https://github.com/fpco/stackage/issues/2494 + # Indirectly blocked on fpco/stackage/issues/245 - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # end of packages From 8d0db6da77335fa78945e949f002d1dca415b65f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 9 May 2017 10:35:27 +0100 Subject: [PATCH 141/365] Add threepenny-editors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..7d24517f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host + - threepenny-editors # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": From a70985174a0fb27d7972a55e0947bdc613e5a193 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 May 2017 19:02:05 +0200 Subject: [PATCH 142/365] Note that we no longer accept curator applications --- become-a-curator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 77bd9310..80559efc 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -1,3 +1,5 @@ +## We are no longer accepting applications, please wait until next time + We are looking to expand the stackage curator team! As a stackage curator you will help the community by curating and @@ -37,6 +39,6 @@ helped us iron out and document the process further. You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md -To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 +To apply, please fill in this form: [REDACTED] If you applied last time, we encourage you to do so again! From b7dd28857f5043685fb230cf5d6dd4077406db97 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 143/365] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..c258804b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # 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 @@ -3584,7 +3585,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3948,6 +3949,8 @@ 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 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From e91bfb19346a785c740f2cc2325e59e3b7957c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 144/365] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..76051122 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3542,6 +3542,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # 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 @@ -3605,7 +3606,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3969,6 +3970,8 @@ 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 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 6daac8d8059dc7d5d6c470fab8a2d2c5a42827af Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:27:32 -0700 Subject: [PATCH 145/365] Bounds for #2498 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c258804b..ac4f1f09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,14 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2498 + - graphviz < 2999.19.0.0 + - haskell-src-meta < 0.8 + - io-streams < 1.4.0.0 + - websockets < 0.11.0.0 + - websockets-rpc < 0.4.1 + - websockets-simple < 0.0.2.1 # end of packages # Package flags are applied to individual packages, and override the values of From ebf52265cb4afa716c86eff38c3af77ceee01bc9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:39:26 -0700 Subject: [PATCH 146/365] Bounds for #2499 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76051122..71c3a6c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3159,6 +3159,9 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 + # https://github.com/fpco/stackage/issues/2499 + - io-streams < 1.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 857f0791b18658e349dc7f5337326923b5761007 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:39:16 +0300 Subject: [PATCH 147/365] Revert "debian-bootstrap.sh: disable broken llvm-4.0 repo" This reverts commit cd4b7fc4f5ad7816659496dca578004468eb0bc0. --- debian-bootstrap.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 116cb76b..747e1c5d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -180,12 +180,11 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# currently the repo seems broken -# # llvm-4.0 for llvm-hs (separate since it needs wget) -# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ -# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ -# && apt-get update \ -# && apt-get install -y llvm-4.0 +# llvm-4.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && apt-get update \ + && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 94d7dd5becf8535e5a494a83154a79d6c72a6d29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:47:04 +0300 Subject: [PATCH 148/365] Describe local Docker image build --- CURATORS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 874fcc76..909e2ed1 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -223,6 +223,26 @@ rm -r nightly/work/builds/nightly/ ``` This should also be done when moving the Nightly docker image to a new version of Ubuntu. +If you're impatient and would like to build the Docker image on the +build server instead of waiting for Docker Hub, you can run the +following command: + +``` +DIR=$(mktemp -d) +(cd $DIR \ + && git clone https://github.com/fpco/stackage \ + && cd stackage \ + && docker build --tag snoyberg/stackage:nightly .) +rm -rf $DIR +``` + +Note that we do a clean clone of the `stackage` repo instead of using +the existing checkout because of how `docker build` works: it will +send the entire local directory contents as context to the Docker +daemon, which in the case of the build tree is a _lot_ of content. (We +can discuss the wisdom—or lack thereof—of Docker's +approach separately.) + ## stackage-build server You'll need to get your SSH public key added to the machine. ~/.ssh/config info: From 94be100beb0fb4403d8039412b5ad2b830a171cc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:55:29 +0300 Subject: [PATCH 149/365] Upper bound for #2501 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71c3a6c0..d3adb328 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 + # https://github.com/fpco/stackage/issues/2501 + - hsemail < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From e08087e687dc9a3b2df66ea239c5fcb09d1251b6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 10 May 2017 09:16:59 -0700 Subject: [PATCH 150/365] Disable tests which failed in the previous nightly --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3adb328..8d838cea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ 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 # Timeouts # These tests sometimes take too long and hit the stackage build @@ -3550,7 +3551,6 @@ expected-test-failures: # 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 - options @@ -3561,6 +3561,7 @@ expected-test-failures: # these if we want them fixed - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 # Doctests require hidden Glob package - multiset From 4cf1e74d06b7669e845c93e066ca56da3cdb98f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 11 May 2017 08:38:21 +0100 Subject: [PATCH 151/365] Remove upper bound for rawfilepath. Related: * https://github.com/xtendo-org/rawfilepath/issues/3 * https://github.com/fpco/stackage/issues/2497 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..aaa1b206 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,7 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate @@ -3129,9 +3130,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.0 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 From 6c6a0ff56023b99009dab1482bbdb014867e9895 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 11 May 2017 21:02:15 -0400 Subject: [PATCH 152/365] Prepare for nightly 11th May --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..989fbda6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,8 +3162,11 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2501 - - hsemail < 2 + # https://github.com/fpco/stackage/issues/2504 + - statistics < 0.14 + + # https://github.com/fpco/stackage/issues/2505 + - one-liner < 0.9 # end of packages From 6550a2332aa7d9eddd7f4922a4bc2185e2bce4f3 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Fri, 12 May 2017 14:43:07 +0300 Subject: [PATCH 153/365] Allow new 'transformers-lift' and 'ether' --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989fbda6..79e32ba4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,10 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2479 - - ether < 0.5.0.0 - - transformers-lift < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 From 5247a6cd24b41716059ee5daa42a52ed0a483963 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:09:31 -0400 Subject: [PATCH 154/365] Close #2413 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c714365..52daeec2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1226,9 +1226,9 @@ packages: - waitra # scrive/log - # - log # via bloodhound: bounds: vector + - log # via bloodhound: bounds: vector - log-base - # - log-elasticsearch # via bloodhound: bounds: vector + - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer From 62be9a2472162c116203104dbf35fd7d7f5cd24a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:12:05 -0400 Subject: [PATCH 155/365] Bounds for #2507 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52daeec2..b408e80d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,9 @@ packages: # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 + # https://github.com/fpco/stackage/issues/2507 + - concurrent-output < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From a35be3ad0093fb33c5d278b893b19e8cc0e6a6db Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:14:37 -0400 Subject: [PATCH 156/365] Bounds for #2507 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b408e80d..59b98935 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,7 +3167,7 @@ packages: - one-liner < 0.9 # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.9 + - concurrent-output < 1.8 # end of packages From 3db4a4e9fc629c0698162284f8e96c40a7bdb084 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 18:58:26 -0700 Subject: [PATCH 157/365] Handle https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b98935..cae3b59a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3982,6 +3985,7 @@ tell-me-when-its-released: - 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 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 +- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From b81b32c72953efe15165bfe74468237ac8932186 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:08:38 -0400 Subject: [PATCH 158/365] Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cae3b59a..c9efb6bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,7 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3986,6 +3987,7 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 +- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 2aa87f758038aad73c4c5561bfdc319cbba66594 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:18:21 -0400 Subject: [PATCH 159/365] Skip tests of ersatz, for now --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9efb6bd..c0bb9c51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,6 +3399,9 @@ skipped-tests: # criterion - store + # requires custom setup? + - ersatz # https://github.com/fpco/stackage/issues/2508 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 896ad49efc27b96393a22371ef241069fa1041db Mon Sep 17 00:00:00 2001 From: pepe iborra Date: Sat, 13 May 2017 14:42:49 +0100 Subject: [PATCH 160/365] cld-inline test suite requires official Mono packages --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..7ff6092c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # https://github.com/fpco/stackage/pull/2470 + - clr-inline "Joshua Koike @jano017": - discord-hs diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 747e1c5d..82a7f3c1 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions, see: +# instructions,see: # http://www.stackage.org/install set -exu @@ -20,6 +20,10 @@ apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter +apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF +add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy main' +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 From 7d5495dbe5929e62dc9fe73668d35fbd4223a5c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 May 2017 00:11:01 +0300 Subject: [PATCH 161/365] Revert "Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6" This reverts commit b81b32c72953efe15165bfe74468237ac8932186. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..0591141c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,7 +3170,6 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3990,7 +3989,6 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 -- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 37ed3e426f063b8565ecb0a3bc25a8fa5624db5a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 13 May 2017 21:13:00 -0700 Subject: [PATCH 162/365] Undo space change --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 82a7f3c1..e4cd6dc6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions,see: +# instructions, see: # http://www.stackage.org/install set -exu From 630cee7b09a760e15720e3e6ac007c90b136ac54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:17:07 -0400 Subject: [PATCH 163/365] Stop testing req-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bace253..ee10e813 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ expected-test-failures: - 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 # Test executable requires arguments - hpqtypes From f4f70341225f0b83266276c6977d086d8a8c49d2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:43:04 -0400 Subject: [PATCH 164/365] Disable test running for clr-inline --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee10e813..29c95400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,7 @@ expected-test-failures: - 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 From 167fea0f4458189e27aa23e144034aa72046819d Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sun, 14 May 2017 11:52:43 -0700 Subject: [PATCH 165/365] Add eventful packages --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..19b982e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2619,6 +2619,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - eventful-core + - eventful-dynamodb + - eventful-memory + - eventful-postgresql + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers - oanda-rest-api - stratosphere @@ -3460,6 +3467,8 @@ expected-test-failures: - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 + - eventful-dynamodb + - eventful-postgresql - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 From b237ff3cea526feba6504c1a7f777d51772c469a Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 14 May 2017 15:30:22 -0400 Subject: [PATCH 166/365] Make the ersatz tests pass Fixes https://github.com/fpco/stackage/issues/2508 --- build-constraints.yaml | 3 --- debian-bootstrap.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..24a5ac47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3398,9 +3398,6 @@ skipped-tests: # criterion - store - # requires custom setup? - - ersatz # https://github.com/fpco/stackage/issues/2508 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e4cd6dc6..372234bd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + minisat \ mono-mcs \ nettle-dev \ nodejs \ From 04fb143ef985977eef7256b2f61b6bcc5af7e743 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:01:25 -0400 Subject: [PATCH 167/365] hdaemonize-0.5.2 released, close https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..e7b034a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,9 +3169,6 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 - # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - - hsyslog < 5 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3990,7 +3987,6 @@ tell-me-when-its-released: - 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 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 -- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From c1427de0ac1116ca650185e56af2b179e885714e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:49:47 -0400 Subject: [PATCH 168/365] Bound hsyslog for #2513 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b034a3..f8d6aa54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # https://github.com/fpco/stackage/issues/2513 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of From 36c85489de0c755f6465716b21e216437d2a3409 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:52:08 -0400 Subject: [PATCH 169/365] Bound optparse-generic for #2514 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8d6aa54..942320c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,9 @@ packages: # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 + # https://github.com/fpco/stackage/issues/2514 + - optparse-generic < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 284c00f9fb592ce8979ddd5c97e6be534b8c2581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 22:09:00 -0400 Subject: [PATCH 170/365] Temporarily revert clr-inline test disabling --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b04b68d..b6ccf671 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3516,7 +3516,7 @@ expected-test-failures: - 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 + # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From a8ffe5a5c1ecc2c54dea835a9270e1e06a3fd4fb Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 15 May 2017 01:35:25 -0500 Subject: [PATCH 171/365] Add tensorflow-* packages. --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..015f45fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3020,6 +3020,12 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse + - tensorflow + - tensorflow-core-ops + - tensorflow-opgen + - tensorflow-ops + - tensorflow-proto + - tensorflow-test "Christof Schramm ": - mnist-idx diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 372234bd..9e3bffd2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,6 +191,12 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install the TensorFlow C API. +curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ + && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && rm libtensorflow.tar.gz \ + && ldconfig + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From 6665ad4300bc8d874509465088691f149b46eda9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 May 2017 11:34:40 +0200 Subject: [PATCH 172/365] 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 b353e0bef1dd7455a58fcd23da9de56b64b5b19b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:16:14 +0100 Subject: [PATCH 173/365] upper bound for ghc-typelits-knownnat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..c79b0bcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + - ghc-typelits-knownnat <0.3 - ghc-typelits-natnormalise - clash-prelude - clash-lib From f65a54353f415bfe46f66d951d9e9d2a7367117e Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:25:28 +0100 Subject: [PATCH 174/365] upper bound for ghc-typelits-knownnat (#2516) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79b0bcd..d43abf64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - clash-lib @@ -3182,6 +3182,9 @@ packages: # https://github.com/fpco/stackage/issues/2514 - optparse-generic < 1.2 + # https://github.com/fpco/stackage/issues/2516 + ghc-typelits-knownnat <0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ad2b87dbdc492e8978884e010131fd0a5f921a Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:29:34 +0100 Subject: [PATCH 175/365] upper bound for ghc-typelits-knownnat (#2516) (correction) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d43abf64..7ef64f56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,7 +3183,7 @@ packages: - optparse-generic < 1.2 # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat <0.3 # end of packages From 9ea6406051eea04a8ba615a45dfa07563dc09cb7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 19:07:12 +0100 Subject: [PATCH 176/365] Revert "Temporarily revert clr-inline test disabling" (#2510) This reverts commit 284c00f9fb592ce8979ddd5c97e6be534b8c2581. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef64f56..98b25aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,7 @@ expected-test-failures: - 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 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From e6809d1c2eaa1797e97ad974227e790d60c7b482 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 16 May 2017 12:30:02 +0900 Subject: [PATCH 177/365] Add sensu-run --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98b25aca..9668d103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2918,6 +2918,7 @@ packages: - stack-type "Mitsutoshi Aoe @maoe": + - sensu-run - viewprof "Dylan Simon @dylex": From c724ced6a8dec770377ef42e922b38021dfe7250 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 19:06:26 +0100 Subject: [PATCH 178/365] Disable tensorflow pacakges as build failing to locate the C library --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83c19b1a..390945ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # blocked on C library + # - tensorflow-core-ops # blocked on C library - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # blocked on C library - tensorflow-proto - tensorflow-test From 367c977c6d2919a7919a880fecf71e1ca92fa091 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 21:46:12 +0100 Subject: [PATCH 179/365] Remove upper bound on lens with active-0.2.0.13 (#2496) Also removed active-0.2.0.12 watchpoint. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..824b620b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,9 +3148,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 - # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 @@ -4008,7 +4005,6 @@ 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 -- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 1efbd80e754784386503b8a392b5b7b35974be5c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 00:21:03 +0100 Subject: [PATCH 180/365] Disabling clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 824b620b..ff70045f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From e88f0ca78adf6ba335f6cd3bdeeb3c4dfe0944b7 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 17 May 2017 14:01:23 +0900 Subject: [PATCH 181/365] Add yesod-job-queue package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..a3ee915c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,7 +2589,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From dfa21f88e65053a3d02396cd88c0c53d2a5ba1f6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 19:04:16 +0100 Subject: [PATCH 182/365] Disable tibetan-utils and release some bounds Bounds released: * matplotlib * base-orphans * semigroups * text-show * io-streams * concurrent-output * optparse-generic --- build-constraints.yaml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..19162ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,8 +19,8 @@ packages: "Richard Cook @rcook": - hidden-char - "Vanessa McHale @vmchale": - - tibetan-utils + "Vanessa McHale @vmchale": [] + # - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -3112,9 +3112,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.3 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3127,12 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - - semigroups < 0.18.3 - # https://github.com/fpco/stackage/issues/2463 - - text-show < 3.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3168,24 +3159,15 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2499 - - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.8 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2514 - - optparse-generic < 1.2 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 From 4f73bb75b747e2d6b29074dfa468e442c40f453b Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 16 May 2017 13:23:52 -0700 Subject: [PATCH 183/365] Reenable and fix the tensorflow-* packages. Previously we installed libtensorflow into /usr/local/lib which wasn't in the search path. Moving it to /usr/lib fixed the problem. Also changed the script to manually install protoc v3.3.0. The default version of `protobuf-compiler` in Xenial is v2.6.1 which is too old to build `tensorflow-proto`. Verified by building the docker image locally and then running `stack install tensorflow tensorflow-ops ...` from within it. --- build-constraints.yaml | 6 +++--- debian-bootstrap.sh | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..83c19b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # blocked on C library - # - tensorflow-core-ops # blocked on C library + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - # - tensorflow-ops # blocked on C library + - tensorflow-ops - tensorflow-proto - tensorflow-test diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9e3bffd2..acb74922 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,7 +123,6 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ - protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \ @@ -191,9 +190,15 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only +# supports version 2.) +curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip \ + && sudo unzip -o protoc-3.3.0-linux-x86_64.zip -d /usr bin/protoc \ + && rm -f protoc-3.3.0-linux-x84_64.zip + # Install the TensorFlow C API. curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ - && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && sudo tar zxf libtensorflow.tar.gz -C /usr \ && rm libtensorflow.tar.gz \ && ldconfig From 7fb612cb8365cf99dc6db9498975bbf64145d088 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 08:02:32 +0100 Subject: [PATCH 184/365] Disabling matplotlib again --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19162ee3..422bd0c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,9 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 713b3c4625169ea1664f2c1ad123ea31f2e834f8 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Thu, 18 May 2017 10:47:33 +0200 Subject: [PATCH 185/365] Added packages: zm, flat, model. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422bd0c5..b6170ef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Pasqualino Assini @tittoassini": + - zm + - flat + - model + "Timo Koepke @koepket": - hinterface From dbb13ee5a6cff23565ca21f2973b401b572cdd8f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 18:44:56 +0100 Subject: [PATCH 186/365] re-eable clr-inline (#2510) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794bf89a..d6c9eff9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,7 +5,7 @@ packages: - zm - flat - model - + "Timo Koepke @koepket": - hinterface @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From fce4ad9b88322ce9483943821e7643c66bbc9af7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 19:26:01 +0100 Subject: [PATCH 187/365] Disable clr-inline and tensorflow again see https://github.com/fpco/stackage/issues/2527 and https://github.com/fpco/stackage/issues/2510 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c9eff9..208ddd7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # https://github.com/fpco/stackage/issues/2527 + # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 7a460cfa11a022b40c86f18995cdbdbea9272a6f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:03:00 +0100 Subject: [PATCH 188/365] concurrent-output < 1.10.0 (#2528) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 208ddd7d..ca58ec2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,11 +3174,14 @@ packages: - hsyslog < 5 # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat < 0.3 # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 # still an issue with 0.4.5 + # https://github.com/fpco/stackage/issues/2528 + - concurrent-output < 1.10.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 95c16d35e90ba942b3868ed5477f325892fea707 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:48:20 +0100 Subject: [PATCH 189/365] re-enable tensorflow and clr-inline (#2510,#2527) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca58ec2e..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ 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 + - tensorflow # https://github.com/fpco/stackage/issues/2527 + - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 368d99867ad15825e537b5e6dfeca80ea5a9b0bc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 17:21:28 +0100 Subject: [PATCH 190/365] re-disable clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..fc9f7165 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 8c2d4d8f52d3ef3e454b934ef43c853dd3d413d0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 22:38:09 +0100 Subject: [PATCH 191/365] re-enable clr-inline temporarily --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc9f7165..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 96963dbd642e8ffc0b908081a488f46ee62c05fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 23:23:27 +0100 Subject: [PATCH 192/365] fixes for MusicBrainz, one-liner, mmorph and cue-sheet --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..ea9d7f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,6 +3103,7 @@ packages: - 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 @@ -3167,9 +3168,6 @@ packages: # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2505 - - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3182,6 +3180,12 @@ 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/2530 + - cue-sheet < 0.1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From fcd83b307bf61300dddc7512ba6112290906066a Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 22 May 2017 08:35:12 +0900 Subject: [PATCH 193/365] add yjsvg, x11-xim, Imlib and xturtle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..5dbd26f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,6 +2569,10 @@ packages: - zot - yjtools - io-machine + - yjsvg + - x11-xim + - Imlib + - xturtle "Jan Gerlinger @JanGe": - irc-dcc From 82de64bf0a22b13686b275e4c599b4f8592aa0b8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 May 2017 11:35:46 +0100 Subject: [PATCH 194/365] re-enable clr-inline, bound mysql-haskell, test fails for xml-picklers --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..271f9949 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3186,6 +3186,9 @@ packages: # https://github.com/fpco/stackage/issues/2530 - cue-sheet < 0.1.1 + # https://github.com/fpco/stackage/issues/2533 + - mysql-haskell < 0.8.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3555,6 +3558,7 @@ expected-test-failures: - 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 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 10ea7e475902a6e45bf24309fc14fc3ac3287ee4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 23 May 2017 21:35:24 -0400 Subject: [PATCH 195/365] Add libimlib2 to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index acb74922..bb5b1747 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -71,6 +71,7 @@ apt-get install -y \ libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ + libimlib2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From 2ebf5b58e77f7e206b693eeaca686161aa760ea2 Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Wed, 24 May 2017 09:19:07 +0200 Subject: [PATCH 196/365] Enabled hackernews Latest version of hackernews works with servant 0.10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..f0e7a1b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -195,7 +195,7 @@ packages: - envy - s3-signer # - google-translate # bounds: servant - # - hackernews # bounds: servant + - hackernews # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams From e1843e251083bb6cf5beb45961eb15f5a011f0f2 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:31:42 +0300 Subject: [PATCH 197/365] Add schematicg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..adf17a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2407,6 +2407,7 @@ packages: "Denis Redozubov @dredozubov": - tracy # - hreader-lens # bounds: hreader + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command From c6241e20a63bfdcbd5ebf7316dfbbcae4ccd7313 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:34:52 +0300 Subject: [PATCH 198/365] 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 dc2b7000a89b23b049cb7e6d9719d1ac4b9f7635 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:19:08 -0400 Subject: [PATCH 199/365] Remove megaparsec upper bound. #2481 has been closed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..cb291921 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2481 - - megaparsec < 5.3.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 0aa96035a77721bee9755e9a2a034c82dc3fe2b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:25:41 -0400 Subject: [PATCH 200/365] Partial fix for #2537, this is bad as now it requires servant < 0.10 at least --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb291921..80fe92a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,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 + # servant-foreign < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a30e4b23f018b4cd70f9d853c7698db8fa1acaf8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:46 -0400 Subject: [PATCH 201/365] Solve servant upper bounds --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80fe92a9..e8c25d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3194,8 +3194,8 @@ packages: - servant < 0.11 - servant-client < 0.11 - servant-server < 0.11 - # servant-docs < 0.10 - # servant-foreign < 0.10 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 # end of packages From 5fd0d6ddd904690ca8775c0efcbba9b06e6c1d34 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:59 -0400 Subject: [PATCH 202/365] Bound criterion, #2538 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8c25d33..7b87c12d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2538 + - criterion < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9048bd458f1336b66d90f65acad2a9ced1cd2233 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 25 May 2017 11:56:09 +0300 Subject: [PATCH 203/365] Add microstache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f4c2efa..dfed33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1216,6 +1216,7 @@ packages: - integer-logarithms - JuicyPixels-scale-dct - lattices + - microstache - monad-http - postgresql-simple-url - range-set-list From 86b075819331d944a7536001f000e2023d7e5775 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:10:40 -0400 Subject: [PATCH 204/365] Remove upper bound on cue-sheet and close #2530 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bae8a06..326add35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,9 +3186,6 @@ packages: # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2530 - - cue-sheet < 0.1.1 - # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 From 009b864fc76d7e93f88c0cab55efa09bd46a3ad6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:18:04 -0400 Subject: [PATCH 205/365] Move matplotlib to test failures since it's not a bound issue --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 326add35..49f8fded 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,9 +3177,6 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.5 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 @@ -3452,6 +3449,7 @@ expected-test-failures: - 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 # These tests sometimes take too long and hit the stackage build From 6d6688585aa54cbb77f6b8630e50f4dd55fd3c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:22:50 -0400 Subject: [PATCH 206/365] Move statistics bound from the closed #2504 to the open #2538 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49f8fded..e42003e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,9 +3168,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2504 - - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3195,6 +3192,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 + - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # end of packages From 36ae01a681f1b6bbee3fb32421bea92dc8545d08 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 17:36:45 -0700 Subject: [PATCH 207/365] Close #2439 as plan seems valid now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e42003e4..9f90e13d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,9 +3136,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2439 - - persistent < 2.7.0 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 From e760bfe34151335b2b8ae1424bcd8a23bb8c19aa Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Fri, 26 May 2017 21:50:12 +0900 Subject: [PATCH 208/365] add gluturtle --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dbd26f8..642d6ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,6 +2573,7 @@ packages: - x11-xim - Imlib - xturtle + - gluturtle "Jan Gerlinger @JanGe": - irc-dcc From ac4cf3deef4f060ec4ff2975ff4d7aae7fbbdf52 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 May 2017 15:24:02 +0200 Subject: [PATCH 209/365] Re-enable benchmarks --- build-constraints.yaml | 178 +---------------------------------------- 1 file changed, 2 insertions(+), 176 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f90e13d..dccf3bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3690,6 +3690,7 @@ skipped-benchmarks: # to verify. - criterion-plus - http2 + - pipes # optparse-applicative 0.13 # Transitive outdated dependencies # These packages @@ -3709,183 +3710,8 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - - pipes # optparse-applicative 0.13 - - # Criterionpocalypse # via criterion: via cassava: bounds: vector - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - buffer-builder - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive + # Cyclic dependencies - cassava - - cipher-aes128 - - clash-prelude - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - cron - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-md5 - - cryptohash-sha1 - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl - - foldl-statistics - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - haskell-tools-cli - - hasql - - highjson - - hindent - - hip - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-json - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - katip - - kdt - - lens - - lifted-async - - lifted-base - - logging-effect - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - pandoc - - phantom-state - - picoparsec - - postgresql-binary - - pretty-simple - - prometheus-client - - psqueues - - publicsuffix - - ramus - - rdf - - redis-io - - reinterpret-cast - - reroute - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - say - - scalpel-core - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - skylighting - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stackage-curator - - stateWriter - - stm-containers - - store - - streaming-commons - - superbuffer - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thread-local-storage - - thyme - - timemap - - tinylog - - tls - - turtle - - tz - - ua-parser - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-routing - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zippers - - jvm # end of skipped-benchmarks From d10e91d13da3de013faa9d5ad482ffc49a7480ca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 26 May 2017 22:25:59 +0700 Subject: [PATCH 210/365] Update my email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85978791..29d01f93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,7 +2155,7 @@ packages: # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose - "Mark Karpov @mrkkrp": + "Mark Karpov @mrkkrp": - megaparsec - htaglib - slug From eae88e7c9d4ae5550635fae30251209a0f091623 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 17:56:42 -0700 Subject: [PATCH 211/365] 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 212/365] 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 213/365] 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 214/365] 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 215/365] 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 216/365] 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 217/365] 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 218/365] 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 219/365] 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 220/365] 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 221/365] 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 222/365] 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 223/365] 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 224/365] 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 225/365] 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 226/365] 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 227/365] 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 228/365] 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 229/365] 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 230/365] 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 231/365] 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 232/365] 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 233/365] 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 234/365] 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 235/365] 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 236/365] 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 237/365] 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 238/365] 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 239/365] 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 240/365] 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 241/365] 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 242/365] 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 243/365] 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 244/365] 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 245/365] 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 246/365] 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 247/365] 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 248/365] 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 249/365] 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 250/365] 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 251/365] 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 252/365] 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 253/365] 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 254/365] 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 255/365] 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 256/365] 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 257/365] 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 258/365] 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 259/365] 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 260/365] 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 261/365] 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 262/365] 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 263/365] 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 264/365] 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 265/365] 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 266/365] 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 267/365] 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 268/365] 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 269/365] 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 270/365] 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 271/365] 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 272/365] 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 273/365] 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 274/365] 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 275/365] 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 276/365] 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 277/365] 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 278/365] 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 279/365] 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 280/365] 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 281/365] 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 282/365] 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 283/365] 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 284/365] 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 285/365] 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 286/365] 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 287/365] 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 288/365] 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 289/365] 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 290/365] 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 291/365] 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 292/365] 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 293/365] 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 294/365] 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 295/365] =?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 296/365] 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 297/365] 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 298/365] 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 299/365] 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 300/365] 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 301/365] 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 302/365] 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 303/365] 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 304/365] 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 305/365] 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 306/365] 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 307/365] 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 308/365] 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 309/365] 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 310/365] 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 311/365] 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 312/365] 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 313/365] 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 314/365] 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 315/365] 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 316/365] 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 317/365] 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 318/365] 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 319/365] 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 320/365] 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 321/365] 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 322/365] 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 323/365] 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 324/365] 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 325/365] 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 326/365] 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 327/365] 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 328/365] 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 329/365] 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 330/365] 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 331/365] 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 332/365] 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 333/365] 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 334/365] 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 335/365] 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 336/365] 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 337/365] 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 338/365] 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 339/365] 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 340/365] 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 341/365] 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 342/365] 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 343/365] 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 344/365] 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 345/365] 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 346/365] 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 347/365] 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 348/365] 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 349/365] 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 350/365] 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 351/365] 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 352/365] 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 353/365] 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 354/365] 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 355/365] 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 03292ca7f87e7e1ca6739ce0c6437f99c3ebb271 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:02:43 +0200 Subject: [PATCH 356/365] 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 357/365] 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 358/365] 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 1f19c8086d9561c16913409c5e13b67c7305b1c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:04:14 +0200 Subject: [PATCH 359/365] 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 360/365] 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 361/365] 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 362/365] 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 5fd887ae1df14e2507703cfbb58245046758e76e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:12:10 +0200 Subject: [PATCH 363/365] 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 364/365] 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 dc6d92c313a4cf246b40ee77a56e34312e0b6f57 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:29:51 +0200 Subject: [PATCH 365/365] 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.