From 9b915edced7b210bce12cf1c1352519b7bc03751 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Sat, 1 Oct 2016 00:08:03 +0100 Subject: [PATCH 0001/1926] Re-renable giphy-api giphy-api-0.5.0.0 supports servant 0.9 and builds with current nightly. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..94d934d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2113,7 +2113,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - # - giphy-api # https://github.com/passy/giphy-api/issues/10 + - giphy-api - optparse-text "rightfold @rightfold": From 1b65608e588cab7fa45816eaf32328a2dd51931a Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 19:14:11 -0500 Subject: [PATCH 0002/1926] add yesod-alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6b3f4d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: "Daniel Campoverde @alx741": - currencies - alerts + - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From e51c1524722c943c4f9bfb9cf0d6319ff20db6fa Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 30 Aug 2017 09:54:24 +0200 Subject: [PATCH 0003/1926] Update build-constraints.yaml Following the fix of https://github.com/bartavelle/language-puppet/issues/214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6eccb395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From f86241786510a3fc7a3dc2e8e0367f9ef7aa2f66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 11:44:58 -0700 Subject: [PATCH 0004/1926] Expect test failure of yahoo-finance-api per #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31d3e060..c05aefa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3760,6 +3760,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From d5f584bc7c5ca6046ab96d4b529a60892563ab0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 13:13:17 -0700 Subject: [PATCH 0005/1926] Disable language-puppet per #2822 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c05aefa7..d77ca160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/fpco/stackage/issues/2822 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 479cfa3328562156c283cfdf21c82e871ad31c93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:18:56 -0700 Subject: [PATCH 0006/1926] re-enable distributed-* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d77ca160..1f3e0d96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,11 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-static/issues/17 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet - # - distributed-static + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet + - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e549ab4183057c69322e340bba6a9a2879592ce3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:31:43 -0700 Subject: [PATCH 0007/1926] Re-disable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f3e0d96..751b766e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,9 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet + # https://github.com/haskell-distributed/distributed-process/issues/312 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From 47a931d4f0587b4052173cde6967bd93f51f7b35 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:39:57 -0700 Subject: [PATCH 0008/1926] Re-enable labels per chrisdone/labels#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 751b766e..a48f12a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -472,7 +472,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels < 0 # compilation failure https://github.com/chrisdone/labels/issues/8 + - labels - ace - ical - check-email From 50b7a3398130979dba9ccee36ee813625d1b3d2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:42:24 -0700 Subject: [PATCH 0009/1926] Expect tests to pass for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a48f12a9..1ac3ffc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz - - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From b996a7c74e8879c37eb41d5af2ddd615df0cb76d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 16:22:12 -0700 Subject: [PATCH 0010/1926] Bugfix debian-bootstrap for cuda, closes #2813 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c592e4f..9c59f1d0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -220,7 +220,7 @@ pushd /tmp \ && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ - && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH+x} \ && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd From b276ce61b160a14b730a27af3d33e9444ed646b1 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 1 Sep 2017 00:16:25 -0700 Subject: [PATCH 0011/1926] added type-combinators-singletons library added type-combinators-singletons library, maintained by me. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ac3ffc0..059c9bf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,6 +1762,7 @@ packages: - hamilton - prompt - tagged-binary + - type-combinators-singletons - typelits-witnesses - uncertain - vector-sized From e1d31dd044791616c6fe21be79a6cd728386313f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 11:48:04 -0700 Subject: [PATCH 0012/1926] Re-enable cuda stuff, closes #2813 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 059c9bf0..f59e5e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,12 +670,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - # https://github.com/fpco/stackage/issues/2813 - # - cuda - # - cublas - # - cusparse - # - cusolver - # - nvvm + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": [] From e2c05bab2bd0397e0a65eb272ad34fa626b88329 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 12:12:59 -0700 Subject: [PATCH 0013/1926] Bake cuda env vars into Dockerfile --- Dockerfile | 6 +++++- debian-bootstrap.sh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56076512..710e7bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,11 @@ FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# NOTE: also update debian-bootstrap.sh when cuda version changes +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV CUDA_PATH /usr/local/cuda-8.0 +ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c59f1d0..d294a690 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,6 +207,7 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# NOTE: also update Dockerfile when cuda version changes # Install CUDA toolkit # The current version can be found at: https://developer.nvidia.com/cuda-downloads CUDA_PKG=8.0.61-1 # update this on new version From 8fcd1ecfae9de746227ee1a2b623e1f61d3bbb3e Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 1 Sep 2017 22:18:29 +0200 Subject: [PATCH 0014/1926] Add unordered-intmap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..e595c985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2138,6 +2138,7 @@ packages: - io-storage - oo-prototypes - pointedlist + - unordered-intmap - word-trie - xdg-basedir # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango From e5d31acd128ebfbb1117b256e155058e143cc4ac Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sat, 2 Sep 2017 01:13:01 +0200 Subject: [PATCH 0015/1926] Add bordacount --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..37e62ad1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,7 @@ packages: # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": + - bordacount - cache - xxhash-ffi From 4456280fc666cd4f99e4a55c729659807c4b1396 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 21:40:40 -0700 Subject: [PATCH 0016/1926] Add constraint "uri-teplater < 0.3" per #2826 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..2a93d541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,6 +3355,9 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2826 + - uri-templater < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From e89470866d3b2310ee8fc7b237c0c4022cae6bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:55:19 +0200 Subject: [PATCH 0017/1926] Add back grouped-list. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93d541..6d23ff51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - # - grouped-list # GHC 8.2.1 + - grouped-list # GHC 8.2.1 - haskintex - HaTeX - hatex-guide < 0 From acdce69d1a74c6e078535f66ce7e2ddaf9b38948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:59:03 +0200 Subject: [PATCH 0018/1926] Remove GHC comment on grouped-list package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d23ff51..ae855eed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list # GHC 8.2.1 + - grouped-list - haskintex - HaTeX - hatex-guide < 0 From dd46124e9df52e37843d7db8feaea3d4db1ba02c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 2 Sep 2017 10:20:03 -0700 Subject: [PATCH 0019/1926] Re-enable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d0cb174..b08870b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2314,10 +2314,9 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-process/issues/312 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From e8086cf46cdca1f2f1f96fb610d931ddcbfe6860 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 2 Sep 2017 14:48:10 -0700 Subject: [PATCH 0020/1926] Add `dhall-{bash,json,nix,text}` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..78abcbf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,6 +727,10 @@ packages: - morte - bench - dhall + - dhall-bash + - dhall-json + - dhall-nix + - dhall-text "Andrew Thaddeus Martin @andrewthad": - yesod-table From 4bc1871e3bc57800afd4e252917df8de48ca82f5 Mon Sep 17 00:00:00 2001 From: Sam Quinn Date: Sun, 3 Sep 2017 00:09:04 -0500 Subject: [PATCH 0021/1926] add ghost-buster --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..60376d47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,9 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql + + "Sam Quinn @Lazersmoke": + - ghost-buster # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7459e4f22c467ab9de8b4b1e4d0cc91761d635e7 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sun, 3 Sep 2017 18:09:02 +0200 Subject: [PATCH 0022/1926] add libgraph --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..5de47c01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Maarten Faddegon @MaartenFaddegon": + - libgraph + "Agustin Camino @acamino": - state-codes From 8c7671e87d5fc416be675b6b87eb03720c25c847 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:11:50 -0700 Subject: [PATCH 0023/1926] Add constraint "io-streams < 1.5" per #2832 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..4a0485ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,6 +3359,9 @@ packages: # https://github.com/fpco/stackage/issues/2826 - uri-templater < 0.3 + # https://github.com/fpco/stackage/issues/2832 + - io-streams < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 383972c177bd7b137f177ab50d70e339fef9128b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:12:25 -0700 Subject: [PATCH 0024/1926] Add constraint "yi-rope < 0.9" per #2833 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0485ba..a768d9ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3362,6 +3362,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2833 + - yi-rope < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 5a9f66167c319425b1403298ec40e32351ddc661 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Sep 2017 11:53:18 -0700 Subject: [PATCH 0025/1926] enable hledger/-lib/-api with support for #2666 These packages now support megaparsec 6 and should be free of other dep issues. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e97edd3c..75ded5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -932,11 +932,11 @@ packages: "Simon Michael @simonmichael": # - darcs # bounds: graphviz < 2999.19 - # - hledger # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - # - hledger-lib # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger + - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - # - hledger-api # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 5f72de2242a210c9969935374f2f7c66e0aed8a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 5 Sep 2017 11:54:59 +0200 Subject: [PATCH 0026/1926] Mark bitx-bitcoin test suite as failing. See https://github.com/tebello-thejane/bitx.hs/issues/4. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75ded5f7..9c06ec5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,7 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql - + "Sam Quinn @Lazersmoke": - ghost-buster @@ -3781,6 +3781,7 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 + - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From cfba2f1c2f69abc3e4a197deab7ebc1b85b2cd61 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 20:23:56 -0700 Subject: [PATCH 0027/1926] re-enable hledger-ui --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c06ec5d..4aaaea63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -934,7 +934,7 @@ packages: # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - # - hledger-ui # bounds: brick + - hledger-ui # - hledger-web # GHC 8.2.1 via yesod-form - hledger-api # - shelltestrunner # bounds: Diff, HUnit From cdaa071a42fe68623d5d5fe0cc627f85ff2f716f Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Tue, 5 Sep 2017 20:52:06 -0400 Subject: [PATCH 0028/1926] add tile --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aaaea63..0a04a5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - median-stream # - stm-supply # GHC 8.2.1 via Unique - filter-logger + - tile "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From 25106e559a398b05483438997bbcce9400a1458d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 15:04:50 -0700 Subject: [PATCH 0029/1926] drop old hledger-lib benchmarks exclusion We didn't find out why these stopped working, but they run here with GHC 8.2.1 and I think it's likely they will run again on stackage by now. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a04a5b6..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3941,9 +3941,6 @@ skipped-benchmarks: - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - # GHC Bugs - - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # Cyclic dependencies - cassava From 8d42525dca334f53d6dd548f81fd837926844575 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 14:51:13 -0700 Subject: [PATCH 0030/1926] re-enable hledger-lib test suite The issue was fixed in 1.3.1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..a371491a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 14:10:02 +0200 Subject: [PATCH 0031/1926] Revert "re-enable hledger-lib test suite" This reverts commit 8d42525dca334f53d6dd548f81fd837926844575. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a371491a..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,6 +3794,7 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 6bb18720bab38571657a7abb1d9a9fddfd895926 Mon Sep 17 00:00:00 2001 From: Pierre Radermecker Date: Wed, 6 Sep 2017 13:58:58 +0200 Subject: [PATCH 0032/1926] Add language-puppet in skipped-haddocks --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..ad915025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2260,7 +2260,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/fpco/stackage/issues/2822 + - language-puppet # also in "skipped-haddocks" section - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -3911,6 +3911,11 @@ expected-haddock-failures: # end of expected-haddock-failures +# For packages with haddock issues +skipped-haddocks: +- language-puppet # https://github.com/fpco/stackage/issues/2822 +# end of skipped-haddocks + # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. # By skipping a benchmark, we do not pull in the build dependencies # Packages should only be added here if required by `stackage-curator check' From 05182e5b1f45f47e60fb5ccbeed83aefc7e33048 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 17:22:47 +0200 Subject: [PATCH 0033/1926] Revert "Revert "re-enable hledger-lib test suite"" This reverts commit 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe. Follows from https://github.com/fpco/stackage/pull/2835#issuecomment-327518053. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad915025..a7f2960c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From b8dc3f18b4f58f0a9c008a43c588cf2c3c43e080 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Sep 2017 09:38:17 +0300 Subject: [PATCH 0034/1926] Reenable cabal-install --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f2960c..04f9a065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -263,7 +263,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - # - cabal-install # GHC 8.2.1 + - cabal-install - mega-sdist - case-insensitive - classy-prelude-yesod @@ -3629,6 +3629,9 @@ skipped-tests: - graphviz - wl-pprint-text + - hackage-security # Cabal 2.0 + - ed25519 # QuickCheck, hlint and more + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3983,6 +3986,8 @@ skipped-benchmarks: - graphviz - wl-pprint-text + - ed25519 # Criterion + # end of skipped-benchmarks From 6981a95ee408ea88de5f76d42f9e8334e6724821 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 21:46:24 +0200 Subject: [PATCH 0035/1926] Remove constraint on Yampa. Please see https://github.com/fpco/stackage/issues/2772. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04f9a065..554039d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,9 +3355,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2772 - - Yampa < 0.10.6.1 - # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 From ccd21ac414a401b3759f71e68ed5deda50d07f69 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Fri, 8 Sep 2017 11:18:08 +0800 Subject: [PATCH 0036/1926] Re-enable logging-effect --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 554039d4..1046f11c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1960,7 +1960,7 @@ packages: - network-carbon # - socket-io # via engine-io compilation-failure - tasty-rerun - # - logging-effect # GHC 8.2.1 + - logging-effect - reactive-banana "Antoni Silvestre @asilvestre": From 7775814ccecc1e783b1068f7cf40ede4a4539729 Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 7 Sep 2017 21:09:38 +0200 Subject: [PATCH 0037/1926] Add yeshql --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1046f11c..2934289c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -173,6 +173,7 @@ packages: "Tobias Dammers @tdammers": - ginger + - yeshql "Yair Chuchem @yairchu": - List From decf62652cda4d9a5cffdd2c65a21b49e2b1d54b Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 8 Sep 2017 12:51:47 -0700 Subject: [PATCH 0038/1926] Add store back to stackage https://github.com/fpco/store/issues/117 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2934289c..feecfd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,8 +281,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store compilation failure - - store < 0 # compilation failure + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls From 5659c2c3672732721440ed230ccc503e664963b6 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Tue, 29 Aug 2017 18:45:59 +0300 Subject: [PATCH 0039/1926] Add stackage2nix --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feecfd0f..5ca64325 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,9 @@ packages: "Sam Quinn @Lazersmoke": - ghost-buster + "typeable.io ": + - stackage2nix + # 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 f18c67afea02d950019be94de3c9607c331dc5cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:28:11 +0200 Subject: [PATCH 0040/1926] Re-enable vivid (now that 0.3.0.0 is out). Ping @amindfv! --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ca64325..17e44576 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,7 +2751,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - # - vivid # bounds: MonadRandom + - vivid # - midair # bounds: ghc, base - nano-erl @@ -4108,7 +4108,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 -- 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 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From ab61529a42f2e450bb62a29bb8b49595685184ea Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Fri, 8 Sep 2017 22:01:01 -0400 Subject: [PATCH 0041/1926] Add higher-leveldb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17e44576..cc47cfbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: "typeable.io ": - stackage2nix + "Jeremy Huffman @jeremyjh": + - higher-leveldb + # 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 5507cffa9d706cb020051c72e81225f0032928bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 8 Sep 2017 23:26:32 -0400 Subject: [PATCH 0042/1926] add FindBin --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc47cfbc..273a3e79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1277,6 +1277,7 @@ packages: - graph-wrapper - string-conversions - hspec-checkers + - FindBin "Jan Stolarek @jstolarek": - tasty-program From 83b84db1abbe93062d1273a7142f606f90f1a3f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:51:01 +0200 Subject: [PATCH 0043/1926] Removed because it is was deprecated. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a3d768b4..28b27427 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ project information. In addition, we have the following repositories: * [stackage-server](https://github.com/fpco/stackage-server) [![Build Status](https://travis-ci.org/fpco/stackage-server.svg?branch=master)](https://travis-ci.org/fpco/stackage-server) * [stackage-curator](https://github.com/fpco/stackage-curator) [![Build Status](https://travis-ci.org/fpco/stackage-curator.svg?branch=master)](https://travis-ci.org/fpco/stackage-curator) -* [stackage-types](https://github.com/fpco/stackage-types) [![Build Status](https://travis-ci.org/fpco/stackage-types.svg?branch=master)](https://travis-ci.org/fpco/stackage-types) * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) From aa890f08790884f39298042432443ab6de303987 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 19:48:57 +0200 Subject: [PATCH 0044/1926] Remove constraint from yi-rope. Closes https://github.com/fpco/stackage/issues/2833. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..81fa2040 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,9 +3378,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2833 - - yi-rope < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of From e36519cf5593c33ec3aad88b594de9451d8f0457 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Sep 2017 10:16:59 -0700 Subject: [PATCH 0045/1926] re-enable hledger-web This should build now. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81fa2040..8a486e25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -937,7 +937,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # GHC 8.2.1 via yesod-form + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From a50935dbe20889697e3482d15bb61e970333c058 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sat, 9 Sep 2017 19:56:32 +0200 Subject: [PATCH 0046/1926] add Hoed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..e43a7cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,7 @@ cabal-format-version: "1.24" packages: "Maarten Faddegon @MaartenFaddegon": - libgraph + - Hoed "Agustin Camino @acamino": - state-codes From aed3d6990ddafc1ed47e139abea9f2739ea86e0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:24:12 +0200 Subject: [PATCH 0047/1926] Add constraint for llvm-hs (< 5.0.0). Please see https://github.com/llvm-hs/llvm-hs/issues/137. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a486e25..851f5156 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/llvm-hs/llvm-hs/issues/137 + - llvm-hs < 5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 53021523a2fcf22a8dc0443040c6fbb18dab8507 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:36:15 +0200 Subject: [PATCH 0048/1926] Also pin llvm-hs-pure (4.1.0.0). As a result of aed3d6990ddafc1ed47e139abea9f2739ea86e0f. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 851f5156..b7190a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,6 +3380,7 @@ packages: # https://github.com/llvm-hs/llvm-hs/issues/137 - llvm-hs < 5.0.0 + - llvm-hs-pure == 4.1.0.0 # end of packages From 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:40:32 +0200 Subject: [PATCH 0049/1926] Disable higher-leveldb for now (new package). Please see https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7190a41..e4fbe13b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,8 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - - higher-leveldb + [] + # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9f69e0bef3697e328e2206b3bc78a08e54b5f4a4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:45:59 +0200 Subject: [PATCH 0050/1926] Expect test failure for yeshql. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4fbe13b..b4ad7d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3795,6 +3795,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 From 096af824009947f6858cb23400d51f9e3cb7be0c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:47:18 +0200 Subject: [PATCH 0051/1926] Actually, just mark as expected test suite failure. Follows from 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4ad7d91..ddf7e705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,8 +3317,7 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - [] - # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 + - higher-leveldb # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3795,6 +3794,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From e9d5a8dda23118143ec4c36c705350eefed67955 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:52:37 +0200 Subject: [PATCH 0052/1926] Add upper bound for stackage-curator + stackage2nix. Please see https://github.com/fpco/stackage-curator/issues/46. Ping @4e6. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf7e705..152b60a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,6 +3382,10 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 + # https://github.com/fpco/stackage-curator/issues/46 + - stackage-curator < 0.15.0.0 + - stackage2nix < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b2c8d1aa1b573d344789527db3c2bb3713161a37 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 21:02:57 +0200 Subject: [PATCH 0053/1926] Block stackage-curator/stackage2nix. Unfortunately, there is a build failure in stackage-curator and the lesser version has some compat problem which is related to the GHC version (I think!). So, I'm blocking for now. stackage2nix suffers the same fate since it relies on stackage-curator. Ping @4e6, @snoyman. --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152b60a8..de8ec985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,7 +3314,8 @@ packages: - ghost-buster "typeable.io ": - - stackage2nix + [] + # - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb @@ -3382,10 +3383,6 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 - # https://github.com/fpco/stackage-curator/issues/46 - - stackage-curator < 0.15.0.0 - - stackage2nix < 0.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c30fae635e4ed8b76b7e36d989ebdb917708686b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sun, 10 Sep 2017 07:52:19 +0200 Subject: [PATCH 0054/1926] Switch to LLVM 5 and remove constraints on llvm-hs and llvm-hs-pure --- build-constraints.yaml | 4 ---- debian-bootstrap.sh | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de8ec985..454646a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3379,10 +3379,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/llvm-hs/llvm-hs/issues/137 - - llvm-hs < 5.0.0 - - llvm-hs-pure == 4.1.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d294a690..b9a6feaa 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,9 +191,9 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf # 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" \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ && apt-get update \ - && apt-get install -y llvm-4.0 + && apt-get install -y llvm-5.0 # Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only # supports version 2.) From bc1c290a10a138135d7561b1494dc919380117a0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:39:35 +0200 Subject: [PATCH 0055/1926] Re-enable stackage-curator and therefore, stackage2nix. Cause fixed in https://github.com/fpco/stackage-curator/commit/0a9047c430db2053233a087fa7db8d6c33baffb7. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 454646a5..150a71e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator + - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,8 +3314,7 @@ packages: - ghost-buster "typeable.io ": - [] - # - stackage2nix + - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb From 016e1b1d452aff3214649d02a7e768c615157ed7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:41:46 +0200 Subject: [PATCH 0056/1926] Test suite if fixed, re-enable for higher-leveldb. Closes https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150a71e7..ae077975 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3790,7 +3790,6 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From 0c7ad6906b815d87ecf467c42ede1142c1a7d32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sun, 10 Sep 2017 22:46:02 -0500 Subject: [PATCH 0057/1926] Enabled Agda 2.5.3. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58c9bdd8..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2033,8 +2033,7 @@ packages: - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - [] - # - Agda # GHC 8.2.1 + - Agda "James Cook @mokus0": - dependent-sum From 8fff76ac405078f0a4b63d7d56e65fb988c507ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Sep 2017 10:52:44 +0200 Subject: [PATCH 0058/1926] Expect haddock failure for Agda (2.5.3). Please see https://github.com/agda/agda/issues/2748. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..9cc45635 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 0c5202811d6c7d2aa1e2bcdbe84a384430fffd96 Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 11 Sep 2017 19:44:24 +0900 Subject: [PATCH 0059/1926] added: string-transform --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..aab28ed8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,7 @@ packages: "ncaq @ncaq": - haskell-import-graph + - string-transform - uniq-deep - yesod-form-bootstrap4 - yesod-recaptcha2 From 8611bc166af6d9a159e92366b62991d8107d81f1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Sep 2017 11:59:57 +0200 Subject: [PATCH 0060/1926] Re-enable haddocks for Adga. Closes https://github.com/agda/agda/issues/2748#issuecomment-328804066. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,7 +3907,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 128d1a5c5c5661c98dd4f5bafccd53e6973e9366 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Tue, 12 Sep 2017 14:40:56 +0100 Subject: [PATCH 0061/1926] add package fpretty --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..84bb074e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Olaf Chitil @OlafChitil": + - fpretty + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed From b4d318947ac5612b9828c38f7143e18cbefd92d0 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Wed, 13 Sep 2017 09:35:32 +1000 Subject: [PATCH 0062/1926] re-enable perf --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..c6334150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,8 +2993,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - # - chart-unit # bounds optparse-applicative - # - perf # bounds optparse-applicative + - perf - online "Iphigenia Df @iphydf": From e59c8fa44964ae159fc0ff65a540bddd52a7e212 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 15:34:38 +0300 Subject: [PATCH 0063/1926] Upper bound for #2860 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..33922a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2860 + - language-c < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 7828dd3a6c10ee6b11a0afc2eaf15eb323ffc7fd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:18:28 +0300 Subject: [PATCH 0064/1926] Expected test failure for perf #2859 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c81606a3..f27d92ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3860,6 +3860,8 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - perf # https://github.com/fpco/stackage/pull/2859 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c09500768afc61a717e74e9c28c655ffffecfe70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:51:52 +0300 Subject: [PATCH 0065/1926] Upper bound for #2861 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f27d92ce..662226b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3384,6 +3384,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + # https://github.com/fpco/stackage/issues/2861 + - swagger2 < 2.1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From a1d07a8d944e6f620a9b257f1065a17f1830da0f Mon Sep 17 00:00:00 2001 From: Alexis King Date: Thu, 14 Sep 2017 10:14:35 -0700 Subject: [PATCH 0066/1926] Add monad-mock --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..9edcc208 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,6 +2870,7 @@ packages: - bson "Alexis King @lexi-lambda": + - monad-mock - test-fixture - text-conversions - th-to-exp From edb7c01c4492186d5cc9a9497d2916bb1c5cef22 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Sep 2017 07:45:44 +0300 Subject: [PATCH 0067/1926] Upper bound for #2863 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..ad62c275 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3387,6 +3387,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2863 + - file-embed < 0.0.10.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 26890fc727f60c5e28021ab34d597461794bf2cd Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 10:14:19 -0700 Subject: [PATCH 0068/1926] Bloodhound 0.15.0.0 for GHC 8.2.1 I just cut bloodhound 0.15.0.0 which is now building against stackage nightlies. I'm working on katip. If this works out, @phadej, @scrive will need to raise upper bounds and make any adjustments needed and then they can be unblocked here too. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..49d2c9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -747,7 +747,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # GHC 8.2.1 + - bloodhound - esqueleto "Adam Bergmark @bergmark": From e4bddb32c598fa59b9db1a3e2d88d399d258b390 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 12:03:54 -0700 Subject: [PATCH 0069/1926] Unblock katip and katip-elasticsearch katip-0.5.0.1 and katip-elasticsearch-0.4.0.1 now support GHC 8.2.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..c822270b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2631,8 +2631,8 @@ packages: # - ua-parser # bounds aeson - hs-GeoIP - retry - # - katip # bounds aeson - # - katip-elasticsearch # via bloodhound: bounds: vector + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From 769c9e13d58a786a31bf4a68c2e270629f48fbca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 16 Sep 2017 23:47:54 +0300 Subject: [PATCH 0070/1926] Upper bound for #2867 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..1efaf65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,6 +3391,9 @@ packages: # https://github.com/fpco/stackage/issues/2863 - file-embed < 0.0.10.1 + # https://github.com/fpco/stackage/issues/2867 + - data-fix < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d2136a3e219850ad09aa8fde66fdb9aa0a345c2 Mon Sep 17 00:00:00 2001 From: Michael Swan Date: Sun, 17 Sep 2017 00:45:18 -0500 Subject: [PATCH 0071/1926] add pcf-font and pcf-font-embed --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..63d8ef44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2965,6 +2965,10 @@ packages: - lmdb - rdf + "Michael Swan @michael-swan": + - pcf-font + - pcf-font-embed + "Iago Abal ": - bv From ddcb22f38159c84d27c5e46f9f72a9fab8d2822a Mon Sep 17 00:00:00 2001 From: koral Date: Mon, 18 Sep 2017 19:34:00 +0200 Subject: [PATCH 0072/1926] Add dublincore-xml-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..c6447141 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1882,6 +1882,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse + - dublincore-xml-conduit - opml-conduit - rss-conduit < 0 # test runtime failure - imm < 0 # compilation failure via synthesizer-core From 744be39fdca7b52da8f69b02ee72d1d875810842 Mon Sep 17 00:00:00 2001 From: Evan Rutledge Borden Date: Mon, 18 Sep 2017 17:48:23 -0400 Subject: [PATCH 0073/1926] Resubmit validation to stackage Validation had overly aggressive upper bounds. These have been relaxed per https://github.com/qfpl/validation/issues/9. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..438c1a44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": - fpretty - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2998,6 +2998,9 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 + "Tony Morris @tonymorris": + - validation + "Tony Day @tonyday567": - numhask - numhask-range From 1e30da961e0ceb30dc5fac9a6aff7ec6b6be7730 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Sep 2017 11:22:14 +0900 Subject: [PATCH 0074/1926] remove some packages which are not in Hackage new stackage-curator feature --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..4cac2d46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + [] "Maarten Faddegon @MaartenFaddegon": - libgraph @@ -1910,7 +1910,6 @@ packages: - pipes-fastx # - pipes-illumina # via: pipes-bgzf - seqalign - - thermonuc - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": @@ -2076,7 +2075,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - quadtree + [] "Brian Lewis brian@lorf.org @bsl": [] @@ -2144,7 +2143,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -3014,7 +3012,6 @@ packages: - tce-conf "Jonathan Fischoff ": - - threads-extra - clock-extras - next-ref - tmp-postgres From 8b14ef67a691d30211ce82b3d54980c473b37333 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Tue, 19 Sep 2017 11:26:31 +0300 Subject: [PATCH 0075/1926] Re-enable hjsonschema --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cac2d46..b18f2391 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": [] - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2810,9 +2810,8 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - [] - # - hjsonpointer # GHC 8.2.1 - # - hjsonschema # GHC 8.2.1 + - hjsonpointer + - hjsonschema "Drew Hess @dhess": - hpio From 25f7903d332e6c2f03c70a77201d9cc1adc8285d Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Wed, 20 Sep 2017 12:56:25 +0200 Subject: [PATCH 0076/1926] Re-add hledger-iadd and enable testsuite The new version 1.2.6 should build fine --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..e9284530 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,8 +3072,7 @@ packages: # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-iadd "Roy Levien @orome": - crypto-enigma @@ -3816,7 +3815,6 @@ expected-test-failures: - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 0979a0d797d2836b62a4181231dbcabfd238add9 Mon Sep 17 00:00:00 2001 From: phischu Date: Sat, 16 Sep 2017 19:59:23 +0200 Subject: [PATCH 0077/1926] Readd haskell-names --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..7c926368 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2902,8 +2902,7 @@ packages: - language-fortran "Philipp Schuster @phischu": - [] - # - haskell-names # bounds: aeson + - haskell-names "Shao Cheng @TerrorJack": [] @@ -3781,7 +3780,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 82b759e5cc4e15ea06e5ee053846f1c6cbdf9613 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:31:23 +0200 Subject: [PATCH 0078/1926] Remove some upper bounds. Closes #2826, #2863, #2867 --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..d0822625 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,12 +3374,6 @@ packages: # https://github.com/fpco/stackage/issues/2779 - xml-conduit < 1.6.0 - # https://github.com/fpco/stackage/issues/2797 - # - inflections < 0.4.0.0 - - # https://github.com/fpco/stackage/issues/2826 - - uri-templater < 0.3 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 @@ -3389,12 +3383,6 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2863 - - file-embed < 0.0.10.1 - - # https://github.com/fpco/stackage/issues/2867 - - data-fix < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 48ac75a13e4c4d785a21effa3af45e9eb79f30b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:35:21 +0200 Subject: [PATCH 0079/1926] Upper bound for #2878 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0822625..6cd6e89a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,6 +3383,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2878 + - hackage-db < 2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9453f5345ca9f2c22d7ac554a1f31c3ab95431dd Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Thu, 21 Sep 2017 21:59:39 +1000 Subject: [PATCH 0080/1926] Add accelerate --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..90767f22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -672,6 +672,13 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - accelerate-llvm + - accelerate-llvm-native + - accelerate-llvm-ptx + - accelerate-io + - accelerate-fft + - accelerate-blas + # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite - repa - repa-io - repa-algorithms @@ -679,6 +686,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering + - gloss-accelerate + - gloss-raster-accelerate + - colour-accelerate + - lens-accelerate + - mwc-random-accelerate - cuda - cublas - cusparse From 6687d4ce49dc320f79d71c3a9cbbe50918e66642 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Thu, 21 Sep 2017 18:15:49 +0100 Subject: [PATCH 0081/1926] Corrected upper-case spelling of FPretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bb074e..357d9909 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + - FPretty "Maarten Faddegon @MaartenFaddegon": - libgraph From 421f2727636a49b62924b4f4c5ede8c3aecf7ba5 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Thu, 21 Sep 2017 15:13:27 -0500 Subject: [PATCH 0082/1926] Added mallard package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..b2125056 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,6 +2458,7 @@ packages: - aeson-casing - graylog - parsec-numeric + - mallard "Callum Rogers @CRogers": - should-not-typecheck From 7f41ff76d8abc76c9b37f209aff490143e4f3379 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 22 Sep 2017 11:12:28 +0900 Subject: [PATCH 0083/1926] drop "swagger2 < 2.1.5" bound (#2861) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..4df134ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,9 +3381,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2861 - - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 From 396696a5a3740bb8901f4ab0a74bbae699f7b457 Mon Sep 17 00:00:00 2001 From: j-keck Date: Fri, 22 Sep 2017 08:33:43 +0200 Subject: [PATCH 0084/1926] add wreq-stringless --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..f775bddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jürgen Keck @j-keck": + - wreq-stringless + "Olaf Chitil @OlafChitil": [] From 97b51d27748418af65c05c6f0bc7498b5669a8b0 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Fri, 22 Sep 2017 07:57:01 -0500 Subject: [PATCH 0085/1926] Added package hasql-optparse-applicative. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..2cc19952 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1058,6 +1058,7 @@ packages: - cases - focus - hasql + - hasql-optparse-applicative - hasql-pool - list-t - mtl-prelude From 99dd3afce6d9fc77649e7bde6a7a90e893c83505 Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Sat, 23 Sep 2017 16:57:43 +0200 Subject: [PATCH 0086/1926] add jonascarpay/apecs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..808a7eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2177,6 +2177,9 @@ packages: [] # - GPipe-GLFW # GHC 8.2.1 via GLFW-b + "Jonas Carpay @jonascarpay": + - apecs + "Csaba Hruska @csabahruska": [] # - lambdacube-ir # bounds: aeson From 90846de80e0845e8a22fa512db3ed1de96c7743d Mon Sep 17 00:00:00 2001 From: tobbebex Date: Sat, 23 Sep 2017 19:24:06 +0200 Subject: [PATCH 0087/1926] Update build-constraints.yaml GPipe 2.2.2 now supports GHC 8.2.1 and builds using latest stackage nightly --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..734ee94a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2170,8 +2170,7 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # GHC 8.2.1 + - GPipe "Patrick Redmond @plredmond": [] From b24cee534d8426bc138c58fca94f4c1789d8ae38 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Sep 2017 08:51:17 -1000 Subject: [PATCH 0088/1926] re-enable hledger-interest Not my package, but I'm pretty sure this has been resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..40c5f588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: - cabal2nix - funcmp - hackage-db - # - hledger-interest # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-interest - hopenssl - hsdns - hsemail From 566be11311441113aada9b8ae1e18fc5e8ca3818 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 17:54:07 +0900 Subject: [PATCH 0089/1926] marvin < 0.2.4 (#2894) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3deb8f2b..97ce2d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,6 +3402,8 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + # https://github.com/fpco/stackage/issues/2894 + - marvin < 0.2.4 # end of packages # Package flags are applied to individual packages, and override the values of From 4d316a7d260c4e028b2f2471ae87387748926119 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:03:21 +0900 Subject: [PATCH 0090/1926] disable vector-builder benchmarks (#2896) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97ce2d8d..74e79394 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4008,6 +4008,7 @@ skipped-benchmarks: - refined - slave-thread - stm-containers + - vector-builder # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 - fgl - fgl-arbitrary From 86063564115bf6897b9a8a27a829f2a20824e44c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:04:22 +0900 Subject: [PATCH 0091/1926] cabal2nix < 2.6 due to hackage-db < 2.0 (#2878) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74e79394..8240c252 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,6 +3401,7 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + - cabal2nix < 2.6 # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 From 630a9f6f4eeaf74051d38463085ac3d45cb7edb9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:06:36 +0900 Subject: [PATCH 0092/1926] megaparsec < 6.2.0 (#2893) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8240c252..fe7d8b61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3405,6 +3405,9 @@ packages: # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 + + # https://github.com/fpco/stackage/issues/2893 + - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From fda0882130bc8ee40fe3e43059ee5a02080a4768 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:09:50 +0900 Subject: [PATCH 0093/1926] irc-client < 1.0.0.0 (#2891) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe7d8b61..8aca55ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,6 +3408,9 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 + + # https://github.com/fpco/stackage/issues/2891 + - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 75f31ff46141ebaadb442eaf96521e1e9a370b3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:17:00 +0900 Subject: [PATCH 0094/1926] swagger2 < 2.1.5 (#2895) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8aca55ee..d1b1f0a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,9 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 + + # https://github.com/fpco/stackage/issues/2895 + - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From 68297c61680e4fc55aa4b65e63d4c2e43b98960b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:20:04 +0900 Subject: [PATCH 0095/1926] try dropping hledger-api rather than swagger2 < 2.1.5 (#2895) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/Data/Swagger/Internal/ParamSchema.hs:296:21: error: Ambiguous occurrence ‘constructorTagModifier’ --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1b1f0a4..be181212 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -957,7 +957,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - - hledger-api + # - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -3411,9 +3411,6 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 - - # https://github.com/fpco/stackage/issues/2895 - - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From f6b7135996870a36bac4a11c413e77b968649969 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:41:21 +0900 Subject: [PATCH 0096/1926] debian-bootstrap.sh: nvidia-cuda-dev for accelerate-llvm-ptx (#2880) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b9a6feaa..e1ecdf13 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,6 +126,7 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ From 2c5f15f811d06dfaaf62b28e0fe93d823cd2ffcd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:52:21 +0900 Subject: [PATCH 0097/1926] debian-bootstrap.sh: nvidia-cuda-dev is in multiverse --- debian-bootstrap.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e1ecdf13..c27396c3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,7 +126,6 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ - nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ @@ -227,7 +226,7 @@ pushd /tmp \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd -## non-free repo for mediabus-fdk-aac -#apt-add-repository multiverse \ -# && apt-get update \ -# && apt-get install -y libfdk-aac-dev +# non-free repo for mediabus-fdk-aac +apt-add-repository multiverse \ + && apt-get update \ + && apt-get install -y nvidia-cuda-dev From 46ed2916fb0f95ee4cd094ff2e2b81fc6badc0f8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:59:44 +0900 Subject: [PATCH 0098/1926] validation doctests fail (#2872) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be181212..201d0d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3013,8 +3013,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 - "Tony Morris @tonymorris": - - validation +# "Tony Morris @tonymorris": +# - validation # https://github.com/fpco/stackage/pull/2872 "Tony Day @tonyday567": - numhask From f39214bbbd9f422995f61b656e60f4bfd27b4075 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 18 Aug 2017 07:33:55 +0200 Subject: [PATCH 0099/1926] Enable mole --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..9d5d898a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1240,7 +1240,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # via snap, heist, xmlhtml, + - mole - publicsuffix - rethinkdb-client-driver - snap-blaze From f2d2e1c7771789199aa5c74343ef73a7ba6cf458 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 02:00:28 +0900 Subject: [PATCH 0100/1926] disable shake-language-c for shake-0.16 (samplecount/shake-language-c#32) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..753a9511 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,7 +1147,8 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - - shake-language-c + [] + # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 "David Turner @davecturner": - alarmclock From 9cd875068e072a50dd0935d60490b73ab3fcbcdb Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Sun, 24 Sep 2017 13:18:20 -0400 Subject: [PATCH 0101/1926] Add webdriver and cond --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..67cefbfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3343,6 +3343,10 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb + + "Adam Curtis @kallisti-dev": + - webdriver + - cond # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8eb07689d563a8b50e1dce6f5322f5bfba17fbf2 Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Mon, 25 Sep 2017 09:09:25 +0900 Subject: [PATCH 0102/1926] Add th-strict-compat Hackage: https://hackage.haskell.org/package/th-strict-compat Repos: https://gitlab.com/igrep/th-strict-compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..77506d5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,7 @@ packages: "Yuji Yamamoto @igrep": - yes-precure5-command + - th-strict-compat "Hans-Christian Esperer @hce": - avwx From 51e5afc1a85f2eae7acf035d0fd5c59bbf1eac2e Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 24 Sep 2017 21:20:24 -0400 Subject: [PATCH 0103/1926] Revert "Disable hopenpgp-tools per #2812" This reverts commit 6e36c33f51f8d3910bd00ddbf667702336465066. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..27bf4374 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -875,7 +875,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": From a26b45444efb7f21a4a48a88b2e6d795ed501e1c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:02:15 +0200 Subject: [PATCH 0104/1926] Expect accelerate-blas tests to fail #2880 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..4c6a3680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3852,6 +3852,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 + - accelerate-blas # https://github.com/fpco/stackage/pull/2880 # Stackage upper bounds, re-enable these when their upper bound is removed From c5e4d9496028cfbb52524c4e5f31265c0f4a6b73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:04:26 +0200 Subject: [PATCH 0105/1926] Remove upper bound and close #2894 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c6a3680..62a40466 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,9 +3404,6 @@ packages: - hackage-db < 2.0 - cabal2nix < 2.6 - # https://github.com/fpco/stackage/issues/2894 - - marvin < 0.2.4 - # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 From bef0429ca6962763023bb5f79105b37fafdc182e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:07:59 +0200 Subject: [PATCH 0106/1926] Remove outdated comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62a40466..b58d9bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso # GHC 8.2.1 + - miso - envy - s3-signer - google-translate # bounds: servant From 2622ae61e6a3906a9771088f346c2f8c0ca24d59 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:08:56 +0200 Subject: [PATCH 0107/1926] Disable servant-swagger tests #2879 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b58d9bcf..f3ea0b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3850,6 +3850,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - accelerate-blas # https://github.com/fpco/stackage/pull/2880 + - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From 9143ebfb6e703030c8b70269c4ca689394930dd2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:39:07 +0900 Subject: [PATCH 0108/1926] disable avers-api-docs (wereHamster/avers#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3ea0b1a..7db2939a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1231,7 +1231,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd From cff7f453411020b5a1c6f7778380932dd72d7e6d Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Mon, 25 Sep 2017 03:49:59 +0000 Subject: [PATCH 0109/1926] Re-enable teardown package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..a615d20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -68,8 +68,8 @@ packages: "Roman Gonzalez @roman": [] + - teardown # - etc # GHC 8.2.1 via protolude - # - teardown # GHC 8.2.1 "Richard Cook @rcook": - hidden-char From 1a874bcb0bd3445611ed45ed5971b09afb55e0bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:58:12 +0900 Subject: [PATCH 0110/1926] disable find-clumpiness (GregorySchwartz/find-clumpiness#3) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db2939a..9c236c0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,7 +2270,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From eb5d13d035b21e60d1add456f55ada2f673df4bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 13:02:22 +0900 Subject: [PATCH 0111/1926] disable miso for aeson-1.2.2.0 (#haskell-miso/miso#295) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c236c0c..848e1cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso + # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 - envy - s3-signer - google-translate # bounds: servant From b729fba7ea9aa8c485dc8d825fe79f8b38b768ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:21:41 +0900 Subject: [PATCH 0112/1926] Revert "irc-client < 1.0.0.0 (#2891)" This reverts commit fda0882130bc8ee40fe3e43059ee5a02080a4768. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..d719b574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,9 +3406,6 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 - - # https://github.com/fpco/stackage/issues/2891 - - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 090b5f865bdf3e7605d3312a197427a5d8808251 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:32:10 +0900 Subject: [PATCH 0113/1926] revert "megaparsec < 6.2.0" (#2893) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1537d913..138cddd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,9 +3408,6 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 - cabal2nix < 2.6 - - # https://github.com/fpco/stackage/issues/2893 - - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 613aacfa74bae57304b9894a8e0893a294c909b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:41:38 +0900 Subject: [PATCH 0114/1926] try dropping "hackage-db < 2.0" (#2878) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 138cddd4..03fc1dca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,10 +3404,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2878 - - hackage-db < 2.0 - - cabal2nix < 2.6 # end of packages # Package flags are applied to individual packages, and override the values of From 5de4f268ae6d7ba7726a8741cbba8d528d2b8227 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 17:47:10 +1000 Subject: [PATCH 0115/1926] Add wide-word With permission from @erikd: erikd/wide-word#1. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..847db480 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -699,6 +699,7 @@ packages: - cusparse - cusolver - nvvm + - wide-word "Liam O'Connor @liamoc": [] From d3b33d31c96ed7e5f2db56537e81ff83607c90e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:48:02 +0900 Subject: [PATCH 0116/1926] fix adding teardown --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a615d20e..2ec7ee86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -67,7 +67,6 @@ packages: # - discord-hs # bounds: req "Roman Gonzalez @roman": - [] - teardown # - etc # GHC 8.2.1 via protolude From cefd2401c223ae3997562bb0b741c6a668d42e9d Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 18:19:46 +1000 Subject: [PATCH 0117/1926] Add accelerate-bignum --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 847db480..2ab80594 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,7 +681,7 @@ packages: - accelerate-io - accelerate-fft - accelerate-blas - # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite + - accelerate-bignum - repa - repa-io - repa-algorithms @@ -3778,6 +3778,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - accelerate-bignum # CUDA GPU # Test executable requires arguments - hpqtypes From 301c7e6fb2305f396b15e71087777af878d7ce27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 22:20:01 +0900 Subject: [PATCH 0118/1926] add QuadTree, compiler-warnings, threads-extras fixing 1e30da9 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64f4e45f..05fb04e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] + - QuadTree "Brian Lewis brian@lorf.org @bsl": [] @@ -2160,6 +2160,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-warnings - docopt - dynamic-state - dyre @@ -3035,6 +3036,7 @@ packages: "Jonathan Fischoff ": - clock-extras - next-ref + - threads-extras - tmp-postgres # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact From 682d4087b96673e92ecd84385f71a0a254cd6eb7 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 25 Sep 2017 22:23:19 +0300 Subject: [PATCH 0119/1926] Add dom-parser --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..114e25c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3341,11 +3341,12 @@ packages: - ghost-buster "typeable.io ": + - dom-parser - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 6b844b02f70dc6fc56d53af2e7f29c041df67d34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Sep 2017 17:11:29 -0700 Subject: [PATCH 0120/1926] Expect foundation tests to pass per https://github.com/haskell-foundation/foundation/issues/394#issuecomment-331815967 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..b880a9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3822,7 +3822,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled From 04319dfa30cb312a5105c4f53b1401083920b401 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 26 Sep 2017 13:20:17 +0900 Subject: [PATCH 0121/1926] QuadTree needs older base and lens --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..8f3ba598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,8 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - QuadTree + [] + # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": [] From b6d451b183a30c34ea099b4fbbe3128aef6ca4bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:14:31 +0200 Subject: [PATCH 0122/1926] Disable hopenpgp-tools #2899 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3ba598..5d465004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,7 +874,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 - opensource "Piyush P Kurur @piyush-kurur": @@ -3346,7 +3346,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 8a4f8019a610345fe9942dcceb42dd7f7e4d5cdd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:19:23 +0200 Subject: [PATCH 0123/1926] Expect linear-accelerate tests to fail ekmett/linear-accelerate#10 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d465004..7ac427bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3815,6 +3815,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 816a2844454b708cc2254303ccaff71e9afa827a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:21:46 +0200 Subject: [PATCH 0124/1926] Expect tasty-discover tests to fail lwm/tasty-discover#123 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ac427bc..b6e5cf93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3816,6 +3816,7 @@ expected-test-failures: - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7b5eb1967b8e85563298efebabef502b3a0665a9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:26:53 +0200 Subject: [PATCH 0125/1926] Expect teardown tests to fail #2901 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6e5cf93..8601518b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,6 +3869,9 @@ expected-test-failures: - multiset - makefile + # Doctest failures + - teardown + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From e473577348a0d4884932c5de57b8735f24d5d033 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:36:26 +0200 Subject: [PATCH 0126/1926] Re-enable miso --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7b33bcf..eb9ec110 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -253,7 +253,7 @@ packages: - once "David Johnson @dmjio": - # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 + - miso - envy - s3-signer - google-translate # bounds: servant From f4c88d5d311c3d89a6ea7501cc4121b01c3a5d97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 13:56:05 +0200 Subject: [PATCH 0127/1926] Expect wide-word tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb9ec110..e5290203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3800,6 +3800,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 + - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 2f2f8665b1e5edc02773418a66528d9cc63adfc3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 15:48:13 +0200 Subject: [PATCH 0128/1926] Re-enable linear-accelerate tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5290203..e7d3c669 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures From 93e40de2da863049e0cb6e61fdcfa0570128f3a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 26 Sep 2017 19:33:47 +0200 Subject: [PATCH 0129/1926] Re-enable tasty-discover tests. Fixed in https://github.com/lwm/tasty-discover/commit/03e7a8c2a38b14b0d45429c9c765a8b79e117973. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7d3c669..31288ecf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fe48d1e76ca9ad99c65c1eeb9e8f9169128149b1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 20:56:26 +0200 Subject: [PATCH 0130/1926] Revert "Re-enable linear-accelerate tests" This reverts commit 2f2f8665b1e5edc02773418a66528d9cc63adfc3. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31288ecf..d2d91f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,6 +3820,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fba7df03eff3b9887d1cb8672fbc61d43741069a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:20:27 +0200 Subject: [PATCH 0131/1926] Raise xml-conduit upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d91f59..d9d9984a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,7 +3402,7 @@ packages: - ansi-terminal < 0.7 # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.6.0 + - xml-conduit < 1.7.0 # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From c4f4ca25e4933c5a57788593702bd0ab4283351f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:23:27 +0200 Subject: [PATCH 0132/1926] Upper bound for #2906 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9d9984a..4946de86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2906 + - uri-bytestring < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6506706f4a9a419f0813e1af971ba90e4b0af669 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Tue, 26 Sep 2017 20:42:11 -0500 Subject: [PATCH 0133/1926] Added GDAX interface library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..6d27b5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: - graylog - parsec-numeric - mallard + - gdax "Callum Rogers @CRogers": - should-not-typecheck From 84259bda19428530ac50acb292e0a0d8990e4231 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Sep 2017 12:57:50 +0300 Subject: [PATCH 0134/1926] Remove upper bounds and close #2779 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..204f70a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,9 +3401,6 @@ packages: # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 - # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.7.0 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From 2f4c1c851ba62e57ffc286ac2aa7a0bb0d7fd082 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Wed, 27 Sep 2017 15:39:28 +0300 Subject: [PATCH 0135/1926] Add xml-isogen --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f70a0..905c8c31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,6 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From ec2a2881247983e5e88c7b36857f506b4478a402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:42:04 +0200 Subject: [PATCH 0136/1926] Re-enable wide-word tests erikd/wide-word#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index daa26f24..794b758a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3802,7 +3802,6 @@ 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 - - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From ca5d150741d6f481d3e9c66bd29c7c43df1c1f30 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:44:45 +0200 Subject: [PATCH 0137/1926] Re-enable shake-language-c #32 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794b758a..1d406574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1148,8 +1148,7 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - [] - # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 + - shake-language-c "David Turner @davecturner": - alarmclock From 755fcef971826828c90029a187740006b4acb263 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 02:59:47 +0200 Subject: [PATCH 0138/1926] Expect gdax tests to fail #2907 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d406574..2d51f140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - gdax # Needs environment variables set # Test executable requires arguments - hpqtypes From 0ce48b6e677305fdf7bfe65024460bc47b21285e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:05:24 +0200 Subject: [PATCH 0139/1926] Disable xml-isogen #2908 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d51f140..4de50e7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,7 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - - xml-isogen + # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 "Jeremy Huffman @jeremyjh": - higher-leveldb From ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:14:19 +0200 Subject: [PATCH 0140/1926] Disable soap-* due to xml-conduit-writer compilation failure --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4de50e7e..8a493137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1590,10 +1590,10 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": - - soap - - soap-tls - - soap-openssl + "Alexander Bondarenko @wiz": [] + # - soap # compilation failure via xml-conduit-writer + # - soap-tls # compilation failure via xml-conduit-writer + # - soap-openssl # compilation failure via xml-conduit-writer "Andres Löh @kosmikus": - generics-sop From f9491d1893d3994641eee9506b7d0728e6f38f2a Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Sep 2017 02:46:01 +0800 Subject: [PATCH 0141/1926] Make mintty build with Win32-2.5.x.x ghc-8.2.1 ships with Win32-2.5.4.1, and mintty should build with this version of Win32. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..8c69921b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,7 +3504,7 @@ package-flags: time_pre_1_6: false mintty: - win32-2-5: false + win32-2-5: true cassava: pre-bytestring-0-10-4: false From 551ce8e8b872e7a38bfddd35dba5f8f0ae0d423f Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 14:40:12 +1000 Subject: [PATCH 0142/1926] Add accelerate-examples --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..19afd7d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,6 +681,7 @@ packages: - accelerate-fft - accelerate-blas - accelerate-bignum + - accelerate-examples - repa - repa-io - repa-algorithms From eaa451c9e0f384df7327ae19e9b4b0d4b41ee174 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:33:11 +1000 Subject: [PATCH 0143/1926] Expect linear-accelerate tests to pass ekmett/linear-accelerate#10 fixed in linear-accelerate-0.5.0.1 release --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..e2ef838e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,7 +3821,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 028447df0e00a67b0959ef1e5e1233c02755eb31 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:42:07 +1000 Subject: [PATCH 0144/1926] Expect accelerate-blas tests to fail This just changes the reason the tests are expected to fail, since as of accelerate-blas-0.1.0.1 they will now at least build. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..424f25ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - accelerate-blas # CUDA GPU - gdax # Needs environment variables set # Test executable requires arguments @@ -3852,7 +3853,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 - - accelerate-blas # https://github.com/fpco/stackage/pull/2880 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From ccabb4007433623f9a458426c5759886a92a30e7 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 16:33:52 +0200 Subject: [PATCH 0145/1926] Added package nakadi-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..0d147927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,7 @@ packages: - type-level-integers - partial-order - async-timer + - nakadi-client "Simon Hafner @reactormonk": - uri-bytestring-aeson From 5518f4a4ddac373d6ea3a76a5546bb37de5f5c80 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Sep 2017 22:07:11 +0200 Subject: [PATCH 0146/1926] Expect nakadi-client tests to fail #2913 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8f9523..d0363c12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3783,6 +3783,7 @@ expected-test-failures: - accelerate-bignum # CUDA GPU - accelerate-blas # CUDA GPU - gdax # Needs environment variables set + - nakadi-client # Needs environment variable set # Test executable requires arguments - hpqtypes From 1edb6edd36830e9013b5b200acbda4c497946fe6 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 23:43:45 +0200 Subject: [PATCH 0147/1926] Added throttle-io-stream and conduit-throttle --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0363c12..96782a69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,8 @@ packages: - partial-order - async-timer - nakadi-client + - throttle-io-stream + - conduit-throttle "Simon Hafner @reactormonk": - uri-bytestring-aeson From b340cca55abf4fffd05337bf7fa8922f934c8940 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 10:55:27 +0200 Subject: [PATCH 0148/1926] Add lxd-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..7acb07aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2865,6 +2865,7 @@ packages: "Henri Verroken @hverr": - bordacount - cache + - lxd-client - xxhash-ffi "Cliff Harvey @BlackBrane": From a85b06fad45b6e45888469d87c92189279adc309 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:05:43 +0200 Subject: [PATCH 0149/1926] Upper bounds for #2917 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..c7238bf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,11 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 + + # https://github.com/fpco/stackage/issues/2917 + - hledger-lib < 1.4 + - hledger-ui < 1.4 + - hledger-web < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 8feec6c99ccd6ab13a58957722c273e3755ca616 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:08:45 +0200 Subject: [PATCH 0150/1926] Another upper bound for #2917 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 347dbe13..3007c695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ packages: - uri-bytestring < 0.3.0 # https://github.com/fpco/stackage/issues/2917 + - hledger < 1.4 - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 From 18217456422d2902e0f4e600100725d462900d44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:00 +0200 Subject: [PATCH 0151/1926] Re-enable xml-conduit-writer dependents #2908, ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3007c695..fef0e979 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1592,9 +1592,9 @@ packages: - maximal-cliques "Alexander Bondarenko @wiz": [] - # - soap # compilation failure via xml-conduit-writer - # - soap-tls # compilation failure via xml-conduit-writer - # - soap-openssl # compilation failure via xml-conduit-writer + - soap + - soap-tls + - soap-openssl "Andres Löh @kosmikus": - generics-sop @@ -3351,7 +3351,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From 53e7ce8c50fa81c6eae0f07a560ccf09fbb67821 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:45 +0200 Subject: [PATCH 0152/1926] Fix syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fef0e979..19328e58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1591,7 +1591,7 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": [] + "Alexander Bondarenko @wiz": - soap - soap-tls - soap-openssl From aed1da99ffda95232a6a2a4d273d08e8e4d3dff3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:23:04 +0200 Subject: [PATCH 0153/1926] Expect ip tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19328e58..c8366f38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,6 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - ip # Stackage upper bounds, re-enable these when their upper bound is removed From 6cbda2bf8ead363f297b4667db4f0bb132df948a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:25:40 +0200 Subject: [PATCH 0154/1926] Add issue for ip test failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8366f38..2b546da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,7 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip + - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From afbc98a516a0fa8d8fa2762cf0fbf0bc1991919a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:52:59 -0700 Subject: [PATCH 0155/1926] Bound Glob due to https://github.com/sol/hpack/issues/202 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b546da8..70e1c673 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,9 @@ packages: - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 + + # https://github.com/sol/hpack/issues/202 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 50423d1bf5843956611facabb1f506893b31285e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:59:37 -0700 Subject: [PATCH 0156/1926] Skip tests for lxd-client due to #2919 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70e1c673..152cfb1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 + - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From 8ee3d73ef8b068a11c77c31e4ef6b9420038c763 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 16:14:48 -0700 Subject: [PATCH 0157/1926] Upper bound fingertree since it fails reducers (#2920) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152cfb1f..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,6 +3424,9 @@ packages: # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2920 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From e44a400ee911ab4cc0a89c8b91dcf847fb8c2112 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:48:37 -0700 Subject: [PATCH 0158/1926] Another fix for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..e4f89988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + - reducers < 3.12.1 # end of packages # Package flags are applied to individual packages, and override the values of From c7abd42dbfe87beec846fb5f17ad5a6380b0f581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:53:29 -0700 Subject: [PATCH 0159/1926] Another fix (this should be the one) for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4f89988..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - reducers < 3.12.1 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9bcac0330c85c9acbdd7b7c5e084f957fc46eea7 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 18:59:43 +0200 Subject: [PATCH 0160/1926] Permanently skip tests for lxd-client (#2919) lxd-client needs LXD infrastructure, which is unavailable on Debian --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..4cfb9181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3799,6 +3799,7 @@ expected-test-failures: - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set + - lxd-client # Needs LXD, not available on debian # Test executable requires arguments - hpqtypes @@ -3910,7 +3911,6 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 - - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From e424cd4dc709397fcb57fcb804ff45132a3cb937 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 2 Oct 2017 23:48:54 +0100 Subject: [PATCH 0161/1926] Add strict-types --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cfb9181..f9f712f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -60,7 +60,7 @@ packages: - NoHoed - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - + - strict-types "Joshua Koike @jano017": [] From f65b2aa9b43b71ebff534f38c03bf19de373fcbd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:40:43 -1000 Subject: [PATCH 0162/1926] allow revised hledger* 1.4 (fixes #2917) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9f712f3..b0bf57d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,12 +3416,6 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 - # https://github.com/fpco/stackage/issues/2917 - - hledger < 1.4 - - hledger-lib < 1.4 - - hledger-ui < 1.4 - - hledger-web < 1.4 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 383615f83dc580b70bd6f0f7bd4dfbd26f099659 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:38:16 -1000 Subject: [PATCH 0163/1926] re-enable hledger-api (resolves #2895) hledger-api 1.4 is out. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0bf57d4..55ca82e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,7 +958,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - # - hledger-api + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 4151645fc83afd2312bc9ce1a3a8ec80b857a4b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:10:28 -0700 Subject: [PATCH 0164/1926] Disable tests for hpio (#2926) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55ca82e4..b93ab065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3934,6 +3934,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From 1796d190717bea49f0d6d4df3e97154c34f7844c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:12:35 -0700 Subject: [PATCH 0165/1926] Disable cryptol because of #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b93ab065..d07bea0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1378,7 +1378,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From b211fd0bbe214deae0bfecd3e397ff8d7cb0c2e0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:16:19 -0700 Subject: [PATCH 0166/1926] hpio to skipped-tests (#2926) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d07bea0e..baa717e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,6 +3676,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + - hpio # https://github.com/fpco/stackage/issues/2926 # end of skipped-tests @@ -3934,7 +3935,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From f9207b0f912cc178f51c5793d76e4c2668159d4e Mon Sep 17 00:00:00 2001 From: Sebastian Pulido Gomez Date: Tue, 3 Oct 2017 13:22:59 -0500 Subject: [PATCH 0167/1926] Adding scalendar library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa717e5..8ebdb552 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1967,6 +1967,7 @@ packages: - hapistrano - inflections - stache + - scalendar # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": From 24782534c369dbc24ca3a6d890bb81890f59eadf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:39:41 -0700 Subject: [PATCH 0168/1926] Mark textmath's tests as failing (#2929) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ebdb552..10ad0c87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3890,6 +3890,7 @@ expected-test-failures: # Doctest failures - teardown + - texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From b2971cf4af0322bca414bb1bfdbf6ecc42f1de4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:44:11 -0700 Subject: [PATCH 0169/1926] Close #2906 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10ad0c87..57306d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,9 +3414,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2906 - - uri-bytestring < 0.3.0 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 4430e71bcf6580efbbe1a37167679df83998510b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:13:02 -0700 Subject: [PATCH 0170/1926] Test issues that should be closed --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57306d64..6ebea747 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -569,7 +569,6 @@ packages: - profunctors - promises - reducers - - reducers - reflection - semigroupoid-extras - semigroupoids @@ -2596,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3415,10 +3414,10 @@ packages: - language-c < 0.7 # https://github.com/sol/hpack/issues/202 - - Glob < 0.9.0 + # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3887,7 +3886,7 @@ expected-test-failures: # Doctest failures - teardown - - texmath # https://github.com/fpco/stackage/issues/2929 + # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3924,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 06174d90511bf500649ff32acdd1599fa4b288ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:37:05 -0700 Subject: [PATCH 0171/1926] Undo changes adding broken packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ebea747..539a959d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames < 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3417,7 +3417,7 @@ packages: # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3923,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 6094cc51f6ac3edd4bb0d6e2dead9455e55264e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:57:34 -0700 Subject: [PATCH 0172/1926] Close #2929. Close https://github.com/sol/hpack/issues/202. Close #2918 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 539a959d..1461cbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,9 +3413,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/sol/hpack/issues/202 - # Glob < 0.9.0 - # https://github.com/fpco/stackage/issues/2920 - fingertree < 0.1.2 # end of packages @@ -3886,7 +3883,6 @@ expected-test-failures: # Doctest failures - teardown - # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From bd960e2f439d09eae9838024cc6c2e741101fe69 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:16:27 -0700 Subject: [PATCH 0173/1926] Close #2714. Move brick bount to 0.24, as per #2933 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1461cbaa..ae2fa9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,9 +3394,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2714 - - brick < 0.21 - - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2933 + - brick < 0.24 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 851fad19b8252acf8c076104ebce49e285d71071 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Wed, 4 Oct 2017 01:27:33 +0200 Subject: [PATCH 0174/1926] Adds docker --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2fa9e5..7fbd3b1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,9 @@ packages: - webdriver - cond + "Deni Bertovic @denibertovic, James Parker ": + - docker + # 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 368c987d8ddbd98a6325247378747d17f9cd9ef7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:19:53 -0700 Subject: [PATCH 0175/1926] Manually apply #2932. Closes #2932 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fbd3b1e..6f9be0fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,10 @@ packages: - webdriver - cond + "Naoto Shimazaki @igy": + - thread-hierarchy + - bitset-word8 + "Deni Bertovic @denibertovic, James Parker ": - docker From eb5a56874876e50d9844adbc3afbd073ec151d21 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:36:14 -0700 Subject: [PATCH 0176/1926] Mark docker as expected test failure (#2934) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f9be0fe..8d2a95a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3737,6 +3737,7 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL + - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 8e0054a9860e4f5d5e502074e1faf6d2d1996e24 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:37:57 -0700 Subject: [PATCH 0177/1926] Test fixes --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2a95a6..2c3c7e65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3420,7 +3420,7 @@ packages: - language-c < 0.7 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 197e858d3d6b5742d9f26ea74acd547cc25f727b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:51:25 -0700 Subject: [PATCH 0178/1926] Keep Frames as test failures --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3c7e65..4f7a0d18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames - hpp "Takayuki Muranushi @nushio3": @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 160a599ef86d8bfb7a3098549f5f5810053eb236 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:31 -0700 Subject: [PATCH 0179/1926] Mark Frames as disabled tests too --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f7a0d18..65be9d19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,6 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 + - Frames # https://github.com/acowley/Frames/issues/47 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d90eec0bf7fb85dffd2a3c3f1e4e1824d1bee7f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:59 -0700 Subject: [PATCH 0180/1926] Use proper issue number for Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65be9d19..10a3fe16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,7 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From cf3ecbecc4e50fa5ccf157beedc29cdedb58f12f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 14:04:04 -0700 Subject: [PATCH 0181/1926] Remove commented bound on fingertree. Close #2920 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10a3fe16..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,9 +3418,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From f449cf67f2a5d453313e6849632698b8bf1a734b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:48:47 -0700 Subject: [PATCH 0182/1926] Test some expected test fails --- build-constraints.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..1c9896db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. - - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - - crypto-numbers - - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - - distributed-process - - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - - distributed-process-task - - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - - fsnotify # Often runs out of inotify handles - - hastache - - idris # https://github.com/fpco/stackage/issues/1382 - - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - - math-functions # https://github.com/bos/math-functions/issues/25 - - 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 - - matplotlib # https://github.com/fpco/stackage/issues/2365 - - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 + # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + # crypto-numbers + # css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + # distributed-process + # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + # distributed-process-task + # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + # fsnotify # Often runs out of inotify handles + # hastache + # idris # https://github.com/fpco/stackage/issues/1382 + # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + # math-functions # https://github.com/bos/math-functions/issues/25 + # 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 + # matplotlib # https://github.com/fpco/stackage/issues/2365 + # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 9643c6614f6911c6c1427d8ed9d2d73a203c26a1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:55:48 -0700 Subject: [PATCH 0183/1926] Disable the tests that failed, try again --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9896db..ba00d52e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3688,21 +3688,21 @@ expected-test-failures: # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 # crypto-numbers - # css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 # distributed-process # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 # distributed-process-task # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # fsnotify # Often runs out of inotify handles - # hastache + - hastache # idris # https://github.com/fpco/stackage/issues/1382 # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - # math-functions # https://github.com/bos/math-functions/issues/25 + - 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 + - statistics # https://github.com/bos/statistics/issues/42 # matplotlib # https://github.com/fpco/stackage/issues/2365 # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 From 11ac14e0c49bd08816103767c554c3ab57c7df33 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 20:09:12 -0700 Subject: [PATCH 0184/1926] Revert to the original --- build-constraints.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba00d52e..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. - # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - # crypto-numbers + - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 + - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + - crypto-numbers - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - # distributed-process - # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - # distributed-process-task - # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - # fsnotify # Often runs out of inotify handles + - distributed-process + - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + - distributed-process-task + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + - fsnotify # Often runs out of inotify handles - hastache - # idris # https://github.com/fpco/stackage/issues/1382 - # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - idris # https://github.com/fpco/stackage/issues/1382 + - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - math-functions # https://github.com/bos/math-functions/issues/25 - # 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 + - 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 - # matplotlib # https://github.com/fpco/stackage/issues/2365 - # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 533c6b13584cc99661e1397029c97d7fc443857b Mon Sep 17 00:00:00 2001 From: Anton Gushcha Date: Thu, 5 Oct 2017 09:34:38 +0300 Subject: [PATCH 0185/1926] Reenable aeson-injector > If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. [aeson-injector](http://hackage.haskell.org/package/aeson-injector) is now compatible with GHC 8.2.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..2628cfbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,8 +2935,7 @@ packages: # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - [] - # - aeson-injector # GHC 8.2.1 + - aeson-injector "Rune K. Svendsen @runeks": [] From eead7408be667dbe470704774606975022a750e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:17:39 -0700 Subject: [PATCH 0186/1926] Bound hslua (#2936) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2628cfbb..91ef3250 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2936 + - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41b17b3410fed47c9612d8e5a0d6b9e8920e55ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:28:33 -0700 Subject: [PATCH 0187/1926] Test Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91ef3250..fdbf8f4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/90 + # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From de08fd72e720966ae518622eab025a3a4655eb9f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:33:06 -0700 Subject: [PATCH 0188/1926] Frames passes tests, close https://github.com/acowley/Frames/issues/90 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdbf8f4d..47eb1395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,6 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 4f79237b0a8a38d81e06128c0805c9511a70226f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 09:20:02 -0700 Subject: [PATCH 0189/1926] Close #2936, hslua back in bounds --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47eb1395..b0148b9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,9 +3417,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2936 - - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From cad0f9f84b342863c7674f935b5935213b911e18 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 6 Oct 2017 23:55:41 +0200 Subject: [PATCH 0190/1926] Re-enable ip tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0148b9d..a7e77377 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,7 +3864,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From 2d674d62d3b88db6490fc2a0d435b0c35a32c7ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:16:04 -0700 Subject: [PATCH 0191/1926] Bound vty (#2937) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7e77377..82212577 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2937 + - vty < 5.18 # end of packages # Package flags are applied to individual packages, and override the values of From 3eed26724f7ce03fb42bbc1980797f20b1d96120 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:18:45 -0700 Subject: [PATCH 0192/1926] Relax bounds on brick (#2933, #2938). Close #2933 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82212577..68897221 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,8 +3400,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2933 - - brick < 0.24 + # https://github.com/fpco/stackage/issues/2938 + - brick < 0.27 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 53051ed6a998c2ef2336159b4d7dc450ab09a27d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 20:50:05 -0700 Subject: [PATCH 0193/1926] Test glob --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68897221..b767da42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,6 +3420,8 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6dc37d14dbd9f76b9009c8a9b4fad77372ca46a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 21:02:17 -0700 Subject: [PATCH 0194/1926] Add issue to Glob bound (#2939) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b767da42..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,7 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From d886f126d4e179b8a814dcb8d6afaea4cd2f8497 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:31:39 -0700 Subject: [PATCH 0195/1926] Testing --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e2fe64..20ef3a9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 + # Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6a0db9a16e88f4c7b48b9ab18f81dff08bda8aae Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:35:41 -0700 Subject: [PATCH 0196/1926] Keep the bound on Glob (#2939) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20ef3a9e..ce2e5ce0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - # Glob < 0.9.0 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From bf3dac17b0af2e1ef90c16972b03b4b396d8d0e5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:38:41 -0700 Subject: [PATCH 0197/1926] cryptol still fails --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2e5ce0..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol # https://github.com/fpco/stackage/issues/2927 + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From 2fbd5ec5523f2cde4646baa68b2d55110b1e530c Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 7 Oct 2017 13:23:56 +0200 Subject: [PATCH 0198/1926] Updated GHC 8.2 compatibility The latest sparse-linear-algebra (0.2.9.8) removes the transitive dependency on MemoTrie and builds on GHC 8.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e2fe64..83637789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -190,7 +190,7 @@ packages: # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - - sparse-linear-algebra # GHC 8.2.1 via MemoTrie + - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno From eea8593a5979072d28381a661ac4f1d63b993dc5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 12:08:24 -0700 Subject: [PATCH 0199/1926] Close #2937. Close #2938. hledger updated. --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83637789..1265d738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,9 +3400,6 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2938 - - brick < 0.27 - # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3418,9 +3415,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2937 - - vty < 5.18 - # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From be6a086158d3a809e926cc0bd56fa7221737b320 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:04:09 -0700 Subject: [PATCH 0200/1926] Bound pipes-category (#2944) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1265d738..2e2a8bda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2944 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From e66d76ab1ecfc311bceff981fe8e2e67d871ac63 Mon Sep 17 00:00:00 2001 From: Hexirp Date: Sun, 8 Oct 2017 16:31:03 +0900 Subject: [PATCH 0201/1926] Add doctest-driver-gen --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e2a8bda..5ee731b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,9 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker + + "Hexirp @Hexirp": + - doctest-driver-gen # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3e35d3e7ce14a3059fdee06e885d89bd43707f3a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:12:19 -0700 Subject: [PATCH 0202/1926] Space fixes --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ee731b7..27dfe31c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,7 +3365,7 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker - + "Hexirp @Hexirp": - doctest-driver-gen @@ -3422,7 +3422,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From b6dc8b3bbe4d3928072f293910fff225a5e1887b Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 7 Oct 2017 14:20:08 -0700 Subject: [PATCH 0203/1926] Add stripe This should work now. `http-streams` has been updated. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27dfe31c..14526483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -259,9 +259,9 @@ packages: - google-translate # bounds: servant - hackernews # GHC 8.2.1 # - ses-html # bounds: time 1.6 - # - stripe-haskell # via: stripe-http-streams - # - stripe-http-streams # via: http-streams - # - stripe-core # bounds: aeson 1.0 + - stripe-haskell + - stripe-http-streams + - stripe-core "Piotr Mlodawski @pmlodawski": - error-util From bc95f3763ada362d0c7ad5699c9fb08a14ebc410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:50:13 -0700 Subject: [PATCH 0204/1926] Expect test failure on strip-http-streams (#2945) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14526483..d7be0bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3798,6 +3798,7 @@ expected-test-failures: - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian + - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account # Test executable requires arguments - hpqtypes From 72908ae0868fd83cf3c864346327ed32abdabc26 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:53:54 -0700 Subject: [PATCH 0205/1926] Disable pipes-misc, pipes-fluid (#2946) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7be0bbf..5490907d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid - - pipes-misc + # pipes-fluid # blocked on pipes-misc + # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": From 778833591270c4b6d6d15610658e80b67f5cb519 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 8 Oct 2017 21:55:51 +0300 Subject: [PATCH 0206/1926] Add Serokell log-warper to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5490907d..2e0d03a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,7 @@ packages: - listsafe "Serokell @serokell": + - log-warper - universum "Lorenz Moesenlechner @moesenle": From 983134a25913216c746751df4650a00181dee357 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 8 Oct 2017 12:21:06 -0700 Subject: [PATCH 0207/1926] ses-html updated (#2941) Include `ses-html` back into stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e0d03a0..21cffd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,7 @@ packages: - s3-signer - google-translate # bounds: servant - hackernews # GHC 8.2.1 - # - ses-html # bounds: time 1.6 + - ses-html - stripe-haskell - stripe-http-streams - stripe-core From a7f13f2d10fa05f6f1026dd0dd2062e5561fc450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:36:08 -0700 Subject: [PATCH 0208/1926] Remove bound on pipes-category. Close #2944 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21cffd0f..a4718290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - # pipes-fluid # blocked on pipes-misc - # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid # blocked on pipes-misc + - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": @@ -3421,9 +3421,6 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 - - # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 4e47d41ec982feb03f3e4bcc2288a57462176606 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:40:38 -0700 Subject: [PATCH 0209/1926] Close #2946, package builds now --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4718290..137b2a65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid # blocked on pipes-misc - - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid + - pipes-misc - stm-extras "Siniša Biđin @sbidin": From 34dfb6cfbaa926176f7285d3317a19b3d8c1485a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:01:21 -0700 Subject: [PATCH 0210/1926] Validation --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 137b2a65..e760b79f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,8 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # - scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3019,8 +3018,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 -# "Tony Morris @tonymorris": -# - validation # https://github.com/fpco/stackage/pull/2872 + "Tony Morris @tonymorris": + - validation "Tony Day @tonyday567": - numhask From 9b3f66ba8d9292d80add8d4d21c95608c44ff485 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:05:08 -0700 Subject: [PATCH 0211/1926] scrape-changes fails to build (#2948) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e760b79f..40d6e9e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,8 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes + - [] + # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special From 5d54da2bc382e09b9c1dc68776f11686e30b0f92 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:07:14 -0700 Subject: [PATCH 0212/1926] validation tests failing to build (#2949) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40d6e9e0..e41f554f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3677,6 +3677,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - hpio # https://github.com/fpco/stackage/issues/2926 + - validation # https://github.com/fpco/stackage/issues/2949 # end of skipped-tests From 181230a9ef51bcca73f384a80b9f647d5d446959 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:09:20 -0700 Subject: [PATCH 0213/1926] Fix syntax --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e41f554f..ead4d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - [] + [] # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": From e5a1dee6d8cea1ee37cedba7e01e08ef27a78aec Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 9 Oct 2017 18:36:50 +0800 Subject: [PATCH 0214/1926] Update build-constraints.yaml --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ead4d0da..e4273c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -208,7 +208,7 @@ packages: - hspec-golden-aeson # - servant-aeson-specs # bounds: servant - "Winter Land @winterland1989": + "Winter Han @winterland1989": - if - tcp-streams - tcp-streams-openssl @@ -216,9 +216,10 @@ packages: - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # 3 packages out of bounds: https://github.com/winterland1989/mysql-haskell/issues/16 - # - mysql-haskell-openssl # bounds: tcp-streams + - mysql-haskell + - mysql-haskell-openssl - data-has + - unboxed-ref "Harendra Kumar @harendra-kumar": - unicode-transforms From 337f5037e6c43e84fd8edbd79586bef07e50ef46 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Mon, 9 Oct 2017 17:08:49 +0900 Subject: [PATCH 0215/1926] add cisco-spark-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4273c92..a3e71846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3364,6 +3364,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 + - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - docker From bbf4e8ebbcff80c6d0d74ecf69f81d34e1edce0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:19:04 -0700 Subject: [PATCH 0216/1926] Update blockers on neural (#2950) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3e71846..321c9619 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,7 +3311,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2735 + # neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": From c3d1cc7047a93e1576394515573c1880bcf91722 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Oct 2017 06:56:27 -0700 Subject: [PATCH 0217/1926] Remove Glob bound. close #2939 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 321c9619..2a622716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,9 +3420,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5d3e5dec2653c68429bab55d41e4d7c02bee176d Mon Sep 17 00:00:00 2001 From: Vaclav Haisman Date: Tue, 10 Oct 2017 07:33:05 +0200 Subject: [PATCH 0218/1926] Add hs-bibutils. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a622716..08e2968b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3372,6 +3372,9 @@ packages: "Hexirp @Hexirp": - doctest-driver-gen + "Václav Haisman @wilx": + - hs-bibutils + # 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 8dd57607e829172df315d8c7ce98878e7ed9231d Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 10 Oct 2017 16:20:23 +0100 Subject: [PATCH 0219/1926] brick < 0.28 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08e2968b..4680ef77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3423,6 +3423,10 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2954 + - brick < 0.28 + # end of packages # Package flags are applied to individual packages, and override the values of From a1fb913724882db76217e3f511bc355588c782de Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 10 Oct 2017 11:49:20 -0400 Subject: [PATCH 0220/1926] Re-added find-clumpiness. Fixed https://github.com/GregorySchwartz/find-clumpiness/issues/3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4680ef77..14f32d28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2273,7 +2273,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 + - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From c6c1b4186f9958a196519e64cf7e7375100234ee Mon Sep 17 00:00:00 2001 From: Naushadh Date: Wed, 11 Oct 2017 18:10:21 -0400 Subject: [PATCH 0221/1926] Re-add mysql-haskell --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..39c53814 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,8 +3251,8 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # bounds: tcp-streams (see mysql-haskell) + # [] + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From 99d953ab8ad8814e74fef5283edcecbf75d67bdc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 17:10:57 +0100 Subject: [PATCH 0222/1926] retrict llvm-hs and hasql packages --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..e1ab0c50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,8 +3424,12 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2954 - - brick < 0.28 + # https://github.com/fpco/stackage/issues/2957 + - llvm-hs < 5.1.0 + - llvm-hs-pure < 5.1.0 + + # https://github.com/fpco/stackage/issues/2958 + - hasql < 0.20 # end of packages From 1c4215a2c7db99127221d612803465af0cb6ba7c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 19:55:45 +0100 Subject: [PATCH 0223/1926] take out log-warper --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ab0c50..e8783503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper + # - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": From 0ee00c890c10331f338b17a1464aa6d42b9c4036 Mon Sep 17 00:00:00 2001 From: Naushadh Date: Thu, 12 Oct 2017 21:07:00 -0400 Subject: [PATCH 0224/1926] Commit to trigger travis. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39c53814..a1ed3bc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,7 +3251,6 @@ packages: - mnist-idx "Naushadh @naushadh": - # [] - persistent-mysql-haskell "Moritz Schulte @mtesseract": From 38bb3257f365da948eeadc1eadc0afa939f86105 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Fri, 13 Oct 2017 15:03:20 +0200 Subject: [PATCH 0225/1926] Add lxd-client-config --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..2b867c8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,7 @@ packages: - bordacount - cache - lxd-client + - lxd-client-config - xxhash-ffi "Cliff Harvey @BlackBrane": From 336ae6e095ff471b13cdc93eb69cc580a601f8df Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 13 Oct 2017 10:56:33 -0400 Subject: [PATCH 0226/1926] Add the eliminators package http://hackage.haskell.org/package/eliminators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..390de9c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,6 +2012,7 @@ packages: - code-page - deriving-compat - echo + - eliminators - generic-deriving - hashmap - invariant From 73f564ce1959f8c8bcf8bbc0cc9dd2c7be9dbd44 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sat, 14 Oct 2017 15:42:27 +0900 Subject: [PATCH 0227/1926] Add rakuten package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..abcea9c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -33,6 +33,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork + - rakuten "Pavol Klacansky @pavolzetor": - openexr-write From 74cdeb24313e4291d19d4c632d333003b130c0cf Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 16 Oct 2017 00:31:49 +0900 Subject: [PATCH 0228/1926] Add servant-rawm package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..138ef7eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,6 +2153,7 @@ packages: - pretty-simple - read-env-var - servant-checked-exceptions + - servant-rawm - servant-static-th - xml-html-qq - xml-indexed-cursor From 384f7d25a0f63aa105af62b520764e2381413710 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Mon, 16 Oct 2017 05:53:03 -0600 Subject: [PATCH 0229/1926] extra packages --- build-constraints.yaml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..1dfbe9ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,31 +1731,43 @@ packages: # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": + - alternative-vector + - attoparsec-path + # - attoparsec-ip via: ip + # - attoparsec-uri via: attoparsec-ip - commutative + - composition-extra # - digestive-functors-lucid # via: digestive-functors + - every + - extractable-singleton + - follow-file + - HSet + # - nested-routes # via: HList - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - # - nested-routes # via: HList + - monad-control-aligned + - monadoid + - n-tuple + - path-extra + - pred-trie + - pred-set - path-extra - poly-arity + - quickcheck-combinators + - rose-trees + - sets + - timemap + - tmapchan + - tmapmvar + - tries + - unit-constraint + - unfoldable-restricted - urlpath - wai-transformers # - wai-middleware-content-type # bounds: skylighting # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage - - composition-extra - - rose-trees - - sets - - timemap - - tries - - path-extra - - pred-trie - - pred-set - - HSet - - unit-constraint - - unfoldable-restricted - - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 878aa252723e281f527bf512540837fc031faa76 Mon Sep 17 00:00:00 2001 From: Mikolaj Date: Fri, 13 Oct 2017 14:14:08 +0200 Subject: [PATCH 0230/1926] Take over sdl2-ttf from @rongcuid and add a few other packages See https://github.com/haskell-game/sdl2-ttf/issues/11 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..5895cfa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,12 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Mikolaj Konarski @Mikolaj": + - sdl2-ttf + - assert-failure + - minimorph + - miniutter + "Jürgen Keck @j-keck": - wreq-stringless @@ -156,9 +162,6 @@ packages: "Romain Edelmann @redelmann": - distribution - "Rongcui Dong @rongcuid": - - sdl2-ttf - "Nikita Tchayka @nickseagull": - ramus From 90c720504ff3adf570c162214ba8ecd8b284b63e Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 09:30:38 -0400 Subject: [PATCH 0231/1926] Add roles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..e1cef238 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,6 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers + - roles "Levent Erkok @LeventErkok": - sbv From d566627274f40cf4d835a22b20e6c6abb824e95a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 10:44:33 -0400 Subject: [PATCH 0232/1926] Update bound on roles --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1cef238..e522aea0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers - - roles + - roles >= 0.2 "Levent Erkok @LeventErkok": - sbv From 343feaa266873043cb13db4bc461c5054de9a374 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 17 Oct 2017 16:58:26 -0400 Subject: [PATCH 0233/1926] MAINTAINERS.md: fix typo --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 207ac02b..c4ce607e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,7 +25,7 @@ Note that the `master` branch is used for Stackage Nightly (not the `nightly` br After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly -If you want to make sure that the package builds against the newest versions of all dependecies you can do this: +If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` $ cabal update $ ghc --version # Should give v8.0.2 From 5f2bf1990b55c31a7d2e2bd7f4e84d0db74ebe68 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:34:21 -0700 Subject: [PATCH 0234/1926] Add constraint "swagger2 < 2.2" per #2967 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..eec53f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: # https://github.com/fpco/stackage/issues/2958 - hasql < 0.20 + # https://github.com/fpco/stackage/issues/2967 + - swagger2 < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 7a01f00a68158ab864b4d2510fa7d66e5418d546 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:43:39 -0700 Subject: [PATCH 0235/1926] Add constraint per matt-noonan/justified-containers#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eec53f9c..7dedf09b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,6 +3435,9 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 + # https://github.com/matt-noonan/justified-containers/issues/4 + - justified-containers < 0.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 00472fed138634d6104b6d9f317632cca413b0ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:47:46 -0700 Subject: [PATCH 0236/1926] Expect test failure per hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dedf09b..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3833,6 +3833,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 41adcb710a2af2ea92431ceb03b381670ed2c4d0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:53:18 -0700 Subject: [PATCH 0237/1926] Block persistent-mysql-haskell per #2956 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6d9adc7..c79f0f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,7 +3253,8 @@ packages: - mnist-idx "Naushadh @naushadh": - - persistent-mysql-haskell + [] + # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 "Moritz Schulte @mtesseract": - async-refresh From 2ad6f55fe896d552ec51c80b14d47a4db0584f0e Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 17 Oct 2017 18:33:14 -0400 Subject: [PATCH 0238/1926] Re-enable persistent-mysql-haskell. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79f0f57..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,8 +3253,7 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From b3d1ad1f7ee1e3924cd9d4cd3c87ca100eac582d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 17:39:33 -0700 Subject: [PATCH 0239/1926] Expect tests to fail per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f659518d..0ae91f51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,6 +3867,7 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From 23b25db50c91cbe8996941df692dc7f3eca4db0f Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Wed, 18 Oct 2017 11:40:42 +0200 Subject: [PATCH 0240/1926] Re-enable tests for lxd-client-config See hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..3f1b47d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,7 +3851,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 33b81f1a04073f19054678bd2bff42b319fccd19 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Thu, 19 Oct 2017 10:43:23 +1000 Subject: [PATCH 0241/1926] add chart-unit back in --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..29bec10b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,6 +3047,7 @@ packages: - numhask-range - perf - online + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From cd1aba088d68173c2676f5a3e7ad0f9fc104cc37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:14:47 -0700 Subject: [PATCH 0242/1926] Add constraint "either < 4.5" per #2971 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..42ae02b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,9 @@ packages: # https://github.com/matt-noonan/justified-containers/issues/4 - justified-containers < 0.2.0.0 + # https://github.com/fpco/stackage/issues/2971 + - either < 4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From fdb37f1cbaafb625bbd67dc439b0df7782b8f303 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:27:43 -0700 Subject: [PATCH 0243/1926] Skip tests for trans deps of chart-unit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe1bf858..d35fb094 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3623,7 +3623,9 @@ skipped-tests: - bytestring-handle # QuickCheck 2.9 - case-insensitive # HUnit 1.6 - cryptohash-sha512 # tasty-quickcheck + - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 + - dual-tree # testing-feat per ghc < 4.10 - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 From 24e635e164808e01f0fd0878438ddd2d6fff8d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Thu, 19 Oct 2017 17:16:48 -0400 Subject: [PATCH 0244/1926] Add clang-compilation-database --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35fb094..2c3356b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,6 +1182,7 @@ packages: - unbound-generics - indentation-core - indentation-parsec + - clang-compilation-database "Alois Cochard @aloiscochard": # - codex # bounds: http-client, directory From bae134d53cd527de42f07201f37a2ade4a486169 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Fri, 20 Oct 2017 14:48:16 +0200 Subject: [PATCH 0245/1926] Removes docker from expected test failures list See: https://github.com/fpco/stackage/issues/2934 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3356b7..87890dda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 1fa46ac5bf58655fd6051dc09f7527a50aec919e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Fri, 20 Oct 2017 19:06:07 +0300 Subject: [PATCH 0246/1926] 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 2c3356b7..3fb4f929 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2460,7 +2460,7 @@ packages: "yihuang @yihuang": - tagstream-conduit - "Johannes Hilden @johanneshilden": + "Johannes Hilden @laserpants": - hashids "Joe Hermaszewski @expipiplus1": From 93abf3b70de7f9df5029d1aeeab107e7e2f8fd74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:22:59 -0700 Subject: [PATCH 0247/1926] Add constraint per commercialhaskell/hindent#453 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7883fc38..6cfbae5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,6 +3461,9 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 + # https://github.com/commercialhaskell/hindent/issues/453 + - hindent < 5.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 496fafe1a1ffaa9292a4f862426965be89f41f4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:29:22 -0700 Subject: [PATCH 0248/1926] Add constraint on ip per athanclark/attoparsec-uri#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6cfbae5e..193e90b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,6 +3464,9 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 + # https://github.com/athanclark/attoparsec-uri/issues/1 + - ip < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b444fc7d99cac516e94cb34cfd4203c230889d7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 14:29:24 -0700 Subject: [PATCH 0249/1926] Expect tests to pass for servant-rawm per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 193e90b8..948da9b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,7 +3878,6 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From ab55cea7138c24131bc3be2f29fc5452c3f8c314 Mon Sep 17 00:00:00 2001 From: Christian Kjaer Laustsen Date: Sat, 21 Oct 2017 07:04:50 +0200 Subject: [PATCH 0250/1926] Add ghc-core and colorize-haskell packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 948da9b7..f82e3218 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3396,6 +3396,10 @@ packages: "Václav Haisman @wilx": - hs-bibutils + "Christian Kjær Laustsen @tehnix": + - ghc-core + - colorize-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 421dea3959f34e283d5016e24092f14f9441c50b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 21 Oct 2017 19:18:05 -0700 Subject: [PATCH 0251/1926] Add constraint "http-types < 0.10" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f82e3218..f09d6d2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3471,6 +3471,9 @@ packages: # https://github.com/athanclark/attoparsec-uri/issues/1 - ip < 1.0.0 + # https://github.com/fpco/stackage/issues/2976 + - http-types < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From e5078cf99752f8539d9b9bc9dd975c81a9757432 Mon Sep 17 00:00:00 2001 From: Pete Bevin Date: Sun, 22 Oct 2017 11:47:03 -0400 Subject: [PATCH 0252/1926] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b27427..55305e7d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Build the package set --------------------- Generally only the stackage build server run by the stackage curator -team and people intrested in incorporating stackage snapshots into an +team and people interested in incorporating stackage snapshots into an OS distribution need to build the entire package set. If you're interested in trying this yourself, please check out [the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), From f344193dee0fed66a75996b2cd0d4eb3519d0949 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 22 Oct 2017 18:46:30 -0700 Subject: [PATCH 0253/1926] Add constraint "conduit-extra < 1.2.0" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f09d6d2b..fc5c941b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3474,6 +3474,9 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + # https://github.com/fpco/stackage/issues/2978 + - conduit-extra < 1.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6280275d74251d4e8de8eedcd5b8b10f670de93e Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 23 Oct 2017 21:04:48 -0400 Subject: [PATCH 0254/1926] add partial-semigroup package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..cafbe31d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,6 +3400,9 @@ packages: - ghc-core - colorize-haskell + "Chris Martin @chris-martin": + - partial-semigroup + # 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 84cadd87afa7ce761548c9580ec54cbbcbf1aa49 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 24 Oct 2017 11:40:36 +0300 Subject: [PATCH 0255/1926] hprotoc fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..4e9d2b77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,7 +1925,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc < 0 # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From acf8f9459f8ddaba1e3ae966ec006c1458a9b88f Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 07:31:14 -0500 Subject: [PATCH 0256/1926] Add monad-memo For https://github.com/lspitzner/brittany/issues/2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..fb6ac446 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1661,6 +1661,7 @@ packages: # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 - gpolyline # Maintained by @fegu. # - lackey # GHC 8.2.1 + - monad-memo # Maintained by @EduardSergeev. # - octane # GHC 8.2.1 # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. From 590bb8ccf469d517710a934da51bbaef4e303c7b Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 08:22:46 -0500 Subject: [PATCH 0257/1926] Re-enable gloss, gloss-rendering, and lackey --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..8d48cceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,12 +1657,10 @@ packages: - ekg-statsd - flow - github-release - # - gloss # Maintained by @benl23x5. # GHC 8.2.1 - # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 + - gloss # Maintained by @benl23x5. + - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - # - lackey # GHC 8.2.1 - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 + - lackey - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai From 870bf92a16b3043c7614827700f0d86a1b17ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Tue, 24 Oct 2017 17:22:34 +0300 Subject: [PATCH 0258/1926] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..d404f69a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2462,6 +2462,7 @@ packages: "Johannes Hilden @laserpants": - hashids + - fuzzyset "Joe Hermaszewski @expipiplus1": [] From 6b8c2e882036c66b174017f88a340271661fd00d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 00:29:57 +0900 Subject: [PATCH 0259/1926] servant-auth-cookie < 0.5.0.6 (#2976) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..85b3835c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3473,6 +3473,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From ccd2c54e66dacc545708b2dabf9d31e3625d0845 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:04:34 +0900 Subject: [PATCH 0260/1926] katip-elasticsearch benchmark not compiling (Soostone/katip#74) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f4d1c8a..112dea92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4000,6 +4000,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 # end of expected-benchmark-failures @@ -4233,6 +4234,7 @@ tell-me-when-its-released: - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks +- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From a26fb3ce62ebb34d7b430834f0d602698f2e0a46 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:24:09 +0900 Subject: [PATCH 0261/1926] monad-memo-0.4.1 testsuite not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 112dea92..d373397e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3933,6 +3933,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # Stackage upper bounds, re-enable these when their upper bound is removed From f0fc0e9f149b3de681ce20860ff12576760e27b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:25:51 +0900 Subject: [PATCH 0262/1926] Drop "hasql < 0.20" (#2958) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d373397e..82333abd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,9 +3458,6 @@ packages: - llvm-hs < 5.1.0 - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2958 - - hasql < 0.20 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a02cfdf9b5c21747d166a077c4f53c5e3c2aa74c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:31:09 +0900 Subject: [PATCH 0263/1926] monad-memo-0.4.1 benchmark not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82333abd..a7f45459 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3999,6 +3999,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures From 2817f5cde6d463a8466a644715f7ee4b7ed317b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:35:15 +0900 Subject: [PATCH 0264/1926] persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f45459..aa469da2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4025,6 +4025,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From a0c29896c622d09ee6e0b66c4030bfa2f8915072 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 15:46:55 +0900 Subject: [PATCH 0265/1926] rose-trees failed to rebuild (athanclark/rose-trees#7) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa469da2..5e3f0184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1755,17 +1755,17 @@ packages: - monadoid - n-tuple - path-extra - - pred-trie + # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 - pred-set - path-extra - poly-arity - quickcheck-combinators - - rose-trees + # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 - sets - timemap - tmapchan - tmapmvar - - tries + # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 - unit-constraint - unfoldable-restricted - urlpath From a863a992f437b0614e27e9b18174331494138aac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 17:24:13 +0900 Subject: [PATCH 0266/1926] drop llvm-hs bounds (#2957) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e3f0184..5e287186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,10 +3454,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2957 - - llvm-hs < 5.1.0 - - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a85bd98a700e06cfcb0fa069c122b1cf5393fbf4 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Wed, 25 Oct 2017 11:20:38 -0500 Subject: [PATCH 0267/1926] add swagger-petstore --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1f69c..293e2470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -383,6 +383,7 @@ packages: "Jon Schoning @jonschoning": - pinboard + - swagger-petstore "Jasper Van der Jeugt @jaspervdj": - blaze-html From 0003e37087d64886a1271ce646d7f4a27f315be0 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 25 Oct 2017 21:51:36 -0400 Subject: [PATCH 0268/1926] Update build-constraints.yaml Add mbtiles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..735ae35a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: # - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile + - mbtiles "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From a536269c6625831172ae2989cc7b6d0dde7f6ff3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 11:46:05 +0900 Subject: [PATCH 0269/1926] Revert "katip-elasticsearch benchmark not compiling (Soostone/katip#74)" This reverts commit ccd2c54e66dacc545708b2dabf9d31e3625d0845. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..9c320cd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures @@ -4230,7 +4229,6 @@ tell-me-when-its-released: - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks -- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4c49f26d0b5c1d4212eacd57da351818310bed98 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 12:01:15 +0900 Subject: [PATCH 0270/1926] Revert "persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724)" This reverts commit 2817f5cde6d463a8466a644715f7ee4b7ed317b1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c320cd4..36ca36b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4020,7 +4020,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 6ba54dd658d1a69e4ba8fcb37e75fe404276d5e3 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 26 Oct 2017 13:56:53 +0900 Subject: [PATCH 0271/1926] Add servant-kotlin package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e46dedd5..81c36c34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -40,6 +40,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From e3e463994cfaff2946d2dd4ca42990640aaa27e1 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 28 Oct 2017 16:49:26 +0700 Subject: [PATCH 0272/1926] =?UTF-8?q?Add=20=E2=80=98modern-uri=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 81c36c34..b45d5f98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2339,6 +2339,7 @@ packages: - forma - stache - parser-combinators + - modern-uri "Thomas Bereknyei ": [] From 03e0612a7165d12a5be99cbc9cdd8c202d16f6e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 28 Oct 2017 22:13:37 +0900 Subject: [PATCH 0273/1926] add fedora-haskell-tools --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b45d5f98..d1865265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,6 +1209,7 @@ packages: # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson + - fedora-haskell-tools - libffi - xmonad-contrib - shelly From a1724ea553979618e61630d4b7ec4273c7fc680a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Sat, 28 Oct 2017 11:22:06 -0400 Subject: [PATCH 0274/1926] Remove upper bound on justified-containers Failing test cases resolved in 0.2.0.1. See https://github.com/matt-noonan/justified-containers/issues/4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1865265..55fef990 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3462,9 +3462,6 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 - # https://github.com/matt-noonan/justified-containers/issues/4 - - justified-containers < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2971 - either < 4.5 From 2f25514523cf11efea2dcc643f82bf5554d36f69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 12:24:23 +0900 Subject: [PATCH 0275/1926] Revert "rose-trees failed to rebuild (athanclark/rose-trees#7)" This reverts commit a0c29896c622d09ee6e0b66c4030bfa2f8915072. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55fef990..e1da4361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,17 +1759,17 @@ packages: - monadoid - n-tuple - path-extra - # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - pred-trie - pred-set - path-extra - poly-arity - quickcheck-combinators - # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 + - rose-trees - sets - timemap - tmapchan - tmapmvar - # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - tries - unit-constraint - unfoldable-restricted - urlpath From d17cd84f9f2f786fd03633679e78c731d06a76c9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 14:48:26 +0900 Subject: [PATCH 0276/1926] Revert "Add constraint on ip per athanclark/attoparsec-uri#1" This reverts commit 496fafe1a1ffaa9292a4f862426965be89f41f4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1da4361..2d347f16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3468,9 +3468,6 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 - # https://github.com/athanclark/attoparsec-uri/issues/1 - - ip < 1.0.0 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From b2af6e9d955e66fed35aa96c750f2eda5b17f492 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Mon, 30 Oct 2017 15:10:37 +0800 Subject: [PATCH 0277/1926] Add cabal-toolkit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..01e7c33d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - haskell-names "Shao Cheng @TerrorJack": - [] + - cabal-toolkit # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From 11d82d963ce232d971d2dcfb445dce9323e8d79e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 19:02:04 +0900 Subject: [PATCH 0278/1926] ip benchmark failing (andrewthad/haskell-ip#22) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..6d5862fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - ip # https://github.com/andrewthad/haskell-ip/issues/22 # end of expected-benchmark-failures From 05d3030d8d719e9814e888ce71427366e13ebc0b Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Mon, 30 Oct 2017 15:54:51 +0500 Subject: [PATCH 0279/1926] Update build-constraints.yaml added **qm-interpolated-string** package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..8dbbfe3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3410,6 +3410,9 @@ packages: "Chris Martin @chris-martin": - partial-semigroup + "Viacheslav Lotsmanov @unclechu": + - qm-interpolated-string + # 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 8c6e3b1d368391c58e2b50d2a6cefa445323d395 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 30 Oct 2017 14:27:53 +0000 Subject: [PATCH 0280/1926] Add basement, foundation, gauge in the maintained set Also add my own main packages to no-revisions --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..ccd3ce2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -465,6 +465,7 @@ packages: - parseargs "Vincent Hanquez @vincenthz": + - basement - bytedump - cipher-aes - cipher-rc4 @@ -477,6 +478,8 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - foundation + - gauge - git - hit - memory @@ -4292,3 +4295,7 @@ no-revisions: - hjsonpointer - tls - mime-mail +- basement +- cryptonite +- foundation +- gauge From b0b2ec73e3dc5732c6a9ef632a6d1e4098bb5243 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 31 Oct 2017 20:23:38 -0400 Subject: [PATCH 0281/1926] Revert "Disable hopenpgp-tools #2899" This reverts commit b6d451b183a30c34ea099b4fbbe3128aef6ca4bb. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..c6e3d8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -883,7 +883,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": @@ -3384,7 +3384,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 4df76be7b0d253c6dc245dec3557f598d1d6d20f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 10:52:30 +0900 Subject: [PATCH 0282/1926] enable pandoc and haddock-library-1.4.3 haddock-library-1.4.4 needs Cabal-2 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..3539b1ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -415,9 +415,9 @@ packages: - blaze-html - blaze-markup # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: skylighting + # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: skylighting + # - patat # bounds: base - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets @@ -2659,8 +2659,8 @@ packages: - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - # - pandoc # bounds: skylighting - # - pandoc-citeproc # bounds: skylighting + - pandoc + # - pandoc-citeproc # bounds: xml-conduit "Karun Ramakrishnan @karun012": - doctest-discover @@ -3314,8 +3314,7 @@ packages: - conduit-algorithms "Alex Biehl @alexbiehl": - [] - # - haddock-library # cabal-version >= 2 + - haddock-library < 1.4.4 # cabal-version >= 2 # - haddock-api # cabal-version >= 2 # - haddock # cabal-version >= 2 From efb5aa94622ec53b31a13534a7b1f090894d6d4d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 17:02:55 +0900 Subject: [PATCH 0283/1926] cmark-gfm benchmark compilation (kivikakk/cmark-gfm-hs#5) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3539b1ba..5466dee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 + - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 # end of expected-benchmark-failures From 4c281ff83236ca0d919970a081a1d2d73dfc855e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:32:54 +0100 Subject: [PATCH 0284/1926] Add bounds for zm and mark model tests failing. Please see: * https://github.com/Quid2/model/issues/2 * https://github.com/Quid2/zm/issues/1 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcff4956..fdfc9254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3477,6 +3477,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/Quid2/zm/issues/1 + - zm < 0.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3949,6 +3952,7 @@ expected-test-failures: # Doctest failures - teardown + - model # https://github.com/Quid2/model/issues/2 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 279837337c180d5e1b26cbd88cdb9756a0319cd9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:45:29 +0100 Subject: [PATCH 0285/1926] Actually block zm. There be bounds issues. Please see https://github.com/Quid2/zm/issues/1. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdfc9254..64c7af91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -50,7 +50,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm + # - zm # compilation failure https://github.com/Quid2/zm/issues/1 - flat - model @@ -3386,7 +3386,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond @@ -3477,9 +3477,6 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 - # https://github.com/Quid2/zm/issues/1 - - zm < 0.2.4 - # end of packages # Package flags are applied to individual packages, and override the values of From 64c318beb095eb152212f7483b3844989834bd2f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:32:55 +0900 Subject: [PATCH 0286/1926] skylighting bounds are now okay --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50d0454..b5121ba0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,8 +622,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: skylighting - # - BlogLiterately-diagrams # bounds: skylighting + # - BlogLiterately # bounds: base pandoc pandoc-citeproc + # - BlogLiterately-diagrams # bounds: pandoc # - diagrams # bounds: optparse-applicative # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -2183,7 +2183,7 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: skylighting + # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2671,7 +2671,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu < 0 # compilation failure - # - hakyll-favicon # bounds: skylighting + # - hakyll-favicon # needs: hakyll "Ruey-Lin Hsu @petercommand": [] From c97e7a306fb2050c199c157f28719b988d648029 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:33:25 +0900 Subject: [PATCH 0287/1926] re-enable wai-middleware-content-type and wai-middleware-verbs --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5121ba0..56319a3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + - wai-middleware-content-type + - wai-middleware-verbs - websockets-rpc - webpage From f1bf378e225c115ed66ae7c6dce2d8751e2daf42 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 11:56:41 +0100 Subject: [PATCH 0288/1926] Add upper bounds for tasty. Please see https://github.com/fpco/stackage/issues/2995. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56319a3e..c7241309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3480,6 +3480,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/fpco/stackage/issues/2995 + - tasty < 0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From 3b3fb934eb1730e4b18c44021e703824f86ac0c3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 12:56:06 +0100 Subject: [PATCH 0289/1926] Revert "re-enable wai-middleware-content-type and wai-middleware-verbs" This reverts commit c97e7a306fb2050c199c157f28719b988d648029. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7241309..2b72a11a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # bounds: skylighting + # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage From a6a6916925560752fcc548df77dc072d4a91a18b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 23:13:23 +0900 Subject: [PATCH 0290/1926] wai-middleware-content-type and wai-middleware-verbs fail to compile --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b72a11a..d80d896d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + # - wai-middleware-content-type # compilation errors + # - wai-middleware-verbs # compilation errors - websockets-rpc - webpage From 12edeb1021651c0f429195bc7232225fcec5c3c5 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 3 Nov 2017 12:39:24 +0100 Subject: [PATCH 0291/1926] Add butcher, czipwith, brittany --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d80d896d..e4bfa1b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3045,6 +3045,9 @@ packages: "Lennart Spitzner @lspitzner": - multistate - pqueue + - butcher ==1.1.1.0 + - czipwith + - brittany "Ryan Mulligan @ryantm": [] From de1532edd36010ad90b1644379979592703511e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 3 Nov 2017 14:50:37 +0100 Subject: [PATCH 0292/1926] Mark pandoc for expected test failure. Please see https://github.com/jgm/pandoc/issues/4033. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4bfa1b7..ec7a8c89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3905,6 +3905,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bde3f01aac87ec33ca05c6c35191469a69a9e7ff Mon Sep 17 00:00:00 2001 From: Douglas Burke Date: Fri, 3 Nov 2017 18:37:56 -0400 Subject: [PATCH 0293/1926] Add swish --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..f10dcae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,6 +3418,9 @@ packages: "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string + "Douglas Burke @DougBurke": + - swish + # 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 50fb5589f2c12731bd83272ce1b7d23005a67608 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sat, 4 Nov 2017 23:06:42 -0400 Subject: [PATCH 0294/1926] Add logging-effect-extra and logging-effect-extra-file --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..1feba32b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,8 @@ packages: - unicode-show "Jason Shipman @jship": - # on behalf of Boris Sukholitko @bosu - [] - # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 & via testing-feat + - logging-effect-extra + - logging-effect-extra-file "Suhail Shergill @suhailshergill": - extensible-effects From 6d1365b6138ded3e6301ec06baa061e39adcfc2b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Nov 2017 13:07:39 +0100 Subject: [PATCH 0295/1926] Revert "Mark pandoc for expected test failure." This reverts commit de1532edd36010ad90b1644379979592703511e8. As a result of https://github.com/jgm/pandoc/issues/4033#issuecomment-341952215. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10dcae6..896a5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3908,7 +3908,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bb53e210c390759fbcbcc31042379697b7c4bbf1 Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Sun, 5 Nov 2017 15:03:13 +0100 Subject: [PATCH 0296/1926] add katydid --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93f95b..bf0dd3bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,6 +36,9 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck + + "Walter Schulze @awalterschulze": + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 735d8686261d1ae6689258893bd3e2a45bcb600d Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sun, 5 Nov 2017 23:10:40 -0500 Subject: [PATCH 0297/1926] Add logging-effect-extra-handler --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..95d678ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2638,6 +2638,7 @@ packages: "Jason Shipman @jship": - logging-effect-extra - logging-effect-extra-file + - logging-effect-extra-handler "Suhail Shergill @suhailshergill": - extensible-effects From b3d1cfa8a71ac02f3d91450db210f3d2547d8dd9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 08:10:05 +0200 Subject: [PATCH 0298/1926] Upper bound for #3001 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..2529df60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3491,6 +3491,9 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # https://github.com/fpco/stackage/issues/3001 + - brick < 0.29 + # end of packages # Package flags are applied to individual packages, and override the values of From 38df4442e32f2042e50f99d52c164668c3d26a6c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 11:01:54 +0200 Subject: [PATCH 0299/1926] Temporary block katydid/katydid-haskell#7 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f8ed013b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,7 +38,9 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - - katydid + [] + # https://github.com/katydid/katydid-haskell/issues/7 + # - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 4695da9f879e80836ba70d82913e15772cbfcac6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 12:44:57 +0200 Subject: [PATCH 0300/1926] Revert "Temporary block katydid/katydid-haskell#7" This reverts commit 38df4442e32f2042e50f99d52c164668c3d26a6c. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8ed013b..9f153894 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,9 +38,7 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - [] - # https://github.com/katydid/katydid-haskell/issues/7 - # - katydid + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From ba5e11841f7e43fedffedf4f6e3e289c574e071b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 14:54:53 +0200 Subject: [PATCH 0301/1926] Move arithmoi to @Bodigrim #2995 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f4a45fe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1357,7 +1357,6 @@ packages: - log-postgres # Not a maintainer - - arithmoi - folds - friendly-time - hashable @@ -1386,6 +1385,9 @@ packages: - universe-instances-trans - universe-reverse-instances + "@Bodigrim": + - arithmoi + "Abhinav Gupta @abhinav": - farmhash - pinch From b3f67d7669eebc47c66fdac770f396d370d29607 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 13:50:50 +0000 Subject: [PATCH 0302/1926] Use userid to work around new Docker version --- automated/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9e2a6566..cef53613 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -30,6 +30,7 @@ DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work EXTRA_BIN_DIR=$ROOT/extra-bin SSH_DIR=$ROOT/ssh-$SHORTNAME +USERID=$(id -u) mkdir -p \ "$CABAL_DIR" \ @@ -81,9 +82,9 @@ chmod +x stackage-curator ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" -ARGS_PREBUILD="$ARGS_COMMON -u $USER -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" +ARGS_PREBUILD="$ARGS_COMMON -u $USERID -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro -v $GHC_DIR:$HOME/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USERID -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" # Make sure we actually need this snapshot. We only check this for LTS releases # since, for nightlies, we'd like to run builds even if they are unnecessary to From 44abe1def8f629382ccf4b34689dd84b3fa28384 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Mon, 6 Nov 2017 22:09:09 +0300 Subject: [PATCH 0303/1926] add cereal-time --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..ffc71a99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,6 +2980,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie - dictionaries + - cereal-time "Joachim Fasting @joachifm": - libmpd From a5f61ccff99cd61b633946c802050df94c119270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Mon, 6 Nov 2017 16:24:52 -0300 Subject: [PATCH 0304/1926] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..fcd65dab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2390,6 +2390,7 @@ packages: - network-transport-tcp - network-transport-inmemory - network-transport-composed + - pthread - rank1dynamic "Alexander Vershilov @qnikst": From 11911c641f694440341e2f38e9df363acce5190d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:39:18 -0600 Subject: [PATCH 0305/1926] Re-enable microlens-aeson Seems to work fine with a recent nightly. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..f9e78313 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -904,8 +904,7 @@ packages: - disk-free-space "Colin Woodbury @fosskers": - [] - # - microlens-aeson # GHC 8.2.1 + - microlens-aeson # - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 From fc1ce3bbd10b20480a3e0cbf74650e58676ea161 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:40:40 -0600 Subject: [PATCH 0306/1926] Add influxdb https://github.com/maoe/influxdb-haskell/issues/48 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..32163303 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + - influxdb - sensu-run - viewprof From 3bce6d4241057429221ed04cb57f6a1aef6a1354 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Nov 2017 06:02:30 +0200 Subject: [PATCH 0307/1926] Upper bound for #3006 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a9ee552..204f869c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3500,6 +3500,9 @@ packages: # https://github.com/fpco/stackage/issues/3001 - brick < 0.29 + # https://github.com/fpco/stackage/issues/3006 + - unix-compat < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From b97ff7eeb872b93da996600f71fb3826860632b8 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Tue, 7 Nov 2017 16:47:05 +0800 Subject: [PATCH 0308/1926] Add direct-rocksdb --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f869c..0b7b6934 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,6 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c27396c3..19c02606 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -30,9 +30,12 @@ GHCVER=8.2.1 apt-get update apt-get install -y \ build-essential \ + cmake \ curl \ freeglut3-dev \ fsharp \ + g++ \ + gawk \ ghc-$GHCVER \ ghc-$GHCVER-dyn \ ghc-$GHCVER-htmldocs \ @@ -124,6 +127,7 @@ apt-get install -y \ minisat \ mono-mcs \ nettle-dev \ + ninja-build \ nodejs \ npm \ openjdk-8-jdk \ From 89a95acdc2d6b6703ac22acb2502f958dcb2b0ac Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 7 Nov 2017 08:31:24 -0500 Subject: [PATCH 0309/1926] Add criterion under my name I co-maintain `criterion`, so let's put that package under my name. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bd5118..f1aecb6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2039,6 +2039,7 @@ packages: - base-orphans - chaselev-deque - code-page + - criterion - deriving-compat - echo - eliminators From fd451de77e6e7dc39764a7fd479a6cfb85b00bde Mon Sep 17 00:00:00 2001 From: Adam Flott Date: Tue, 7 Nov 2017 11:26:21 -0500 Subject: [PATCH 0310/1926] Add milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1aecb6a..65318cf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3430,6 +3430,9 @@ packages: "Douglas Burke @DougBurke": - swish + "Adam Flott @adamflott": + - milena + # 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 e857e82f3db53c65f264959c74f8eb3e3a41497e Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Wed, 8 Nov 2017 13:12:23 +0800 Subject: [PATCH 0311/1926] Remove upper bound constraints on hindent. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..88186ade 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3488,9 +3488,6 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 - # https://github.com/commercialhaskell/hindent/issues/453 - - hindent < 5.2.4 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:18:00 +0200 Subject: [PATCH 0312/1926] Temporary block for #3012 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..19d39dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - - direct-rocksdb + # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From fc588fb56f8fadd5bb2232678a95fd2984526300 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:19:13 +0200 Subject: [PATCH 0313/1926] Expect test failure for milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19d39dee..54f419b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3981,6 +3981,9 @@ expected-test-failures: - teardown - model # https://github.com/Quid2/model/issues/2 + # Requires running server + - milena + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From 895821b1afcb49bc854c95dabc17e3f3bd2d3939 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:02:15 +0200 Subject: [PATCH 0314/1926] Revert "Temporary block for #3012" This reverts commit dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54f419b7..18d4092b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From be1963af85c425c819a7c25e05737c7c29ba1f8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:06:06 +0200 Subject: [PATCH 0315/1926] Upper bounds for #3013 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18d4092b..1ff54279 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,13 @@ packages: # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 + # https://github.com/fpco/stackage/issues/3013 + - servant < 0.12 + - servant-client < 0.12 + - servant-server < 0.12 + - servant-docs < 0.11.1 + - servant-foreign < 0.10.2 + # end of packages # Package flags are applied to individual packages, and override the values of From b062443778c0e31d137080ffc314b761be841e48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 13:21:44 +0200 Subject: [PATCH 0316/1926] Upper bounds for #3014 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f8c4a3f..be7d0931 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,6 +3511,10 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + # https://github.com/fpco/stackage/issues/3014 + - hspec-wai < 0.9 + - hspec-wai-json < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 9c5af1a82bf960fa29eecffcd6d7c2689281ef3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 16:55:19 +0200 Subject: [PATCH 0317/1926] Add back pandoc-citeproc and close #2994 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be7d0931..0ddb6354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,7 +2669,7 @@ packages: - zip-archive - doctemplates - pandoc - # - pandoc-citeproc # bounds: xml-conduit + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From fdf130f2ae9a46d7165dff236f87abd7d6755002 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 8 Nov 2017 23:18:28 +0200 Subject: [PATCH 0318/1926] Add ua-parser back Should be good --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..2510a2ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,7 +2687,7 @@ packages: - string-conv - rng-utils # - rotating-log # GHC 8.2.1 - # - ua-parser # bounds aeson + - ua-parser - hs-GeoIP - retry - katip From aaab91a1f1a3e2972ba11530ac9b0d5e73a31efb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Nov 2017 14:30:45 +0200 Subject: [PATCH 0319/1926] Skip tests and close #3014 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..1c43675d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,10 +3511,6 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 - # https://github.com/fpco/stackage/issues/3014 - - hspec-wai < 0.9 - - hspec-wai-json < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3775,6 +3771,10 @@ skipped-tests: - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 + # https://github.com/fpco/stackage/issues/3014 + - servant-mock + - servant-server + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b47c4260987b0fd925afe0e88ff4df5ac8f29301 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Fri, 10 Nov 2017 11:43:41 +0100 Subject: [PATCH 0320/1926] Update build-constraints.yaml Dependencies problems solved in zm-0.3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..ff11323f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - # - zm # compilation failure https://github.com/Quid2/zm/issues/1 + - zm >= 0.3 - flat - model From 2a28c279b14613e926671a5a9eb5dc58cbef91f5 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Sat, 11 Nov 2017 00:08:13 +0530 Subject: [PATCH 0321/1926] Add monad-recorder, xls --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..6c74697f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid @@ -231,7 +231,9 @@ packages: - unboxed-ref "Harendra Kumar @harendra-kumar": + - monad-recorder - unicode-transforms + - xls "Aleksey Uimanov @s9gf4ult": # - postgresql-query # compilation error From 36b6d4f78e699a0f0a4c8f845a1da1261d45fdb7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 10 Nov 2017 15:20:49 -0700 Subject: [PATCH 0322/1926] Add ekg-cloudwatch, smtp-mail, and liboath-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..2900f1ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2064,6 +2064,9 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - monad-metrics + - ekg-cloudwatch + - smtp-mail + - liboath-hs "Matthew Pickering @mpickering": - refact From 871c3d324923e9d44d528cd61ffb2d2bcea65cd5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 11 Nov 2017 09:29:37 -0600 Subject: [PATCH 0323/1926] Re-enable Chart-diagrams Plus its dependencies. --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..88ea7fa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -635,7 +635,6 @@ packages: # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative # - diagrams-lib # GHC 8.2.1 via diagrams-core - # - diagrams-postscript # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative # - diagrams-svg # bounds: optparse-applicative # - dual-tree # via testing-feat @@ -1665,7 +1664,10 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - - ekg-statsd + - Chart # Maintained by @timbod7. + - Chart-diagrams # Maintained by @timbod7. + - diagrams-postscript # Maintained by @byorgey. + - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. @@ -1679,6 +1681,7 @@ packages: - ratel - ratel-wai - rattletrap + - statestack # Maintained by @byorgey. - strive - wuss @@ -2697,7 +2700,6 @@ packages: - tuple - OneTuple # - SVGFonts # GHC 8.2.1 via diagrams-core - # - Chart-diagrams # bounds optparse-applicative "Aaron Levin @aaronmblevin": [] From 482eb4ea282d42243723a0655a6fc17c93d23e5c Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sat, 11 Nov 2017 18:23:42 +0000 Subject: [PATCH 0324/1926] Add generic-lens --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..144b4eb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: "Adam Flott @adamflott": - milena + + "Csongor Kiss @kcsongor": + - generic-lens # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 061923e5ad9322c0088aadd85b15ae89efd0efda Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:53:50 +0200 Subject: [PATCH 0325/1926] Additional upper bounds for #3013 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..0cf6482a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3510,6 +3510,8 @@ packages: - servant-server < 0.12 - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + - slack-web < 0.2.0.2 + - servant-client-core < 0.12 # end of packages From a082a62311af0ee740a60b28619f299524141c87 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:56:15 +0200 Subject: [PATCH 0326/1926] Upper bound for #3022 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cf6482a..b30754a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3513,6 +3513,9 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 + # https://github.com/fpco/stackage/issues/3022 + - req < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f6df2e38243562f9ea901d6ef1aaf3a0a9ec188 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:57:11 +0200 Subject: [PATCH 0327/1926] Extra upper bound for #2978 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b30754a8..77cf6234 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3494,6 +3494,7 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + - cassava-conduit < 0.4.0.1 # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 From ec400215176086986600a71ec9bd96f45ab770d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:17:51 +0200 Subject: [PATCH 0328/1926] Extra servant upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e7ddbc1..7ef26013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,6 +3520,7 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 + - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 From 03d7ecec02b47008af1a4a0c89a9a275190b9505 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:21:20 +0200 Subject: [PATCH 0329/1926] Add flag for alerta #3013 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef26013..cb6f66ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,7 +3520,6 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 - - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 @@ -3624,6 +3623,9 @@ package-flags: cassava: pre-bytestring-0-10-4: false + alerta: + servant-client-core: false + # end of package-flags # Special configure options for individual packages From d4db4f1c8424fb259d3929c8db28127f13221d28 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:24:12 +0200 Subject: [PATCH 0330/1926] Remove upper bound and close #3001 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb6f66ca..eb6dea82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,9 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3001 - - brick < 0.29 - # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 From 032759d0d9cebc573f278a3b6095fe2b07292af8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 17:07:40 +0200 Subject: [PATCH 0331/1926] Block liboath-hs #3019 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb6dea82..86fc9b16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - - liboath-hs + # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 "Matthew Pickering @mpickering": - refact From e80da8cc33932f98395c519c1442642b8f5f72d7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sun, 12 Nov 2017 08:50:43 -0700 Subject: [PATCH 0332/1926] Add liboath-dev C dependency --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 19c02606..5445405d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libmysqlclient-dev \ libncurses-dev \ libnfc-dev \ + liboath-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \ From 7400c4401144ea5bc8161889e6ef64152eff2471 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sun, 12 Nov 2017 16:02:54 +0000 Subject: [PATCH 0333/1926] Skip tests for inspection-testing `inspection-testing` depends on an outdated version of `generic-lens` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 144b4eb7..700b5fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 288ca9188805a861cbb138df0d23ff2cd03a1249 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 15:46:27 -0800 Subject: [PATCH 0334/1926] Limit shelly --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ffb702..dd3dcdd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3524,6 +3524,9 @@ packages: # https://github.com/fpco/stackage/issues/3022 - req < 0.5 + # https://github.com/fpco/stackage/issues/3024 + - shelly < 1.6.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 3796b735dc2b7d118911f4867e299e17d30a11ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:16:37 -0800 Subject: [PATCH 0335/1926] Disable config-ini test #3025 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd3dcdd3..03c2ffeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,6 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a6f23d3de60c2d04b7e55dcf85fcdccd181305f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:18:59 -0800 Subject: [PATCH 0336/1926] Disable tests for zm due to #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03c2ffeb..430bd2b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,6 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8a6abd98fb61bb11f70e3a1e9fd2b1372edb810 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:25:07 +0200 Subject: [PATCH 0337/1926] Add back liboath-hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 430bd2b5..c1a99fd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 + - liboath-hs "Matthew Pickering @mpickering": - refact From 2669f28b0ccf9cfc7c6f0f94b8177c5af039230f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:27:04 +0200 Subject: [PATCH 0338/1926] Remove skipped test for inspection-testing --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1a99fd6..bf2d1d0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3700,7 +3700,6 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 - - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From d56685cf067c83bae8016736455527dfa4ef4582 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:58:21 -0800 Subject: [PATCH 0339/1926] Remove cryptohash-.. forks from tell-me-when-its-released since maintainer doesn't want to be notified and update test/benchmark dependencies anyway --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf2d1d0a..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4290,9 +4290,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 -- cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks # Packages which should be hidden after registering, to avoid module name From 9d5ae6692dd65554b7bf00e41bafa39d2500fce5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:59:35 -0800 Subject: [PATCH 0340/1926] Also attempt zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..b2633804 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3986,7 +3986,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 5795d47ba0759fac9ca7eb18b6ec337288b18947 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Nov 2017 14:11:38 +0100 Subject: [PATCH 0341/1926] Add json-autotype to Stackage Cc: @mgajda --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2633804..acf2f884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From 0e57ef8efbcaac4f0840bd0548075ca539bbb524 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:36:36 -0800 Subject: [PATCH 0342/1926] zm still fails, need to fix it --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf2f884..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 4cce6bd6244f1a3a2de24ca0d9586d03490632d3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:50:42 -0800 Subject: [PATCH 0343/1926] Revert "Add json-autotype to Stackage" This reverts commit 5795d47ba0759fac9ca7eb18b6ec337288b18947. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,7 +2298,6 @@ packages: - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From ed0e8732cbed01054ef8fc9ebaa737e1442e382e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:38:48 -0800 Subject: [PATCH 0344/1926] Add json-autotype #3027 #3028 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From bcdae8f9f48140dc58703b2bceb9374cc8f88f8b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:03 -0800 Subject: [PATCH 0345/1926] Test config-ini test fix. #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..d03b3cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a9a40fead9b40445ba59332e199fca6fb354c77 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:37 -0800 Subject: [PATCH 0346/1926] Hide pretty-class and prettyclass due to conflict with pretty (and themselves). Should unblock zm #3026 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d03b3cc9..dc806cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4331,6 +4331,8 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- pretty-class # conflicts with pretty and prettyclass +- prettyclass # conflicts with pretty and pretty-class # Cryptonite deprecations - cipher-aes From a55d2f039ae99fe7e333575020f0e00bdccfbebb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:57 -0800 Subject: [PATCH 0347/1926] Test zm #3026 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc806cb3..d9c58b95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 34de3702ffa8438701bc09661af354930e61e081 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:05:23 -0800 Subject: [PATCH 0348/1926] Remove lower bound on zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c58b95..da883375 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm >= 0.3 + - zm - flat - model From 0a50cb516b87e4871b5c23407d73c01dd950a9b5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:06:09 -0800 Subject: [PATCH 0349/1926] config-ini tests not fixed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da883375..0746e816 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fab1c7d897c3f9dff3775f65744b606daea1b889 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:07 -0800 Subject: [PATCH 0350/1926] Reenable zm but with tests failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0746e816..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 91a5382271c82a0285db6fdf2a053f939c19ead1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:32 -0800 Subject: [PATCH 0351/1926] Check config-ini again #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..2de61777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b5959c4a9d1e42dbc26a32cca099533bc8a3553b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:42:13 -0800 Subject: [PATCH 0352/1926] Config-ini still failing #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2de61777..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b586c17938510676c5ecebf4b329be313749c7dd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 08:34:16 -0800 Subject: [PATCH 0353/1926] Limit amazonka #3030 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..81f72092 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ packages: # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 + # https://github.com/fpco/stackage/issues/3030 + - amazonka < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From e607430f6e395b15d8a29a2777845b6df7a74bab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 09:06:16 -0800 Subject: [PATCH 0354/1926] Properly handle #3030 --- build-constraints.yaml | 88 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f72092..5ad3638c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3530,6 +3530,94 @@ packages: # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 + - amazonka-core < 1.5 + - amazonka-s3 < 1.5 + - amazonka-test < 1.5 + - amazonka-apigateway < 1.5 + - amazonka-application-autoscaling < 1.5 + - amazonka-appstream < 1.5 + - amazonka-autoscaling < 1.5 + - amazonka-budgets < 1.5 + - amazonka-certificatemanager < 1.5 + - amazonka-cloudformation < 1.5 + - amazonka-cloudfront < 1.5 + - amazonka-cloudhsm < 1.5 + - amazonka-cloudsearch < 1.5 + - amazonka-cloudsearch-domains < 1.5 + - amazonka-cloudtrail < 1.5 + - amazonka-cloudwatch < 1.5 + - amazonka-cloudwatch-events < 1.5 + - amazonka-cloudwatch-logs < 1.5 + - amazonka-codebuild < 1.5 + - amazonka-codecommit < 1.5 + - amazonka-codedeploy < 1.5 + - amazonka-codepipeline < 1.5 + - amazonka-cognito-identity < 1.5 + - amazonka-cognito-idp < 1.5 + - amazonka-cognito-sync < 1.5 + - amazonka-config < 1.5 + - amazonka-datapipeline < 1.5 + - amazonka-devicefarm < 1.5 + - amazonka-directconnect < 1.5 + - amazonka-discovery < 1.5 + - amazonka-dms < 1.5 + - amazonka-ds < 1.5 + - amazonka-dynamodb < 1.5 + - amazonka-dynamodb-streams < 1.5 + - amazonka-ec2 < 1.5 + - amazonka-ecr < 1.5 + - amazonka-ecs < 1.5 + - amazonka-efs < 1.5 + - amazonka-elasticache < 1.5 + - amazonka-elasticbeanstalk < 1.5 + - amazonka-elasticsearch < 1.5 + - amazonka-elastictranscoder < 1.5 + - amazonka-elb < 1.5 + - amazonka-elbv2 < 1.5 + - amazonka-emr < 1.5 + - amazonka-gamelift < 1.5 + - amazonka-glacier < 1.5 + - amazonka-health < 1.5 + - amazonka-iam < 1.5 + - amazonka-importexport < 1.5 + - amazonka-inspector < 1.5 + - amazonka-iot < 1.5 + - amazonka-iot-dataplane < 1.5 + - amazonka-kinesis < 1.5 + - amazonka-kinesis-analytics < 1.5 + - amazonka-kinesis-firehose < 1.5 + - amazonka-kms < 1.5 + - amazonka-lambda < 1.5 + - amazonka-lightsail < 1.5 + - amazonka-marketplace-analytics < 1.5 + - amazonka-marketplace-metering < 1.5 + - amazonka-ml < 1.5 + - amazonka-opsworks < 1.5 + - amazonka-opsworks-cm < 1.5 + - amazonka-pinpoint < 1.5 + - amazonka-polly < 1.5 + - amazonka-rds < 1.5 + - amazonka-redshift < 1.5 + - amazonka-rekognition < 1.5 + - amazonka-route53 < 1.5 + - amazonka-route53-domains < 1.5 + - amazonka-sdb < 1.5 + - amazonka-servicecatalog < 1.5 + - amazonka-ses < 1.5 + - amazonka-shield < 1.5 + - amazonka-sms < 1.5 + - amazonka-snowball < 1.5 + - amazonka-sns < 1.5 + - amazonka-sqs < 1.5 + - amazonka-ssm < 1.5 + - amazonka-stepfunctions < 1.5 + - amazonka-storagegateway < 1.5 + - amazonka-sts < 1.5 + - amazonka-support < 1.5 + - amazonka-swf < 1.5 + - amazonka-waf < 1.5 + - amazonka-workspaces < 1.5 + - amazonka-xray < 1.5 # end of packages From 94b1e845d7aef88c93beba8b92e321880a3b50ec Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Wed, 15 Nov 2017 09:52:58 +0300 Subject: [PATCH 0355/1926] add cast library --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ad3638c..fde6f20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,6 +3444,9 @@ packages: "Csongor Kiss @kcsongor": - generic-lens + "Bogdan Neterebskii @ozzzzz": + - cast + # 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 9159d2a8d6c6d1cea1ea83f269c5a5d13c047384 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:16 -0800 Subject: [PATCH 0356/1926] Space fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fde6f20e..b4d9863c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3440,7 +3440,7 @@ packages: "Adam Flott @adamflott": - milena - + "Csongor Kiss @kcsongor": - generic-lens From 7ebb572610c48e9a03303da39caae0d673f84b1a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:56 -0800 Subject: [PATCH 0357/1926] Another try at config-ini --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4d9863c..f03ff254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 691a45f06dd65d39f4dc12b37b2ee7d52e2707a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:00:36 -0800 Subject: [PATCH 0358/1926] Close #3025 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f03ff254..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 2cdc6d8c597864de826fbdb53476aa3fe56f4898 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:01:32 -0800 Subject: [PATCH 0359/1926] Try zm tests again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd1fd98a..dd0aae5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f61cd8185d3391c1c59125836302a7c237253c45 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:03:03 -0800 Subject: [PATCH 0360/1926] Close #3026 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd0aae5c..81347d65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,6 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 64f6a1f8cf48b6e7011b8dcca40f1a2cabeba585 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:04:45 -0800 Subject: [PATCH 0361/1926] Test hpio --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81347d65..4d7b275a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 + # hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 From 5dcb5899de5f2eaaa0c504b19a5715dbfefe9e70 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:22:32 -0800 Subject: [PATCH 0362/1926] Add back zm to test failures #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d7b275a..1967878d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,6 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From fdec69ece515c3e6282c397012ef3f3f74c54305 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 08:39:01 -0800 Subject: [PATCH 0363/1926] Try zm again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1967878d..a8cf9164 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8456a2586dc7bd73de0dcf8d73a60108ca2abea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 09:46:26 -0800 Subject: [PATCH 0364/1926] zm and hpio tests are still failing, giving up --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8cf9164..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - # hpio # https://github.com/fpco/stackage/issues/2926 + - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 23c6ca1ace40f37733b514f961b29da4e7a52272 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 16 Nov 2017 22:08:13 +0700 Subject: [PATCH 0365/1926] =?UTF-8?q?Add=20=E2=80=98mmark=E2=80=99=20and?= =?UTF-8?q?=20=E2=80=98mmark-ext=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd1fd98a..dcdfaf78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2358,6 +2358,8 @@ packages: - stache - parser-combinators - modern-uri + - mmark + - mmark-ext "Thomas Bereknyei ": [] From 2ee27e4da483197be37b964f77ceeac58a3c7c91 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 13:53:18 -0800 Subject: [PATCH 0366/1926] Close #3022 (req upper bound removed) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdfaf78..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3527,9 +3527,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3022 - - req < 0.5 - # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 From 777b4dea0998bc1ac4683e03993987c4d154a754 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:40:11 -0800 Subject: [PATCH 0367/1926] Remove upper bound on servan-auth-cookie due to #2976 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..19845d82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,7 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From cb376c6049f0896bcd0e4ffc2a30aa6063d5233d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:48:52 -0800 Subject: [PATCH 0368/1926] Revert "Remove upper bound on servan-auth-cookie due to #2976" This reverts commit 777b4dea0998bc1ac4683e03993987c4d154a754. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19845d82..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From 1273f62fd43ff5c2689754e703c95f51de93a3d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:24:45 +0900 Subject: [PATCH 0369/1926] re-enable hackage-mirror --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..4418add2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - # - hackage-mirror # via: aws + - hackage-mirror - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From af000f30c2a2e7ec898a57174fc43cf3de44c670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:27:02 +0900 Subject: [PATCH 0370/1926] try enabling git-annex with skipped dbus tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4418add2..2ef7160a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -898,7 +898,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # GHC 8.2.1 via aws + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints @@ -3815,6 +3815,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property From d12dffeaa2d15c6ffcf9d4771ba869692de54914 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:16:00 -0800 Subject: [PATCH 0371/1926] Disable hackage-mirror as it fails to build (#3033) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ef7160a..e31d0361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - - hackage-mirror + # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d16fe9a6a6179c12670dadcb24cf9d885405abc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:39:38 -0800 Subject: [PATCH 0372/1926] Update blocker on idris (#2856) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31d0361..3a9d6e56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1214,7 +1214,7 @@ packages: # - cabal-rpm # GHC 8.2.1 # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds aeson + # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - fedora-haskell-tools - libffi - xmonad-contrib From 27d066c40216448675e4bc2d584567521f33795d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:40:05 -0800 Subject: [PATCH 0373/1926] Attempt a build with tree-diff as there are no more bounds blockers (#2887) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a9d6e56..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1348,6 +1348,7 @@ packages: # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers + - tree-diff # - waitra # GHC 8.2.1 # scrive/log From 1836b1dcc6df62158e9e9c037cb71a0fda36d2ab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:41:03 -0800 Subject: [PATCH 0374/1926] Attempt taggy-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..e988b66b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,7 +2734,7 @@ packages: "Alp Mestanogullari @alpmestan": - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 54cf4c31626a564b8a5dc59cf91a21ea19f6b079 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:45:21 -0800 Subject: [PATCH 0375/1926] Attempt taggy too --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988b66b..33ed26d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": From 0e793f25170c36655da47b2d0c44d14308627a35 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:48:20 -0800 Subject: [PATCH 0376/1926] This didn't work, reverting --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ed26d0..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,8 +2733,8 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 7cdb6028cbf85ddb35db30343f28f1e96ed47219 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:30:42 +0300 Subject: [PATCH 0377/1926] add errors-ext --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..3a5a8069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,7 +3621,8 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - + "Warlock @A1-Triard": + - errors-ext # end of packages # Package flags are applied to individual packages, and override the values of From ca5fde528e09f30714aa4a14653c4f24e22db9e4 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:32:15 +0300 Subject: [PATCH 0378/1926] add errors-ext --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a5a8069..17ba8c75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,8 +3621,10 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + "Warlock @A1-Triard": - errors-ext + # end of packages # Package flags are applied to individual packages, and override the values of From 49e47572880104f3e856c62b880a8c0258c12c01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 14:52:42 +0900 Subject: [PATCH 0379/1926] reenable cabal-rpm --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17ba8c75..36563dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1211,11 +1211,12 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm # GHC 8.2.1 + - cabal-rpm + - fedora-haskell-tools # - stackage-query # via stackage-types compilation failure + # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - - fedora-haskell-tools - libffi - xmonad-contrib - shelly From 575c59153e6f8d9860c24358cc5c879fd2b8fe0e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:35:53 +0530 Subject: [PATCH 0380/1926] uncomment cabal-install for Mikhail --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36563dee..ae512a57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2723,7 +2723,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - # - cabal-install # GHC 8.2.1 + - cabal-install - pointful "Lennart Kolmodin @kolmodin": From f730ead14bb9b69295c1af5b43513ced69d8e319 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:36:17 +0530 Subject: [PATCH 0381/1926] try re-enabling gtk2hs-buildtools --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae512a57..c6e26aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,7 +338,7 @@ packages: - executable-path - foreign-store - formatting - # - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools # Cabal 2.0.0.2 - happy - hybrid-vectors - indents From 078051522aeaced67388b4786f6a0719dac99d84 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:49:54 +0530 Subject: [PATCH 0382/1926] reenable cairo, glib, and pango --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6e26aee..a5d03db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,13 +1220,13 @@ packages: - libffi - xmonad-contrib - shelly - # - cairo # Cabal 2.0.0.2 + - cairo # - gio # Cabal 2.0.0.2 - # - glib # Cabal 2.0.0.2 - # - gtk # Cabal 2.0.0.2 - # - gtk3 # Cabal 2.0.0.2 + - glib + # - gtk # via gio + # - gtk3 # via gio # - gtksourceview3 # Cabal 2.0.0.2 - # - pango # Cabal 2.0.0.2 + - pango # - webkitgtk3 # Cabal 2.0.0.2 # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror From df6a14118ed9d59f50cb3d7e5d6a8d4e3132709f Mon Sep 17 00:00:00 2001 From: Tung Dao Date: Sun, 19 Nov 2017 15:08:19 +0700 Subject: [PATCH 0383/1926] add time-locale-vietnamese --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..103355a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3451,6 +3451,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Tung Dao @tungd": + - time-locale-vietnamese + # 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 9f781ae0a14135cabc2472398c728484e60515a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 19 Nov 2017 12:02:32 +0200 Subject: [PATCH 0384/1926] Remove no longer supported package --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..772f96cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,6 @@ packages: - th-lift - quickcheck-assertions - # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d26d7a3feb433ca93158fb73899a8bd69c08d37 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 16:00:37 -0800 Subject: [PATCH 0385/1926] Try shelly again' --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 772f96cc..04dbd179 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3529,7 +3529,7 @@ packages: - servant-client-core < 0.12 # https://github.com/fpco/stackage/issues/3024 - - shelly < 1.6.8.5 + # shelly < 1.6.8.5 # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 From ed0204bd638f4df7c66eff2bf4a6b62d8197ae75 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:33:25 -0800 Subject: [PATCH 0386/1926] Close #3024 for good and also run tests on shelly --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04dbd179..83f6b7fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,9 +3528,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3024 - # shelly < 1.6.8.5 - # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 - amazonka-core < 1.5 @@ -3846,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From 92e47d3ca5e2e4c32a3237d1ea00ef54de12f415 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:36:27 -0800 Subject: [PATCH 0387/1926] Tests for shelly are still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f6b7fa..a8e9f309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From fcac947b541c7d7720f11e6e714a67ef974d9c3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Nov 2017 16:51:57 +0100 Subject: [PATCH 0388/1926] Move errors-ext above 'dummy maintainers' --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8e9f309..df9bd37c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,6 +3450,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Warlock @A1-Triard": + - errors-ext + # 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 @@ -3619,9 +3622,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - "Warlock @A1-Triard": - - errors-ext - # end of packages # Package flags are applied to individual packages, and override the values of From 90aad7b852295c246816b00e6725fad95f0c4c32 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Mon, 20 Nov 2017 15:11:46 -0600 Subject: [PATCH 0389/1926] Enable wai-middleware-throttle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..3be30e77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,7 +1892,7 @@ packages: - bencode - hsebaysdk - dockerfile - # - wai-middleware-throttle # GHC 8.2.1 via token-bucket + - wai-middleware-throttle - yesod-auth-basic "Alcides Viamontes @alcidesv": From eb115f3bed036d49327f92227efde68716c0bd9b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:06:05 +0100 Subject: [PATCH 0390/1926] Add token-bucket to skipped-tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..c7b3c087 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - token-bucket - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 From 56322d1b89fa52a481444862aa32dfbe4a2cd2b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:50:46 +0100 Subject: [PATCH 0391/1926] Expect test failures for packages with hlint test suite failures --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4c2d335..ed3ada65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4126,6 +4126,15 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 + # Linting failures (these may break every time HLint gets updated so keep them disabled) + # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites + - atom-conduit + - conduit-parse + - dublincore-xml-conduit + - folds + - opml-conduit + - xml-conduit-parse + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 322323df3272928cfd1a1f39f03018024fa7a5e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:37:21 +0100 Subject: [PATCH 0392/1926] Disable moesocks and stackage2nix due to compilation failures previously unnoticed due to a bug in stackage-curator --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed3ada65..9096c834 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks + - moesocks < 0 # compilation failure against aeson 1.2.3.0 "Gregory W. Schwartz @GregorySchwartz": - fasta @@ -3404,7 +3404,7 @@ packages: "typeable.io ": - dom-parser - - stackage2nix + - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From 038c93df86981ee38843c3f5eeca45e34e717bae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:39:56 +0100 Subject: [PATCH 0393/1926] Skip lzma tests due to bounds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9096c834..21a6969e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - lzma - token-bucket - uuid - uuid-types From 03dcf1f7bd5f89e24f95c1b832b948895349a85c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:05:18 +0100 Subject: [PATCH 0394/1926] Expect HTTP tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a6969e..d052733a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4124,6 +4124,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - perf # https://github.com/fpco/stackage/pull/2859 From d2de4b31af58282416e7f163cdff0627c0ea11a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:10:02 +0100 Subject: [PATCH 0395/1926] Expect hslua and yesod-core tests to fail --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d052733a..28c9a7bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4084,6 +4084,7 @@ expected-test-failures: - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 + - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4125,8 +4126,8 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - - perf # https://github.com/fpco/stackage/pull/2859 + - hslua # Undiagnosed: expected: OK, but got: ErrFile + - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 34b50d9b189859ce583a4ba3cdb21c8b0f435be3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:18:40 +0100 Subject: [PATCH 0396/1926] Expect hslua-module-text tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28c9a7bf..a0f442b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4127,6 +4127,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile + - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) From 88a1c26f9d6352f56b31310f80f25d064737fa03 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:46:13 +0100 Subject: [PATCH 0397/1926] upgrade to GHC 8.2.2 --- .travis.yml | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 691ef7c3..f66c4a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.2.1 +- GHCVER=8.2.2 install: # Download and unpack the stack executable diff --git a/check b/check index 79e7a39f..4189690a 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.2.1 stackage-curator check +exec stack exec --resolver ghc-8.2.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5445405d..9eab0cf2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.2.1 +GHCVER=8.2.2 apt-get update apt-get install -y \ From 53f043dc80563288c7980528343780c57e2f7f8e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 11:15:25 +0200 Subject: [PATCH 0398/1926] Remove yesod-core from expected test failures See https://github.com/yesodweb/wai/pull/654#issuecomment-346288807 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0f442b6..aeb9dc20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4128,7 +4128,6 @@ expected-test-failures: - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From f7762084589bc3ad142dc3cdcae9173002196e97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:28:59 +0100 Subject: [PATCH 0399/1926] skylighting upper bound for #3039 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb9dc20..58612541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3622,6 +3622,9 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + # https://github.com/fpco/stackage/issues/3039 + - skylighting < 0.4.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 810a2d34c23b00a642b189de4ac3acd793b31d17 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:59:34 +0100 Subject: [PATCH 0400/1926] Re-enable moesocks 322323df3272928cfd1a1f39f03018024fa7a5e6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58612541..7eed4809 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks < 0 # compilation failure against aeson 1.2.3.0 + - moesocks "Gregory W. Schwartz @GregorySchwartz": - fasta From 3c9de314faef01c7e0f8c4baf83c4a2661f98a7a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 19:06:46 +0100 Subject: [PATCH 0401/1926] Disable intero, closes #3037 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eed4809..4b887957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -518,7 +518,7 @@ packages: - descriptive - wrap - path - - intero + # - intero # ghc-8.2.2 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode From a63b9d9c5635544371f0f5aa87e1e9f820332b23 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:44:44 +0200 Subject: [PATCH 0402/1926] Update PATH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710e7bbe..146edda4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.2/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 From 47b32c5c4378ee0f45dd7ab51f263883fb369c76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:46:10 +0200 Subject: [PATCH 0403/1926] Clarify how to upgrade GHC versions --- CURATORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 9c069fed..fb424315 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -204,6 +204,9 @@ major version number (e.g., lts3 for lts-3.\*). Note that when starting a new LTS major release, you'll need to modify Docker Hub to create a new Docker tag for the relevant branch name. +You'll need to update both the `PATH` in `Dockerfile` and the `GHCVER` variable +in `debian-bootstrap.sh`. + ### Getting the new image to the build server Once a new Docker image is available, you'll need to pull it onto the stackage-build server (see below). Instead of pulling an unbounded number of images, I typically just From 0234d91c22eabb4478087e986b34ae609bb9801c Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 22 Nov 2017 23:13:50 +0100 Subject: [PATCH 0404/1926] Expect test success on atom-conduit --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b887957..47a76dae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4134,7 +4134,6 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - atom-conduit - conduit-parse - dublincore-xml-conduit - folds From 6886dd9acf1639aab1e93bd15fd7b6c4276b8878 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 11:13:23 +0100 Subject: [PATCH 0405/1926] Re-enable fixed tests/benchs/haddocks --- build-constraints.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47a76dae..cb79ed2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4034,13 +4034,11 @@ expected-test-failures: - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 # Assertion failures, these can be real bugs or just limitations # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 @@ -4070,21 +4068,18 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - - raaz - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - threads - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - - tries # https://github.com/athanclark/tries/issues/2 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - vty # https://github.com/jtdaugherty/vty/issues/132 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 @@ -4092,7 +4087,6 @@ expected-test-failures: # Stackage upper bounds, re-enable these when their upper bound is removed # Recursive deps https://github.com/fpco/stackage/issues/1818 - - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 @@ -4120,13 +4114,10 @@ expected-test-failures: - haskell-docs # GHC bug - hosc # GHC 8.2.1 (?) - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - servant # https://github.com/haskell-servant/servant/issues/698 - - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile @@ -4146,14 +4137,9 @@ expected-test-failures: # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: # Recursive deps https://github.com/fpco/stackage/issues/1818 - - attoparsec - hashable - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib - # stack bug https://github.com/commercialhaskell/stack/issues/2153 - - scientific - - vector-binary-instances - # Missing files in sdist - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure @@ -4163,7 +4149,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 - thyme # https://github.com/liyang/thyme/issues/50 - - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 @@ -4197,9 +4182,6 @@ expected-haddock-failures: - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - # Haddock bugs - - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # Runs out of memory - store From 23f6c5d3ecec500fd9228728da57b3ea6d360075 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 16:44:53 +0100 Subject: [PATCH 0406/1926] Re-enable some more tests --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb79ed2f..8903f0ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-test-failures: - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - rethinkdb - rethinkdb-client-driver - riak @@ -4008,7 +4007,6 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU - - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian @@ -4046,7 +4044,6 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 @@ -4081,7 +4078,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4104,6 +4100,7 @@ expected-test-failures: # Doctest failures - teardown - model # https://github.com/Quid2/model/issues/2 + - zm # https://github.com/fpco/stackage/issues/3026 # Requires running server - milena From 6a496d99100721f189a1f3280a08d8365691b0e0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 17:00:45 +0100 Subject: [PATCH 0407/1926] Disable git-annex --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8903f0ab..f4a5f9e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + - git-annex < 0 # compilation failure # - github-backup # bounds: github - concurrent-output - mountpoints From 52ae59704495aceec2f448c2e4fc112da379c367 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Thu, 23 Nov 2017 16:13:27 +0000 Subject: [PATCH 0408/1926] add yesod-csp --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a5f9e7..293420ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3453,6 +3453,9 @@ packages: "Warlock @A1-Triard": - errors-ext + "Bob Long @bobjflong": + - yesod-csp + # 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 d58d26c981bf7a9b5b7e521f61d8fd06df1bdf10 Mon Sep 17 00:00:00 2001 From: koral Date: Thu, 23 Nov 2017 21:38:19 +0100 Subject: [PATCH 0409/1926] Expect test success on conduit-parse, dublincore-xml-conduit, opml-conduit, xml-conduit-parse --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293420ee..ac4acecd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4125,11 +4125,7 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - conduit-parse - - dublincore-xml-conduit - folds - - opml-conduit - - xml-conduit-parse # end of expected-test-failures From 2e873a64e962136c4195cf18161efa2f3affe227 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:30:19 +0100 Subject: [PATCH 0410/1926] Re-enable hslua and hslua-module-text tests d2de4b31af58282416e7f163cdff0627c0ea11a6 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac4acecd..b359dcc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4120,8 +4120,6 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - hslua # Undiagnosed: expected: OK, but got: ErrFile - - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 9ac79ae4770e7830b9dc9f68311a374fffac1213 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:31:27 +0100 Subject: [PATCH 0411/1926] Re-enable git-annex 6a496d99100721f189a1f3280a08d8365691b0e0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b359dcc2..33160e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex < 0 # compilation failure + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints From 2119253fc0b6b128a5618f792ab1941edf45c496 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:09:41 +0100 Subject: [PATCH 0412/1926] Close #2967, Close #2971 in favor of #3044, and re-enable tdigest --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33160e8d..2279a520 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1344,7 +1344,7 @@ packages: - singleton-bool - spdx - splitmix - # - tdigest + - tdigest # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers @@ -3505,11 +3505,8 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2967 - - swagger2 < 2.2 - - # https://github.com/fpco/stackage/issues/2971 - - either < 4.5 + # https://github.com/fpco/stackage/issues/3044 + - either < 4.5 # Latest ATOW is either-5 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From 310033031dd16a57265896def4e28f712dbd123a Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Sat, 25 Nov 2017 19:10:10 +0100 Subject: [PATCH 0413/1926] Add validity to stackage --- build-constraints.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33160e8d..7349a5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,37 @@ packages: "Bob Long @bobjflong": - yesod-csp + "Tom Sydney Kerckhove @NorfairKing": + - genvalidity + - genvalidity-aeson + - genvalidity-bytestring + - genvalidity-containers + - genvalidity-hspec + - genvalidity-hspec-aeson + - genvalidity-hspec-binary + - genvalidity-hspec-cereal + - genvalidity-hspec-hashable + - genvalidity-path + - genvalidity-property + - genvalidity-scientific + - genvalidity-text + - genvalidity-time + - genvalidity-unordered-containers + - genvalidity-uuid + - genvalidity-vector + - validity + - validity-aeson + - validity-bytestring + - validity-containers + - validity-path + - validity-scientific + - validity-text + - validity-time + - validity-unordered-containers + - validity-uuid + - validity-vector + + # 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 be0024e71369eb8803deda2a413dad9b409572f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:11:47 +0100 Subject: [PATCH 0414/1926] Try to re-enable download and yahoo-finance-api tests #2811, #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2279a520..8263957a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,7 +4037,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 @@ -4047,7 +4046,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 8120db318d7265c5f3f5fe634af2305d6d0d01ea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:17:55 +0100 Subject: [PATCH 0415/1926] Un-hide protolude and re-enable hpio tests, closes #2926 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8263957a..2fe5de70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,14 +3886,12 @@ skipped-tests: - graphviz - wl-pprint-text + # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 - - # https://github.com/fpco/stackage/issues/3014 - - servant-mock - - servant-server + - servant-mock # https://github.com/fpco/stackage/issues/3014 + - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests @@ -4383,7 +4381,6 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred -- protolude # `module Panic` conflicts with base - crypto-api # `module Crypto.Random` conflicts with cryptonite - fay-base # conflicts with many modules in base and others - hashmap # conflicts with Data.HashSet in unordered-containers From be8ebd99c9ae4eb97f34c7ac933d853457d35b0c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:20:20 +0100 Subject: [PATCH 0416/1926] Re-enable cryptol, closes #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fe5de70..f3f02715 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol - gitrev - persistent-refs From a8bc1af0f14c34e5e69adf5d486b098499cf3581 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:27:58 +0100 Subject: [PATCH 0417/1926] Ping phadej for futurice issues #2814 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f02715..cf6291e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4338,6 +4338,8 @@ github-users: - liskin - trskop - xkollar + futurice: + - phadej # end of github-users From 1802d506174ee07440f80fe591664a3ddf96da3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:31:32 +0100 Subject: [PATCH 0418/1926] Disable http-api-data and tdigest tests, closes #2814 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf6291e1..c93ed01c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3485,10 +3485,6 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2814 - - doctest < 0.12 - # Once unconstrained, remove the following skipped-tests - # - sbv # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3798,6 +3794,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3807,6 +3804,7 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3829,7 +3827,6 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From c2c147393bf6bc2cfab978d6da9aa250e973afab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:33:46 +0100 Subject: [PATCH 0419/1926] Re-enable validation tests, closes #2949 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c93ed01c..ac0f1300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,7 +3886,6 @@ skipped-tests: # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - validation # https://github.com/fpco/stackage/issues/2949 - servant-mock # https://github.com/fpco/stackage/issues/3014 - servant-server # # https://github.com/fpco/stackage/issues/3014 From 7e91c74bb2f620fec06af6891f508c95912cc7ff Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:53:58 +0100 Subject: [PATCH 0420/1926] Disable cryptol #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac0f1300..c603277b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From aeaf236545c8efa97b3478d32d0e46d0c8f14e38 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:00:02 +0100 Subject: [PATCH 0421/1926] Expect download tests to fail, #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c603277b..7bb73687 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4031,6 +4031,7 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From a1fd1d2461af1fbc4a569d740a7e74e306e6f010 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:39:08 +0100 Subject: [PATCH 0422/1926] persistent upper bound for #3046 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb73687..16870a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,6 +3621,9 @@ packages: # https://github.com/fpco/stackage/issues/3039 - skylighting < 0.4.4 + # https://github.com/fpco/stackage/issues/3046 + - persistent < 2.7.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 244c1029afd4bc1dc5962f6649facd6ae34e67ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:47:34 +0100 Subject: [PATCH 0423/1926] Re-disable yahoo-finance-api tests #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16870a0e..41b1da70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4044,6 +4044,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 64598d28f2867e3f6d37fbac38fdc6bdb0293cc1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:24:30 +0100 Subject: [PATCH 0424/1926] Mass re-enabling --- build-constraints.yaml | 235 ++++++++++++++++++++--------------------- 1 file changed, 112 insertions(+), 123 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1da70..b2ba0ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,8 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - [] - # - tibetan-utils # bounds: text-show + - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -105,9 +104,9 @@ packages: - comfort-graph - concurrent-split - cutter - - data-accessor # GHC 8.2.1 + - data-accessor - data-accessor-mtl - - data-accessor-template # GHC 8.2.1 + - data-accessor-template - data-accessor-transformers - data-ref - dsp @@ -116,8 +115,8 @@ packages: - event-list - explicit-exception - fixed-length - - gnuplot # GHC 8.2.1 - - group-by-date # GHC 8.2.1 via c2hs + - gnuplot + - group-by-date - iff - interpolation - jack @@ -125,7 +124,7 @@ packages: - lazyio - markov-chain - midi - # - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box # GHC 8.2.1 via diagrams-lib - mbox-utility - med-module - non-empty @@ -138,7 +137,7 @@ packages: - sample-frame-np - set-cover # - sound-collage # via synthesizer-core compilation failure - - sox # GHC 8.2.1 + - sox - soxlib # - split-record # via synthesizer-core compilation failure - spreadsheet @@ -154,7 +153,7 @@ packages: - unsafe - utility-ht - xml-basic - - youtube # GHC 8.2.1 + - youtube - prelude-compat - fft - carray @@ -178,8 +177,8 @@ packages: - newtype-generics "Joe M @joe9": - - logger-thread # GHC 8.2.1 via protolude - # - text-generic-pretty # GHC 8.2.1 via ixset-typed + - logger-thread + - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -202,12 +201,12 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - # - plot-light # GHC 8.2.1 via palette + - plot-light # GHC 8.2.1 via palette "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - # - stm-supply # GHC 8.2.1 via Unique + - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile - mbtiles @@ -236,7 +235,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # compilation error + - postgresql-query # compilation error - hreader - hset @@ -268,8 +267,8 @@ packages: - miso - envy - s3-signer - - google-translate # bounds: servant - - hackernews # GHC 8.2.1 + - google-translate + - hackernews - ses-html - stripe-haskell - stripe-http-streams @@ -338,7 +337,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -369,8 +368,8 @@ packages: - Win32-notify "Omari Norman @massysett": - - rainbow # GHC 8.2.1 via lens-simple - - rainbox # GHC 8.2.1 via lens-simple + - rainbow + - rainbox - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - prednote < 0 # test compilation failure @@ -398,7 +397,7 @@ packages: - ghcid - hexml - weeder - - profiterole # GHC 8.2.1 via ghc-prof + - profiterole "Alan Zimmerman @alanz": - ghc-exactprint @@ -422,7 +421,7 @@ packages: # - hakyll # bounds: process time - stylish-haskell # - patat # bounds: base - - profiteur # GHC 8.2.1 via ghc-prof + - profiteur - psqueues - websockets - websockets-snap @@ -438,7 +437,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras # GHC 8.2.1 via c2hs + - xmonad-extras "haskell-openal": - OpenAL @@ -463,7 +462,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via: safecopy, bounds, vector + - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -535,7 +534,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # GHC 8.2.1 via safecopy + - approximate # GHC 8.2.1 via safecopy - bifunctors - bits - bound @@ -544,7 +543,7 @@ packages: - comonad - comonads-fd - comonad-transformers - # - compensated # GHC 8.2.1 via safecopy + - compensated # GHC 8.2.1 via safecopy # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -559,7 +558,7 @@ packages: - graphs - groupoids - heaps - # - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog # GHC 8.2.1 via safecopy - hyphenation - integration - intervals @@ -568,7 +567,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # GHC 8.2.1 via safecopy + - log-domain # GHC 8.2.1 via safecopy - machines - monadic-arrays - monad-products @@ -628,16 +627,16 @@ packages: - active # - BlogLiterately # bounds: base pandoc pandoc-citeproc # - BlogLiterately-diagrams # bounds: pandoc - # - diagrams # bounds: optparse-applicative - # - diagrams-builder # GHC 8.2.1 + - diagrams # bounds: optparse-applicative + - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: optparse-applicative & via pango - # - diagrams-contrib # GHC 8.2.1 via dual-tree - # - diagrams-core # GHC 8.2.1 via dual-tree + - diagrams-cairo # bounds: optparse-applicative & via pango + - diagrams-contrib # GHC 8.2.1 via dual-tree + - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative - # - diagrams-lib # GHC 8.2.1 via diagrams-core + - diagrams-lib # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative - # - diagrams-svg # bounds: optparse-applicative + - diagrams-svg # bounds: optparse-applicative # - dual-tree # via testing-feat - force-layout - haxr @@ -722,7 +721,7 @@ packages: # - latex-formulae-image # BLOCKED directory 1.3 # - latex-formulae-pandoc # bounds: pandoc-types # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: ghc, base + # - agda-snippets # bounds: Agda, base # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": @@ -822,16 +821,15 @@ packages: # - hPDB-examples # GHC 8.2.1 # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector - # - json-autotype # bounds: aeson 1.0, lens + - json-autotype # bounds: aeson 1.0, lens - posix-realtime < 0 "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - [] # - yarr # bounds template-haskell - # - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": - vector-fftw @@ -852,8 +850,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson # GHC 8.2.1 - - timezone-series # GHC 8.2.1 + - timezone-olson + - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -905,12 +903,12 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - # - versions # GHC 8.2.1 per megaparsec + - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - # - repa # bounds: vector - # - repa-io # bounds: vector - # - repa-algorithms # bounds: vector + - repa # bounds: vector + - repa-io # bounds: vector + - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -981,14 +979,14 @@ packages: "Dimitri Sabadie @phaazon": - al < 0 # Setup failure, needs old c2hs - event - - hid # GHC 8.2.1 via c2hs + - hid # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - # - wavefront # bounds: vector + - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -1001,7 +999,7 @@ packages: "Daniel Gröber @DanielG": [] # - ghc-mod # bounds: syb - # - cabal-helper # bounds: extra + # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1070,7 +1068,7 @@ packages: - multimap - parallel-io - text-binary - # - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo # Cabal 2.0.0.2 - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -1212,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure + - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1247,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1266,14 +1264,13 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - [] - # - palette # GHC 8.2.1 - # - diagrams-canvas # bounds: optparse-applicative + - palette # GHC 8.2.1 + - diagrams-canvas # bounds: optparse-applicative # - diagrams-rasterific # bounds: optparse-applicative # - lucid-svg # GHC 8.2.1 # - diagrams-html5 # bounds: optparse-applicative # - static-canvas # GHC 8.2.1 - # - svg-builder # GHC 8.2.1 + - svg-builder # GHC 8.2.1 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1352,9 +1349,9 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log # via bloodhound: bounds: vector # GHC 8.2.1 - log-base - # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres # Not a maintainer @@ -1621,11 +1618,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # Cabal 2.0.0.2 & via pango + - plot # Cabal 2.0.0.2 & via pango # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer - # - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - xml-to-json @@ -1756,8 +1753,8 @@ packages: "Athan Clark @athanclark": - alternative-vector - attoparsec-path - # - attoparsec-ip via: ip - # - attoparsec-uri via: attoparsec-ip + - attoparsec-ip # via: ip + - attoparsec-uri # via: attoparsec-ip - commutative - composition-extra # - digestive-functors-lucid # via: digestive-functors @@ -1787,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # compilation errors - # - wai-middleware-verbs # compilation errors + - wai-middleware-content-type # compilation errors + - wai-middleware-verbs # compilation errors - websockets-rpc - webpage @@ -1847,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1919,7 +1916,7 @@ packages: # - haddocset # GHC 8 "Kai Zhang @kaizhang": - - clustering + # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -2013,7 +2010,7 @@ packages: "Oliver Charles @ocharles": - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors + # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon @@ -2089,7 +2086,6 @@ packages: # - ihaskell-juicypixels # via: ihaskell # - ihaskell-magic # via: ihaskell # - ihaskell-rlangqq # via: ihaskell - # - ihaskell-static-canvas # via: ihaskell # - ghc-parser # GHC 8 - ipython-kernel # GHC 8 @@ -2100,9 +2096,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - # - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - ekg-wai @@ -2129,7 +2125,7 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - # - fast-builder # GHC 8.2.1 + - fast-builder # GHC 8.2.1 - filelock # - euphoria # GHC 8.2.1 @@ -2138,8 +2134,7 @@ packages: # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - [] - # - bindings-GLFW # GHC 8.2.1 + - bindings-GLFW # GHC 8.2.1 # - GLFW-b # GHC 8.2.1 "Niklas Hambüchen mail@nh2.me @nh2": @@ -2160,7 +2155,7 @@ packages: "Michael Walker @barrucadu": - both - - concurrency # GHC 8.2.1 via atomic-primops + - concurrency - dpor - dejafu - async-dejafu @@ -2188,7 +2183,7 @@ packages: # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - # - opaleye-trans # GHC 8.2.1 + - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - servant-checked-exceptions @@ -2318,7 +2313,7 @@ packages: - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure - # - rank-product # GHC 8.2.1 via random-fu + - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - compactmap @@ -2328,7 +2323,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet # also in "skipped-haddocks" section + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -2417,8 +2412,7 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - [] - # - zim-parser # via: lzma + - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs @@ -2429,8 +2423,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - [] - # - riak # bounds: aeson + - riak # bounds: aeson # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2509,7 +2502,7 @@ packages: "Will Sewell @willsewell": - benchpress - # - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2561,18 +2554,18 @@ packages: # - hackage-whatsnew # bounds: directory 1.3 # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector - # - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp # GHC 8.2.1 via hsx2hs - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - # - ixset # via: syb-with-class, safecopy + - ixset # via: syb-with-class, safecopy - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - # - userid # via safecopy: bounds: vector + - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2610,7 +2603,7 @@ packages: "Denis Redozubov @dredozubov": # - tracy # GHC 8.2.1 - hreader-lens - # - schematic # GHC 8.2.1 + - schematic # GHC 8.2.1 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2618,7 +2611,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - # - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - hoauth2 @@ -2664,7 +2657,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - # - NoTrace # GHC 8.2.1 + - NoTrace # GHC 8.2.1 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2677,7 +2670,7 @@ packages: - texmath - highlighting-kate - skylighting - - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 + - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - pandoc @@ -2708,7 +2701,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # GHC 8.2.1 via diagrams-core + - SVGFonts # GHC 8.2.1 via diagrams-core "Aaron Levin @aaronmblevin": [] @@ -2811,7 +2804,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - # - repline # GHC 8.2.1 + - repline # GHC 8.2.1 - picosat "Daishi Nakajima @nakaji_dayo": @@ -2948,9 +2941,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - # - solga # https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # GHC 8.2.1 via swagger2 - # - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga # https://github.com/chpatrick/solga/issues/9 + - solga-swagger # GHC 8.2.1 via swagger2 + - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3008,8 +3001,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3055,8 +3047,7 @@ packages: - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - [] - # - json-stream # GHC 8.2.1 + - json-stream # GHC 8.2.1 "Philipp Balzarek ": - xml-picklers @@ -3069,8 +3060,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - [] - # - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql # GHC 8.2.1 "Tony Morris @tonymorris": - validation @@ -3150,7 +3140,7 @@ packages: "Alexey Kuleshevich @lehins": - wai-middleware-auth - # - hip # via repa-algorithms + - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3161,15 +3151,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - # - haskell-tools-ast # GHC 8.2.1 - # - haskell-tools-backend-ghc # GHC 8.2.1 - # - haskell-tools-rewrite # GHC 8.2.1 - # - haskell-tools-prettyprint # GHC 8.2.1 - # - haskell-tools-refactor # GHC 8.2.1 - # - haskell-tools-demo # bounds: websockets - # - haskell-tools-cli # GHC 8.2.1 - # - haskell-tools-daemon # GHC 8.2.1 - # - haskell-tools-debug # GHC 8.2.1 + - haskell-tools-ast # GHC 8.2.1 + - haskell-tools-backend-ghc # GHC 8.2.1 + - haskell-tools-rewrite # GHC 8.2.1 + - haskell-tools-prettyprint # GHC 8.2.1 + - haskell-tools-refactor # GHC 8.2.1 + - haskell-tools-demo # bounds: websockets + - haskell-tools-cli # GHC 8.2.1 + - haskell-tools-daemon # GHC 8.2.1 + - haskell-tools-debug # GHC 8.2.1 "David Fisher @ddfisher": - socket-activation @@ -3185,7 +3175,7 @@ packages: - viewprof "Dylan Simon @dylex": - # - postgresql-typed # GHC 8.2.1 + - postgresql-typed # GHC 8.2.1 - invertible # - ztail # GHC 8.2.1 @@ -3199,8 +3189,8 @@ packages: - glaze - glazier - glazier-pipes - # - glazier-react # https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - glazier-react # https://github.com/louispan/glazier-react/issues/7 + - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 - javascript-extras - l10n - pipes-category @@ -3214,8 +3204,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # GHC 8.2.1 via protolude + - minio-hs # GHC 8.2.1 via protolude "ncaq @ncaq": - haskell-import-graph @@ -3257,7 +3246,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - # - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3294,11 +3283,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # via: tensorflow-proto - # - tensorflow-core-ops # via: tensorflow-proto - # - tensorflow-opgen # via: tensorflow-proto - # - tensorflow-ops # bounds: tensorflow-proto - # - tensorflow-proto # compilation failure + - tensorflow # via: tensorflow-proto + - tensorflow-core-ops # via: tensorflow-proto + - tensorflow-opgen # via: tensorflow-proto + - tensorflow-ops # bounds: tensorflow-proto + - tensorflow-proto # compilation failure - tensorflow-test "Christof Schramm ": @@ -3363,7 +3352,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural # https://github.com/fpco/stackage/issues/2950 + # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3377,7 +3366,7 @@ packages: - listsafe "Serokell @serokell": - # - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": @@ -3391,7 +3380,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - # - mysql-haskell-nem : blocked on mysql-haskell + - mysql-haskell-nem # blocked on mysql-haskell "Phil Ruffwind @Rufflewind": - blas-hs @@ -3819,7 +3808,7 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck From 435d43bcae7d7f3dcba01853def95deca10bc333 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:27:29 +0100 Subject: [PATCH 0425/1926] Remove upper bound and close #2860 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2ba0ca0..f10c7345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3487,9 +3487,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2860 - - language-c < 0.7 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 From 4e8573b78f4dd50343f73b69e28ae381e4e88bca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:35:02 +0000 Subject: [PATCH 0426/1926] Remove some whitespace. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..24702c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid From 8ecfe16627058151334f4963de5710efe0549103 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:39:30 +0000 Subject: [PATCH 0427/1926] Remove extra line and whitespace. --- MAINTAINERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c4ce607e..fdfe75ab 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -45,7 +45,7 @@ so commit messages like "update build-constraints.yaml" are not helpful). newly uploaded to Hackage appear to our build server. If you just uploaded a package to Hackage that you're trying to get included, we recommend waiting an hour before opening the PR. You can verify this -by making sure the latest version is listed at +by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. ## Uploading a new package version @@ -56,7 +56,6 @@ If the new version doesn't compile then the package author should upload a fixed If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. - ## Following dependency upgrades If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. From 603174c6009ecb9278965a38cfb9b87350660f75 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:50:45 +0000 Subject: [PATCH 0428/1926] Add note about notifications and throttling. --- MAINTAINERS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fdfe75ab..07fdce3a 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,6 +8,19 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. From d0fea09b187c6d9528f4e1c03975d59c5386c42a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 23:52:51 +0100 Subject: [PATCH 0429/1926] Re-disable some packages & tests --- build-constraints.yaml | 59 +++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10c7345..b5809498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,7 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - - tibetan-utils # bounds: text-show + - tibetan-utils "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -201,7 +201,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - - plot-light # GHC 8.2.1 via palette + - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors @@ -903,7 +903,7 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - - versions # GHC 8.2.1 per megaparsec + # - versions # test failure https://github.com/fosskers/versions/issues/9 # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - repa # bounds: vector @@ -1210,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - - stackage-query # via stackage-types compilation failure + # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1245,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1784,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type # compilation errors - - wai-middleware-verbs # compilation errors + - wai-middleware-content-type < 0 # compilation errors + - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1844,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -2423,7 +2423,8 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak # bounds: aeson + [] + # - riak # compilation failure via riak-protobuf # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2502,7 +2503,7 @@ packages: "Will Sewell @willsewell": - benchpress - - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2941,9 +2942,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga # https://github.com/chpatrick/solga/issues/9 - - solga-swagger # GHC 8.2.1 via swagger2 - - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 + # - solga-swagger # Compilation failure via swagger2 + - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3001,7 +3002,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3189,8 +3190,8 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react # https://github.com/louispan/glazier-react/issues/7 - - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 + # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3246,7 +3247,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3283,11 +3284,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - - tensorflow # via: tensorflow-proto - - tensorflow-core-ops # via: tensorflow-proto - - tensorflow-opgen # via: tensorflow-proto - - tensorflow-ops # bounds: tensorflow-proto - - tensorflow-proto # compilation failure + # - tensorflow # compilation failure via: tensorflow-proto + # - tensorflow-core-ops # compilation failure via: tensorflow-proto + # - tensorflow-opgen # compilation failure via: tensorflow-proto + # - tensorflow-ops # compilation failure via: tensorflow-proto + - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3462,6 +3463,13 @@ packages: # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava + # Packages without maintainers that cause compilation failures, + # this is to prevent us from including them by accident. They can + # be removed from this list if they are fixed. + "Unmaintained packages with compilation failures": + - riak-protobuf < 0 + - stackage-types < 0 + # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull # request. This will tell us if other packages would be @@ -3951,8 +3959,8 @@ expected-test-failures: - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 + - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -4062,6 +4070,8 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - perf # https://github.com/fpco/stackage/pull/2859 + - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 + - haskell-tools-builtin-refactorings # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4155,6 +4165,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 # Runs out of memory - store From d97e05a407c3dc3563552719cbcc5888f25c29f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:13:31 +0100 Subject: [PATCH 0430/1926] Add/fix github user names --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5809498..330bd468 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1656,7 +1656,7 @@ packages: "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @chee1bot": + "John Chee @cheecheeo": [] # - cgi # GHC 8.2.1 @@ -2247,7 +2247,7 @@ packages: "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold": + "Stefan Berthold @ZjMNZHgG5jMXw": [] # - smallcaps # GHC 8.2.1 @@ -2680,7 +2680,7 @@ packages: "Karun Ramakrishnan @karun012": - doctest-discover - "Elie Genard @eliegenard": + "Elie Genard @elaye": - turtle-options - mushu < 0 # compilation failure # - hakyll-favicon # needs: hakyll @@ -2704,7 +2704,7 @@ packages: - OneTuple - SVGFonts # GHC 8.2.1 via diagrams-core - "Aaron Levin @aaronmblevin": + "Aaron Levin @aaronlevin": [] # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2808,7 +2808,7 @@ packages: - repline # GHC 8.2.1 - picosat - "Daishi Nakajima @nakaji_dayo": + "Daishi Nakajima @nakaji-dayo": - api-field-json-th # - yesod-job-queue # bounds cron @@ -3082,7 +3082,7 @@ packages: - hsinstall - tce-conf - "Jonathan Fischoff ": + "Jonathan Fischoff @jfischoff": - clock-extras - next-ref - threads-extras @@ -3095,7 +3095,7 @@ packages: "Bernie Pope @bjpop": - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee ": + "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr # - sibe # GHC 8.2.1 via stemmer From 0b033f36d1a6590345f37aa8c0133bbefaff196e Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Sat, 25 Nov 2017 16:21:46 -0800 Subject: [PATCH 0431/1926] Re-enable servant-ruby and wai-middleware-rollbar --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..3dfd1568 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,9 +3264,8 @@ packages: - ziptastic-core "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 + - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 68086b476e2b1799c3dd1ed7eac317f5d4ab08d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:24:08 +0100 Subject: [PATCH 0432/1926] Remove packages that have already been disabled --- build-constraints.yaml | 625 +++++------------------------------------ 1 file changed, 65 insertions(+), 560 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..558a3771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -48,18 +48,11 @@ packages: "Pavol Klacansky @pavolzetor": - openexr-write - "Bas van Dijk @basvandijk": - - opencv < 0 # hard to install build tools - - opencv-extra < 0 # hard to install build tools - "Pasqualino Assini @tittoassini": - zm - flat - model - "Timo Koepke @koepket": - - hinterface < 0 # compilation failure https://github.com/lindenbaum/hinterface/issues/2 - "Jose Iborra @pepeiborra": - arrowp-qq - clr-marshal @@ -73,13 +66,8 @@ packages: - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types - "Joshua Koike @jano017": - [] - # - discord-hs # bounds: req - "Roman Gonzalez @roman": - teardown - # - etc # GHC 8.2.1 via protolude "Richard Cook @rcook": - hidden-char @@ -88,17 +76,12 @@ packages: - tibetan-utils "Henning Thielemann @thielema": - # - accelerate-arithmetic # via accelerate: bounds: base - # - accelerate-fftw # via accelerate: bounds: base - # - accelerate-fourier # via accelerate: bounds: base - # - accelerate-utility # via accelerate: bounds: base - alsa-core - alsa-pcm - alsa-seq - apportionment - audacity - bibtex - # - board-games # GHC 8.2.1 via cgi - buffer-pipe - calendar-recycling - comfort-graph @@ -124,7 +107,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box - mbox-utility - med-module - non-empty @@ -136,17 +119,12 @@ packages: - sample-frame - sample-frame-np - set-cover - # - sound-collage # via synthesizer-core compilation failure - sox - soxlib - # - split-record # via synthesizer-core compilation failure - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core < 0 # test compilation failure - # - synthesizer-dimensional # via synthesizer-core compilation failure - # - synthesizer-midi # via synthesizer-core compilation failure - tagchup - tfp - unicode @@ -178,7 +156,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty # GHC 8.2.1 via ixset-typed + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -193,20 +171,17 @@ packages: "Luke Murphy @lwm": - tasty-discover - # - lentil # bounds: optparse-applicative & via terminal-progress-bar - # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno - - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - - stm-supply # GHC 8.2.1 via Unique + - stm-supply - filter-logger - tile - mbtiles @@ -214,7 +189,6 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - # - servant-aeson-specs # bounds: servant "Winter Han @winterland1989": - if @@ -235,7 +209,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - - postgresql-query # compilation error + - postgresql-query - hreader - hset @@ -249,16 +223,11 @@ packages: "Nicolas Mattia @nmattia": - makefile - "Michael Litchard @mlitchard": - [] - # - point-octree # GHC 8.2.1 - "Siddharth Bhat @bollu": - symengine "alpheccar @alpheccar": - HPDF - - hbayes < 0 # compilation failure https://github.com/alpheccar/hbayes/issues/3 "Dmitry Bogatov ": - once @@ -277,7 +246,6 @@ packages: "Piotr Mlodawski @pmlodawski": - error-util - signal - # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit @@ -288,7 +256,6 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter < 0 # compilation failure https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -303,13 +270,11 @@ packages: - stm-conduit - wai-websockets - warp-tls - - yackage < 0 # compilation failure - yesod - yesod-auth - authenticate-oauth - yesod-bin - yesod-eventsource - # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -342,7 +307,6 @@ packages: - hybrid-vectors - indents - language-c - - lhs2tex < 0 # compilation failure https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -370,13 +334,10 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - - prednote < 0 # test compilation failure - cartel - Earley - ofx - - pinchot < 0 # compilation failure - accuerr - timelens - non-empty-sequence @@ -405,7 +366,6 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -417,10 +377,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: base - profiteur - psqueues - websockets @@ -462,7 +419,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable # via: safecopy, bounds, vector + - large-hashable "Bart Massey @BartMassey": - parseargs @@ -507,19 +464,15 @@ packages: - hostname-validate - ini - lucid - # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo - present - pure-io - - scrobble < 0 # compilation failure against time 1.6 - sourcemap - hindent - descriptive - wrap - path - # - intero # ghc-8.2.2 - weigh - # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode "Alberto G. Corona @agocorona": @@ -534,7 +487,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - - approximate # GHC 8.2.1 via safecopy + - approximate - bifunctors - bits - bound @@ -543,8 +496,7 @@ packages: - comonad - comonads-fd - comonad-transformers - - compensated # GHC 8.2.1 via safecopy - # - compressed # bounds: comonad, pointed + - compensated - concurrent-supply - constraints - contravariant @@ -558,7 +510,7 @@ packages: - graphs - groupoids - heaps - - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog - hyphenation - integration - intervals @@ -567,7 +519,7 @@ packages: - lens - linear - linear-accelerate - - log-domain # GHC 8.2.1 via safecopy + - log-domain - machines - monadic-arrays - monad-products @@ -625,19 +577,13 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: base pandoc pandoc-citeproc - # - BlogLiterately-diagrams # bounds: pandoc - - diagrams # bounds: optparse-applicative - - diagrams-builder # GHC 8.2.1 - # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo # bounds: optparse-applicative & via pango - - diagrams-contrib # GHC 8.2.1 via dual-tree - - diagrams-core # GHC 8.2.1 via dual-tree - # - diagrams-gtk # bounds: optparse-applicative - - diagrams-lib # GHC 8.2.1 via diagrams-core - # - diagrams-rasterific # bounds: optparse-applicative - - diagrams-svg # bounds: optparse-applicative - # - dual-tree # via testing-feat + - diagrams + - diagrams-builder + - diagrams-cairo + - diagrams-contrib + - diagrams-core + - diagrams-lib + - diagrams-svg - force-layout - haxr - MonadRandom @@ -647,35 +593,21 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree < 0 # haddocks never finish https://github.com/Twinside/svg-tree/issues/11 - # - rasterific-svg # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 - # - asciidiagram # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper @benekastah": - [] - # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env - "Felipe Lessa @meteficha": - # - country-codes # bounds: tagsoup - fb - # - fb-persistent # bounds: persistent - - mangopay < 0 # compilation failure against aeson - nonce - serversession - # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector - serversession-backend-persistent - serversession-backend-redis - # - serversession-frontend-snap # via snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # - yesod-auth-account-fork # bounds: persistent - yesod-auth-fb - yesod-fb - # - yesod-mangopay # bounds: wai-logger, vector, hjsmin "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -713,19 +645,7 @@ packages: - nvvm - wide-word - "Liam O'Connor @liamoc": - [] - # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec - # - composition-tree # bounds: QuickCheck - # - dixi # bounds: aeson, lens, time, [...] - # - latex-formulae-image # BLOCKED directory 1.3 - # - latex-formulae-pandoc # bounds: pandoc-types - # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: Agda, base - # - agda-snippets-hakyll # bounds: ghc, base - "Dan Burton @DanBurton": - - hspec-jenkins < 0 # compilation failure https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition @@ -744,7 +664,6 @@ packages: - grouped-list - haskintex - HaTeX - - hatex-guide < 0 - include-file - matrix - pcre-light @@ -815,21 +734,14 @@ packages: "Michal J. Gajda @mgajda": - iterable - # - Octree # GHC 8.2.1 - FenwickTree - # - hPDB # GHC 8.2.1 - # - hPDB-examples # GHC 8.2.1 - # - homplexity # BLOCKED directory 1.3 - # - wordpass # bounds: vector - - json-autotype # bounds: aeson 1.0, lens - - posix-realtime < 0 + - json-autotype "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - # - yarr # bounds template-haskell - - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu "Ben Gamari @bgamari": - vector-fftw @@ -869,15 +781,8 @@ packages: "Joachim Breitner @nomeata": - circle-packing - # - arbtt # via terminal-progress-bar - # - ghc-heap-view # GHC 8.2.1 - # - tttool # GHC 8.2.1 - # - gipeda # via cassava: bounds: vector - # - list-fusion-probe # GHC 8.2.1 - haskell-spacegoo - tasty-expected-failure - # - RepLib # GHC 8.2.1 - # - unbound # GHC 8.2.1 "Aditya Bhargava @egonSchiele": - HandsomeSoup @@ -896,38 +801,26 @@ packages: "Joey Hess @joeyh": - git-annex - # - github-backup # bounds: github - concurrent-output - mountpoints - disk-free-space "Colin Woodbury @fosskers": - microlens-aeson - # - versions # test failure https://github.com/fosskers/versions/issues/9 - # - vectortiles # GHC 8.2.1 - # - pipes-random # GHC 8.2.1 - - repa # bounds: vector - - repa-io # bounds: vector - - repa-algorithms # bounds: vector - # - kanji # bounds: ghc 8, base + - repa + - repa-io + - repa-algorithms "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq - - biosff < 0 # 0.3.7.1 compilation failure - blastxml - bioace - biopsl - - samtools < 0 # compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP - # Outdated dependencies: - # biostockholm memexml RNAwolf Biobase BiobaseDotP - # BiobaseFR3D BiobaseInfernal BiobaseMAF BiobaseTrainingData - # BiobaseTurner BiobaseXNA BiobaseVienna" - # BiobaseTypes BiobaseFasta MC-Fold-DP "Florian Eggenhofer @eggzilla": - ClustalParser @@ -935,16 +828,13 @@ packages: - Genbank - RNAlien - Taxonomy - - TaxonomyTools < 0 # compilation failure - ViennaRNAParser "Silk ": - aeson-utils - arrow-list - attoparsec-expr - # - bumper # GHC 8.2.1 - code-builder - # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -963,13 +853,11 @@ packages: - uri-encode "Simon Michael @simonmichael": - # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - hledger-ui - hledger-web - hledger-api - # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -977,16 +865,11 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - - al < 0 # Setup failure, needs old c2hs - event - hid - # - luminance # BLOCKED directory 1.3 - # - luminance-samples # bounds: base - monad-journal - # - msi-kb-backlit # bounds: ghc, base - smoothie - # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront # bounds: vector + - wavefront - zero "Thomas Schilling @nominolo": @@ -994,12 +877,6 @@ packages: "Boris Buliga @d12frosted": - io-choice - # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - - "Daniel Gröber @DanielG": - [] - # - ghc-mod # bounds: syb - # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1044,7 +921,6 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input - # - netwire-input-glfw # GHC 8.2.1 via GLFW-b - yoga - freetype2 @@ -1055,7 +931,6 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location < 0 - fuzzcheck - here - hlibgit2 @@ -1068,10 +943,9 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo - ghc-events - monad-extras - # - stack < 9.9.9 # bounds: ghc, template-haskell - optparse-simple - hpack @@ -1103,7 +977,6 @@ packages: - Spock-core - Spock-api - Spock-api-server - # - Spock-digestive # via: digestive-functors - Spock-worker - graph-core - hvect @@ -1114,8 +987,6 @@ packages: - users-test - validate-input - ignore - # - elm-bridge # bounds: aeson - # - digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -1127,16 +998,12 @@ packages: - highjson - highjson-swagger - highjson-th - # - superrecord # GHC 8.2.1 via bookkeeper - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest - # - elm-build-lib # via: elm-compiler - # - elm-compiler # bounds: aeson, binary, transformers, [...] - elm-core-sources - # - elm-package # bounds: HTTP, binary # via: elm-compiler, [...] - language-glsl - prettyclass - QuasiText @@ -1147,13 +1014,6 @@ packages: - yesod-form-richtext - ghcjs-perch - "Sebastian Nagel @ch1bo": - - hdevtools < 0 # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 - - "Andrey Chudnov @achudnov": - [] - # - language-ecmascript # via testing-feat - "Tom Ellis @tomjaguarpaw": - opaleye - product-profunctors @@ -1178,9 +1038,7 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat - # - hsdev # bounds: mmorph - simple-log - text-region @@ -1191,10 +1049,7 @@ packages: - clang-compilation-database "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, directory - machines-binary - # - machines-process # GHC 8.2.1 - # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - wreq @@ -1210,42 +1065,28 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure - # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - libffi - xmonad-contrib - shelly - cairo - # - gio # Cabal 2.0.0.2 - glib - # - gtk # via gio - # - gtk3 # via gio - # - gtksourceview3 # Cabal 2.0.0.2 - pango - # - webkitgtk3 # Cabal 2.0.0.2 - # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror - ghcjs-dom - jsaddle - # - leksah-server # bounds: ghc, base - # - ltk # bounds: ghc, base - vado - # - vcsgui # via: gi-gtk-hs compilation failure - vcswrapper "Renzo Carbonara @k0001": - network-simple - pipes-aeson - pipes-attoparsec - # - pipes-binary # bounds: binary, pipes, transformers - pipes-network "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1264,13 +1105,9 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette # GHC 8.2.1 - - diagrams-canvas # bounds: optparse-applicative - # - diagrams-rasterific # bounds: optparse-applicative - # - lucid-svg # GHC 8.2.1 - # - diagrams-html5 # bounds: optparse-applicative - # - static-canvas # GHC 8.2.1 - - svg-builder # GHC 8.2.1 + - palette + - diagrams-canvas + - svg-builder "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1293,7 +1130,6 @@ packages: - http-media "Greg V @myfreeweb": - # - gitson # GHC 8.2.1 via flock - pcre-heavy - http-link-header - microformats2-parser @@ -1342,16 +1178,14 @@ packages: - spdx - splitmix - tdigest - # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - tree-diff - # - waitra # GHC 8.2.1 # scrive/log - - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log - log-base - - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch - log-postgres # Not a maintainer @@ -1367,13 +1201,9 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa < 0 # 0.91 Compilation failure due to -Werror - - regex-parsec < 0 # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # - regex-tdfa-utf8 # bounds: ghc, base - - regex-tre < 0 # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1390,10 +1220,8 @@ packages: - farmhash - pinch - sandman - # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -1618,16 +1446,13 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot # Cabal 2.0.0.2 & via pango - # - plot-gtk # Cabal 2.0.0.2 - # - plot-gtk3 # Cabal 2.0.0.2 + - plot - vector-buffer - - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - # - resolve-trivial-conflicts # bounds: optparse-applicative - wl-pprint # not a maintainer - hxt-curl @@ -1641,29 +1466,16 @@ packages: - system-argv0 - markdown-unlit - "Mateusz Kowalczyk @Fuuzetsu": - - aeson-schema < 0 # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H < 0 # via inline-r compilation failure - - inline-r < 0 # compilation failure - - "David Fox @ddssff": - - debian < 0 # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - - cabal-debian < 0 # compilation failure - "Stefan Saasen @juretta": - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @cheecheeo": - [] - # - cgi # GHC 8.2.1 - "Taylor Fausak @tfausak": - autoexporter - bento - - bmp # Maintained by @benl23x5. + - bmp - Chart # Maintained by @timbod7. - Chart-diagrams # Maintained by @timbod7. - diagrams-postscript # Maintained by @byorgey. @@ -1675,8 +1487,6 @@ packages: - gpolyline # Maintained by @fegu. - lackey - monad-memo # Maintained by @EduardSergeev. - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai @@ -1711,12 +1521,6 @@ packages: - pipes-mongodb - servant-elm - skeletons - # - streaming-wai # bounds: mmorph - - "Smirnov Alexey @chemist": - [] - # - snmp # bounds: ghc, base - # - agentx # bounds: ghc, base "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -1743,27 +1547,18 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - # - clash-prelude # GHC 8.2.1 - # - clash-lib # GHC 8.2.1 - # - clash-vhdl # GHC 8.2.1 - # - clash-verilog # GHC 8.2.1 - # - clash-systemverilog # GHC 8.2.1 - # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": - alternative-vector - attoparsec-path - - attoparsec-ip # via: ip - - attoparsec-uri # via: attoparsec-ip + - attoparsec-ip + - attoparsec-uri - commutative - composition-extra - # - digestive-functors-lucid # via: digestive-functors - every - extractable-singleton - follow-file - HSet - # - nested-routes # via: HList - - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - monad-control-aligned - monadoid @@ -1784,8 +1579,6 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type < 0 # compilation errors - - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1801,7 +1594,6 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - # - optparse-helper # GHC 8.2.1 - pager - semiring-simple @@ -1813,9 +1605,6 @@ packages: - lens-simple - lens-family-core - lens-family - # - streaming # bounds: mmorph - # - streaming-bytestring # bounds: mmorph - # - streaming-utils # bounds: mmorph "Justin Le @mstksg": - auto @@ -1836,15 +1625,9 @@ packages: - serf - uri-templater - librato - # - datadog # bounds: aeson - # - engine-io-growler # bounds: websockets # via [...] - # - flowdock # bounds: aeson, http-client, [...] - # - growler # bounds: pipes, pipes-aeson, transformers "Michael Xavier @MichaelXavier": - # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1857,32 +1640,18 @@ packages: "Sam Rijs @srijs": - ndjson-conduit - # - attoparsec-trans # bounds: transformers - operational-class - result - "Anupam Jain @ajnsit": - [] - # - wai-routes # GHC 8.2.1 - "Daniel Patterson @dbp": - # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses < 0 # 0.1.1.0 compilation failure - fn - # - fn-extra # via: digestive-functors "Mathieu Boespflug @mboes": - # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette - choice - distributed-closure - - H < 0 # compilation failure - - inline-r < 0 # compilation failure - jni - - jvm < 0 # compilation failure - # - sparkle # bounds: mmorph - # - streaming-binary # bounds: mmorph - th-lift "Christopher Reichert @creichert": @@ -1892,31 +1661,10 @@ packages: - wai-middleware-throttle - yesod-auth-basic - "Alcides Viamontes @alcidesv": - [] - # - second-transfer # bounds: GHC 8 - "Hirotomo Moriwaki @philopon": - # - apiary # GHC 8 & bounds - # - apiary-logger # GHC 8 & bounds - # - apiary-persistent # GHC 8 & bounds - # - apiary-websockets # GHC 8 & bounds - # - apiary-cookie # GHC 8 & bounds - # - apiary-session # GHC 8 & bounds - # - apiary-clientsession # GHC 8 & bounds - # - apiary-authenticate # GHC 8 & bounds - # - apiary-eventsource # GHC 8 & bounds - # - apiary-mongoDB # GHC 8 & bounds - # - apiary-memcached # GHC 8 & bounds - # - types-compat # GHC 8 - # - web-routing # GHC 8 - # - bytestring-read # GHC 8 - # - memcached-binary # GHC 8 & bounds - barrier - # - haddocset # GHC 8 "Kai Zhang @kaizhang": - # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -1933,8 +1681,6 @@ packages: - conduit-parse - dublincore-xml-conduit - opml-conduit - - rss-conduit < 0 # test runtime failure - - imm < 0 # compilation failure via synthesizer-core - timerep - xml-conduit-parse @@ -1958,12 +1704,9 @@ packages: "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - # - pipes-illumina # via: pipes-bgzf - seqalign - - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account < 0 # test compilation failure - yesod-static-angular - hspec-webdriver - webdriver-angular @@ -1972,12 +1715,6 @@ packages: - b9 - type-spec - pretty-types - # - mediabus # GHC 8.2.1 - # - mediabus-fdk-aac # needs non-free libfdk-aac-dev - # - mediabus-rtp # GHC 8.2.1 - - "Will Thompson @wjt": - - bustle < 0 # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1993,14 +1730,12 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - # - cassava-megaparsec # via cassava: bounds: vector - dbcleaner - dotenv - hapistrano - inflections - stache - scalendar - # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel @@ -2008,13 +1743,10 @@ packages: - Network-NineP "Oliver Charles @ocharles": - - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon - # - socket-io # via engine-io compilation-failure - tasty-rerun - logging-effect - reactive-banana @@ -2076,18 +1808,7 @@ packages: - apply-refact "Andrew Gibiansky @gibiansky": - # - ihaskell # GHC 8 - # - ihaskell-aeson # via: ihaskell - # - ihaskell-basic # via: ihaskell - # - ihaskell-blaze # via: ihaskell - # - ihaskell-charts # via: ihaskell - # - ihaskell-diagrams # via: ihaskell - # - ihaskell-hatex # via: ihaskell - # - ihaskell-juicypixels # via: ihaskell - # - ihaskell-magic # via: ihaskell - # - ihaskell-rlangqq # via: ihaskell - # - ghc-parser # GHC 8 - - ipython-kernel # GHC 8 + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda @@ -2096,9 +1817,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice - hstatsd - - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune "Timo von Holtz @tvh": - ekg-wai @@ -2125,17 +1846,11 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - - fast-builder # GHC 8.2.1 + - fast-builder - filelock - # - euphoria # GHC 8.2.1 - - "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] - # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW # GHC 8.2.1 - # - GLFW-b # GHC 8.2.1 + - bindings-GLFW "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2143,16 +1858,10 @@ packages: - loop - netpbm - network-house - # - posix-paths # GHC 8.2.1 - reinterpret-cast # As dependencies of packages above - attoparsec-binary - "Brandon Martin @codedmart": - [] - # - engine-io-wai # bounds websockets - # - rethinkdb # GHC 8.2.1 - "Michael Walker @barrucadu": - both - concurrency @@ -2180,10 +1889,8 @@ packages: - from-sum - hailgun - hailgun-simple - # - highlight # GHC 8.2.1 via regex-with-pcre - # - ig # bounds: http-conduit, transformers - natural-transformation - - opaleye-trans # GHC 8.2.1 + - opaleye-trans - pretty-simple - read-env-var - servant-checked-exceptions @@ -2192,7 +1899,6 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2209,9 +1915,7 @@ packages: - unordered-intmap - word-trie - xdg-basedir - # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango - yi-core - # - yi-frontend-pango # Cabal 2.0.0.2 via pango - yi-frontend-vty - yi-fuzzy-open - yi-ireader @@ -2228,29 +1932,15 @@ packages: "Tobias Bexelius @tobbebex": - GPipe - "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # GHC 8.2.1 via GLFW-b - "Jonas Carpay @jonascarpay": - apecs - "Csaba Hruska @csabahruska": - [] - # - lambdacube-ir # bounds: aeson - # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir - # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir - "Spencer Janssen @spencerjanssen": - Xauth "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold @ZjMNZHgG5jMXw": - [] - # - smallcaps # GHC 8.2.1 - "Gregory Collins @gregorycollins": - hashtables - io-streams @@ -2260,16 +1950,11 @@ packages: - http-common - http-streams - "Devan Stormont @stormont": - [] - # - forecast-io # bounds: aeson 1.0 - "Sean Hunt @ivan-m": - fgl - # - fgl-arbitrary # bounds: QuickCheck - graphviz - wl-pprint-text - servant-pandoc @@ -2312,8 +1997,7 @@ packages: - clumpiness - find-clumpiness - blosum - # - convert-annotation # via inline-r compilation failure - - rank-product # GHC 8.2.1 via random-fu + - rank-product "Simon Marechal @bartavelle": - compactmap @@ -2325,8 +2009,6 @@ packages: - hruby - language-puppet - tar-conduit - # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp - # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose "Mark Karpov @mrkkrp": - megaparsec @@ -2357,15 +2039,6 @@ packages: - mmark - mmark-ext - "Thomas Bereknyei ": - [] - # - multiplate # bounds: transformers - - "Sumit Sahrawat @sumitsahrawat": - [] - # - plot-gtk-ui # Cabal 2.0.0.2 - # - calculator # bounds: ghc, base - "Emmanuel Touzery @emmanueltouzery": - app-settings - hsexif @@ -2373,7 +2046,6 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - smsaero < 0 # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 - servant-swagger @@ -2400,11 +2072,6 @@ packages: - pthread - rank1dynamic - "Alexander Vershilov @qnikst": - [] - # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 - # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests - "Takahiro Himura @thimura": - lens-regex - twitter-conduit @@ -2412,21 +2079,12 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - - zim-parser # via: lzma + - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time - "Tim Baumann @timjb": - [] - # - engine-io-yesod # bounds: ghc, base - - "Tim McGilchrist @tmcgilchrist": - [] - # - riak # compilation failure via riak-protobuf - # - airship # bounds: mmorph - "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content @@ -2446,8 +2104,6 @@ packages: - pathwalk "John Galt @centromere": - # - cacophony # GHC 8.2.1 - # - pipes-cacophony # GHC 8.2.1 - blake2 - nfc @@ -2459,17 +2115,8 @@ packages: - inline-c-cpp - ekg - "Emin Karayel @ekarayel": - [] - # - sync-mht # bounds: ghc, base - "Michael Schröder @mcschroeder": - ctrie - # - ttrie # GHC 8.2.1 via atomic-primops - - "Greg Weber @gregwebs": - [] - # - base-noprelude # cabal-version >= 2 "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -2485,22 +2132,6 @@ packages: - hashids - fuzzyset - "Joe Hermaszewski @expipiplus1": - [] - # - exact-real # bounds: ghc, base - - "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - [] - # - Cartesian # bounds: lens - # - Michelangelo # bounds: lens # via: Wavefront - - "Henry J. Wylde @hjwylde": - [] - # - git-fmt # bounds: optparse-applicative 0.13 - # - omnifmt # bounds: optparse-applicative 0.13 - # - werewolf # bounds: aeson, extra, lens - # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf - "Will Sewell @willsewell": - benchpress - pusher-http-haskell @@ -2536,7 +2167,6 @@ packages: - pkcs10 "David Luposchainsky @quchen": - # - binary-typed # https://github.com/quchen/binary-typed/issues/42 - pgp-wordlist - show-prettyprint - prettyprinter @@ -2547,26 +2177,18 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # via acid-state: via safecopy: bounds: vector - # - clckwrks-cli # via acid-state: via safecopy: bounds: vector - # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector - # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector - # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector - # - hackage-whatsnew # bounds: directory 1.3 - # - happstack-authenticate # via acid-state: via safecopy: bounds: vector - # - happstack-clientsession # via safecopy: bounds: vector - - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset # via: syb-with-class, safecopy + - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid # via safecopy: bounds: vector + - userid - web-plugins - web-routes - web-routes-boomerang @@ -2579,19 +2201,13 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # via: package-description-remote - file-modules - frontmatter - read-editor - # - hspec-setup # bounds: haskell-src-exts - # - hzulip # bounds: aeson, stm-conduit - list-prompt - # - memoization-utils # bounds: time - package-description-remote - projectroot - questioner - # - stack-run-auto # GHC 8.2.1 via extract-dependencies - - hpack-convert < 0 - language-dockerfile "Pascal Hartig @passy": @@ -2602,9 +2218,8 @@ packages: - open-browser "Denis Redozubov @dredozubov": - # - tracy # GHC 8.2.1 - hreader-lens - - schematic # GHC 8.2.1 + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2612,7 +2227,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql "Haisheng Wu @freizl": - hoauth2 @@ -2624,11 +2239,9 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm < 0 # 0.5.0 compilation failure - simple - simple-templates - simple-session - # - simple-postgresql-orm # compilation failure via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2658,7 +2271,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - - NoTrace # GHC 8.2.1 + - NoTrace - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2682,17 +2295,10 @@ packages: "Elie Genard @elaye": - turtle-options - - mushu < 0 # compilation failure - # - hakyll-favicon # needs: hakyll - - "Ruey-Lin Hsu @petercommand": - [] - # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - # - rotating-log # GHC 8.2.1 - ua-parser - hs-GeoIP - retry @@ -2702,11 +2308,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts # GHC 8.2.1 via diagrams-core - - "Aaron Levin @aaronlevin": - [] - # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client + - SVGFonts "Aaron Levin @aaronmblevin": - free-vl @@ -2722,14 +2324,6 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - "Nicolas Trangez @NicolasT": - [] - # - reedsolomon # bounds: vector - - "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 - "Alex McLean @yaxu": - tidal @@ -2757,17 +2351,10 @@ packages: - unification-fd - unix-bytestring - "Carlo Hamalainen @carlohamalainen": - [] - # - ghc-imported-from # bounds: process-streaming # via: ghc-mod - "Fraser Tweedale @frasertweedale": - concise - jose - "Yutaka Nishimura @ynishi": - - atndapi < 0 # compilation failure https://github.com/ynishi/atndapi/issues/1 - "Yoshikuni Jujo @YoshikuniJujo": - zot - yjtools @@ -2781,7 +2368,6 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc - # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-balancedparens @@ -2805,22 +2391,17 @@ packages: "Stephen Diehl @sdiehl": - protolude - - repline # GHC 8.2.1 + - repline - picosat "Daishi Nakajima @nakaji-dayo": - api-field-json-th - # - yesod-job-queue # bounds cron - - "Braden Walters @meoblast001": - - hakyll-sass < 0 # compilation failure "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - vivid - # - midair # bounds: ghc, base - nano-erl "Toshio Ito @debug-ito": @@ -2830,8 +2411,6 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - # - wild-bind-indicator # Cabal 2.0.0.2 - # - wild-bind-task-x11 # Cabal 2.0.0.2 "Cies Breijs @cies": - htoml @@ -2847,28 +2426,15 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api < 0 # test compilation failure - stratosphere - sum-type-boilerplate - "Alexey Rodiontsev @klappvisor": - [] - # - telegram-api # bounds: aeson, servant - "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-gdkpixbuf # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-gio < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - # - gi-gtk # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-ostree < 0 # dependent on gi-gio - haskell-gi - haskell-gi-base @@ -2885,8 +2451,6 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units < 0 # compilation failure - # - units-defs # via units compilation failure - HUnit-approx - units-parser @@ -2901,7 +2465,6 @@ packages: "Pavel Ryzhov @paulrzcz": - hquantlib - HSvm - # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": - bordacount @@ -2912,7 +2475,6 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - # - quantum-random # BLOCKED directory 1.3 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2922,9 +2484,6 @@ packages: - fast-digits - bit-stream - "Greg Hurrell @wincent": - - docvim < 0 # compilation failure: https://github.com/wincent/docvim/issues/30 - "Ashley Yakeley @AshleyYakeley": - countable - witness @@ -2942,9 +2501,6 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # Compilation failure via swagger2 - - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -2962,10 +2518,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation - - fortran-src < 0 # OOM https://github.com/fpco/stackage/issues/2232 - - ixmonad < 0 # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2974,16 +2527,10 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - direct-rocksdb - # - simple-download # GHC 8.2.1 - # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - aeson-injector - "Rune K. Svendsen @runeks": - [] - # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core - "Al Zohali @zohl": - servant-auth-cookie - dictionaries @@ -3001,9 +2548,6 @@ packages: - heatshrink - hocilib - "Matthias Herrmann @2chilled": - - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 - "Daniel Mendler @minad": - quickcheck-special - writer-cps-mtl @@ -3044,11 +2588,10 @@ packages: - vector-mmap "Alex Mason @Axman6": - # - foldl-statistics # bounds: foldl - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - - json-stream # GHC 8.2.1 + - json-stream "Philipp Balzarek ": - xml-picklers @@ -3061,7 +2604,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql "Tony Morris @tonymorris": - validation @@ -3087,25 +2630,15 @@ packages: - next-ref - threads-extras - tmp-postgres - # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact - hspec-pg-transact - postgresql-simple-queue - "Bernie Pope @bjpop": - - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr - # - sibe # GHC 8.2.1 via stemmer - termcolor - "Alexis Williams @typedrat": - [] - # - stb-image-redux # bounds: vector - # - wavefront-obj # GHC 8.2.1 - "XT @xtendo-org": - rawfilepath @@ -3133,15 +2666,11 @@ packages: - line "Hannes Saffrich @m0rphism": - # - dmenu # GHC 8.2.1 - # - dmenu-pmount # GHC 8.2.1 - # - dmenu-pkill # GHC 8.2.1 - # - dmenu-search # GHC 8.2.1 - printcess "Alexey Kuleshevich @lehins": - wai-middleware-auth - - hip # via repa-algorithms + - hip "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3152,15 +2681,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast # GHC 8.2.1 - - haskell-tools-backend-ghc # GHC 8.2.1 - - haskell-tools-rewrite # GHC 8.2.1 - - haskell-tools-prettyprint # GHC 8.2.1 - - haskell-tools-refactor # GHC 8.2.1 - - haskell-tools-demo # bounds: websockets - - haskell-tools-cli # GHC 8.2.1 - - haskell-tools-daemon # GHC 8.2.1 - - haskell-tools-debug # GHC 8.2.1 + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-rewrite + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation @@ -3176,9 +2705,8 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed # GHC 8.2.1 + - postgresql-typed - invertible - # - ztail # GHC 8.2.1 "Louis Pan @louispan": - alternators @@ -3190,8 +2718,6 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3205,7 +2731,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs # GHC 8.2.1 via protolude + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -3233,10 +2759,6 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt - "Michael Thomas @Michaelt293": - [] - # - isotope # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - "Christopher A. Gorski @cgorski": - general-games @@ -3247,15 +2769,12 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": - search-algorithms "Chris Dornan @cdornan": - # - regex # GHC 8.2.1 - # - regex-with-pcre # GHC 8.2.1 - sort - regex-pcre-text @@ -3263,11 +2782,6 @@ packages: - ziptastic-client - ziptastic-core - "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 - "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3284,11 +2798,6 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # compilation failure via: tensorflow-proto - # - tensorflow-core-ops # compilation failure via: tensorflow-proto - # - tensorflow-opgen # compilation failure via: tensorflow-proto - # - tensorflow-ops # compilation failure via: tensorflow-proto - - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3331,8 +2840,6 @@ packages: "Alex Biehl @alexbiehl": - haddock-library < 1.4.4 # cabal-version >= 2 - # - haddock-api # cabal-version >= 2 - # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": - alerta @@ -3353,7 +2860,6 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3367,7 +2873,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper - universum "Lorenz Moesenlechner @moesenle": @@ -3381,7 +2887,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - - mysql-haskell-nem # blocked on mysql-haskell + - mysql-haskell-nem "Phil Ruffwind @Rufflewind": - blas-hs @@ -3394,7 +2900,6 @@ packages: "typeable.io ": - dom-parser - - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From a013b0d60e54147881f7f4b6a4f52fdaf39855b5 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Sat, 25 Nov 2017 23:30:06 -0500 Subject: [PATCH 0433/1926] Re-add ztail, now updated for ghc 8.2.2 compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..3999faac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2707,6 +2707,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - invertible + - ztail "Louis Pan @louispan": - alternators From 47304c12d1b1c0c8b8b123d7b01a8908ce89d1cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:25 +0200 Subject: [PATCH 0434/1926] Extra upper bound for #3044 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..8635e508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,6 +3002,7 @@ packages: # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 + - rebase < 1.2 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From 69011427207be3a2c73f700d6218a20717d0444a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:53 +0200 Subject: [PATCH 0435/1926] Remove stm-conduit from my packages --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8635e508..06157533 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,7 +267,6 @@ packages: - persistent-template - stackage-curator - store - - stm-conduit - wai-websockets - warp-tls - yesod From acf794d988b48a39f063952a5fada32a6d59d402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:02:04 +0100 Subject: [PATCH 0436/1926] Move maintainership of shelly to @psibi https://github.com/yesodweb/Shelly.hs/pull/158 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06157533..7cac9cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -394,6 +394,7 @@ packages: - wai-slack-middleware - sysinfo - xmonad-extras + - shelly "haskell-openal": - OpenAL @@ -1067,7 +1068,6 @@ packages: - libffi - xmonad-contrib - - shelly - cairo - glib - pango From befde7d5efaa82d4bdbf84c4e5d122868df578a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:06:16 +0100 Subject: [PATCH 0437/1926] Remove upper bound and close #3006 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cac9cd7..6afd36c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3014,9 +3014,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3006 - - unix-compat < 0.5 - # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 - servant-client < 0.12 From 022761c6bf94b74591b8ff1affedc11f625f99d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:09:03 +0100 Subject: [PATCH 0438/1926] Add posix-paths again --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6afd36c5..70f80c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1858,6 +1858,7 @@ packages: - netpbm - network-house - reinterpret-cast + - posix-paths # As dependencies of packages above - attoparsec-binary From b2259c9730c0e567012b75bf24b333cbbaa98101 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:16:23 +0100 Subject: [PATCH 0439/1926] Remove yahoo-finance-api #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c029137..e988a7d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1898,7 +1898,6 @@ packages: - servant-static-th - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -3546,7 +3545,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From b9b145ec2a0366b610451ef15be12fb70a810e08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:31:18 +0100 Subject: [PATCH 0440/1926] MAINTAINERS: Improve add package instructions --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 07fdce3a..0f6ad71b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,8 +25,7 @@ effort basis. Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. -To add your package, first fork this repository. -In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. +To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. To add a set of packages, you would add: "My Name @mygithubuser": @@ -34,16 +33,16 @@ To add a set of packages, you would add: - package2 - package3 -Note that the `master` branch is used for Stackage Nightly (not the `nightly` branch, which is used for the nightly docker builder imagine). +Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` $ cabal update -$ ghc --version # Should give v8.0.2 -$ cabal get PACKAGE-VERSION # e.g. aeson-0.11.2.1 -$ cd PACKAGE-VERSION +$ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal get PACKAGE +$ cd PACKAGE-* $ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". $ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results $ cabal install --enable-tests --enable-benchmarks --allow-newer From 2ad9eac29fa19825d3882f870c0762f086d63e3b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:33:23 +0100 Subject: [PATCH 0441/1926] Move github notification section below adding packages --- MAINTAINERS.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0f6ad71b..2aab0941 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,19 +8,6 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. -## Github and Notifications - -Stackage uses Github notifications to reduce overhead of contacting individual -package maintainers through various channels. As a package maintainer, you will -receive notifications for a number of reasons, package build failures of -different sorts, blockages and bounds issues, etc. - -Please note, Github does some throttling on the number people that can be -notified within one issue. This means that on issues created with a large -number of packages affected, maintainers may not receive a notification. This -is not ideal, but Stackage is largely a manual process and done on a best -effort basis. - ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -60,6 +47,19 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Uploading a new package version When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. From d81fb0c0c66c9a9a0dde96ebaee1f738599c48ab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:38:38 +0100 Subject: [PATCH 0442/1926] Remove mention of "experimental" releases, we have no such checks --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2aab0941..c2b5c9cb 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -62,7 +62,7 @@ effort basis. ## Uploading a new package version -When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage. That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. If the new version doesn't compile then the package author should upload a fixed version. From 4e593300f8ab0d421907feca6618a1226162df08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 15:57:42 +0100 Subject: [PATCH 0443/1926] Rephrasing/updating of MAINTAINERS.md --- MAINTAINERS.md | 101 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 69 insertions(+), 32 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c2b5c9cb..fac083ad 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -12,28 +12,32 @@ Packages in Stackage are not patched: all package changes occur upstream in Hack Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. -To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. -To add a set of packages, you would add: +To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages` where you would add yourself and your packages: "My Name @mygithubuser": - package1 - package2 - package3 -Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). +If your library depends on a C library, please add it to the `debian-bootstrap.sh` script. -After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly +After doing that commit with a message like "add foo-bar" and send a pull request. + +The continuous integration job will do some checks to see if your package's dependencies are up-to-date. + +The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. +If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: -If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` -$ cabal update $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal update $ cabal get PACKAGE $ cd PACKAGE-* $ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". $ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results $ cabal install --enable-tests --enable-benchmarks --allow-newer $ cabal test +$ cabal haddock ``` **NB** Please use commit messages like "add foo-bar" or "add johndev's packages" @@ -70,42 +74,70 @@ If a package's test suite is failing, the first job is to investigate why. If th ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released your package may fail to +build or tests may fail. In most cases we will add an upper bound on +the dependency so that your package remains in nightly. We'll also +create a github issue pinging you with the bounds issues or give build +logs showing failures. It's then up to you to modify your package. -If a package is not modified in a timely manner, it may be temporarily -removed from Stackage by the curator team, at which point it is your -responsibility to add it back in via a new pull request. We typically -use fairly long windows on this, but at a minimum: +We recommend that you also follow the dependencies of your packages on +[Packdeps](http://packdeps.haskellers.com/) (typically using the RSS +feeds) as well as that often gives you notice ahead of stackage +issues. There are cases where we will not notice a new release of a +package because of other upper bounds that are in place. -* If restrictive version bounds are the only problem, we will give at - least a week to respond. +If a package is not updated in time, it may be temporarily removed +from Stackage by the curator team. We strive to notify you when this +happens. If it does you are always welcome to file another pull +request to add it back. + +We typically use fairly long windows before disabling packages, but it +is decided on a case-by-case basis. + +* If restrictive version bounds are the only problem, we will give + maintainers at least a week to respond. * If there are real breaking changes, the curator team will retain more discretion on how long a window to give before dropping - packages. Historically, this has usually waited until the cutting of + packages. +* We usually drop all upper bounds and disable packages when we create a new Long Term Support (LTS) major version. +* There are rare cases where an upper bound or build failure are hard + to deal with so then we may disable -**NOTE** Previously, this maintainer agreement put a time limit on -maintainers, requiring a certain level of responsiveness for -modifications to be made. We have explicitly removed that: anyone is -free to add a package to Stackage regardless of responsiveness -guarantees. However, as stated above, we may elect to temporarily -remove a package if it is not updated in a timely manner. +**NOTE** Previously we had stricter time limits, but we decided to +remove that: Anyone is free to add a package to Stackage regardless of +responsiveness guarantees. However, as stated above, we may elect to +temporarily remove a package if it is not updated in a timely manner. -## Failing to meet the time limits +## Delays -Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. +Maintainers are humans, humans get sick/have babies/go on +holiday. Sometimes a dependency upgrade is extra time consuming. -The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. +Consider finding a co-maintainer with access to SCM and Hackage to +help you out. + +We appreciate if you notify us of any expected delays in the Github +issues, some kind soul might decide to help out. ## Upgrading to a new GHC version -The Stackage curation team tries to move Stackage Nightly to new versions of GHC quickly as they become available, while keeping LTS Haskell on a regular release schedule. For package maintainers, the most important impacts of a new GHC release are: +The Stackage curation team tries to move Stackage Nightly to new +versions of GHC quickly as they become available, while keeping LTS +Haskell on a regular release schedule. For package maintainers, the +most important impacts of a new GHC release are: -* We will typically do a sweep through the Stackage upper bounds and aggressively remove packages that block them. This is because, in most cases, we will need to move to the newest versions of a package to get support for the latest GHC, and asking package maintainers to backport their fixes is an undue burden - * We will definitely do this at a GHC major version release, and may do so at a minor version release -* Packages that are incompatible with the newest GHC version will be temporarily blocked +* We will typically do a sweep through the Stackage upper bounds and + remove blocking packages. We prefer to do it this way rather than + ask other maintainers to backport fixes. + * We will definitely do this at a GHC major version release, and + may do so at a minor version release +* Packages that are incompatible with the newest GHC version will be + temporarily disabled -If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. +If your package ends up being temporarily disabled from Stackage +Nightly, please simply send a pull request to add it back once it and +its dependencies are compatible with the newest GHC version. ## Adding a package to an LTS snapshot @@ -119,8 +151,13 @@ If you would like to get your package added to an existing LTS Haskell major 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: +* Check that your package can be built with that LTS major version (e.g. `stack build --test --bench --haddock --resolver lts-8.10`) * 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-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 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. + * Specify the LTS major versions you would like your packages to go into (e.g. lts-8) + * Provide a list of packages you would like added + * If relevant, mention any upper bounds that are needed on those packages +* Be patient! The LTS releases are less frequent than Nightly. The + Stackage curators will try to get to your issue as soon as possible, + but it may take some time. +* We gradually stop maintainng old LTS major versions, so your + request may take longer or be declined if it's for an old LTS. From 4e27a1329f02d9761d48585afa31865e3a303036 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 16:07:55 +0100 Subject: [PATCH 0444/1926] Add @qnikst & stm-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988a7d0..df727711 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: "Bob Long @bobjflong": - yesod-csp + "Alexander Vershilov @qnikst": + - stm-conduit + # 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 73ced1ca3ef0cb65767b873f9a24c25b076fa959 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sun, 26 Nov 2017 11:36:36 -0800 Subject: [PATCH 0445/1926] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..ac645a6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -810,6 +810,10 @@ packages: - repa - repa-io - repa-algorithms + - versions + - kanji + - pipes-random + - vectortiles "Ketil Malde @ketil-malde": - biocore From f4ab83eb4299b89f9851a6b1cb1b995fdf91670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Sun, 26 Nov 2017 21:00:25 +0100 Subject: [PATCH 0446/1926] Re-add ttrie The package got disabled via atomic-primops, which is back now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..85caa0c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2116,6 +2116,7 @@ packages: "Michael Schröder @mcschroeder": - ctrie + - ttrie "Andrew Lelechenko @Bodigrim": - exp-pairs From fcdf3fb77ba0759b34ba9750d52415a27fdac0f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 08:01:18 +0200 Subject: [PATCH 0447/1926] Build with Stack, LTS Haskell and GHC --- MAINTAINERS.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fac083ad..d565be90 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -26,7 +26,20 @@ After doing that commit with a message like "add foo-bar" and send a pull reques The continuous integration job will do some checks to see if your package's dependencies are up-to-date. The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. -If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: +If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: + +``` +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks +``` + +Or, if some dependencies haven't made it into Stackage Nightly yet: + +``` +$ rm -f stack.yaml && stack init --resolver nightly --solver +``` + +Or, alternatively, with `cabal` (may end up using older dependency +versions): ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly @@ -139,6 +152,13 @@ If your package ends up being temporarily disabled from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. +Note that it is _not_ a goal of LTS Haskell to track the latest +version of GHC. If you want the latest and greatest, Stackage Nightly +is your best bet. In particular, LTS Haskell will often—but not +always—avoid upgrading to the first point release of GHC +releases (e.g., 8.2.1) to allow further testing and to get the +benefits of the first bugfix release (e.g., 8.2.2). + ## Adding a package to an LTS snapshot The steps above affect the Stackage Nightly builds, but do not directly affect From 51f13eb9329e58ca1ce10439e940fbfb3d3805ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 09:09:22 +0200 Subject: [PATCH 0448/1926] Better Stack instructions using tarball --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d565be90..ded7a119 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -29,13 +29,12 @@ The CI job notably doesn't compile packages, run tests, build documentation, or If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: ``` -$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks -``` - -Or, if some dependencies haven't made it into Stackage Nightly yet: - -``` +# Build from the tarball on Hackage to check for missing files +$ stack unpack yourpackage && cd yourpackage-* +# Generate a pristine stack.yaml, adding any missing extra-deps $ rm -f stack.yaml && stack init --resolver nightly --solver +# Build, generate docs, test, and build benchmarks +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` Or, alternatively, with `cabal` (may end up using older dependency From 26a075c4e404f7fbdff087502aa9046c9db1590c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 13:32:54 +0200 Subject: [PATCH 0449/1926] Mention Packdeps --- MAINTAINERS.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ded7a119..52f316de 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -37,8 +37,19 @@ $ rm -f stack.yaml && stack init --resolver nightly --solver $ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` -Or, alternatively, with `cabal` (may end up using older dependency -versions): +This approach works well, but has two limitations you should be aware +of: + +* It won't notify you of restrictive upper bounds in your package if + Stackage has the same upper bounds. For that reason, we recommend + using [Packdeps](http://packdeps.haskellers.com/) (see "Following + dependency upgrades" below). +* If the latest Stackage Nightly is missing some of the latest + packages, your build above may succeed whereas the Travis job may + fail. Again: Packdeps will help you detect this situation. + +Alternatively, you can build with `cabal`. Note that this may end up +using older dependency versions: ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly From 7d6d97c04f1816043b0983279a1e0f1d3b9dfa2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:06:41 +0100 Subject: [PATCH 0450/1926] Skip OpenGLRaw benchmarks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..e2965500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,7 @@ skipped-benchmarks: # Timeouts - gogol-youtube + - OpenGLRaw # Maintainers who don't want to update benchmarks # Only re-enable if requested. From a6fe830006b9901540d76f389d80b9fd4a54e239 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:08:24 +0100 Subject: [PATCH 0451/1926] Skip pandoc & git-annex benchmarks as well --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2965500..500d8686 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,7 +3721,11 @@ skipped-benchmarks: # Timeouts - gogol-youtube + + # Very resource intensive - OpenGLRaw + - pandoc + - git-annex # Maintainers who don't want to update benchmarks # Only re-enable if requested. From 3fa0bde60ebfb91e0bba25ba74f298b907ac5433 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:31:44 +0100 Subject: [PATCH 0452/1926] Skip approximate haddocks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 500d8686..69ba9089 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: - language-puppet # https://github.com/fpco/stackage/issues/2822 +- approximate # end of skipped-haddocks # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 0ed472620c42a98122b785f4802ccc8d23954258 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:56:45 +0100 Subject: [PATCH 0453/1926] persistent-sqlite upper bound for #3046 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69ba9089..9973673b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3127,6 +3127,7 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 + - persistent-sqlite < 2.6.3.2 # end of packages From f2dba28214a210b0c892e709f0e9bf89ada11b62 Mon Sep 17 00:00:00 2001 From: thielema Date: Tue, 28 Nov 2017 22:31:21 +0100 Subject: [PATCH 0454/1926] re-add my basic accelerate packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9973673b..f6858e0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,6 +76,10 @@ packages: - tibetan-utils "Henning Thielemann @thielema": + - accelerate-utility + - accelerate-arithmetic + - accelerate-fourier + - accelerate-fftw - alsa-core - alsa-pcm - alsa-seq From 6b0ab59efc2c31bab101f14212135b292b5612fc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 29 Nov 2017 15:50:55 +0000 Subject: [PATCH 0455/1926] hscolour-1.24.3 fails to build (#3057) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9973673b..b05f61e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3129,6 +3129,9 @@ packages: - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 + # https://github.com/fpco/stackage/issues/3057 + - hscolour <1.24.3 + # end of packages # Package flags are applied to individual packages, and override the values of From ad6111b7e39b692a6b3d6c6997c1f87db430e6e0 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 1 Dec 2017 10:11:08 +1100 Subject: [PATCH 0456/1926] Add riak and airship --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..0cbb4e41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,10 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Tim McGilchrist @tmcgilchrist": + - riak + - airship + # 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 @@ -2979,7 +2983,6 @@ packages: # this is to prevent us from including them by accident. They can # be removed from this list if they are fixed. "Unmaintained packages with compilation failures": - - riak-protobuf < 0 - stackage-types < 0 # If you want to make sure a package is removed from stackage, @@ -3501,7 +3504,6 @@ expected-test-failures: - redis-io - rethinkdb - rethinkdb-client-driver - - riak - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages From d87c7310e414853e46420c33d595e5f7d5b1cbbf Mon Sep 17 00:00:00 2001 From: Cliff Harvey Date: Sun, 3 Dec 2017 17:26:05 +0100 Subject: [PATCH 0457/1926] add microsoft-translator --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..ed6baa35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,6 +2474,7 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph + - microsoft-translator "Tebello Thejane @tebello-thejane": - bitx-bitcoin From 5eb4ff882ba8a466c3bea4ef9c490200b6cf127a Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 4 Dec 2017 00:40:14 +0100 Subject: [PATCH 0458/1926] Reintroduce a number of previously disable packages. Reintroduced: - H - inline-java - inline-r - jvm --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..cc2073d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1650,7 +1650,11 @@ packages: - cassette - choice - distributed-closure + - H + - inline-java + - inline-r - jni + - jvm - th-lift "Christopher Reichert @creichert": From 7434e1be6b41abd8c8a62ba3c140897516e3bf75 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Dec 2017 17:15:51 +0200 Subject: [PATCH 0459/1926] Non parallel builds --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..dabd093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3958,3 +3958,8 @@ no-revisions: - cryptonite - foundation - gauge + +# Do not build these packages in parallel with others. Useful for high memory +# usage. +non-parallel-builds: +- pandoc From a4a76672bf80ab07db1fce2677bf33e5aeada9b8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:35:14 -0800 Subject: [PATCH 0460/1926] Add constraints on req and req-conduit per #3061 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..c0c4b1ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3132,6 +3132,10 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 + # https://github.com/fpco/stackage/issues/3061 + - req < 1.0.0 + - req-conduit < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 8ba598144e3a44a6653e3eebd0b681c048f52708 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:37:48 -0800 Subject: [PATCH 0461/1926] Unconstrain skylighting, closes #3039 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0c4b1ac..8a99fa37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3122,9 +3122,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - # https://github.com/fpco/stackage/issues/3039 - - skylighting < 0.4.4 - # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 From 08a31dfd96c89bd0487987a518133ddc7580ecde Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:51:01 -0800 Subject: [PATCH 0462/1926] Skip tests for cabal-install per #2995 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a99fa37..ee81afeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,6 +3021,8 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # When tasty constraint is lifted: + # don't forget to unskip tests for cabal-install # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 @@ -3287,6 +3289,8 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Bleeding edge dependencies + - cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From 24b92c87e356755389ea5dc151dfa62ffd08b947 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:52:12 -0800 Subject: [PATCH 0463/1926] Add constraint "tasty-hunit < 0.10" per #3062 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee81afeb..0b481bc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3135,6 +3135,9 @@ packages: - req < 1.0.0 - req-conduit < 1.0.0 + # https://github.com/fpco/stackage/issues/3062 + - tasty-hunit < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 7236423ad54a9005cb9b14f0f58f2ad884771dbd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:54:31 -0800 Subject: [PATCH 0464/1926] Add constraint "vty < 5.19" per #3063 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b481bc9..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,9 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 + # https://github.com/fpco/stackage/issues/3063 + - vty < 5.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 5d69cd6e1decad6375f9a48ac32c5880f728b653 Mon Sep 17 00:00:00 2001 From: stites Date: Mon, 4 Dec 2017 18:56:20 -0500 Subject: [PATCH 0465/1926] add gym-http-api --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..ab872599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Sam Stites @stites": + - gym-http-api + # 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 ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:01:21 -0800 Subject: [PATCH 0466/1926] Add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..2818ea42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 15e49af565e4b023115e9be7d1779018ae4bd6ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:27:03 -0800 Subject: [PATCH 0467/1926] Revert "Add constraint "basic-prelude < 0.7" per #3065" This reverts commit ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2818ea42..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,9 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of From 27afc5e6abdb6b6d529082e0daa4ef3a5b0f49aa Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 5 Dec 2017 11:33:15 +0200 Subject: [PATCH 0468/1926] Add hsyslog-udp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..26f9161b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1700,6 +1700,7 @@ packages: - SHA - data-ordlist - hedis + - hsyslog-udp "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From ae63828e66420f1947f917fe5f1c7e2f922eca33 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Wed, 6 Dec 2017 12:36:28 +1100 Subject: [PATCH 0469/1926] Add transformers-bifunctors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..889c97c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,6 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck + - transformers-bifunctors "Walter Schulze @awalterschulze": - katydid From 5647896e8d509609c17890ad25c5712df14d01b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:01:38 -0800 Subject: [PATCH 0470/1926] Add constraint "vinyl < 0.7.0" per #3069 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..212d938b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3069 + - vinyl < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3fa86937a58664b2f9bbf0295bd71b047449a2ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:33:50 -0800 Subject: [PATCH 0471/1926] Skip benchmarks for ttrie per unmaintained deps --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 282c39eb..0377ec86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ skipped-benchmarks: - binary-parsers # criterion 1.2 - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 + - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 # Transitive outdated dependencies From 313dc7cd3c55ea6dad1ed51af596b523acc15d13 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:58:16 -0800 Subject: [PATCH 0472/1926] Disable riak per riak-haskell-client/riak-haskell-client#98 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0377ec86..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,7 +2971,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/98 - airship "Sam Stites @stites": From e6baffd74e8294aa9dc20a0519b63d40dfa6f33d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 23:10:25 -0800 Subject: [PATCH 0473/1926] Re-add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From b9fc6916ffd75688e4a64ce9c48eebf7ba524b63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 00:15:53 -0800 Subject: [PATCH 0474/1926] Expect conduit-throttle tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..c0000344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,6 +3593,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 + - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From cba016bff2c136bd9aa4a7730a4615991b84a9cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:18 +0200 Subject: [PATCH 0475/1926] Revert "Expect conduit-throttle tests to fail" This reverts commit b9fc6916ffd75688e4a64ce9c48eebf7ba524b63. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0000344..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,7 +3593,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From bb086dbf2e4ffe8452eb3d89628255b70b16068e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:27 +0200 Subject: [PATCH 0476/1926] Revert "Re-add constraint "basic-prelude < 0.7" per #3065" This reverts commit e6baffd74e8294aa9dc20a0519b63d40dfa6f33d. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,9 +3162,6 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of From ecde40fe068d9ba157b40bac065fa0b33b4bfec4 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 6 Dec 2017 10:30:43 +0000 Subject: [PATCH 0477/1926] Adding packages aern2-mp, aern2-real --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..8cd7f798 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2514,6 +2514,8 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - mixed-types-num + - aern2-mp + - aern2-real "Bartosz Nitka @niteria": - oeis From d1284a690e643a6ee744828d7905d81c79de444a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 10:13:07 -0800 Subject: [PATCH 0478/1926] Remove constraint "vinyl < 0.7.0", closes #3069 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..deb7507d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3159,9 +3159,6 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/issues/3069 - - vinyl < 0.7.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 3a83742ca01aa13cfa66c33e40d2e7da99b13742 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 12:11:16 -0800 Subject: [PATCH 0479/1926] Add tidal-midi, with PortMidi constraint, see #2915 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61713518..949a6c30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2334,6 +2334,7 @@ packages: "Alex McLean @yaxu": - tidal + - tidal-midi "Kei Hibino @khibino": - th-data-compat @@ -3161,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/pull/2915 + - PortMidi < 0.1.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of From d1d16d4b7d3aabc46658dc1055e1206a09b01abc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 14:16:21 -0800 Subject: [PATCH 0480/1926] Expect test failure (timeout) for accelerate-fourier --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23f0790e..f187d044 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3512,6 +3512,7 @@ expected-test-failures: # These tests sometimes take too long and hit the stackage build # servers time limit so these shouldn't be removed from # expected-tests unless we know a fix has been released. + - accelerate-fourier - cabal-helper - generic-random - graphviz From a39718f6cf3243d5aba8e9de73290cf2b2950b0a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Dec 2017 15:49:42 +0100 Subject: [PATCH 0481/1926] Upgrade persistent-sqlite --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f187d044..7332f73d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3184,7 +3184,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - - persistent-sqlite < 2.6.3.2 # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 From 0898545ca1e6a549e6bb65978b4deebdb44ce823 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Dec 2017 09:19:39 +0200 Subject: [PATCH 0482/1926] Skip benchmarks for #3074 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7332f73d..dd619ee6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ skipped-benchmarks: - ed25519 # Criterion + # https://github.com/fpco/stackage/issues/3074 + - servant-kotlin + # end of skipped-benchmarks From bc9934c432706fb8ed116d33e1a97611fc8984cf Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Thu, 7 Dec 2017 11:13:39 +0100 Subject: [PATCH 0483/1926] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..3306f47a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2517,6 +2517,9 @@ packages: "Patrick Chilton @chpatrick": - webrtc-vad + - servant-generic + - clang-pure + - codec "Michal Konecny @michalkonecny": - hmpfr From 59ce55cf8a21c4bcd002f90d5bfe7a1656733236 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Wed, 6 Dec 2017 21:57:59 -0800 Subject: [PATCH 0484/1926] Add back 'stack' --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..bf77736c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -957,6 +957,7 @@ packages: - monad-extras - optparse-simple - hpack + - stack "Michael Sloan @mgsloan": - th-orphans @@ -3672,7 +3673,6 @@ expected-test-failures: # Problem on the stackage build server, we need to dig deeper into # 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 @@ -4039,6 +4039,7 @@ no-revisions: - cryptonite - foundation - gauge +- stack # Do not build these packages in parallel with others. Useful for high memory # usage. From d3b2741858b14f58786d5ea65d55366c19516545 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Dec 2017 18:27:22 +0200 Subject: [PATCH 0485/1926] Revert "Skip benchmarks for #3074" This reverts commit 0898545ca1e6a549e6bb65978b4deebdb44ce823. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..7332f73d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,9 +3845,6 @@ skipped-benchmarks: - ed25519 # Criterion - # https://github.com/fpco/stackage/issues/3074 - - servant-kotlin - # end of skipped-benchmarks From 8f93abe7bf70d937f65472fcc2d00547b8d5ba50 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:28:19 -0800 Subject: [PATCH 0486/1926] Remove constraint "req < 1", closes #3061 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7332f73d..d9bf194b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3188,10 +3188,6 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3061 - - req < 1.0.0 - - req-conduit < 1.0.0 - # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 From 3da293264d5b3cb69c20c39359feae5e0b967670 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:29:57 -0800 Subject: [PATCH 0487/1926] Add constraint "bifunctors < 5.5" per #3076 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9bf194b..984dbd8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: # https://github.com/fpco/stackage/pull/2915 - PortMidi < 0.1.6.1 + # https://github.com/fpco/stackage/issues/3076 + - bifunctors < 5.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 9dae50bef0a574d215696f0db33bfc5cba19f37d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:31:59 -0800 Subject: [PATCH 0488/1926] Add constraint "deriving-compat < 0.4" per #3077 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 984dbd8c..fa0e7263 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3200,6 +3200,9 @@ packages: # https://github.com/fpco/stackage/issues/3076 - bifunctors < 5.5 + # https://github.com/fpco/stackage/issues/3077 + - deriving-compat < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From b6cced41d13c539c3b94659364bee1360cb9bee1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:55:14 -0800 Subject: [PATCH 0489/1926] Revert "Disable riak per riak-haskell-client/riak-haskell-client#98" This reverts commit 313dc7cd3c55ea6dad1ed51af596b523acc15d13. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa0e7263..d1e932fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,7 +2980,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - # - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/98 + - riak - airship "Sam Stites @stites": From e5aee9a4e1d1dde6332929ce06914d2f13b82134 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 8 Dec 2017 00:32:41 +0530 Subject: [PATCH 0490/1926] Add streamly --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1e932fa..7d544fd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -210,6 +210,7 @@ packages: "Harendra Kumar @harendra-kumar": - monad-recorder + - streamly - unicode-transforms - xls From 723316549a346e6db8c40ac2faf56a46e32763bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 12:46:02 -0800 Subject: [PATCH 0491/1926] Add constraint "generic-deriivng < 1.12" per #3079 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1e932fa..3ae5faff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,6 +3203,9 @@ packages: # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 + # https://github.com/fpco/stackage/issues/3079 + - generic-deriving < 1.12 + # end of packages # Package flags are applied to individual packages, and override the values of From bee40b75c4871a1f868b45deb933ae35e721f315 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:15:27 -0800 Subject: [PATCH 0492/1926] Expect test failure for riak (missing files) per riak-haskell-client#100 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ae5faff..6c984d72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3618,6 +3618,7 @@ expected-test-failures: - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 + - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/100 - xlsior # https://github.com/rcallahan/xlsior/issues/1 # Assertion failures, these can be real bugs or just limitations From d29e6f6bd27ebf314827e6a7e758b5e3db0b2c42 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:33:06 -0800 Subject: [PATCH 0493/1926] Disable clang-pure, see #3075 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46c2b68a..e45249c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2520,7 +2520,7 @@ packages: "Patrick Chilton @chpatrick": - webrtc-vad - servant-generic - - clang-pure + # - clang-pure - codec "Michal Konecny @michalkonecny": From 1bb416aa5993c31e0683ea2f823b483e6f98d659 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:36:44 -0800 Subject: [PATCH 0494/1926] Constrain stack to < 9.9.9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e45249c1..7e614fb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,7 +958,7 @@ packages: - monad-extras - optparse-simple - hpack - - stack + - stack < 9.9.9 "Michael Sloan @mgsloan": - th-orphans From 5de5f9f8d3a10acad43a387ccd9e9b389104d178 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:50:35 -0800 Subject: [PATCH 0495/1926] Unconstrain ansi-terminal, closes #2778 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e614fb1..c04a84b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2223,7 +2223,7 @@ packages: - list-prompt - package-description-remote - projectroot - - questioner + # - questioner # ansi-terminal-0.7 - language-dockerfile "Pascal Hartig @passy": @@ -3064,9 +3064,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2778 - - ansi-terminal < 0.7 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 @@ -3421,6 +3418,7 @@ skipped-tests: - path # via genvalidity genvalidity-property - servant-js # via language-ecmascript - system-filepath # QuickCheck 2.9 via chell-quickcheck + - system-fileio # via chell (per ansi-terminal-0.7) - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once From a735c2587ede0b6e4f960ca63657fe89ac9d4800 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Thu, 7 Dec 2017 14:17:43 -0800 Subject: [PATCH 0496/1926] Add freer-simple --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c04a84b4..a528b98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2511,6 +2511,7 @@ packages: - bson "Alexis King @lexi-lambda": + - freer-simple - monad-mock - test-fixture - text-conversions @@ -3850,6 +3851,8 @@ skipped-benchmarks: - graphviz - graphviz - wl-pprint-text + # @lexi-lambda https://github.com/fpco/stackage/pull/3080 + - freer-simple - ed25519 # Criterion From e08bdcef13d5a5aa61849d294cb2452f3f4d254f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 16:02:04 -0800 Subject: [PATCH 0497/1926] Expect tests to fail for stack per #3082 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a528b98a..4c89064a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,6 +3592,7 @@ expected-test-failures: - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages + - stack # https://github.com/fpco/stackage/issues/3082 - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS From 31086613ff9e9642e064919fd04e8cdca0e3c014 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 16:02:17 -0800 Subject: [PATCH 0498/1926] Disable list-prompt per yamadapc/list-prompt#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c89064a..26b50870 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2220,7 +2220,7 @@ packages: - file-modules - frontmatter - read-editor - - list-prompt + # - list-prompt # https://github.com/yamadapc/list-prompt/issues/3 - package-description-remote - projectroot # - questioner # ansi-terminal-0.7 From 5b6c5086c82fb8ffedc58390f92df433ce3c5f5d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:25:03 -0800 Subject: [PATCH 0499/1926] Add constraint "mmark < 0.0.2.0" per mrkkrp/mmark-ext#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8be19a7..af23c153 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3210,6 +3210,9 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 + # https://github.com/mrkkrp/mmark-ext/issues/5 + - mmark < 0.0.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b4a22fd47df24b62c26b1a1a5504e54671a9ac34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:53:47 -0800 Subject: [PATCH 0500/1926] Disable amazonka-s3-streaming per #2978, axman6/amazonka-s3-streaming#9 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af23c153..231f0492 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2612,7 +2612,8 @@ packages: - vector-mmap "Alex Mason @Axman6": - - amazonka-s3-streaming + [] + # - amazonka-s3-streaming # https://github.com/axman6/amazonka-s3-streaming/issues/9 "Ondrej Palkovsky @ondrap": - json-stream From f0b5d76ab479093b4ee68efab6d76123683dfda5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:57:53 -0800 Subject: [PATCH 0501/1926] Skip tests for HTTP per #2978 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 231f0492..92b962c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,6 +3374,7 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Glob # HUnit 1.6 + - HTTP # conduit-extra 1.2 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From f098985ad98c9ee1cff238a10df5ec5b943cb18b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:59:13 -0800 Subject: [PATCH 0502/1926] Unconstrain conduit-extra, closes #2978 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b962c2..b4b48147 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,10 +3078,6 @@ packages: - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 - # https://github.com/fpco/stackage/issues/2978 - - conduit-extra < 1.2.0 - - cassava-conduit < 0.4.0.1 - # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 # When tasty constraint is lifted: From 0ab445effbbf8c74dd2bb27cb05e1667b37efef4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:00:22 -0800 Subject: [PATCH 0503/1926] Unconstrain io-streams, closes #2832 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b48147..91e073e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,9 +3067,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2832 - - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From 1d5e6922a101df1dfbe2130afe61306f698e45e6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:02:15 -0800 Subject: [PATCH 0504/1926] Unconstrain amazonka*, closes #3030 --- build-constraints.yaml | 91 ------------------------------------------ 1 file changed, 91 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e073e1..08dab5e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3089,97 +3089,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3030 - - amazonka < 1.5 - - amazonka-core < 1.5 - - amazonka-s3 < 1.5 - - amazonka-test < 1.5 - - amazonka-apigateway < 1.5 - - amazonka-application-autoscaling < 1.5 - - amazonka-appstream < 1.5 - - amazonka-autoscaling < 1.5 - - amazonka-budgets < 1.5 - - amazonka-certificatemanager < 1.5 - - amazonka-cloudformation < 1.5 - - amazonka-cloudfront < 1.5 - - amazonka-cloudhsm < 1.5 - - amazonka-cloudsearch < 1.5 - - amazonka-cloudsearch-domains < 1.5 - - amazonka-cloudtrail < 1.5 - - amazonka-cloudwatch < 1.5 - - amazonka-cloudwatch-events < 1.5 - - amazonka-cloudwatch-logs < 1.5 - - amazonka-codebuild < 1.5 - - amazonka-codecommit < 1.5 - - amazonka-codedeploy < 1.5 - - amazonka-codepipeline < 1.5 - - amazonka-cognito-identity < 1.5 - - amazonka-cognito-idp < 1.5 - - amazonka-cognito-sync < 1.5 - - amazonka-config < 1.5 - - amazonka-datapipeline < 1.5 - - amazonka-devicefarm < 1.5 - - amazonka-directconnect < 1.5 - - amazonka-discovery < 1.5 - - amazonka-dms < 1.5 - - amazonka-ds < 1.5 - - amazonka-dynamodb < 1.5 - - amazonka-dynamodb-streams < 1.5 - - amazonka-ec2 < 1.5 - - amazonka-ecr < 1.5 - - amazonka-ecs < 1.5 - - amazonka-efs < 1.5 - - amazonka-elasticache < 1.5 - - amazonka-elasticbeanstalk < 1.5 - - amazonka-elasticsearch < 1.5 - - amazonka-elastictranscoder < 1.5 - - amazonka-elb < 1.5 - - amazonka-elbv2 < 1.5 - - amazonka-emr < 1.5 - - amazonka-gamelift < 1.5 - - amazonka-glacier < 1.5 - - amazonka-health < 1.5 - - amazonka-iam < 1.5 - - amazonka-importexport < 1.5 - - amazonka-inspector < 1.5 - - amazonka-iot < 1.5 - - amazonka-iot-dataplane < 1.5 - - amazonka-kinesis < 1.5 - - amazonka-kinesis-analytics < 1.5 - - amazonka-kinesis-firehose < 1.5 - - amazonka-kms < 1.5 - - amazonka-lambda < 1.5 - - amazonka-lightsail < 1.5 - - amazonka-marketplace-analytics < 1.5 - - amazonka-marketplace-metering < 1.5 - - amazonka-ml < 1.5 - - amazonka-opsworks < 1.5 - - amazonka-opsworks-cm < 1.5 - - amazonka-pinpoint < 1.5 - - amazonka-polly < 1.5 - - amazonka-rds < 1.5 - - amazonka-redshift < 1.5 - - amazonka-rekognition < 1.5 - - amazonka-route53 < 1.5 - - amazonka-route53-domains < 1.5 - - amazonka-sdb < 1.5 - - amazonka-servicecatalog < 1.5 - - amazonka-ses < 1.5 - - amazonka-shield < 1.5 - - amazonka-sms < 1.5 - - amazonka-snowball < 1.5 - - amazonka-sns < 1.5 - - amazonka-sqs < 1.5 - - amazonka-ssm < 1.5 - - amazonka-stepfunctions < 1.5 - - amazonka-storagegateway < 1.5 - - amazonka-sts < 1.5 - - amazonka-support < 1.5 - - amazonka-swf < 1.5 - - amazonka-waf < 1.5 - - amazonka-workspaces < 1.5 - - amazonka-xray < 1.5 - # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 9cf5403e51e37f9f07c70d321b203bbb149be82d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:14:08 -0800 Subject: [PATCH 0505/1926] Unconstrain cassava per commercialhaskell/stack#3345 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08dab5e9..9e71afe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,9 +3064,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/commercialhaskell/stack/issues/3345 - - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From bb28865764841c1b62af5130f83bf487a3138853 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:26:08 -0800 Subject: [PATCH 0506/1926] Revert "Unconstrain cassava per commercialhaskell/stack#3345" This reverts commit 9cf5403e51e37f9f07c70d321b203bbb149be82d. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e71afe7..08dab5e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,6 +3064,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/commercialhaskell/stack/issues/3345 + - cassava < 0.5.1.0 + # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From a83c00e66615acf02a38dfc2a41a3320e9a90c17 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 8 Dec 2017 11:30:40 +0200 Subject: [PATCH 0507/1926] Switch cassava flag name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08dab5e9..712d973e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,7 +3213,7 @@ package-flags: win32-2-5: true cassava: - pre-bytestring-0-10-4: false + bytestring--lt-0_10_4: false alerta: servant-client-core: false From 074a7ed34e2bb89662bfc645998d7d15250a39af Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:14:08 -0800 Subject: [PATCH 0508/1926] Unconstrain cassava per commercialhaskell/stack#3345 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 712d973e..822ca7d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,9 +3064,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/commercialhaskell/stack/issues/3345 - - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From de4982e2224b9ce97d913057c89da50af2f4c604 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:40:42 -0800 Subject: [PATCH 0509/1926] Unconstrain mmark per mrkkrp/mmark-ext#5 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 822ca7d8..179a8187 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 - # https://github.com/mrkkrp/mmark-ext/issues/5 - - mmark < 0.0.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From cc32babcd3e073b7e46e67494b75e8aeb6940dc6 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 8 Dec 2017 21:32:06 +0100 Subject: [PATCH 0510/1926] Remove constraint on lspitzner/butcher The newly released `brittany-0.9.0.0` works with latest released butcher. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 179a8187..be459bac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2624,7 +2624,7 @@ packages: "Lennart Spitzner @lspitzner": - multistate - pqueue - - butcher ==1.1.1.0 + - butcher - czipwith - brittany From 51f605f02d25fa83bbd43cbec782db73b27b74ca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 23:53:22 -0800 Subject: [PATCH 0511/1926] Unconstrain PortMidi, constrain hosc, see #2915 and #3084 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be459bac..8b912e18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,8 +3098,8 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/pull/2915 - - PortMidi < 0.1.6.1 + # https://github.com/fpco/stackage/issues/3084 + - hosc < 0.16 # https://github.com/fpco/stackage/issues/3076 - bifunctors < 5.5 From 06890244503d2d6f4284032100db076019320b5c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 00:39:21 -0800 Subject: [PATCH 0512/1926] Disable language-dockerfile and docker-build-cacher per beijaflor-io/haskell-language-dockerfile#11 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b912e18..2ea7a36d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2224,7 +2224,7 @@ packages: - package-description-remote - projectroot # - questioner # ansi-terminal-0.7 - - language-dockerfile + # - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 "Pascal Hartig @passy": - giphy-api @@ -2916,7 +2916,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - - docker-build-cacher + # - docker-build-cacher # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 - mysql-haskell-nem "Phil Ruffwind @Rufflewind": From b0135cf9b7731b79f6d2d05bae159b1c7a7da40d Mon Sep 17 00:00:00 2001 From: Henry Laxen Date: Sat, 9 Dec 2017 08:58:21 -0600 Subject: [PATCH 0513/1926] Update build-constraints.yaml added myself (HenryLaxen) and my package (bbdb) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ea7a36d..3b3d28bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,7 +3024,9 @@ packages: - validity-uuid - validity-vector - + "Henry Laxen @HenryLaxen": + - bbdb + # 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 6b300dc051ee30c065811fca46e5b262bd65e3fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 09:57:40 -0800 Subject: [PATCH 0514/1926] Expect test failure for bbdb (missingn files), see henrylaxen/bbdb#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b3d28bf..8fd8e7e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,6 +3519,7 @@ expected-test-failures: # Missing test files in sdist # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 + - bbdb # https://github.com/henrylaxen/bbdb/issues/1 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From 8709bfe4d551530245e06459c2226c598e3be750 Mon Sep 17 00:00:00 2001 From: Henry Laxen Date: Sat, 9 Dec 2017 14:01:57 -0600 Subject: [PATCH 0515/1926] revert bbdb expected test failure You wrote: I've marked bbdb as an expected test failure in stackage. If you're able to correct the issue, then feel free to open a PR reverting this commit: fpco/ stackage@6b300dc. I removed the line you added. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..3b3d28bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,6 @@ expected-test-failures: # Missing test files in sdist # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 - - bbdb # https://github.com/henrylaxen/bbdb/issues/1 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From ae6e55824d4f5bf1544c9e855f8a2b2ae3bacf2a Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 9 Dec 2017 13:54:05 -0800 Subject: [PATCH 0516/1926] Re-enable GLFW --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..966eb871 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -931,6 +931,7 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input + - netwire-input-glfw - yoga - freetype2 @@ -1866,6 +1867,7 @@ packages: "Brian Lewis brian@lorf.org @bsl": - bindings-GLFW + - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - hidapi From cc29954237250913772c67f6fe64c3ff9e33a08b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:46:03 -0800 Subject: [PATCH 0517/1926] Skip benchmarks for servant-kotlin per #3088 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..74906354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 + - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 # Transitive outdated dependencies # These packages From 95bc498d3780edbcfbc3636259ee4ed20c6966d9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:48:40 -0800 Subject: [PATCH 0518/1926] Skip tests for wai-middleware-rollbar per #3089 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74906354..9307731e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,6 +3308,7 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck + - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From cfe05e2f4436e2ac763f69e6411efb178f713006 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 10 Dec 2017 13:07:25 +0200 Subject: [PATCH 0519/1926] Fix #3076: enable bifunctors-5.5 --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..bb6798f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,9 +3103,6 @@ packages: # https://github.com/fpco/stackage/issues/3084 - hosc < 0.16 - # https://github.com/fpco/stackage/issues/3076 - - bifunctors < 5.5 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 @@ -3284,7 +3281,6 @@ skipped-tests: - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 - dual-tree # testing-feat per ghc < 4.10 - - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 @@ -3294,7 +3290,6 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3304,7 +3299,6 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3384,12 +3378,17 @@ skipped-tests: - fgl-arbitrary - graphviz - wl-pprint-text + # @phadej + - edit-distance # QuickCheck 2.10 + - http-api-data # doctest 0.13 + - tdigest # doctest 0.13 + - time-parsers + - servant-mock # hspec-wai https://github.com/fpco/stackage/issues/3014 + - servant-server # hspec-wai https://github.com/fpco/stackage/issues/3014 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - servant-mock # https://github.com/fpco/stackage/issues/3014 - - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests From 8a55bcd7235e8fd3e6270a5e809ce60eeb963e33 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Dec 2017 11:47:45 -0800 Subject: [PATCH 0520/1926] Revert "Skip tests for wai-middleware-rollbar per #3089" This reverts commit 95bc498d3780edbcfbc3636259ee4ed20c6966d9. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..f315be4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,7 +3308,6 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From d5f35793da0b73f4ad7a696dfe7ea0cf06d2c561 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 10 Dec 2017 14:47:08 -0800 Subject: [PATCH 0521/1926] Add GLFW-b to skipped-tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 966eb871..a0baefa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,6 +3296,7 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 + - GLFW-b # HUnit 1.6 - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 From 580e2f81fc81f8c476314ba58a1d10e7f2976d9a Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 10 Dec 2017 14:58:45 -0800 Subject: [PATCH 0522/1926] Update build-constraints.yaml Re-remove http-api-data due to merge conflicts. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b33778..12829563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 - - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From e3deaa015ce39cfee04e3c56a06dc9d06a8afcb2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 13:01:07 +0900 Subject: [PATCH 0523/1926] Revert "Add constraint "vty < 5.19" per #3063" This reverts commit 7236423ad54a9005cb9b14f0f58f2ad884771dbd. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12829563..2dcbc324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,9 +3099,6 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3063 - - vty < 5.19 - # https://github.com/fpco/stackage/issues/3084 - hosc < 0.16 From f86a293f5894e2c851707b90816e50f6e7b70285 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 13:09:24 +0900 Subject: [PATCH 0524/1926] allow either-5 now (#3044) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dcbc324..1eb8983e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,10 +3068,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/fpco/stackage/issues/3044 - - either < 4.5 # Latest ATOW is either-5 - - rebase < 1.2 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From ae7e091b6727af2cd016d1a6db60d0a0f04c1e7b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:00:01 +0900 Subject: [PATCH 0525/1926] haskell-src-exts < 1.20.1 (#3093) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1eb8983e..3cb191b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3104,6 +3104,8 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 + # https://github.com/fpco/stackage/issues/3093 + - haskell-src-exts < 1.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From 5805bca87a9643be083123fcdd9f352f38074add Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:02:42 +0900 Subject: [PATCH 0526/1926] skylighting < 0.5 (#3094) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb191b8..a87a3bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,6 +3106,9 @@ packages: # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.1 + + # https://github.com/fpco/stackage/issues/3094 + - skylighting < 0.5 # end of packages # Package flags are applied to individual packages, and override the values of From c27d4734c0589dffff6cba36d70cfc24470f3140 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:05:32 +0900 Subject: [PATCH 0527/1926] leancheck < 0.7.0 (#3095) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a87a3bc8..5310a7b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,6 +3109,9 @@ packages: # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 + + # https://github.com/fpco/stackage/issues/3095 + - leancheck < 0.7.0 # end of packages # Package flags are applied to individual packages, and override the values of From bc15b0f3afbddfbf1925741a31219e08d415df6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:08:05 +0900 Subject: [PATCH 0528/1926] haskell-src-exts < 1.20.0 (#3093) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5310a7b5..722e9c71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,7 +3105,7 @@ packages: - generic-deriving < 1.12 # https://github.com/fpco/stackage/issues/3093 - - haskell-src-exts < 1.20.1 + - haskell-src-exts < 1.20.0 # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 From 027614a6f45bf96f265a2894e58f8b3f86f6fc19 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 12 Dec 2017 15:14:22 +0200 Subject: [PATCH 0529/1926] Add streaming package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..c3d36395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1717,6 +1717,7 @@ packages: - data-ordlist - hedis - hsyslog-udp + - streaming "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From ce1a7f280e74da466538eeb66c2b8f17203a4508 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Dec 2017 15:20:48 +0100 Subject: [PATCH 0530/1926] Add lentil back again. Refs https://github.com/fpco/stackage/issues/3059. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..7e0cf6fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -176,6 +176,7 @@ packages: "Luke Murphy @lwm": - tasty-discover + - lentil "Marco Zocca @ocramz": - sparse-linear-algebra From bcd515ca21c1cfd22ea01048faf36dbbd7fe1a3a Mon Sep 17 00:00:00 2001 From: quxbar Date: Tue, 12 Dec 2017 17:46:21 +0100 Subject: [PATCH 0531/1926] add type-of-html --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..b04ff35b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Florian Knupfer @knupfer": + - type-of-html + "Mikolaj Konarski @Mikolaj": - sdl2-ttf - assert-failure From 8580ea538fde133775cdd98fb44d6b881ebe6cc5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 12 Dec 2017 18:21:35 +0200 Subject: [PATCH 0532/1926] Disable tests for phadej packages (tasty) --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..2701e849 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3388,6 +3388,18 @@ skipped-tests: - time-parsers - servant-mock # hspec-wai https://github.com/fpco/stackage/issues/3014 - servant-server # hspec-wai https://github.com/fpco/stackage/issues/3014 + - aeson-compat # tasty, tasty-hunit https://github.com/fpco/stackage/issues/3062, https://github.com/fpco/stackage/issues/2995 + - aeson-extra + - binary-orphans + - insert-ordered-containers + - integer-logarithms + - lattices + - postgresql-simple-url + - range-set-list + - spdx + - tdigest + - these + - time-parsers # Uncategorized, please categorize! - hackage-security # Cabal 2.0 From 5203e6b157c579ce6d4c700b52c5e36aa205bdd7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:19:04 +0900 Subject: [PATCH 0533/1926] universum < 0.9.0 (#3100) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..75cc4ad7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,6 +3112,9 @@ packages: # https://github.com/fpco/stackage/issues/3095 - leancheck < 0.7.0 + + # https://github.com/fpco/stackage/issues/3100 + - universum < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From f39586d0cdcb6868bcf53222e52802078fc9f290 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:20:44 +0900 Subject: [PATCH 0534/1926] hlint < 2.0.12 and hoogle < 5.0.15 for haskell-src-exts (#3093) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75cc4ad7..93ba880c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,6 +3106,8 @@ packages: # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 + - hlint < 2.0.12 + - hoogle < 5.0.15 # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 From cea794a149ee62f9e6a370c145a17708ad54a480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:22:52 +0900 Subject: [PATCH 0535/1926] fitspec < 0.4.4 and speculate < 0.3.2 for leancheck (#3095) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93ba880c..548e3548 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3114,6 +3114,8 @@ packages: # https://github.com/fpco/stackage/issues/3095 - leancheck < 0.7.0 + - fitspec < 0.4.4 + - speculate < 0.3.2 # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From 4d9e9f5de95a9533196f9727b2f7a1ae2a97cb20 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:26:33 +0900 Subject: [PATCH 0536/1926] drop hosc < 0.16 (#3084) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 548e3548..52902b05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3095,9 +3095,6 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3084 - - hosc < 0.16 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 From 8a94f764e414ff283553e74a09a4e68f72249509 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:15:14 +0900 Subject: [PATCH 0537/1926] try removing hosc from expected-test-failures hosc-0.16: unexpected test success --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52902b05..7b88c161 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3613,7 +3613,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 - - hosc # GHC 8.2.1 (?) - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 From 8f941711b84e587c4fedf7c7f2155a8d74499139 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:38:35 +0900 Subject: [PATCH 0538/1926] mallard fails with hasql-optparse-applicative-0.3 (AndrewRademacher/mallard#49) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b88c161..3ce6fdd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,6 +3116,9 @@ packages: # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 + + # https://github.com/AndrewRademacher/mallard/issues/49 + - hasql-optparse-applicative < 0.3 # end of packages # Package flags are applied to individual packages, and override the values of From 03338f5db16c4d66444581b3dd22178b2b58e3d0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:50:19 +0900 Subject: [PATCH 0539/1926] either < 5 (#3044) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ce6fdd4..ac7f2ad7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,6 +3068,10 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/fpco/stackage/issues/3044 + - either < 5 + - rebase < 1.2 + # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From 9e8ba689b3e6b50b54fbbbb61e0019f9365fdaed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:58:24 +0900 Subject: [PATCH 0540/1926] revert: Add constraint "generic-deriivng < 1.12" per #3079 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7f2ad7..6f189ceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,9 +3102,6 @@ packages: # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 - # https://github.com/fpco/stackage/issues/3079 - - generic-deriving < 1.12 - # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 - hlint < 2.0.12 From 1f474ad53dfb5365c7683d57cb31bb5c880ded28 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 13:05:21 +0900 Subject: [PATCH 0541/1926] drop "leancheck < 0.7.0" (#3095) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f189ceb..03bde62e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,11 +3110,6 @@ packages: # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 - # https://github.com/fpco/stackage/issues/3095 - - leancheck < 0.7.0 - - fitspec < 0.4.4 - - speculate < 0.3.2 - # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From 95a22068aad08aebd315f211c9f036c15c2a0541 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 14:28:43 +0900 Subject: [PATCH 0542/1926] skip terminal-progress-bar tests HUnit < 1.6 (#3101) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 161da341..844d3b33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,7 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From ec99245b70e7d426cbe534d0bab4d783072d00e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 16:18:42 +0900 Subject: [PATCH 0543/1926] drop "skylighting < 0.5" (#3094) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 844d3b33..1ec10058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,9 +3112,6 @@ packages: - hlint < 2.0.12 - hoogle < 5.0.15 - # https://github.com/fpco/stackage/issues/3094 - - skylighting < 0.5 - # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From ba48bb22c93ee0eaeebf6ac21f5b7c53cd14519e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 17:00:16 +0900 Subject: [PATCH 0544/1926] move milena into expected-test-failures server subsection --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ec10058..0cd9118f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3497,6 +3497,7 @@ expected-test-failures: - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached + - milena - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. @@ -3620,9 +3621,6 @@ expected-test-failures: - model # https://github.com/Quid2/model/issues/2 - zm # https://github.com/fpco/stackage/issues/3026 - # Requires running server - - milena - # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From c0a51bbb9f485e22dc3f554c1e785167177e2cba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 17:01:02 +0900 Subject: [PATCH 0545/1926] store test failing (fpco/store#120) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd9118f..14cd8f92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3632,6 +3632,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... + - store # https://github.com/fpco/store/issues/120 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 68c16e646e5375948ad4f26b0a1dd32e632df981 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Wed, 13 Dec 2017 11:20:08 +0100 Subject: [PATCH 0546/1926] Added language-docker This helps re-enable docker-build-cacher --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14cd8f92..43af6bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2923,7 +2923,8 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - docker-build-cacher # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 + - language-docker + - docker-build-cacher - mysql-haskell-nem "Phil Ruffwind @Rufflewind": From 1d654ded312b0775b2dcb31ef870cf6c659ae3b3 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 13 Dec 2017 14:15:52 +0200 Subject: [PATCH 0547/1926] Add country, streaming-bytestring --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14cd8f92..d8d380bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,6 +1722,8 @@ packages: - hedis - hsyslog-udp - streaming + - streaming-bytestring + - country "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From f9540819d56b92b42d12b810655e6ca0d0117925 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Dec 2017 18:30:27 +0100 Subject: [PATCH 0548/1926] Add NBs to a pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ MAINTAINERS.md | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6a17bef8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Checklist: +- [ ] Meaningful commit message. +- [ ] Some time passed since Hackage upload. +- [ ] Tested with Stackage Nightly. +--- diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 52f316de..2178f727 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -63,17 +63,6 @@ $ cabal test $ cabal haddock ``` -**NB** Please use commit messages like "add foo-bar" or "add johndev's packages" -(`build-constraints.yaml` is the most frequently changed file in this git repo -so commit messages like "update build-constraints.yaml" are not helpful). - -**NB2** There can be a delay of up to an hour before package versions -newly uploaded to Hackage appear to our build server. If you just -uploaded a package to Hackage that you're trying to get included, we -recommend waiting an hour before opening the PR. You can verify this -by making sure the latest version is listed at -https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. - ## Github and Notifications Stackage uses Github notifications to reduce overhead of contacting individual From 5c8f62c555d10110cf17a488e657d5beb24f0af6 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 13 Dec 2017 19:37:23 +0200 Subject: [PATCH 0549/1926] Add friday and friday-juicypixels --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8d380bc..917b4cb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,6 +1724,8 @@ packages: - streaming - streaming-bytestring - country + - friday + - friday-juicypixels "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From b0a40adf0a48ac831db3b24a9ef2cd49f77f1dac Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Thu, 14 Dec 2017 03:41:53 +0900 Subject: [PATCH 0550/1926] Add ochintin-daicho --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..8985e21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,6 +2687,7 @@ packages: - type-level-kv-list - heterocephalus - bookkeeping + - ochintin-daicho "Marcin Tolysz @tolysz": - rawstring-qm From 70be1f7356b49917c55d1da665087e4b5cbcd4a9 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Wed, 13 Dec 2017 20:56:03 -0500 Subject: [PATCH 0551/1926] add path-text-utf8 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..c3afb61e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,6 +2967,7 @@ packages: "Chris Martin @chris-martin": - partial-semigroup + - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string From f3aaf519c7a59feb50508fe00956ff557084bdb8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 13:27:31 +0900 Subject: [PATCH 0552/1926] brick < 0.30 (#3106) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..20135b59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3118,6 +3118,9 @@ packages: # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 + + # https://github.com/fpco/stackage/issues/3106 + - brick < 0.30 # end of packages # Package flags are applied to individual packages, and override the values of From 55b7b28a32a113d00f34e058fb2ee5f312a832cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 13:58:37 +0900 Subject: [PATCH 0553/1926] log-warper-1.7.6 fails to build (serokell/log-warper#75) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2057d0a0..09f7b38c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,6 +3123,9 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 + + # https://github.com/serokell/log-warper/issues/75 + - log-warper < 1.7.6 # end of packages # Package flags are applied to individual packages, and override the values of From fbc71d65a99626067d81714eb6542467e8cf56b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 16:30:18 +0900 Subject: [PATCH 0554/1926] add ShellCheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09f7b38c..6a790583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,7 @@ packages: - jsaddle - vado - vcswrapper + - ShellCheck "Renzo Carbonara @k0001": - network-simple From d9754b16912b088872e0b8be6793f303806b5a77 Mon Sep 17 00:00:00 2001 From: Jaro Reinders Date: Thu, 14 Dec 2017 11:37:19 +0100 Subject: [PATCH 0555/1926] Add haskell-lsp-client --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..4d7a1d44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jaro Reinders @Noughtmare": + - haskell-lsp-client + "Florian Knupfer @knupfer": - type-of-html From e700d2ffea16b6796eebc1110d79df049379cd06 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 14 Dec 2017 16:16:59 +0100 Subject: [PATCH 0556/1926] Add `goggles` I'm the original author of the library :) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..0ee1ef96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -186,6 +186,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno + - goggles "Joseph Canero @caneroj1": - sqlite-simple-errors From 7e29b7a4c4dcbdf29a7f7a5b5b42eddc27e78110 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 14:11:04 +0900 Subject: [PATCH 0557/1926] allow universum-0.9.1 and log-warper-1.7.6 (#3100, serokell/log-warper#75) --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..0dbb6bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,17 +3116,11 @@ packages: - hlint < 2.0.12 - hoogle < 5.0.15 - # https://github.com/fpco/stackage/issues/3100 - - universum < 0.9.0 - # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 - - # https://github.com/serokell/log-warper/issues/75 - - log-warper < 1.7.6 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3726,6 +3720,7 @@ skipped-benchmarks: - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint + - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 From eae6b8cf848e4df79da3610bcd36c71b92220f1e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 19:13:53 +0900 Subject: [PATCH 0558/1926] megaparsec < 6.3.0 (#3110) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b6f1f86..30b6e569 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3125,6 +3125,9 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 + + # https://github.com/fpco/stackage/issues/3110 + - megaparsec < 6.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From c68da2f2484748a451189698ca95e9fb07f09f20 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 19:14:52 +0900 Subject: [PATCH 0559/1926] markdown-unlit < 0.5.0 (#3111) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30b6e569..3db09ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3128,6 +3128,9 @@ packages: # https://github.com/fpco/stackage/issues/3110 - megaparsec < 6.3.0 + + # https://github.com/fpco/stackage/issues/3111 + - markdown-unlit < 0.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 81e92a742aa7c2b9a172846a808d1e8326992a9f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 21:34:56 +0900 Subject: [PATCH 0560/1926] friday-juicypixels tests fail to build (#3103) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e1dc083..9bb7c54d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,7 +1727,7 @@ packages: - streaming-bytestring - country - friday - - friday-juicypixels + # - friday-juicypixels https://github.com/fpco/stackage/pull/3103 "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From 6bd68020103ecdb85adc95a5fbc934f173f0371e Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 15 Dec 2017 13:28:44 +0000 Subject: [PATCH 0561/1926] Add the debug library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..97099394 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -369,6 +369,7 @@ packages: - hexml - weeder - profiterole + - debug "Alan Zimmerman @alanz": - ghc-exactprint From e56eeaa008c97c9b1b3441fd2bd79bdb021ace94 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Fri, 15 Dec 2017 16:41:15 +0100 Subject: [PATCH 0562/1926] Add quickcheck-state-machine --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..e9735da5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,6 +3042,9 @@ packages: "Henry Laxen @HenryLaxen": - bbdb + + "Stevan Andjelkovic @stevana": + - quickcheck-state-machine # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a89b547ffc9ba9fecb94c3bfb3ebe876e05a1b22 Mon Sep 17 00:00:00 2001 From: Ian Duncan Date: Sat, 16 Dec 2017 09:13:38 +0900 Subject: [PATCH 0563/1926] Remove librato from LTS --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..6dd6e700 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1641,7 +1641,6 @@ packages: - pipes-wai - serf - uri-templater - - librato "Michael Xavier @MichaelXavier": - uri-bytestring From 3a183f266499feddd61b0fc0645fcc29dd9dfe7b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 16:48:06 +0900 Subject: [PATCH 0564/1926] drop "megaparsec < 6.3.0" (#3110) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0df20c..89f395be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,9 +3134,6 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 - # https://github.com/fpco/stackage/issues/3110 - - megaparsec < 6.3.0 - # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 # end of packages From 5957e0181800ff4a6fc839934f64b1ddd01a6f3c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 17:55:16 +0900 Subject: [PATCH 0565/1926] hledger-web-1.4 testsuite still needs megaparsec < 6.3 (#3110) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 560f1d99..7819157c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,6 +3317,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - hledger-web # megaparsec 6.3 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 156688bf99721181a0f04b375bdd68cbf228b36d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 21:13:52 +0900 Subject: [PATCH 0566/1926] add binary-shared --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7819157c..8986e8f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1098,6 +1098,7 @@ packages: - vado - vcswrapper - ShellCheck + - binary-shared "Renzo Carbonara @k0001": - network-simple From 2a7613b20eb0d893c7cc761d3ba5ee260d678e5f Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 16 Dec 2017 17:21:26 +0100 Subject: [PATCH 0567/1926] Add combinatorial, {netlib,blas,lapack}-{ffi,carray} --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7819157c..951ef038 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,6 +95,7 @@ packages: - bibtex - buffer-pipe - calendar-recycling + - combinatorial - comfort-graph - concurrent-split - cutter @@ -146,6 +147,13 @@ packages: - prelude-compat - fft - carray + - netlib-ffi + - netlib-carray + - blas-ffi + - blas-carray + - lapack-ffi + - lapack-carray + - lapack-ffi-tools # Not a maintainer - ix-shapable From 18608985cc4a866402302efb067e9c83195649d7 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 16 Dec 2017 12:01:01 -0500 Subject: [PATCH 0568/1926] Add load-env --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8986e8f3..cdd60f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -611,6 +611,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar + - load-env "Felipe Lessa @meteficha": - fb From e0a285b418f3d3f5b256c228f7b11b45d5972c56 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 20:54:17 +0900 Subject: [PATCH 0569/1926] turtle < 1.5.0 (#3118) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8986e8f3..b3c0a593 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,6 +3136,9 @@ packages: # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 + + # https://github.com/fpco/stackage/issues/3118 + - turtle < 1.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From d68be7c583aa09e9b76f57f188718a1480045e5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 21:04:11 +0900 Subject: [PATCH 0570/1926] Revert "hledger-web-1.4 testsuite still needs megaparsec < 6.3 (#3110)" This reverts commit 5957e0181800ff4a6fc839934f64b1ddd01a6f3c. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3c0a593..b9a9692f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3321,7 +3321,6 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 - - hledger-web # megaparsec 6.3 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 1f54700b5cbb8716c4670614d399cbd4ecc60ae4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 21:21:54 +0900 Subject: [PATCH 0571/1926] add gi-gtk-hs, gi-gtksource, gi-webkit2 under @garetxe (fpco/lts-haskell#72) allow newer gi-javascriptcore-4 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9727dcb3..53608200 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2469,9 +2469,12 @@ packages: - gi-cairo - gi-glib - gi-gobject - - gi-javascriptcore == 3.0.* + - gi-javascriptcore - haskell-gi - haskell-gi-base + - gi-gtk-hs + - gi-gtksource + - gi-webkit2 "Brandon Simmons @jberryman": - directory-tree From 90ee9325b2b9b8673fa82de7dd4d58d6b15d21b8 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Sun, 17 Dec 2017 22:19:04 +0100 Subject: [PATCH 0572/1926] Re-enable hdevtools and add servant-exceptions --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53608200..b51b1101 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,7 +3053,11 @@ packages: "Stevan Andjelkovic @stevana": - quickcheck-state-machine - + + "Sebastian Nagel @ch1bo": + - hdevtools + - servant-exceptions + # 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 1ad789c8990babd645c193235b00316e48f8296f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Dec 2017 10:48:33 +0900 Subject: [PATCH 0573/1926] revert "add gi-gtk-hs, gi-gtksource, gi-webkit2" (fpco/lts-haskell#72) gi-gio and gi-pango cause ghc to panic --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b51b1101..61daee82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,9 +2472,9 @@ packages: - gi-javascriptcore - haskell-gi - haskell-gi-base - - gi-gtk-hs - - gi-gtksource - - gi-webkit2 + # - gi-gtk-hs # gi-gio fails to build with ghc-8.2 + # - gi-gtksource # gi-gio fails to build with ghc-8.2 + # - gi-webkit2 # gi-gio fails to build with ghc-8.2 "Brandon Simmons @jberryman": - directory-tree From a8234cb586c3022099a3b0155275ed067df00f72 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Dec 2017 10:59:04 +0900 Subject: [PATCH 0574/1926] debian-bootstrap.sh: add libjavascriptcoregtk-4.0-dev for gi-javascriptcore --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9eab0cf2..e45a4619 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -77,6 +77,7 @@ apt-get install -y \ libicu-dev \ libimlib2-dev \ libjack-jackd2-dev \ + libjavascriptcoregtk-4.0-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From 3a52c0d6193d01ff821cd23f7fb77614b37c247c Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Mon, 18 Dec 2017 06:25:06 +0300 Subject: [PATCH 0575/1926] Add importify --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..1b962600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,6 +2925,7 @@ packages: - listsafe "Serokell @serokell": + - importify - log-warper - universum @@ -3057,7 +3058,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - servant-exceptions - + # 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 bf3e6c7fc01b6b12f70af82c1c4dfd41ac29d630 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Mon, 18 Dec 2017 14:38:48 +1100 Subject: [PATCH 0576/1926] Revert expect test failure for riak (missing files) per riak-haskell-client#100 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..389cb5ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3579,7 +3579,6 @@ expected-test-failures: - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/100 - xlsior # https://github.com/rcallahan/xlsior/issues/1 # Assertion failures, these can be real bugs or just limitations From 55eb7ebe78dba2df788db8b8df16968e91418dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEevi=C4=87?= Date: Sun, 17 Dec 2017 23:06:06 -0500 Subject: [PATCH 0577/1926] Added the rank2classes package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..371e61e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -589,6 +589,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec + - rank2classes "Brent Yorgey @byorgey": - active From 17e01d103e1572c7b72419bbe42f3bef689baeef Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 18 Dec 2017 15:42:46 +0700 Subject: [PATCH 0578/1926] =?UTF-8?q?Add=20the=20=E2=80=98html-entity-map?= =?UTF-8?q?=E2=80=99=20package?= 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 67108c44..299dfbc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2072,6 +2072,7 @@ packages: - modern-uri - mmark - mmark-ext + - html-entity-map "Emmanuel Touzery @emmanueltouzery": - app-settings From 335ba1e65a8b4d6d72275f42168c787b26a892f4 Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Mon, 18 Dec 2017 22:03:38 +0100 Subject: [PATCH 0579/1926] Restore svg-tree/rasterific-svg/asciidiagram Root cause during haddock build solved. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 299dfbc5..cd8b979c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -609,6 +609,9 @@ packages: - JuicyPixels - FontyFruity - Rasterific + - svg-tree + - rasterific-svg + - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 3119d460d0716381cf2044790b26940958465695 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 19 Dec 2017 00:03:15 +0100 Subject: [PATCH 0580/1926] Re-enable hakyll. Closes https://github.com/fpco/stackage/issues/3032. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67108c44..6225c332 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -396,6 +396,7 @@ packages: - psqueues - websockets - websockets-snap + - hakyll "Sibi Prabakaran @psibi": - download From a6fda292be96a2c77f5a6b05051c4f5d404bf7d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:13:59 +0900 Subject: [PATCH 0581/1926] riak testsuite needs riak server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e2b50c1..d59b23c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3559,6 +3559,7 @@ expected-test-failures: - redis-io - rethinkdb - rethinkdb-client-driver + - riak # needs riak server on localhost:8098 - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages From a0edbaf83388da00d214c09e6e5be56486e6a68c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:32:28 +0900 Subject: [PATCH 0582/1926] importify testsuite fails (#3121) Linking dist/build/importify/importify ... > /tmp/stackage-build11/importify-1.0$ dist/build/importify-test/importify-test /var/stackage/.stack/global-project: createDirectory: permission denied (Read-only file system) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d59b23c0..b4872260 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3656,6 +3656,7 @@ expected-test-failures: # these if we want them fixed - 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 + - importify # importify-test: /var/stackage/.stack/global-project: createDirectory: permission denied (Read-only file system) # Doctests require hidden Glob package - multiset From e8859f55fc1711e0c13ae6ebce0900ba1a14a635 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:45:19 +0900 Subject: [PATCH 0583/1926] PULL_REQUEST_TEMPLATE.md: encourage stack build --test --bench --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a17bef8..7b2f0460 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,4 @@ Checklist: -- [ ] Meaningful commit message. -- [ ] Some time passed since Hackage upload. -- [ ] Tested with Stackage Nightly. ---- +- [ ] Meaningful commit message +- [ ] Some time passed since Hackage upload +- [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 704cd1206bca184d5c904d58a45ca2d56bb7b39d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 13:01:20 +0900 Subject: [PATCH 0584/1926] rank2classes testsuite fails (#3122) > /tmp/stackage-build12/rank2classes-1.0$ dist/build/doctests/doctests : error: can't find file: test/README.lhs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4872260..815525d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -598,7 +598,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec - - rank2classes + # - rank2classes # doctest https://github.com/fpco/stackage/pull/3122 "Brent Yorgey @byorgey": - active From eb73781baf805aba1556691cd001894b362eef8b Mon Sep 17 00:00:00 2001 From: tejon Date: Tue, 19 Dec 2017 20:30:00 -0800 Subject: [PATCH 0585/1926] Update build-constraints.yaml Add package: aeson-yak (tanuki@gmail.com) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..56d84b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Theodore Lief Gannon @tejon": + - aeson-yak + "Jaro Reinders @Noughtmare": - haskell-lsp-client From 2f4841a9124d45ab0af620752d90a7270d2e71dd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 11:43:46 +0100 Subject: [PATCH 0586/1926] Revert "rank2classes testsuite fails (#3122)" This reverts commit 704cd1206bca184d5c904d58a45ca2d56bb7b39d. Closes https://github.com/fpco/stackage/pull/3122. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..b4872260 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -598,7 +598,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec - # - rank2classes # doctest https://github.com/fpco/stackage/pull/3122 + - rank2classes "Brent Yorgey @byorgey": - active From 90d7fecc9ec9036b3fb0a04041eee117405f6a50 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 20 Dec 2017 11:45:38 +0100 Subject: [PATCH 0587/1926] Add sparkle and jvm-streaming. These were previously blocked on the inclusion of `streaming`. --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..27462c32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1686,11 +1686,13 @@ packages: - cassette - choice - distributed-closure - - H - inline-java - inline-r - jni - jvm + - jvm-streaming + - H + - sparkle - th-lift "Christopher Reichert @creichert": @@ -3283,6 +3285,13 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/include - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include/linux + jvm-streaming: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server From c0a1d123ed147045774f4186e68e2bc04893aa36 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 11:51:35 +0100 Subject: [PATCH 0588/1926] Make it explicit what should be avoided. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b2f0460..2808420b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ Checklist: -- [ ] Meaningful commit message +- [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload - [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 6b2fc8ce7aa4a902e6af7bb3c7d4a178920f5062 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Dec 2017 11:01:14 +0000 Subject: [PATCH 0589/1926] Add bounds for eventstore #3129. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4872260..308feec5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,10 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 + + # https://github.com/fpco/stackage/issues/3129 + - eventstore < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9a2d3dd63a6062e20508156ce4692d6848b680bb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 12:25:02 +0100 Subject: [PATCH 0590/1926] Block aeson-yak (new) due to aeson bounds issue. Please see https://github.com/fpco/stackage/pull/3127#issuecomment-353038279. Also smash some white space. Thanks $EDITOR. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18d13843..9f4741c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,8 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Theodore Lief Gannon @tejon": - - aeson-yak + # - aeson-yak + [] "Jaro Reinders @Noughtmare": - haskell-lsp-client @@ -3167,7 +3168,7 @@ packages: - turtle < 1.5.0 # https://github.com/fpco/stackage/issues/3129 - - eventstore < 1.0.0 + - eventstore < 1.0.0 # end of packages From ed73c4ad9b80dcb93dab50fea761e5b2c18264c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 13:17:23 +0100 Subject: [PATCH 0591/1926] Temporarily block Stack, sparkle and conduit-throttle. Please see: * https://github.com/commercialhaskell/stack/issues/3683 * https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 * https://github.com/mtesseract/conduit-throttle/issues/9 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 321e9deb..c4abf482 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -986,7 +986,7 @@ packages: - monad-extras - optparse-simple - hpack - - stack < 9.9.9 + # - stack < 9.9.9 # https://github.com/commercialhaskell/stack/issues/3683 "Michael Sloan @mgsloan": - th-orphans @@ -1696,7 +1696,7 @@ packages: - jvm - jvm-streaming - H - - sparkle + # - sparkle # https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 - th-lift "Christopher Reichert @creichert": @@ -2886,7 +2886,7 @@ packages: - async-timer - nakadi-client - throttle-io-stream - - conduit-throttle + # - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/9 "Simon Hafner @reactormonk": - uri-bytestring-aeson From c5851b3f120a7c20368bc4e0a2a4fd75ee8d9a4d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 14:31:37 +0100 Subject: [PATCH 0592/1926] Remove bound on eventstore. Closes https://github.com/fpco/stackage/issues/3129. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4abf482..c3d06db4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,9 +3169,6 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 - # https://github.com/fpco/stackage/issues/3129 - - eventstore < 1.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 2d9cbba0a13b1f4e05d61ba5c18eb7a3f1295cfa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 15:40:33 +0100 Subject: [PATCH 0593/1926] Unblock aeson-yak. Please see https://github.com/fpco/stackage/pull/3127#issuecomment-353076876. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3d06db4..0e8b06f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,8 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Theodore Lief Gannon @tejon": - # - aeson-yak - [] + - aeson-yak "Jaro Reinders @Noughtmare": - haskell-lsp-client From cec067d4d6e87399a4525a3b5a15ed1bd3ae3819 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 16:28:35 +0100 Subject: [PATCH 0594/1926] Place upper bound on formatting. Please see https://github.com/fpco/stackage/issues/3130. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e8b06f0..573e6356 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,9 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 + # https://github.com/fpco/stackage/issues/3130 + - formatting < 6.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b41d16eb33b3b839ab76ee806525b917fba64def Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 21 Dec 2017 10:37:38 +0100 Subject: [PATCH 0595/1926] Re-enable stack. Please see https://github.com/commercialhaskell/stack/issues/3683#issuecomment-353207753. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 573e6356..1839447e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -985,7 +985,7 @@ packages: - monad-extras - optparse-simple - hpack - # - stack < 9.9.9 # https://github.com/commercialhaskell/stack/issues/3683 + - stack < 9.9.9 "Michael Sloan @mgsloan": - th-orphans From 5d14c71d8b8b6d1b29213fa4a0f57ec257588c83 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 21 Dec 2017 10:44:34 +0100 Subject: [PATCH 0596/1926] Add bindings-uname as well. Please see (mixup) in https://github.com/fpco/stackage/pull/3131. Closes #3131. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1839447e..fd3107a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -985,6 +985,7 @@ packages: - monad-extras - optparse-simple - hpack + - bindings-uname - stack < 9.9.9 "Michael Sloan @mgsloan": From 19c95a30ebe754aadbcfa7af7f12c12cdc78e25a Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Thu, 21 Dec 2017 15:28:55 +0200 Subject: [PATCH 0597/1926] Add friday-juicypixel --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd3107a4..94eb165e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1751,7 +1751,7 @@ packages: - streaming-bytestring - country - friday - # - friday-juicypixels https://github.com/fpco/stackage/pull/3103 + - friday-juicypixels "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From f119c3e07c63297bd80c944118500fd579246010 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Fri, 22 Dec 2017 14:02:43 +0900 Subject: [PATCH 0598/1926] add protocol-radius and protocol-radius-test. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94eb165e..25c91ef6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2393,6 +2393,8 @@ packages: - debian-build - aeson-generic-compat - json-rpc-generic + - protocol-radius + - protocol-radius-test "wren romano @wrengr": - bytestring-lexing From 36a1a840ea8714d435f5b6e12aa42ff2b1187341 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 22 Dec 2017 12:27:56 +0100 Subject: [PATCH 0599/1926] Re-enable conduit-throttle. Please see https://github.com/mtesseract/conduit-throttle/issues/9#issuecomment-353476573. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25c91ef6..c44131f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,7 +2888,7 @@ packages: - async-timer - nakadi-client - throttle-io-stream - # - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/9 + - conduit-throttle "Simon Hafner @reactormonk": - uri-bytestring-aeson From 2217fdd62d915efb95e233318a1c0d33e36b4c9e Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 23 Dec 2017 13:02:18 +0000 Subject: [PATCH 0600/1926] Remove deprecated async-dejafu and dpor packages These have both been deprecated for a while in favour of (respectively) `concurrency` and `dejafu`. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c44131f4..d581973b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1918,9 +1918,7 @@ packages: "Michael Walker @barrucadu": - both - concurrency - - dpor - dejafu - - async-dejafu - hunit-dejafu - tasty-dejafu - irc-ctcp From 0c54907a7af2f2e4c84bf4594bdd9c8b6ed3089d Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sun, 24 Dec 2017 23:01:12 +0800 Subject: [PATCH 0601/1926] Add @vaibhavsagar as the maintainer of `ihaskell` and `ghc-parser` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..b6e05e96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3079,6 +3079,10 @@ packages: - hdevtools - servant-exceptions + "Vaibhav Sagar @vaibhavsagar": + - ihaskell + - ghc-parser + # 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 01b15270fc1c937e01820bbc92af55cfdcf222b6 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 25 Dec 2017 16:07:16 +0100 Subject: [PATCH 0602/1926] Reenable sparkle. Needs v0.7.2 just released. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..e9669196 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1696,7 +1696,7 @@ packages: - jvm - jvm-streaming - H - # - sparkle # https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 + - sparkle - th-lift "Christopher Reichert @creichert": From 5280f32ff2396dd737a7ad7fbde8df40b41b37ab Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:34:26 +0200 Subject: [PATCH 0603/1926] Upper bound for #3139 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..f4acc86d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,9 @@ packages: # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 + # https://github.com/fpco/stackage/issues/3139 + - hasmin < 1.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 3f6fe3939825db18eea59edab75bb3a323582221 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:35:23 +0200 Subject: [PATCH 0604/1926] Remove upper bound, drop packages and close #2740 (fgl) --- build-constraints.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4acc86d..eba659d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -824,7 +824,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # fgl via graphviz - opensource "Piyush P Kurur @piyush-kurur": @@ -860,10 +860,10 @@ packages: "Florian Eggenhofer @eggzilla": - ClustalParser - - EntrezHTTP + # - EntrezHTTP # fgl via graphviz via Taxonomy - Genbank - - RNAlien - - Taxonomy + # - RNAlien # fgl via graphviz via Taxonomy + # - Taxonomy # fgl via graphviz - ViennaRNAParser "Silk ": @@ -2005,7 +2005,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - - graphviz + # - graphviz # fgl 5.6.0.0 - wl-pprint-text - servant-pandoc @@ -2802,7 +2802,7 @@ packages: - minio-hs "ncaq @ncaq": - - haskell-import-graph + # - haskell-import-graph # fgl via graphviz - string-transform - uniq-deep - yesod-form-bootstrap4 @@ -3115,9 +3115,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2740 - - fgl < 5.6 - # https://github.com/fpco/stackage/issues/3044 - either < 5 - rebase < 1.2 From 6c82ff8ee0b3c63a93c967c5c27c50e4975d4bb4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:39:41 +0200 Subject: [PATCH 0605/1926] Remove upper bounds and close #3044 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eba659d0..3c482588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,10 +3115,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3044 - - either < 5 - - rebase < 1.2 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From a38aa814934d415344c3f3c4752d12d2cb7134b4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:50:42 +0200 Subject: [PATCH 0606/1926] Remove upper bounds and close #2995 close #3062 --- build-constraints.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c482588..a2940f6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -192,7 +192,7 @@ packages: - List "Luke Murphy @lwm": - - tasty-discover + # - tasty-discover # tasty via tasty-hedgehog - lentil "Marco Zocca @ocramz": @@ -2350,7 +2350,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - - rng-utils + # - rng-utils # tasty via tasty-hedgehog - ua-parser - hs-GeoIP - retry @@ -3119,11 +3119,6 @@ packages: - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 - # https://github.com/fpco/stackage/issues/2995 - - tasty < 0.12 - # When tasty constraint is lifted: - # don't forget to unskip tests for cabal-install - # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 - servant-client < 0.12 @@ -3139,9 +3134,6 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3062 - - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 @@ -3329,8 +3321,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Bleeding edge dependencies - - cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -3469,6 +3459,15 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + # tasty 0.12 and tasty-hunit 0.10 + - airship + - arithmoi + - hakyll + - indents + - barrier + - haskell-names + - throwable-exceptions + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From c4e698c21eb736c77b97364f622481f7cd03119d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:55:12 +0200 Subject: [PATCH 0607/1926] Remove upper bounds, drop packages and close #3013 (servant 0.12) --- build-constraints.yaml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2940f6c..a3bc3b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -261,8 +261,8 @@ packages: - miso - envy - s3-signer - - google-translate - - hackernews + # - google-translate # servant 0.12 + # - hackernews # servant 0.12 - ses-html - stripe-haskell - stripe-http-streams @@ -2057,7 +2057,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # servant 0.12 - tar-conduit "Mark Karpov @mrkkrp": @@ -2847,8 +2847,10 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - - ziptastic-client - - ziptastic-core + [] + # servant 0.12 + # - ziptastic-client + # - ziptastic-core "Hardy Jones @joneshf": - servant-ruby @@ -2914,7 +2916,8 @@ packages: - haddock-library < 1.4.4 # cabal-version >= 2 "Mark Hopkins @mjhopkins": - - alerta + [] + # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - shikensu @@ -3117,16 +3120,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - - servant-auth-cookie < 0.5.0.6 - - # https://github.com/fpco/stackage/issues/3013 - - servant < 0.12 - - servant-client < 0.12 - - servant-server < 0.12 - - servant-docs < 0.11.1 - - servant-foreign < 0.10.2 - - slack-web < 0.2.0.2 - - servant-client-core < 0.12 # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 037d52a17d621228a357cda9ab15f9bd410e8169 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:56:07 +0200 Subject: [PATCH 0608/1926] Remove upper bound and close #3139 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc3b6e..af9da995 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3150,9 +3150,6 @@ packages: # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 - # https://github.com/fpco/stackage/issues/3139 - - hasmin < 1.0.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 56348bab2f2a94ab64e5b0dad72d08bf50c339b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:56:18 +0200 Subject: [PATCH 0609/1926] Remove upper bound and close #3057 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af9da995..ad9427c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3124,9 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3057 - - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 From 296900cbf7ba98dd017e6357107fad214df82ccf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:58:21 +0200 Subject: [PATCH 0610/1926] Remove upper bound and close #3077 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad9427c8..6b1133d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -717,7 +717,7 @@ packages: - dhall - dhall-bash - dhall-json - - dhall-nix + # - dhall-nix # deriving-compat via hnix - dhall-text "Andrew Thaddeus Martin @andrewthad": @@ -3124,9 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3077 - - deriving-compat < 0.4 - # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 - hlint < 2.0.12 From d06020a2b480f40350cbcf82ceee8ebf41e3f519 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:04:27 +0200 Subject: [PATCH 0611/1926] Remove upper bounds, drop packages, and close #3093 (haskell-src-exts) --- build-constraints.yaml | 151 ++++++++++++++++++++++------------------- 1 file changed, 81 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b1133d9..c47b82e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -59,12 +59,12 @@ packages: - openexr-write "Pasqualino Assini @tittoassini": - - zm - - flat + # - zm # haskell-src-exts via derive + # - flat # haskell-src-exts via derive - model "Jose Iborra @pepeiborra": - - arrowp-qq + # - arrowp-qq # haskell-src-exts via haskell-src-meta - clr-marshal - clr-host - haskell-src-exts-util @@ -73,7 +73,7 @@ packages: - floatshow - NoHoed - threepenny-editors - - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types "Roman Gonzalez @roman": @@ -234,7 +234,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - - postgresql-query + # - postgresql-query # haskell-src-exts via derive - hreader - hset @@ -402,7 +402,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - stylish-haskell + # - stylish-haskell # haskell-src-exts - profiteur - psqueues - websockets @@ -589,9 +589,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - - hspec-wai-json - - aeson-qq - - interpolate + # - hspec-wai-json # haskell-src-exts via aeson-qq + # - aeson-qq # haskell-src-exts via haskell-src-meta + # - interpolate # haskell-src-exts via haskell-src-meta - doctest - base-compat @@ -606,7 +606,7 @@ packages: "Brent Yorgey @byorgey": - active - diagrams - - diagrams-builder + # - diagrams-builder # haskell-src-exts - diagrams-cairo - diagrams-contrib - diagrams-core @@ -879,8 +879,8 @@ packages: - multipart - rest-client - rest-core - - rest-gen - - rest-happstack + # - rest-gen # haskell-src-exts + # - rest-happstack # haskell-src-exts via rest-gen - rest-snap - rest-stringmap - rest-types @@ -889,11 +889,13 @@ packages: - uri-encode "Simon Michael @simonmichael": - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - hledger-api + # haskell-src-exts via here + # - hledger + # - hledger-lib + # - hledger-ui + # - hledger-web + # - hledger-api # haskell-src-exts via servant-swagger + - quickbench - regex-compat-tdfa @@ -969,11 +971,11 @@ packages: - data-accessor - data-accessor-mtl - fuzzcheck - - here + # - here # haskell-src-exts via haskell-src-meta - hlibgit2 - gitlib-libgit2 - hostname-validate - - interpolatedstring-perl6 + # - interpolatedstring-perl6 # haskell-src-exts via haskell-src-meta - iproute - missing-foreign - MissingH @@ -1035,8 +1037,8 @@ packages: - async-extra - format-numbers - highjson - - highjson-swagger - - highjson-th + # - highjson-swagger # haskell-src-exts via swagger2 + # - highjson-th # haskell-src-exts via swagger2 - fileplow "Joey Eremondi @JoeyEremondi": @@ -1045,7 +1047,7 @@ packages: - elm-core-sources - language-glsl - prettyclass - - QuasiText + # - QuasiText # haskell-src-exts via haskell-src-meta - union-find - zip-archive @@ -1172,16 +1174,17 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - - microformats2-parser + # - microformats2-parser # haskell-src-exts via aeson-qq - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # haskell-src-exts via aeson-qq "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # - language-c-quote # haskell-src-exts via haskell-src-meta "Sönke Hahn @soenkehahn": - - generics-eot + # - generics-eot # haskell-src-exts via interpolate - getopt-generics - graph-wrapper - string-conversions @@ -1212,7 +1215,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui + # - servant-swagger-ui # haskell-src-exts via servant-swagger - servant-yaml - singleton-bool - spdx @@ -1464,10 +1467,12 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc - - jmacro-rpc-happstack - - jmacro-rpc-snap + # haskell-src-exts via haskell-src-meta + # - jmacro + # - jmacro-rpc + # - jmacro-rpc-happstack + # - jmacro-rpc-snap + - mbox - kmeans - boolsimplifier @@ -1559,7 +1564,7 @@ packages: - elm-export-persistent - pipes-csv - pipes-mongodb - - servant-elm + # - servant-elm # haskell-src-exts via interpolate - skeletons "David Raymond Christiansen @david-christiansen": @@ -1731,7 +1736,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc # haskell-src-exts - protocol-buffers-descriptor - ekg-core - digits @@ -1894,7 +1899,7 @@ packages: - charsetdetect-ae - ilist - text-all - - fmt + # - fmt # haskell-src-exts via interpolate "Takano Akio tak@anoak.io @takano-akio": - fast-builder @@ -2097,8 +2102,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - swagger2 - - servant-swagger + # - swagger2 # haskell-src-exts via aeson-qq + # - servant-swagger # haskell-src-exts via aeson-qq "Jared Tobin @jtobin": - mwc-probability @@ -2125,9 +2130,10 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit - - twitter-types - - twitter-types-lens + # haskell-src-exts via derive + # - twitter-conduit + # - twitter-types + # - twitter-types-lens "Robbin C. @robbinch": - zim-parser @@ -2189,10 +2195,10 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # - eventstore # haskell-src-exts via interpolate - dotnet-timespan - eventsource-api - - eventsource-geteventstore-store + # - eventsource-geteventstore-store # haskell-src-exts via interpolate - eventsource-store-specs - eventsource-stub-store @@ -2204,7 +2210,7 @@ packages: - aeson-casing - graylog - parsec-numeric - - mallard + # - mallard # haskell-src-exts via Interpolation - gdax "Callum Rogers @CRogers": @@ -2229,17 +2235,17 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - happstack-hsp - - happstack-jmacro + # - happstack-hsp # haskell-src-exts via hsx2hs + # - happstack-jmacro # haskell-src-exts via jmacro - happstack-server - happstack-server-tls - - hsx-jmacro + # - hsx-jmacro # haskell-src-exts via jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - - reform-hsp + # - reform-hsp # haskell-src-exts via hsx2hs - userid - web-plugins - web-routes @@ -2248,7 +2254,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - - hsx2hs + # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2318,8 +2324,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin - - marvin-interpolate >= 1.1 + # - marvin # haskell-src-exts via haskell-src-meta + # - marvin-interpolate >= 1.1 # haskell-src-exts via haskell-src-meta - mustache "Cindy Wang @CindyLinz": @@ -2371,7 +2377,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - cabal-install - - pointful + # - pointful # haskell-src-exts "Lennart Kolmodin @kolmodin": - binary-bits @@ -2554,11 +2560,11 @@ packages: "Alexis King @lexi-lambda": - freer-simple - - monad-mock - - test-fixture + # - monad-mock # haskell-src-exts via haskell-src-meta + # - test-fixture # haskell-src-exts via haskell-src-meta - text-conversions - th-to-exp - - type-assertions + # - type-assertions # haskell-src-exts via haskell-src-meta "Patrick Chilton @chpatrick": - webrtc-vad @@ -2583,18 +2589,20 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - codo-notation + # - codo-notation # haskell-src-exts via haskell-src-meta - language-fortran "Philipp Schuster @phischu": - - haskell-names + [] + # - haskell-names # haskell-src-exts "Shao Cheng @TerrorJack": - cabal-toolkit - direct-rocksdb "Anton Gushcha @ncrashed": - - aeson-injector + [] + # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - servant-auth-cookie @@ -2772,8 +2780,8 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed - - invertible + # - postgresql-typed # haskell-src-exts via haskell-src-meta + # - invertible # haskell-src-exts via haskell-src-meta - ztail "Louis Pan @louispan": @@ -2867,11 +2875,11 @@ packages: - lens-labels - proto-lens - proto-lens-descriptors - - proto-lens-protoc - - proto-lens-combinators + # - proto-lens-protoc # haskell-src-exts + # - proto-lens-combinators # haskell-src-exts via proto-lens-protoc - proto-lens-arbitrary - proto-lens-optparse - - proto-lens-protobuf-types + # - proto-lens-protobuf-types # haskell-src-exts via proto-lens-protoc - tensorflow-test "Christof Schramm ": @@ -2948,8 +2956,8 @@ packages: - listsafe "Serokell @serokell": - - importify - - log-warper + # - importify # haskell-src-exts via haskell-names + # - log-warper # haskell-src-exts via interpolate - universum "Lorenz Moesenlechner @moesenle": @@ -2961,7 +2969,7 @@ packages: - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - - wrecker + # - wrecker # haskell-src-exts via aeson-qq - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3009,7 +3017,8 @@ packages: - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - - qm-interpolated-string + [] + # - qm-interpolated-string # haskell-src-exts via haskell-src-meta "Douglas Burke @DougBurke": - swish @@ -3124,11 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3093 - - haskell-src-exts < 1.20.0 - - hlint < 2.0.12 - - hoogle < 5.0.15 - # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 @@ -3452,6 +3456,13 @@ skipped-tests: - haskell-names - throwable-exceptions + # Requires exactly pretty-show-1.6.10 + - haskell-src-exts + + - yaml # haskell-src-exts via aeson-qq + + - hpack # haskell-src-exts via interpolate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From a46c1229c87e36b2a3ea77ffb1be477dc3e3b988 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:30:25 +0200 Subject: [PATCH 0612/1926] Remove upper bound on hasql-optparse-applicative --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c47b82e0..090cac3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/AndrewRademacher/mallard/issues/49 - - hasql-optparse-applicative < 0.3 - # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 From db79fba0a24bbbee165e270baaf2b24abcaf9f0f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:31:40 +0200 Subject: [PATCH 0613/1926] Remove upper bound and close #3106 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 090cac3a..1e932624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,7 +2777,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run - - viewprof + # - viewprof # brick 0.30 "Dylan Simon @dylex": # - postgresql-typed # haskell-src-exts via haskell-src-meta @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3106 - - brick < 0.30 - # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 From cc0136c901a7a41cf2a025d957ebb563bcf40303 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:33:47 +0200 Subject: [PATCH 0614/1926] Remove upper bounds and close #3111 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e932624..5c49f605 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3111 - - markdown-unlit < 0.5.0 - # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 From 435e7e80d0df9c744ec217e804a2946b67f60616 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:34:33 +0200 Subject: [PATCH 0615/1926] Remove upper bound and close #3118 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c49f605..f1815256 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -713,7 +713,7 @@ packages: - turtle - foldl - morte - - bench + # - bench # turtle 1.5 - dhall - dhall-bash - dhall-json @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3118 - - turtle < 1.5.0 - # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 From 9eb7205adb797a6419945e0290436bb0e7ddd1a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:35:42 +0200 Subject: [PATCH 0616/1926] Remove upper bound and close #3130 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1815256..9a37e4ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten - - servant-kotlin + # - servant-kotlin # formatting 6.3 "Pavol Klacansky @pavolzetor": - openexr-write @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3130 - - formatting < 6.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From f58c404740a51be69ad58b32177fffe615ecc716 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:43:26 +0200 Subject: [PATCH 0617/1926] Upper bound for #3143 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28e2b36f..f9ed0025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 + # https://github.com/fpco/stackage/issues/3143 + - ansi-terminal < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From d9a76fc48fba2b1c056f98f16048885dbe84cb19 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:44:47 +0200 Subject: [PATCH 0618/1926] Skip ihaskell tests due to here dependency --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9ed0025..aa4db2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3455,6 +3455,8 @@ skipped-tests: - hpack # haskell-src-exts via interpolate + - ihaskell # haskell-src-exts via here + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 0956bc7112082cf52d6fb410b31edd02d7c884f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:52:50 +0200 Subject: [PATCH 0619/1926] Add back fmt and log-warper, closes #3141 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa4db2fc..a4caa7e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1899,7 +1899,7 @@ packages: - charsetdetect-ae - ilist - text-all - # - fmt # haskell-src-exts via interpolate + - fmt "Takano Akio tak@anoak.io @takano-akio": - fast-builder @@ -2957,7 +2957,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - # - log-warper # haskell-src-exts via interpolate + - log-warper - universum "Lorenz Moesenlechner @moesenle": @@ -3829,6 +3829,8 @@ skipped-benchmarks: - ed25519 # Criterion + - fmt # haskell-src-exts via interpolate + # end of skipped-benchmarks From e01d711cf74d1fcb506dc4454aa6b41386a4966d Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Mon, 25 Dec 2017 20:56:00 -0800 Subject: [PATCH 0620/1926] Re-add sub-image-redux --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4caa7e0..9a369797 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3094,6 +3094,9 @@ packages: "Vaibhav Sagar @vaibhavsagar": - ihaskell - ghc-parser + + "Alexis Williams @typedrat": + - stb-image-redux # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8b31bcfaaf94106153156256f2eb31c5b52d37ca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 20:10:02 +0200 Subject: [PATCH 0621/1926] Add two non-parallel builds --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a369797..d09737af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4031,3 +4031,5 @@ no-revisions: # usage. non-parallel-builds: - pandoc +- gogol-dfareporting +- gogol-compute From 1928242ca5653b5e20098c99280467f7d2bbb252 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:33:35 +0200 Subject: [PATCH 0622/1926] Expect Haddock failure tweag/sparkle#131 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d09737af..e4231d72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3743,6 +3743,9 @@ expected-haddock-failures: # Runs out of memory - store + # https://github.com/tweag/sparkle/issues/131 + - sparkle + # end of expected-haddock-failures # For packages with haddock issues From a200ae13a12c0fc4f0c096aafc37ab18c8545861 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:38:41 +0200 Subject: [PATCH 0623/1926] Temporary block: ch1bo/servant-exceptions#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4231d72..4eae1df2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3089,7 +3089,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - - servant-exceptions + # - servant-exceptions # https://github.com/ch1bo/servant-exceptions/issues/1 "Vaibhav Sagar @vaibhavsagar": - ihaskell From 853c3713f58e010231f37c31799fa34bc85e13a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:40:00 +0200 Subject: [PATCH 0624/1926] Temporary block prowdsponsor/thumbnail-plus#5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4eae1df2..a0afbe00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -637,7 +637,7 @@ packages: - serversession-backend-redis - serversession-frontend-wai - serversession-frontend-yesod - - thumbnail-plus + # - thumbnail-plus # https://github.com/prowdsponsor/thumbnail-plus/issues/5 - yesod-auth-fb - yesod-fb From 00746ddc3b297fd2e531093346a7271edaa5ef0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:41:30 +0200 Subject: [PATCH 0625/1926] Temporary block cdepillabout/servant-checked-exceptions#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0afbe00..c36dc19a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1949,7 +1949,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var - - servant-checked-exceptions + # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 - servant-rawm - servant-static-th - xml-html-qq From e5c89ebbeda0def69b50d6f5e0ed9070651fab0f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:43:11 +0200 Subject: [PATCH 0626/1926] Temporary block zohl/servant-auth-cookie#42 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c36dc19a..e50a8a71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2605,7 +2605,7 @@ packages: # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - - servant-auth-cookie + # - servant-auth-cookie # https://github.com/zohl/servant-auth-cookie/issues/42 - dictionaries - cereal-time From e576d194bd50a44d2f7d7d22a74683e1da939a88 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:44:25 +0200 Subject: [PATCH 0627/1926] Temporary block cdepillabout/servant-rawm#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e50a8a71..05226b9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1950,7 +1950,7 @@ packages: - pretty-simple - read-env-var # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 - - servant-rawm + # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th - xml-html-qq - xml-indexed-cursor From 3825dd32d8984756681b6daa7e8b86b1bc13e7f5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:46:07 +0200 Subject: [PATCH 0628/1926] Temporary blocks MichaelXavier/tasty-tap#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05226b9e..ff0b007c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1673,8 +1673,8 @@ packages: "Michael Xavier @MichaelXavier": - uri-bytestring - cron - - tasty-tap - - tasty-fail-fast + # - tasty-tap # https://github.com/MichaelXavier/tasty-tap/issues/2 + # - tasty-fail-fast # https://github.com/MichaelXavier/tasty-tap/issues/2 - drifter - drifter-postgresql From 32267e9a7ee42d85609323b66a141a8a241cf650 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:47:50 +0200 Subject: [PATCH 0629/1926] Remove deprecated ical package (missing either-5 support) CC @chrisdone --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff0b007c..916cca38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -483,7 +483,6 @@ packages: "Chris Done @chrisdone": - labels - ace - - ical - check-email - freenect - frisby From 793b6762af51a4e2fcf5db568000e336e406303d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:48:55 +0200 Subject: [PATCH 0630/1926] Temporary block agrafix/validate-input#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 916cca38..659eaa04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1025,7 +1025,7 @@ packages: - users-persistent - users-postgresql-simple - users-test - - validate-input + # - validate-input # https://github.com/agrafix/validate-input/issues/3 - ignore - blaze-bootstrap - dataurl From 87a8bf144048db1962af87d5c69b8573c934f380 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:25:07 +0200 Subject: [PATCH 0631/1926] Temporary block tonyday567/perf#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 659eaa04..120adf3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2685,7 +2685,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - - perf + # - perf # https://github.com/tonyday567/perf/issues/2 - online - chart-unit From 6ffa7606301de444e49716561d31b74a06bc2cd0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:36:52 +0200 Subject: [PATCH 0632/1926] Temporary block commercialhaskell/hindent#478 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 120adf3e..50fceaad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -494,7 +494,7 @@ packages: - present - pure-io - sourcemap - - hindent + # - hindent # https://github.com/commercialhaskell/hindent/issues/478 - descriptive - wrap - path From cfc3f2e89c76b1895c190dc98494bb26e5d26161 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:38:00 +0200 Subject: [PATCH 0633/1926] Temporary block tonyday567/chart-unit#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50fceaad..e849d0bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,7 +2687,7 @@ packages: - numhask-range # - perf # https://github.com/tonyday567/perf/issues/2 - online - - chart-unit + # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 "Iphigenia Df @iphydf": - data-msgpack From 281fe929279f2fc5f59365f8270841fa250e962d Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Mon, 25 Dec 2017 11:58:22 -0500 Subject: [PATCH 0634/1926] add servant-github-webhook --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e849d0bc..f3444f22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jacob Thomas Errington @tsani": + - servant-github-webhook + "Theodore Lief Gannon @tejon": - aeson-yak From 564ed8ad1598dd68612eae198efdd32baef1c0c6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:28:48 +0200 Subject: [PATCH 0635/1926] Skip tests haskell/text#211 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3444f22..d16f1edd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3462,6 +3462,8 @@ skipped-tests: - ihaskell # haskell-src-exts via here + - text # https://github.com/haskell/text/issues/211 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 5fd1ff19f3cfb26301596f322bda281e79a3ec24 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:29:50 +0200 Subject: [PATCH 0636/1926] Upper bound on brick for #3146 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d16f1edd..b62c66b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3145,6 +3145,9 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 + # https://github.com/fpco/stackage/issues/3146 + - brick < 0.31 + # end of packages # Package flags are applied to individual packages, and override the values of From 8e21708fe6b5c8a79402bc82b8d0339f02a8d621 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:31:41 +0200 Subject: [PATCH 0637/1926] Upper bound for #3147 --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b62c66b7..e4ee0744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,12 @@ packages: # https://github.com/fpco/stackage/issues/3146 - brick < 0.31 + # https://github.com/fpco/stackage/issues/3147 + # + # Note: due to https://github.com/haskell/text/issues/211, + # may need to skip tests when removing this + - text < 1.2.3 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3465,8 +3471,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - - text # https://github.com/haskell/text/issues/211 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 3294754201d2c27c4dfa36348df3ea13be68e2a7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 12:00:08 +0200 Subject: [PATCH 0638/1926] Temporary block noughtmare/haskell-lsp-client#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4ee0744..a1343e23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,7 +14,9 @@ packages: - aeson-yak "Jaro Reinders @Noughtmare": - - haskell-lsp-client + [] + # https://github.com/noughtmare/haskell-lsp-client/issues/5 + # - haskell-lsp-client "Florian Knupfer @knupfer": - type-of-html From bf9a74511f66bb031681a9f7cb8029c49b937bb1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 19:29:34 +0200 Subject: [PATCH 0639/1926] More non-parallel builds --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1343e23..e60e5be9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4049,3 +4049,5 @@ non-parallel-builds: - pandoc - gogol-dfareporting - gogol-compute +- idris +- amazonka-ec2 From afe33fafe586d08e5ef429a93274cd77b969e578 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Fri, 29 Dec 2017 11:12:22 +1000 Subject: [PATCH 0640/1926] re-adding perf --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60e5be9..7000b148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2690,7 +2690,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - # - perf # https://github.com/tonyday567/perf/issues/2 + - perf - online # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 From 04605dc17a08b9d2f77dee3134d55c3bd070e17d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 Dec 2017 10:21:23 +0200 Subject: [PATCH 0641/1926] Drop skipped tests for yaml --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60e5be9..d1bcb85f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3467,8 +3467,6 @@ skipped-tests: # Requires exactly pretty-show-1.6.10 - haskell-src-exts - - yaml # haskell-src-exts via aeson-qq - - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here From 43a2e6ad9cbf102f859751971865fbd7ba3c9715 Mon Sep 17 00:00:00 2001 From: Jaro Reinders Date: Fri, 29 Dec 2017 11:27:22 +0100 Subject: [PATCH 0642/1926] Re-enable haskell-lsp-client The build error is fixed by https://github.com/noughtmare/haskell-lsp-client/commit/1b85577ffc08ce18b0174e2887a776cb7acba299. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1bcb85f..f27c3ae1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,9 +14,7 @@ packages: - aeson-yak "Jaro Reinders @Noughtmare": - [] - # https://github.com/noughtmare/haskell-lsp-client/issues/5 - # - haskell-lsp-client + - haskell-lsp-client "Florian Knupfer @knupfer": - type-of-html From e8eabcf04cd5e12be9ef23c57154a4ab6645f476 Mon Sep 17 00:00:00 2001 From: Alexandre Peyroux Date: Fri, 29 Dec 2017 11:34:55 +0100 Subject: [PATCH 0643/1926] add HSlippyMap --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1bcb85f..355b542b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,9 @@ packages: "Alexis Williams @typedrat": - stb-image-redux + "Alexandre Peyroux @apeyroux": + - HSlippyMap + # 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 750d5706a2db6452383ff06760c0bad13ab8e3a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 Dec 2017 15:32:16 +0200 Subject: [PATCH 0644/1926] Revert "Temporary block zohl/servant-auth-cookie#42" This reverts commit e5c89ebbeda0def69b50d6f5e0ed9070651fab0f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a28deee..572d1744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2607,7 +2607,7 @@ packages: # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - # - servant-auth-cookie # https://github.com/zohl/servant-auth-cookie/issues/42 + - servant-auth-cookie - dictionaries - cereal-time From 92b637c96c74e597cf5b259b17750549630d410b Mon Sep 17 00:00:00 2001 From: Tony Day Date: Sat, 30 Dec 2017 13:46:31 +1000 Subject: [PATCH 0645/1926] re-add chart-unit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7000b148..206a9b4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,7 +2692,7 @@ packages: - numhask-range - perf - online - # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From 41dba2915cb0b9ee14e427504ed3658621201862 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 17:56:49 +0200 Subject: [PATCH 0646/1926] Unblock package tonyday567/chart-unit#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 572d1744..72e0f362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2690,7 +2690,7 @@ packages: - numhask-range # - perf # https://github.com/tonyday567/perf/issues/2 - online - # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From f21c0deb72ef7fa596f12fb8eaf71fc1e7d690c7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 18:00:42 +0200 Subject: [PATCH 0647/1926] Temporary block serokell/log-warper#87 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8888e3e9..6aa00206 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2959,7 +2959,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - - log-warper + # - log-warper # https://github.com/serokell/log-warper/issues/87 - universum "Lorenz Moesenlechner @moesenle": From e13f28c6771d311c0b372164721b91acc3cad392 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 22:59:46 +0200 Subject: [PATCH 0648/1926] Do not use newest test-framework --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aa00206..23efe2a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3157,6 +3157,9 @@ packages: # may need to skip tests when removing this - text < 1.2.3 + # Does not support newest QuickCheck + - test-framework < 0.8.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 87eeaa6ffc2ad7f809f59b0f24d1cc0b4edfae5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 06:12:59 +0200 Subject: [PATCH 0649/1926] Revert "Temporary block serokell/log-warper#87" This reverts commit f21c0deb72ef7fa596f12fb8eaf71fc1e7d690c7. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23efe2a0..8760baad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2959,7 +2959,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - # - log-warper # https://github.com/serokell/log-warper/issues/87 + - log-warper - universum "Lorenz Moesenlechner @moesenle": From 2037d038037835d2d7abb173bd5cab6b8d0853a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 06:17:45 +0200 Subject: [PATCH 0650/1926] Upper bound on EdisonCore for #3152 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8760baad..46e482b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,6 +3160,9 @@ packages: # Does not support newest QuickCheck - test-framework < 0.8.2.0 + # https://github.com/fpco/stackage/issues/3152 + - EdisonCore < 1.3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e2f6fb3a6dd022f86b07b2665cfe0fc2f3859d33 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 15:25:48 +0200 Subject: [PATCH 0651/1926] Upper bound for #3153 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46e482b1..2ef68325 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,9 @@ packages: # https://github.com/fpco/stackage/issues/3152 - EdisonCore < 1.3.2 + # https://github.com/fpco/stackage/issues/3153 + - megaparsec < 6.4 + # end of packages # Package flags are applied to individual packages, and override the values of From fa73e85767c2dbc1ab537a55c4fc40047b9acb9c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 17:08:38 +0200 Subject: [PATCH 0652/1926] Extra upper bound for #3153 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ef68325..584a469e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3165,6 +3165,7 @@ packages: # https://github.com/fpco/stackage/issues/3153 - megaparsec < 6.4 + - mmark < 0.0.4.1 # end of packages From 434e057c791e92a4e87248fd96fa1b0f35fe85d7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:20:20 -0800 Subject: [PATCH 0653/1926] Upper bound entropy < 0.4 (#3154) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 584a469e..293071e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,6 +3167,9 @@ packages: - megaparsec < 6.4 - mmark < 0.0.4.1 + # https://github.com/fpco/stackage/issues/3154 + - entropy < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From d88aab8af449eff0d91a2159e5dc1bc437479926 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:22:08 -0800 Subject: [PATCH 0654/1926] Upper bound hledger-lib < 1.5 (#3155) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293071e5..d3bca136 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,9 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 + # https://github.com/fpco/stackage/issues/3155 + - hledger-lib < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From e4562c9803d2151023dd80b273515fde7a6f3285 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:34:34 -0800 Subject: [PATCH 0655/1926] Re-enable wreq tests (#wreq/107) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3bca136..b6166f05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From b90849e40e536cd4275af92cb595769870225f1b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 14:16:44 -0800 Subject: [PATCH 0656/1926] Disable tests for wreq due to new failures (bos/wreq#113) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6166f05..6ce32e1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,6 +3397,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 + - wreq # https://github.com/bos/wreq/issues/113 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 6690e8be8fc983ddec2a454b854349c114179834 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:08:48 -0800 Subject: [PATCH 0657/1926] Remove upper bound on hldeger-lib and close #3155 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ce32e1f..1689c15b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,9 +3170,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3155 - - hledger-lib < 1.5 - # end of packages # Package flags are applied to individual packages, and override the values of From bc2efd3b9fe82abf7e3929db5671cc1b7e8c4fc7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:14:16 -0800 Subject: [PATCH 0658/1926] Remove upper bound on brick and close #3146 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1689c15b..aba0ea42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,9 +3148,6 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3146 - - brick < 0.31 - # https://github.com/fpco/stackage/issues/3147 # # Note: due to https://github.com/haskell/text/issues/211, From 34e4a43420b063bd2eb0b4f143d0da945f3e2913 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:31:34 -0800 Subject: [PATCH 0659/1926] Remove upper bound on megaparsec and mmark, close #3153. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aba0ea42..f59b2415 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,10 +3160,6 @@ packages: # https://github.com/fpco/stackage/issues/3152 - EdisonCore < 1.3.2 - # https://github.com/fpco/stackage/issues/3153 - - megaparsec < 6.4 - - mmark < 0.0.4.1 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 From 4348312a1cbdc4b4781250a3bd32adcccac9cde9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 11:17:36 -0800 Subject: [PATCH 0660/1926] Update `PULL_REQUEST_TEMPLATE.md` So that the fact that the last step needs to be run on a local machine is made clear --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2808420b..0da066f2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload -- [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks +- [ ] On your own machine, in a new directory, you have succesfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): + + stack unpack $package + cd $package-$version + stack init --resolrver nightly + stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 837a05e0ba0b1bc9a0dec90cc35ef34980834274 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 11:18:06 -0800 Subject: [PATCH 0661/1926] Fix typo in pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0da066f2..7270f812 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,5 @@ Checklist: stack unpack $package cd $package-$version - stack init --resolrver nightly + stack init --resolver nightly stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From ea6cb42675b31cb271260ee37e7da3ed5c73c5ee Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 14:12:38 -0800 Subject: [PATCH 0662/1926] Upper bound wreq (#3158) and mark TODOs re: tests --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59b2415..2e38c274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,12 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 + # https://github.com/fpco/stackage/issues/3158 + # + # Note: when #3158 is closed, also remove wreq from the skipped-tests + # section as wreq-0.5.2 makes tests compile properly + - wreq < 0.5.2 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3387,7 +3393,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/113 + - wreq # https://github.com/bos/wreq/issues/113, https://github.com/fpco/stackage/issues/3158 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 38f40a9cb1774a39d12b0e98df05488827ce81bd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 14:38:18 -0800 Subject: [PATCH 0663/1926] Re-add bounds to megaparsec and mmark as megaparsec causes name clashes (#3159) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e38c274..5d473a1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,10 @@ packages: # section as wreq-0.5.2 makes tests compile properly - wreq < 0.5.2 + # https://github.com/fpco/stackage/issues/3159 + - megaparsec < 6.4 + - mmark < 0.0.4.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 24613f7403edb6e8c10f874462c9ebfe571f4ddd Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Mon, 1 Jan 2018 14:01:33 -0500 Subject: [PATCH 0664/1926] Add credential-store --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d473a1e..bfe7aaf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,9 @@ packages: "Alexandre Peyroux @apeyroux": - HSlippyMap + + "Andrey Sverdlichenko @rblaze": + - credential-store # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8bbfad98a0113c4d7c36d6f8ee4d3565a4049ff2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 16:40:06 -0800 Subject: [PATCH 0665/1926] Disable tests for credential-store as they require dbus-sockets --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe7aaf4..71fd04d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3096,13 +3096,13 @@ packages: "Vaibhav Sagar @vaibhavsagar": - ihaskell - ghc-parser - + "Alexis Williams @typedrat": - stb-image-redux "Alexandre Peyroux @apeyroux": - HSlippyMap - + "Andrey Sverdlichenko @rblaze": - credential-store @@ -3549,6 +3549,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell + - credential-store # requieres dbus sockets - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 From 2c8a54787e3713ac2fa5f23887d65e9d6c24520d Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Mon, 1 Jan 2018 20:42:16 -0500 Subject: [PATCH 0666/1926] Takeover dbus maintainership I'm current maintainer of dbus package. Last release should have tests and benchmarks running fine, no longer depends on chell packages. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71fd04d9..21918e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,6 +3105,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store + - dbus # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3385,7 +3386,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property @@ -3654,7 +3654,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock - heap # https://github.com/pruvisto/heap/issues/4 @@ -3735,7 +3734,6 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 589e4334b812994424be9ab8f5c2308ec3b4b86b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 05:53:37 -0800 Subject: [PATCH 0667/1926] Remove upper bound on wreq, close #3158 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21918e26..a20554ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,12 +3167,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3158 - # - # Note: when #3158 is closed, also remove wreq from the skipped-tests - # section as wreq-0.5.2 makes tests compile properly - - wreq < 0.5.2 - # https://github.com/fpco/stackage/issues/3159 - megaparsec < 6.4 - mmark < 0.0.4.1 @@ -3400,7 +3394,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/113, https://github.com/fpco/stackage/issues/3158 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 8997749591406e24ba29f30b08bd1c5d5440e653 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 05:57:46 -0800 Subject: [PATCH 0668/1926] Upper bound hspec-golden-aeson (#3163) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a20554ae..dcb4c869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,9 @@ packages: - megaparsec < 6.4 - mmark < 0.0.4.1 + # https://github.com/fpco/stackage/issues/3163 + - hspec-golden-aeson < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c7b7e7efce46bb9567f8a1065201aca3cbb1e09d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 2 Jan 2018 09:09:33 +0100 Subject: [PATCH 0669/1926] Add HStringTemplate --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcb4c869..7eb3bbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,6 +737,8 @@ packages: - feed - time-compat - through-text + # Not my packages + - HStringTemplate "Benedict Aas @Shou": - boolean-like From 1907a031b43ef995dae4137d2dbaf2ead8438b76 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 06:12:56 -0800 Subject: [PATCH 0670/1926] More constraints required by #3163 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eb3bbaa..5b3e8968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,6 +3174,9 @@ packages: - mmark < 0.0.4.1 # https://github.com/fpco/stackage/issues/3163 + # + # Note: also remove dependency wai-middleware-rollbar from the skipped + # tests section. - hspec-golden-aeson < 0.5 # end of packages @@ -3376,6 +3379,7 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck + - wai-middleware-rollbar-0.8.0 # hspec-golden-aeson, https://github.com/fpco/stackage/issues/3163 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From c4913a4af200f9a126142763945faa72abdb3791 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 11:29:13 -0800 Subject: [PATCH 0671/1926] Extra bound for #3163 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b3e8968..1042eb01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3178,6 +3178,7 @@ packages: # Note: also remove dependency wai-middleware-rollbar from the skipped # tests section. - hspec-golden-aeson < 0.5 + - quickcheck-arbitrary-adt < 0.3 # end of packages From d81c0c8b5cad76f9b5002cb3e93e3eb8d12b48d9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 12:04:58 -0800 Subject: [PATCH 0672/1926] Upper bound hoauth2 as new version requires the newest http-types (#2976) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1042eb01..4b93f203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3147,6 +3147,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - hoauth2 < 1.6.1 # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 2ac0213cdde1971512962047d1c63236ea9b76a0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 19:21:46 -0800 Subject: [PATCH 0673/1926] Temporarily disable transient-universe. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b93f203..fb8b2a89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3495,6 +3495,9 @@ skipped-tests: - ihaskell # haskell-src-exts via here + # temporary disabled + - transient-universe + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 7b72f477971535c328b38ce36fac6b16ec872127 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 19:40:21 -0800 Subject: [PATCH 0674/1926] Re-enable tests for transient-universe --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8b2a89..4b93f203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3495,9 +3495,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - # temporary disabled - - transient-universe - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From cdfacd77cc4fdcd0e76375eeeedea1c584953453 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 3 Jan 2018 07:16:55 -0800 Subject: [PATCH 0675/1926] More bounds for #3159 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b93f203..bd52a0af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3173,6 +3173,7 @@ packages: # https://github.com/fpco/stackage/issues/3159 - megaparsec < 6.4 - mmark < 0.0.4.1 + - modern-uri < 0.2.0.0 # https://github.com/fpco/stackage/issues/3163 # From a8ac1bd40feb81e3ca24b8224d2d7c5c61b74459 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 3 Jan 2018 07:33:13 -0800 Subject: [PATCH 0676/1926] Close #3163 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd52a0af..31da3290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3175,13 +3175,6 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 - # https://github.com/fpco/stackage/issues/3163 - # - # Note: also remove dependency wai-middleware-rollbar from the skipped - # tests section. - - hspec-golden-aeson < 0.5 - - quickcheck-arbitrary-adt < 0.3 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3382,7 +3375,6 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - wai-middleware-rollbar-0.8.0 # hspec-golden-aeson, https://github.com/fpco/stackage/issues/3163 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From 26976f33a918eb3a051e3e442c097070a5d66f81 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 3 Jan 2018 10:05:31 +0100 Subject: [PATCH 0677/1926] Reenable building sparkle Haddocks Upstream ticket https://github.com/tweag/sparkle/issues/131 was resolved. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31da3290..f7faf8a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3770,9 +3770,6 @@ expected-haddock-failures: # Runs out of memory - store - # https://github.com/tweag/sparkle/issues/131 - - sparkle - # end of expected-haddock-failures # For packages with haddock issues From c92a648606ea2611524ded498c5ec277ce1b513c Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Thu, 4 Jan 2018 11:52:59 +0800 Subject: [PATCH 0678/1926] Allow hindent since new release are available. Signed-off-by: HE, Tao --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7faf8a1..156fb14d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -497,7 +497,7 @@ packages: - present - pure-io - sourcemap - # - hindent # https://github.com/commercialhaskell/hindent/issues/478 + - hindent - descriptive - wrap - path From 811174037c781fad4b1e8c422b1b51e6827e8f73 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 4 Jan 2018 16:42:39 -0800 Subject: [PATCH 0679/1926] Upper bound log-warper --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 156fb14d..e2235957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3175,6 +3175,10 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 + # https://github.com/serokell/log-warper/pull/91 + # That PR switches to `<^` Cabal bounds syntax + - log-warper < 1.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c22b2e5043b22df2faa6a620cffbf8a7b779c410 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Tue, 2 Jan 2018 03:42:09 +0000 Subject: [PATCH 0680/1926] Add capataz dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2235957..462d4064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -81,6 +81,7 @@ packages: "Roman Gonzalez @roman": - teardown + - capataz "Richard Cook @rcook": - hidden-char From 4cb5a4066965d88974569fa779dbbd06445a06e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 4 Jan 2018 18:54:32 -0800 Subject: [PATCH 0681/1926] Rever 81117403 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462d4064..101bbe7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,10 +3176,6 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 - # https://github.com/serokell/log-warper/pull/91 - # That PR switches to `<^` Cabal bounds syntax - - log-warper < 1.8.5 - # end of packages # Package flags are applied to individual packages, and override the values of From 525307e54b840e5e3d4474ffa5c4b998a54b5122 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jan 2018 05:37:54 -0800 Subject: [PATCH 0682/1926] Revert Revert 81117403 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 101bbe7f..462d4064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,6 +3176,10 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 + # https://github.com/serokell/log-warper/pull/91 + # That PR switches to `<^` Cabal bounds syntax + - log-warper < 1.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c06cdd1c385d6eaa3d7f8ea37d8d69d34ae3f139 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jan 2018 20:08:18 -0800 Subject: [PATCH 0683/1926] Remove upper bound on EdisonCore. Close #3152 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462d4064..614e510c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3165,9 +3165,6 @@ packages: # Does not support newest QuickCheck - test-framework < 0.8.2.0 - # https://github.com/fpco/stackage/issues/3152 - - EdisonCore < 1.3.2 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 From c6380db580e3d72b3875681f9b67896503357934 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 06:36:03 -0800 Subject: [PATCH 0684/1926] Upper bound hspec (#3171) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 614e510c..bb01924b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,9 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 + # https://github.com/fpco/stackage/issues/3171 + - hspec < 2.4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 59dca57087442421edcdf4e05602e78e149ed66f Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Sat, 6 Jan 2018 01:12:08 +0100 Subject: [PATCH 0685/1926] Added pomaps to build-constraints.yaml I'm willing to maintain `pomaps` for the foreseeable future. The testsuite needs `ChasingBottoms` (a non-stackage dependency), though. I'm not sure this will pass CI, at least it doesn't as per the pro-active checks listed in `MAINTAINERS.md`. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb01924b..954809bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,6 +3109,9 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus + + "Sebastian Graf @sgraf812": + - pomaps # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 863a0099d9f943b7583634e170127727b1ca4a77 Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 3 Jan 2018 21:44:21 +0100 Subject: [PATCH 0686/1926] Add euler-tour-tree --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 954809bc..2d766265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,6 +1735,7 @@ packages: - atom-conduit - conduit-parse - dublincore-xml-conduit + - euler-tour-tree - opml-conduit - timerep - xml-conduit-parse From 48506345c2be327a901c9f69122b88969cbfc9e3 Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 3 Jan 2018 21:44:56 +0100 Subject: [PATCH 0687/1926] Add rss-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d766265..07196e87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1737,6 +1737,7 @@ packages: - dublincore-xml-conduit - euler-tour-tree - opml-conduit + - rss-conduit - timerep - xml-conduit-parse From 237dd81c75d3ebace0ed381f042bd4271bf66152 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 09:56:21 -0800 Subject: [PATCH 0688/1926] More upper bounds for #3171 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07196e87..d361dfdb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3184,6 +3184,8 @@ packages: # https://github.com/fpco/stackage/issues/3171 - hspec < 2.4.5 + - hspec-core < 2.4.5 + - hspec-discover < 2.4.5 # end of packages From e1514b8dcc143a932ca13bc68e8d79cb59a9a3b5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 14:24:50 -0800 Subject: [PATCH 0689/1926] Upper bounds safe (#3172) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d361dfdb..242de745 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: - hspec-core < 2.4.5 - hspec-discover < 2.4.5 + # https://github.com/fpco/stackage/issues/3172 + - safe < 0.3.16 + # end of packages # Package flags are applied to individual packages, and override the values of From 255c74062c38dad160907e5a3453876aefe170ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 14:25:04 -0800 Subject: [PATCH 0690/1926] Upper bound th-desugar (#3173) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 242de745..2a1dc953 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,9 @@ packages: # https://github.com/fpco/stackage/issues/3172 - safe < 0.3.16 + # https://github.com/fpco/stackage/issues/3173 + - th-desugar < 1.8 + # end of packages # Package flags are applied to individual packages, and override the values of From 92f8c696fcdc2a3af1fd5ebe03f91e445f9921ef Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Thu, 21 Dec 2017 23:49:28 -0300 Subject: [PATCH 0691/1926] Add snap into stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1dc953..f35bdd85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Sebastian Graf @sgraf812": - pomaps + "Lucas David Traverso @ludat": + - snap + # 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 c76fbf543b69b318ca1d25661437c8febd39fb67 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Sat, 6 Jan 2018 22:44:54 -0300 Subject: [PATCH 0692/1926] Add heist and map-syntax to stackage to get snap working --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f35bdd85..5ba4f48c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,9 @@ packages: - pomaps "Lucas David Traverso @ludat": + - map-syntax - snap + - heist # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7e8e85613c872369e55d2e45428e13ddf3bf2c72 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 7 Jan 2018 06:43:33 -0800 Subject: [PATCH 0693/1926] Remove upper bounds on hspec (Close #3171) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1dc953..aeda1d34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3182,11 +3182,6 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3171 - - hspec < 2.4.5 - - hspec-core < 2.4.5 - - hspec-discover < 2.4.5 - # https://github.com/fpco/stackage/issues/3172 - safe < 0.3.16 From 0470efe59e7c55d6e0e07be5a3e8a49f80efd681 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 7 Jan 2018 15:19:40 -0800 Subject: [PATCH 0694/1926] More bounds for #3173 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeda1d34..a25cea72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,7 @@ packages: # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 + - singletons < 2.4 # end of packages From ee852cd415898b9ec8afff6483a9c798bd390c34 Mon Sep 17 00:00:00 2001 From: Alexey Kotlyarov Date: Sun, 7 Jan 2018 11:24:16 +1100 Subject: [PATCH 0695/1926] Add serverless-haskell --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a25cea72..edadca8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Sebastian Graf @sgraf812": - pomaps + "Alexey Kotlyarov @koterpillar": + - serverless-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 f5cead6a64c8bdb8e49830e0664477299f9d71f1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 1 Jan 2018 18:49:36 +0530 Subject: [PATCH 0696/1926] Add new package: persistent-redis --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index edadca8c..b612d8ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -426,6 +426,7 @@ packages: - sysinfo - xmonad-extras - shelly + - persistent-redis "haskell-openal": - OpenAL From ea9755b43e8cc8ed00b83ad332069d7ce6c44d6a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Jan 2018 06:00:17 -0800 Subject: [PATCH 0697/1926] Upper bound pandoc (#3176) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b612d8ec..54b822e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,6 +3193,9 @@ packages: - th-desugar < 1.8 - singletons < 2.4 + # https://github.com/fpco/stackage/issues/3176 + - pandoc < 2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 98c83e3a2f6b4abc92d8590f1ee6da50a3942b52 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Jan 2018 16:38:03 -0800 Subject: [PATCH 0698/1926] Upper bound tasty (#3178( --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54b822e6..37d0a40b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3196,6 +3196,9 @@ packages: # https://github.com/fpco/stackage/issues/3176 - pandoc < 2.1 + # https://github.com/fpco/stackage/issues/3178 + - tasty < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd9d35707964b39639641ac6f9c5f518be2961e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 9 Jan 2018 12:20:09 +0900 Subject: [PATCH 0699/1926] add back idris --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37d0a40b..d69931d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1113,6 +1113,7 @@ packages: - cabal-rpm - fedora-haskell-tools + - idris - libffi - xmonad-contrib - cairo From 2d15a512e722b8fb5ab1510d4703d4c88cbc67d8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 Jan 2018 07:26:07 -0800 Subject: [PATCH 0700/1926] Add squeal-postgresql to test failures (#3180) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d69931d1..1dbc1d7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3701,6 +3701,7 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings + - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 # Stackage upper bounds, re-enable these when their upper bound is removed From 7d79cab6db9713cc4fbcc05fea03655477eb7829 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 Jan 2018 07:26:23 -0800 Subject: [PATCH 0701/1926] Add foundation to skipped benchmarks (#3179) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dbc1d7c..ec807b8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3836,6 +3836,7 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 + - foundation # https://github.com/fpco/stackage/issues/3179 # Cyclic dependencies - cassava From c5c9c59b90672cc05eac291d7f5346c7ef9855ff Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 8 Jan 2018 19:59:35 +0700 Subject: [PATCH 0702/1926] =?UTF-8?q?Add=20=E2=80=98imprint=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 ec807b8d..c04a8f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2103,6 +2103,7 @@ packages: - mmark - mmark-ext - html-entity-map + - imprint "Emmanuel Touzery @emmanueltouzery": - app-settings From dd756dda994db283db42f5632ab0369da52bc7bb Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 8 Jan 2018 10:24:27 -0600 Subject: [PATCH 0703/1926] Re-enable compressed A new release ([`compressed-3.11`](https://hackage.haskell.org/package/compressed-3.11)) was just uploaded to Hackage with appropriate version bounds. Chip away at https://github.com/fpco/stackage/issues/3048. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c04a8f47..b88762a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -528,6 +528,7 @@ packages: - comonads-fd - comonad-transformers - compensated + - compressed - concurrent-supply - constraints - contravariant From d3b41b034572d4420afd1ae3c1061d00f15df210 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Jan 2018 22:37:18 +0100 Subject: [PATCH 0704/1926] criterion upper bound for #3183 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88762a9..06755ff5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,7 +3115,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus - + "Sebastian Graf @sgraf812": - pomaps @@ -3202,6 +3202,9 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 + # https://github.com/fpco/stackage/issues/3183 + - criterion < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 4bdee38f6912d162188c4af5cc9ba7faada21014 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Jan 2018 22:39:06 +0100 Subject: [PATCH 0705/1926] eliminators upper bound for #3184 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06755ff5..2576189a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,6 +3205,9 @@ packages: # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 + # https://github.com/fpco/stackage/issues/3184 + - eliminators < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 8cfff8a8589e99186dab3af3af33e48ba6ca0bda Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Tue, 9 Jan 2018 14:46:38 -0800 Subject: [PATCH 0706/1926] Add re2 --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2576189a..09557247 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus + - re2 "Sebastian Graf @sgraf812": - pomaps diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e45a4619..1d54266c 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,6 +99,7 @@ apt-get install -y \ libpango1.0-dev \ libpcap0.8-dev \ libpq-dev \ + libre2-dev \ libsdl1.2-dev \ libsdl2-dev \ libsdl2-gfx-dev \ From 16d5b2bd3cb8d0213346110d5d3ef0b93a81564d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 10 Jan 2018 18:56:38 +0900 Subject: [PATCH 0707/1926] arithmoi should build now (cartazio/arithmoi#83) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2576189a..f1e0d37d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,7 +3507,6 @@ skipped-tests: # tasty 0.12 and tasty-hunit 0.10 - airship - - arithmoi - hakyll - indents - barrier From ffe78a4bf26a5d99f2da29317686ae70a590f30c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 10 Jan 2018 16:19:04 +0100 Subject: [PATCH 0708/1926] pandoc-citeproc upper bound for #3176 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5e08151..f0cb8b54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3199,6 +3199,7 @@ packages: # https://github.com/fpco/stackage/issues/3176 - pandoc < 2.1 + - pandoc-citeproc < 0.13 # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 From cf7611cec7bbff1d3e6b6d7e99235f10f31b13a4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Jan 2018 10:34:12 +0100 Subject: [PATCH 0709/1926] gi-* upper bounds for #3186 and capataz upper bound for #3178 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0cb8b54..38871b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,6 +3203,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 + - capataz < 0.0.0.2 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 @@ -3210,6 +3211,13 @@ packages: # https://github.com/fpco/stackage/issues/3184 - eliminators < 0.4 + # https://github.com/fpco/stackage/issues/3186 + - gi-atk < 2.0.15 + - gi-cairo < 1.0.15 + - gi-glib < 2.0.16 + - gi-gobject < 2.0.16 + - gi-javascriptcore < 4.0.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 2e09f645fe40b010e9a63c422e4dda5ac54911b0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 9 Jan 2018 11:46:43 -0600 Subject: [PATCH 0710/1926] Add lens-properties Another Kmettiverse package that I comaintain now has up-to-date version bounds. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38871b2a..ab81dedf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -549,6 +549,7 @@ packages: - kan-extensions - lca - lens + - lens-properties - linear - linear-accelerate - log-domain @@ -3995,6 +3996,8 @@ github-users: - xkollar futurice: - phadej + ekmett: + - RyanGlScott # end of github-users From 33aaca7f7925f6fa4e9fe2dd6964f0069bf37d9d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Jan 2018 11:14:54 +0100 Subject: [PATCH 0711/1926] Upper bounds for #3187 #3188 #3189 #3190 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab81dedf..f6ba7b4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3219,6 +3219,18 @@ packages: - gi-gobject < 2.0.16 - gi-javascriptcore < 4.0.15 + # https://github.com/fpco/stackage/issues/3187 + - QuickCheck < 2.11 + + # https://github.com/fpco/stackage/issues/3188 + - brick < 0.33 + + # https://github.com/fpco/stackage/issues/3189 + - skylighting < 0.6 + + # https://github.com/fpco/stackage/issues/3190 + - tasty-quickcheck < 0.9.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 113c094e1a9f3b3ff5b2b368cf4283acf37b6eca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 13 Jan 2018 21:20:47 +0700 Subject: [PATCH 0712/1926] =?UTF-8?q?Add=20=E2=80=98mmark-cli=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 f6ba7b4a..b360a06a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,6 +2106,7 @@ packages: - mmark-ext - html-entity-map - imprint + - mmark-cli "Emmanuel Touzery @emmanueltouzery": - app-settings From 62551b694c2a9e55a5ec8e4d91f76360a7aa498f Mon Sep 17 00:00:00 2001 From: Ferdinand van Walree Date: Sat, 13 Jan 2018 23:55:51 +0100 Subject: [PATCH 0713/1926] add sessiontypes and sessiontypes-distributed --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ba7b4a..927b6697 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Ferdinand van Walree @Ferdinand-vW": + - sessiontypes + - sessiontypes-distributed + "Jacob Thomas Errington @tsani": - servant-github-webhook From 43695663ab235b075b97c971ff118f29ebb8e704 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 11:33:46 +0100 Subject: [PATCH 0714/1926] Upper bounds for #3193 #3194 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ba7b4a..7603bb58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,6 +3231,13 @@ packages: # https://github.com/fpco/stackage/issues/3190 - tasty-quickcheck < 0.9.2 + # https://github.com/fpco/stackage/issues/3193 + - hedis < 0.10 + + # https://github.com/fpco/stackage/issues/3194 + - microlens < 0.4.8.2 + - microlens-th < 0.4.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From ac776bf9d56342e51ef9fa4f60bf8f0f68aacf56 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:31:51 +0100 Subject: [PATCH 0715/1926] Remove upper bound and close #3188 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7603bb58..89b6bcda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,9 +3222,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3188 - - brick < 0.33 - # https://github.com/fpco/stackage/issues/3189 - skylighting < 0.6 From 2e80b74dd025710127b46fbba355c63b16c101de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:50:51 +0100 Subject: [PATCH 0716/1926] Change gi upper bounds #3186 --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89b6bcda..c2a2b4b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,11 +3213,12 @@ packages: - eliminators < 0.4 # https://github.com/fpco/stackage/issues/3186 - - gi-atk < 2.0.15 - - gi-cairo < 1.0.15 - - gi-glib < 2.0.16 - - gi-gobject < 2.0.16 - - gi-javascriptcore < 4.0.15 + # - gi-atk < 2.0.15 + # - gi-cairo < 1.0.15 + # - gi-glib < 2.0.16 + # - gi-gobject < 2.0.16 + # - gi-javascriptcore < 4.0.15 + - haskell-gi-overloading < 1 # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 From ff0240b0141254a051f5d45fde12ada9b82f0d74 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:52:02 +0100 Subject: [PATCH 0717/1926] Remove commented out bounds from previous commit --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2a2b4b0..f9c31b7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,11 +3213,6 @@ packages: - eliminators < 0.4 # https://github.com/fpco/stackage/issues/3186 - # - gi-atk < 2.0.15 - # - gi-cairo < 1.0.15 - # - gi-glib < 2.0.16 - # - gi-gobject < 2.0.16 - # - gi-javascriptcore < 4.0.15 - haskell-gi-overloading < 1 # https://github.com/fpco/stackage/issues/3187 From b2d58d13c857ea2d25cf69c83d91a732881d1da4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:55:18 +0100 Subject: [PATCH 0718/1926] Remove upper bound and close #3046 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9c31b7c..ce84970b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3164,9 +3164,6 @@ packages: - http-types < 0.10 - hoauth2 < 1.6.1 - # https://github.com/fpco/stackage/issues/3046 - - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 2e40ade77c29546567902e70b8004466ac2b4b17 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:57:44 +0100 Subject: [PATCH 0719/1926] Re-enable foundation benchmarks, closes #3179 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce84970b..59f696cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3863,7 +3863,6 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - - foundation # https://github.com/fpco/stackage/issues/3179 # Cyclic dependencies - cassava From 043cda35004be36bab6c7f6d64b37c2f74c8b49b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 14:25:30 +0100 Subject: [PATCH 0720/1926] Re-enable some tests --- build-constraints.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5f8352..d76574d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3396,22 +3396,16 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Glob # HUnit 1.6 - - HTTP # conduit-extra 1.2 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck - blaze-html - blaze-markup - - bytestring-handle # QuickCheck 2.9 - case-insensitive # HUnit 1.6 - - cryptohash-sha512 # tasty-quickcheck - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 - - dual-tree # testing-feat per ghc < 4.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - - extensible-effects # HUnit 1.6 - genvalidity-hspec # doctest 0.13 - genvalidity-hspec-aeson # doctest 0.13 - genvalidity-hspec-binary # doctest 0.13 @@ -3425,29 +3419,19 @@ skipped-tests: - parsec # HUnit 1.6 - partial-order # HUnit 1.6 - printcess # QuickCheck 2.10 - - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - - chell # via chell-quickcheck - # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - language-ecmascript # via testing-feat - - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property - - servant-js # via language-ecmascript - - system-filepath # QuickCheck 2.9 via chell-quickcheck - - system-fileio # via chell (per ansi-terminal-0.7) - - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. @@ -3480,6 +3464,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - cryptohash-sha512 - lzma - token-bucket - uuid From b3cd7dcf006ed3ece420788c4ed041618141c51a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:03:36 +0100 Subject: [PATCH 0721/1926] Expect websockets tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d76574d5..0da21e0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,6 +3644,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - websockets - accelerate-bignum # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set From d236f6d2262df9da734070a301e7bc6a1bc4d43f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:04:22 +0100 Subject: [PATCH 0722/1926] Expect aeson-diff tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0da21e0e..f02e249a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3758,6 +3758,7 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - folds + - aeson-diff # end of expected-test-failures From 6424456317b69cc51d4430a798c42d55ee8d54e9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:07:04 +0100 Subject: [PATCH 0723/1926] expect dbus tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f02e249a..bf756ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3743,6 +3743,7 @@ expected-test-failures: - zm # https://github.com/fpco/stackage/issues/3026 # Misc. + - dbus - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug From 658d33a0eaae05967aeb6af559b1e175b5f66b74 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 14 Jan 2018 13:41:38 -0800 Subject: [PATCH 0724/1926] re-enable hledger packages They got quietly removed 3 weeks ago by #3093. The current 1.5 versions all seem to build fine with haskell-src-exts-1.20.1. --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf756ed4..15805818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -901,13 +901,11 @@ packages: - uri-encode "Simon Michael @simonmichael": - # haskell-src-exts via here - # - hledger - # - hledger-lib - # - hledger-ui - # - hledger-web - # - hledger-api # haskell-src-exts via servant-swagger - + - hledger + - hledger-lib + - hledger-ui + - hledger-web + - hledger-api - quickbench - regex-compat-tdfa From 727d45720a22ab561099b165628f3cf6c1aed1c8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 14 Jan 2018 13:44:07 -0800 Subject: [PATCH 0725/1926] add shelltestrunner again, after 1.9 release --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15805818..3a12ef26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -908,6 +908,7 @@ packages: - hledger-api - quickbench - regex-compat-tdfa + - shelltestrunner "Mihai Maruseac @mihaimaruseac": - io-manager From 964c74ee616257c8d59ed148807c942653831eb1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Jan 2018 00:27:57 +0100 Subject: [PATCH 0726/1926] Temporarily disable xml-conduit-parse --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf756ed4..cd820365 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1747,7 +1747,7 @@ packages: - opml-conduit - rss-conduit - timerep - - xml-conduit-parse + # - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 6bd6bde55b80c65fef8402ec14f2a2ad50b33ae1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Jan 2018 17:49:44 +0100 Subject: [PATCH 0727/1926] Fix @himura's github user name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db0470b..4b190b34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2143,7 +2143,7 @@ packages: - pthread - rank1dynamic - "Takahiro Himura @thimura": + "Takahiro Himura @himura": - lens-regex # haskell-src-exts via derive # - twitter-conduit From 5ba15a0a09fd0796644eedca057d6d368888e0f4 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Mon, 15 Jan 2018 14:27:48 -0800 Subject: [PATCH 0728/1926] Add transformers-either As per https://github.com/tmcgilchrist/transformers-either/issues/1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b190b34..d4844813 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3126,6 +3126,9 @@ packages: "Alexey Kotlyarov @koterpillar": - serverless-haskell + + "Tim Humphries @thumphries": + - transformers-either # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 81c7ee6422999af1b817d3a8f4cced5a556b17ea Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 00:46:38 +0000 Subject: [PATCH 0729/1926] remove bounds on pandoc & pandoc-citeproc (#3176) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b190b34..b14a7777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3198,10 +3198,6 @@ packages: - th-desugar < 1.8 - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3176 - - pandoc < 2.1 - - pandoc-citeproc < 0.13 - # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - capataz < 0.0.0.2 From 08e1c4f88e787df31c4ae55c49c9fc910380d2bf Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 08:45:04 +0000 Subject: [PATCH 0730/1926] genvalidity-0.4.0.3 is not building (#3198) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b14a7777..b043f4eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,6 +3227,10 @@ packages: - microlens < 0.4.8.2 - microlens-th < 0.4.1.2 + # https://github.com/fpco/stackage/issues/3198 + - genvalidity < 0.4.0.3 + + # end of packages # Package flags are applied to individual packages, and override the values of From daa49f7d812233536ccf97907a2c46a3bc93d21f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 09:26:48 +0000 Subject: [PATCH 0731/1926] mono-traversable benchmarks failing for 1.0.8.0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b043f4eb..2b30d85b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -363,6 +363,8 @@ packages: - hfsevents - Win32-notify + - mono-traversable + "Omari Norman @massysett": - rainbow - rainbox @@ -3784,6 +3786,7 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 + - mono-traversable # https://github.com/snoyberg/mono-traversable/issues/158 # end of expected-benchmark-failures From 68306171a04c0e8d4505b686cd63d2d534b35f06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jan 2018 11:40:55 +0200 Subject: [PATCH 0732/1926] No benchmark failure snoyberg/mono-traversable#158 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b30d85b..68a69f7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3786,7 +3786,6 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - - mono-traversable # https://github.com/snoyberg/mono-traversable/issues/158 # end of expected-benchmark-failures From 367661987b1dc6e0146fba997bf15b5571aa4bfe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Jan 2018 11:01:46 +0100 Subject: [PATCH 0733/1926] Re-enable xml-conduit-parse snoyberg/xml#124 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b30d85b..6507b4ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1748,7 +1748,7 @@ packages: - opml-conduit - rss-conduit - timerep - # - xml-conduit-parse + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 53bd45988414163afeca1abd40bae2761c6e662b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Jan 2018 11:38:08 +0100 Subject: [PATCH 0734/1926] Re-enable some packages from #3093 --- build-constraints.yaml | 78 ++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..78d9e5fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -71,7 +71,7 @@ packages: - model "Jose Iborra @pepeiborra": - # - arrowp-qq # haskell-src-exts via haskell-src-meta + - arrowp-qq - clr-marshal - clr-host - haskell-src-exts-util @@ -601,9 +601,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - # - hspec-wai-json # haskell-src-exts via aeson-qq - # - aeson-qq # haskell-src-exts via haskell-src-meta - # - interpolate # haskell-src-exts via haskell-src-meta + - hspec-wai-json + - aeson-qq + - interpolate - doctest - base-compat @@ -984,11 +984,11 @@ packages: - data-accessor - data-accessor-mtl - fuzzcheck - # - here # haskell-src-exts via haskell-src-meta + - here - hlibgit2 - gitlib-libgit2 - hostname-validate - # - interpolatedstring-perl6 # haskell-src-exts via haskell-src-meta + - interpolatedstring-perl6 - iproute - missing-foreign - MissingH @@ -1050,8 +1050,8 @@ packages: - async-extra - format-numbers - highjson - # - highjson-swagger # haskell-src-exts via swagger2 - # - highjson-th # haskell-src-exts via swagger2 + - highjson-swagger + - highjson-th - fileplow "Joey Eremondi @JoeyEremondi": @@ -1060,7 +1060,7 @@ packages: - elm-core-sources - language-glsl - prettyclass - # - QuasiText # haskell-src-exts via haskell-src-meta + - QuasiText - union-find - zip-archive @@ -1188,17 +1188,16 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - # - microformats2-parser # haskell-src-exts via aeson-qq + - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - # - magicbane # haskell-src-exts via aeson-qq + - magicbane "Francesco Mazzoli @bitonic": - [] - # - language-c-quote # haskell-src-exts via haskell-src-meta + - language-c-quote "Sönke Hahn @soenkehahn": - # - generics-eot # haskell-src-exts via interpolate + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1229,7 +1228,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - # - servant-swagger-ui # haskell-src-exts via servant-swagger + - servant-swagger-ui - servant-yaml - singleton-bool - spdx @@ -1481,11 +1480,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # haskell-src-exts via haskell-src-meta - # - jmacro - # - jmacro-rpc - # - jmacro-rpc-happstack - # - jmacro-rpc-snap + - jmacro + - jmacro-rpc + - jmacro-rpc-happstack + - jmacro-rpc-snap - mbox - kmeans @@ -1578,7 +1576,7 @@ packages: - elm-export-persistent - pipes-csv - pipes-mongodb - # - servant-elm # haskell-src-exts via interpolate + - servant-elm - skeletons "David Raymond Christiansen @david-christiansen": @@ -2119,8 +2117,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - # - swagger2 # haskell-src-exts via aeson-qq - # - servant-swagger # haskell-src-exts via aeson-qq + - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability @@ -2212,10 +2210,10 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore # haskell-src-exts via interpolate + - eventstore - dotnet-timespan - eventsource-api - # - eventsource-geteventstore-store # haskell-src-exts via interpolate + - eventsource-geteventstore-store - eventsource-store-specs - eventsource-stub-store @@ -2227,7 +2225,7 @@ packages: - aeson-casing - graylog - parsec-numeric - # - mallard # haskell-src-exts via Interpolation + - mallard - gdax "Callum Rogers @CRogers": @@ -2253,10 +2251,10 @@ packages: "Jeremy Shaw @stepcut": - boomerang # - happstack-hsp # haskell-src-exts via hsx2hs - # - happstack-jmacro # haskell-src-exts via jmacro + - happstack-jmacro - happstack-server - happstack-server-tls - # - hsx-jmacro # haskell-src-exts via jmacro + - hsx-jmacro - ixset - reform - reform-blaze @@ -2341,8 +2339,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # - marvin # haskell-src-exts via haskell-src-meta - # - marvin-interpolate >= 1.1 # haskell-src-exts via haskell-src-meta + - marvin + - marvin-interpolate - mustache "Cindy Wang @CindyLinz": @@ -2577,11 +2575,11 @@ packages: "Alexis King @lexi-lambda": - freer-simple - # - monad-mock # haskell-src-exts via haskell-src-meta - # - test-fixture # haskell-src-exts via haskell-src-meta + - monad-mock + - test-fixture - text-conversions - th-to-exp - # - type-assertions # haskell-src-exts via haskell-src-meta + - type-assertions "Patrick Chilton @chpatrick": - webrtc-vad @@ -2606,7 +2604,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - codo-notation # haskell-src-exts via haskell-src-meta + - codo-notation - language-fortran "Philipp Schuster @phischu": @@ -2618,8 +2616,7 @@ packages: - direct-rocksdb "Anton Gushcha @ncrashed": - [] - # - aeson-injector # haskell-src-exts via swagger2 + - aeson-injector "Al Zohali @zohl": - servant-auth-cookie @@ -2797,8 +2794,8 @@ packages: # - viewprof # brick 0.30 "Dylan Simon @dylex": - # - postgresql-typed # haskell-src-exts via haskell-src-meta - # - invertible # haskell-src-exts via haskell-src-meta + - postgresql-typed + - invertible - ztail "Louis Pan @louispan": @@ -2986,7 +2983,7 @@ packages: - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - # - wrecker # haskell-src-exts via aeson-qq + - wrecker - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3034,8 +3031,7 @@ packages: - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - [] - # - qm-interpolated-string # haskell-src-exts via haskell-src-meta + - qm-interpolated-string "Douglas Burke @DougBurke": - swish From 62df138e392424cdfafd86d0029d0348f72b479a Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 16 Jan 2018 11:53:43 +0100 Subject: [PATCH 0735/1926] Add plot-light I am the original author and current maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..bff0b2fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -209,6 +209,7 @@ packages: - network-multicast - xeno - goggles + - plot-light "Joseph Canero @caneroj1": - sqlite-simple-errors From 04f3cc7d7d3f8cb694eada8581d30993faade85b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 18:30:29 +0000 Subject: [PATCH 0736/1926] http-client and http-conduit out of bounds, genvalidity and micorlens fixed --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..d348b757 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,6 +364,8 @@ packages: - Win32-notify - mono-traversable + - http-client + - http-conduit "Omari Norman @massysett": - rainbow @@ -3225,13 +3227,11 @@ packages: # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3194 - - microlens < 0.4.8.2 - - microlens-th < 0.4.1.2 - - # https://github.com/fpco/stackage/issues/3198 - - genvalidity < 0.4.0.3 + # https://github.com/fpco/stackage/issues/3203 + - http-client < 0.5.8 + # https://github.com/fpco/stackage/issues/3204 + - http-conduit < 2.3.0 # end of packages From 5606e953aa9f678955c32a32040108cc470bc7ee Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Wed, 17 Jan 2018 18:59:39 +0100 Subject: [PATCH 0737/1926] Add hamtsolo to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..14b30037 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jacek Galowicz @tfc": + - hamtsolo + "Ferdinand van Walree @Ferdinand-vW": - sessiontypes - sessiontypes-distributed From 107018097034a5bc896bd474b3356b7bbcb122cd Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Thu, 18 Jan 2018 00:57:33 +0300 Subject: [PATCH 0738/1926] Add o-clock --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..36d94e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2977,6 +2977,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - log-warper + - o-clock - universum "Lorenz Moesenlechner @moesenle": From 137ed04d581dbd98575ccfee64929bf10b321a67 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 11:14:32 +0000 Subject: [PATCH 0739/1926] hold back hoogle-5.0.17 on http-conduit-2.3.0 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..363e47c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ packages: # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 + - hoogle < 5.0.17 # end of packages From 8f0302d1da4179f6110994299cb9ce987a47c5e2 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 11:56:02 +0000 Subject: [PATCH 0740/1926] tests broken for zip-archive and conduit-algorithms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 363e47c2..62a37148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3531,6 +3531,8 @@ skipped-tests: - ihaskell # haskell-src-exts via here + - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/3 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3652,6 +3654,7 @@ expected-test-failures: - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account + - zip-archive # https://github.com/jgm/zip-archive/issues/38 # Test executable requires arguments - hpqtypes From d998bd9025858c4d182d97e39305613225683882 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 12:31:38 +0000 Subject: [PATCH 0741/1926] hpack-0.22 out of bounds for cabal2nix-2.8 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62a37148..c6baee76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,9 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 + # https://github.com/fpco/stackage/issues/3208 + - hpack < 0.22.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3ddbdf3c28f44f426031e7d55d91885f09cba725 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 20 Jan 2018 13:20:52 +0200 Subject: [PATCH 0742/1926] Skip dlist-nonempty tests/benchmarks and splitmix benchmarks --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..bfd1fbfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3514,6 +3514,7 @@ skipped-tests: - tdigest - these - time-parsers + - dlist-nonempty # QuickCheck2.11 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 @@ -3915,6 +3916,10 @@ skipped-benchmarks: - fmt # haskell-src-exts via interpolate + # @phadej + - dlist-nonempty # criterion-1.3 + - splitmix# # criterion-1.3 + # end of skipped-benchmarks From 119a44a64e25c49a030d4a9652c2134a903b9984 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 Jan 2018 20:52:46 +0000 Subject: [PATCH 0743/1926] fix plan --- build-constraints.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..c271b192 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,9 +3227,6 @@ packages: # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3203 - - http-client < 0.5.8 - # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 - hoogle < 5.0.17 @@ -3237,6 +3234,15 @@ packages: # https://github.com/fpco/stackage/issues/3208 - hpack < 0.22.0 + # https://github.com/fpco/stackage/issues/3210 + - constraints < 0.10 + + # https://github.com/fpco/stackage/issues/3211 + - pandoc-citeproc < 0.14 + + # https://github.com/fpco/stackage/issues/3212 + - safe-exceptions < 0.1.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 7c68f28c288c364089698c8b49e13c64582e8ea6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 Jan 2018 10:28:34 +0000 Subject: [PATCH 0744/1926] hamilton and rebase are not building --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c271b192..77d99472 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,14 @@ packages: # https://github.com/fpco/stackage/issues/3212 - safe-exceptions < 0.1.7.0 + # https://github.com/mstksg/hamilton/issues/4 + - hamilton < 0 + + # https://github.com/nikita-volkov/rebase/issues/11 + - rebase < 0 + - hasql-transaction < 0 + - hasql-migration < 0 + # end of packages # Package flags are applied to individual packages, and override the values of From 52e0d66794140110b971b6cefbfc5d36858b6d61 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 Jan 2018 08:49:03 +0000 Subject: [PATCH 0745/1926] js-jquery < 3.3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77d99472..1bb83a51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,6 +3251,9 @@ packages: - hasql-transaction < 0 - hasql-migration < 0 + # https://github.com/fpco/stackage/issues/3213 + - js-jquery < 3.3 + # end of packages # Package flags are applied to individual packages, and override the values of From c4500a78c1787de884e8858e08046703cc44fb49 Mon Sep 17 00:00:00 2001 From: Paulo Tanaka Date: Mon, 22 Jan 2018 09:17:04 -0800 Subject: [PATCH 0746/1926] Adding zstd to stackage --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..cd930f94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Paulo Tanaka @paulot": + # on behalf of Bryan O'Sullivan @bos: + - zstd + "Ferdinand van Walree @Ferdinand-vW": - sessiontypes - sessiontypes-distributed diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1d54266c..833da323 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,6 +123,7 @@ apt-get install -y \ libxss-dev \ libyaml-dev \ libzip-dev \ + libzstd-dev \ libzmq3-dev \ llvm-3.9 \ locales \ From 110a5c8ae7a66b4278dde3fa3960060147a8831a Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 22 Jan 2018 10:35:00 -0800 Subject: [PATCH 0747/1926] Restore `bench` The latest release of `bench` supports the most recent version of its dependencies (including `turtle`) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bb83a51..6ab26733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,7 +727,7 @@ packages: - turtle - foldl - morte - # - bench # turtle 1.5 + - bench - dhall - dhall-bash - dhall-json From b9cf04e367752965d10d3a1caf6af7583ad338f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Jan 2018 13:27:10 -0800 Subject: [PATCH 0748/1926] Skip tests for zip-archive per jgm/zip-archive#38 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ab26733..5ab7cbd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,8 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Too-new dependencies + - zip-archive # directory >= 1.3.1 # https://github.com/jgm/zip-archive/issues/38 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -3674,7 +3676,6 @@ expected-test-failures: - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account - - zip-archive # https://github.com/jgm/zip-archive/issues/38 # Test executable requires arguments - hpqtypes From 86f68eb8393b6e46009d9dfb0f752cd2c7a1f096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Mon, 22 Jan 2018 21:54:13 -0500 Subject: [PATCH 0749/1926] remove SoenkeHahn from the list of servant maintainers --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..18dddb16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4005,7 +4005,6 @@ github-users: haskell-servant: - phadej - jkarni - - SoenkeHahn vivid: - vivid-synth midair: From 305c491a1a6ed6f04b85395251edb2ab3e55ed96 Mon Sep 17 00:00:00 2001 From: Guru Devanla Date: Tue, 23 Jan 2018 06:08:32 -0800 Subject: [PATCH 0750/1926] Add 2 packages (cassava-records, pptable) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..a357bb8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,10 @@ packages: "Alexey Kotlyarov @koterpillar": - serverless-haskell + + "Guru Devanla @gdevanla": + - pptable + - cassava-records # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a20b6821b9f1157befcf6b108986b25447c49865 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 15:57:55 +0100 Subject: [PATCH 0751/1926] Add lambdabot-core and lambdabot-irc-plugins. Also, sort the list of packages I maintain alphabetically. :-) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..399756d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2041,8 +2041,8 @@ packages: - nagios-check "Peter Simons @peti": - - distribution-nixpkgs - cabal2nix + - distribution-nixpkgs - funcmp - hackage-db - hledger-interest @@ -2051,12 +2051,14 @@ packages: - hsemail - hsyslog - jailbreak-cabal + - json-autotype + - lambdabot-core + - lambdabot-irc-plugins - language-nix - logging-facade-syslog - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From 41f94f7cbb152ce9e684327d4348f2ddc16c0d6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 16:12:48 +0100 Subject: [PATCH 0752/1926] Add prim-unique to satisfy dependencies of lambdabot-core. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399756d5..b4d66c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2057,6 +2057,7 @@ packages: - language-nix - logging-facade-syslog - nix-paths + - prim-uniq - streamproc - titlecase From da53f8eee790c2e46efc35dc8344710a8a14ab63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 16:18:46 -0800 Subject: [PATCH 0753/1926] Skip hasql-transaction tests, re-add to build plan --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1222b5e0..11333202 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3248,7 +3248,6 @@ packages: # https://github.com/nikita-volkov/rebase/issues/11 - rebase < 0 - - hasql-transaction < 0 - hasql-migration < 0 # https://github.com/fpco/stackage/issues/3213 @@ -3437,6 +3436,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 8e513b471c2ac548165d407a143861c714601c8e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 17:24:27 -0800 Subject: [PATCH 0754/1926] Expect test failures for libmpd per vimus/libmpd-haskell#104 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28b9a200..f028b9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3596,6 +3596,7 @@ expected-test-failures: - hastache - idris # https://github.com/fpco/stackage/issues/1382 - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - libmpd # https://github.com/vimus/libmpd-haskell/issues/104 - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems From f97c7efa7d64b12210e21f81d58265d68a89fd44 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 17:41:27 -0800 Subject: [PATCH 0755/1926] update cabal-format-version to 2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f028b9ea..ec6ea821 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.2" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version # supported by the most recent cabal-install and Stack releases. -cabal-format-version: "1.24" +cabal-format-version: "2.0" # Constraints for brand new builds packages: From bf6cd16d764ec18f31adbb95ca657be1b6fe33af Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 19:00:25 -0800 Subject: [PATCH 0756/1926] Unskip tests for zip-archive per jgm/zip-archive#38 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f028b9ea..aadaf500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3433,8 +3433,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Too-new dependencies - - zip-archive # directory >= 1.3.1 # https://github.com/jgm/zip-archive/issues/38 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From c2484d3d705c07bcfe1b78c9f913af103a54953d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:17:53 -0800 Subject: [PATCH 0757/1926] Add constraint "http-client ==0.5.8.*" per #3221 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aadaf500..7ebbd72e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,9 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 + # https://github.com/fpco/stackage/issues/3221 + - http-client ==0.5.8.* + # end of packages # Package flags are applied to individual packages, and override the values of From 19b9de1615bc62b56aefe5b96599bbb703bfc6c6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:40:15 -0800 Subject: [PATCH 0758/1926] Expect test failure for zstd per #3219 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ebbd72e..3c988624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3803,6 +3803,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - store # https://github.com/fpco/store/issues/120 + - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 3159aae18a1e7d09828b10ba8d6869a965db87fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:58:19 -0800 Subject: [PATCH 0759/1926] Add constraint "attoparsec-time" per ocramz/plot-light#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c988624..17a6b806 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,9 @@ packages: # https://github.com/fpco/stackage/issues/3221 - http-client ==0.5.8.* + # https://github.com/ocramz/plot-light/issues/2 + - attoparsec-time < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From fa94356031f1eea971bcc8b95fa6e592bc5f8977 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:59:38 -0800 Subject: [PATCH 0760/1926] Disable arrowp-qq per pepeiborra/arrowp#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17a6b806..90d25735 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -78,7 +78,7 @@ packages: - model "Jose Iborra @pepeiborra": - - arrowp-qq + # - arrowp-qq # build failure https://github.com/pepeiborra/arrowp/issues/8 - clr-marshal - clr-host - haskell-src-exts-util From 40205d9b951f1191113a94e68c70a124a82c7a26 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 23:06:05 -0800 Subject: [PATCH 0761/1926] Disable invertible per dylex/invertible#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90d25735..5b8a6340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,7 +2808,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # build failure https://github.com/dylex/invertible/issues/3 - ztail "Louis Pan @louispan": From 7799c906cae0ab317b848f872579dacd94f23789 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 23:48:49 -0800 Subject: [PATCH 0762/1926] Expect test failure for heist, see snapframework/heist#111 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b8a6340..0e1be59f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3798,6 +3798,7 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug + - heist # not updated to pandoc 2, see https://github.com/snapframework/heist/pull/111 - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 From af09f12b4ab727a1119bbc423fe5a86ed2dc30cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 00:33:47 -0800 Subject: [PATCH 0763/1926] Disable mallard per AndrewRademacher/mallard#49 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e1be59f..22a6fec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2238,7 +2238,7 @@ packages: - aeson-casing - graylog - parsec-numeric - - mallard + # - mallard # https://github.com/AndrewRademacher/mallard/issues/49 - gdax "Callum Rogers @CRogers": From c3cf8944ee57b3dc8e744e2697cf67ecdda2cecb Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 24 Jan 2018 12:16:28 -0500 Subject: [PATCH 0764/1926] Re-enable invertible 0.2.0.3 fixes build with semigroupoids-5.2.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a6fec6..66a47227 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,7 +2808,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # build failure https://github.com/dylex/invertible/issues/3 + - invertible - ztail "Louis Pan @louispan": From 3e3a2cbad33db8586d103e08f0714bc4801036de Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 24 Jan 2018 14:05:49 -0500 Subject: [PATCH 0765/1926] PR template: fix typo of "successfully" --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7270f812..253ecd41 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload -- [ ] On your own machine, in a new directory, you have succesfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): +- [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): stack unpack $package cd $package-$version From 0796d652217e20b2cc54ff069a525ab0f428630d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 13:32:19 -0800 Subject: [PATCH 0766/1926] Unconstrain megaparsec and friends per #3159 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66a47227..6f85d6e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,11 +3205,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3159 - - megaparsec < 6.4 - - mmark < 0.0.4.1 - - modern-uri < 0.2.0.0 - # https://github.com/serokell/log-warper/pull/91 # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 From 0e24e94208ef061747c6608deee6cfda81191b31 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 14:46:26 -0800 Subject: [PATCH 0767/1926] Remove constraint "constraints < 0.10", closes #3210 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a37a363..e95477de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3208 - hpack < 0.22.0 - # https://github.com/fpco/stackage/issues/3210 - - constraints < 0.10 - # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 From f6488a1aea3a02f0ef4d39a9a8a95bbce85a760c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 14:54:02 -0800 Subject: [PATCH 0768/1926] Expect zm tests to pass per #3026 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e95477de..980b7160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3784,7 +3784,6 @@ expected-test-failures: # Doctest failures - teardown - model # https://github.com/Quid2/model/issues/2 - - zm # https://github.com/fpco/stackage/issues/3026 # Misc. - dbus From 00fe5c6d36926ee4dda79b9b5058a1300dd99caa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 15:05:52 -0800 Subject: [PATCH 0769/1926] Unskip benchmarks for servant-kotlin, closes #3088 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 980b7160..956155c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3885,7 +3885,6 @@ skipped-benchmarks: - ttrie # criterion-plus and th-pprint - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 - - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 # Transitive outdated dependencies # These packages From 7e7302f6221e9225fa37a572999f9814a94b2e70 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 15:11:26 -0800 Subject: [PATCH 0770/1926] Update link re: terminal-progress-bar tests, closes #3101 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956155c7..2f321c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,7 +3461,7 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 + - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From 4aca2b1be3b08c06ef50601857a017359336775a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:51:12 -0800 Subject: [PATCH 0771/1926] Unconstrain http-types (0.11), block incompatible, see #2976 --- build-constraints.yaml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f321c82..9069ab3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # http-types 0.11 - esqueleto "Adam Bergmark @bergmark": @@ -1137,8 +1137,8 @@ packages: - glib - pango - ghcjs-codemirror - - ghcjs-dom - - jsaddle + # - ghcjs-dom # http-types 0.11 via jsaddle + # - jsaddle # http-types 0.11 - vado - vcswrapper - ShellCheck @@ -1249,9 +1249,9 @@ packages: - tree-diff # scrive/log - - log + # - log # http-types 0.11 via bloodhound - log-base - - log-elasticsearch + # - log-elasticsearch # http-types 0.11 via bloodhound - log-postgres # Not a maintainer @@ -1746,7 +1746,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - - IPv6DB + # - IPv6DB # http-types 0.11 "koral koral@mailoo.org @k0ral": - atom-conduit @@ -2282,7 +2282,7 @@ packages: - web-routes-happstack - web-routes-hsp - web-routes-th - - web-routes-wai + # - web-routes-wai # http-types 0.11 # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": @@ -2390,7 +2390,7 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # - katip-elasticsearch # http-types 0.11 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -3028,7 +3028,8 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - - docker + [] + # - docker # http-types 0.11 "Hexirp @Hexirp": - doctest-driver-gen @@ -3073,7 +3074,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - - airship + # - airship # http-types 0.11 "Sam Stites @stites": - gym-http-api @@ -3187,10 +3188,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2976 - - http-types < 0.10 - - hoauth2 < 1.6.1 - # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 2ddf38c33ce0c318b2d2c6231bbafbba7a77e7f2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:56:53 -0800 Subject: [PATCH 0772/1926] Unconstrain text (1.2.3.0), block incompatible, see #3147 --- build-constraints.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9069ab3e..1112e48a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -219,7 +219,7 @@ packages: - plot-light "Joseph Canero @caneroj1": - - sqlite-simple-errors + # - sqlite-simple-errors # text 1.2.3.0 - median-stream - stm-supply - filter-logger @@ -1557,7 +1557,7 @@ packages: - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - - rattletrap + # - rattletrap # text-1.2.3.0 - statestack # Maintained by @byorgey. - strive - wuss @@ -1922,7 +1922,7 @@ packages: - Spock-lucid - charsetdetect-ae - ilist - - text-all + # - text-all # text-1.2.3.0 - fmt "Takano Akio tak@anoak.io @takano-akio": @@ -3191,12 +3191,6 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3147 - # - # Note: due to https://github.com/haskell/text/issues/211, - # may need to skip tests when removing this - - text < 1.2.3 - # Does not support newest QuickCheck - test-framework < 0.8.2.0 @@ -3459,6 +3453,7 @@ skipped-tests: - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 + - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From a5bbaaf7547d17159f7b202e157cf1e8a63e41c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:59:44 -0800 Subject: [PATCH 0773/1926] Unconstrain http-client (0.5.8), see #3221 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1112e48a..f3a77ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,9 +3256,6 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/fpco/stackage/issues/3221 - - http-client ==0.5.8.* - # https://github.com/ocramz/plot-light/issues/2 - attoparsec-time < 1 From 90dba1444d8ebd011cad728b9cbb46a9bdc78789 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 25 Jan 2018 14:47:18 +0900 Subject: [PATCH 0774/1926] Re-enable servant-kotlin --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..fb3b7afe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -67,7 +67,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten - # - servant-kotlin # formatting 6.3 + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From 64d4962541a29afe435f96ae74b64e5ec440e171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= Date: Thu, 25 Jan 2018 08:52:42 -0500 Subject: [PATCH 0775/1926] Update Stack Builders maintainers list --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..9215360b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3998,9 +3998,9 @@ github-users: clckwrks: - stepcut stackbuilders: - - sestrella + - javcasas - jsl - - jsantos17 + - sestrella scotty-web: - RyanGlScott - xich From 92b881f1669fc5379a11210abed4caf924881fc2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 10:48:09 -0800 Subject: [PATCH 0776/1926] Revert "Unconstrain http-types (0.11), block incompatible, see #2976" This reverts commit 4aca2b1be3b08c06ef50601857a017359336775a. --- build-constraints.yaml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..882a9e78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # http-types 0.11 + - bloodhound - esqueleto "Adam Bergmark @bergmark": @@ -1137,8 +1137,8 @@ packages: - glib - pango - ghcjs-codemirror - # - ghcjs-dom # http-types 0.11 via jsaddle - # - jsaddle # http-types 0.11 + - ghcjs-dom + - jsaddle - vado - vcswrapper - ShellCheck @@ -1249,9 +1249,9 @@ packages: - tree-diff # scrive/log - # - log # http-types 0.11 via bloodhound + - log - log-base - # - log-elasticsearch # http-types 0.11 via bloodhound + - log-elasticsearch - log-postgres # Not a maintainer @@ -1746,7 +1746,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - # - IPv6DB # http-types 0.11 + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit @@ -2282,7 +2282,7 @@ packages: - web-routes-happstack - web-routes-hsp - web-routes-th - # - web-routes-wai # http-types 0.11 + - web-routes-wai # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": @@ -2390,7 +2390,7 @@ packages: - hs-GeoIP - retry - katip - # - katip-elasticsearch # http-types 0.11 + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -3028,8 +3028,7 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - [] - # - docker # http-types 0.11 + - docker "Hexirp @Hexirp": - doctest-driver-gen @@ -3074,7 +3073,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - # - airship # http-types 0.11 + - airship "Sam Stites @stites": - gym-http-api @@ -3188,6 +3187,10 @@ packages: "Stackage upper bounds": + # https://github.com/fpco/stackage/issues/2976 + - http-types < 0.10 + - hoauth2 < 1.6.1 + # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 27dfe7fbada938d0335d086ec3ea6dbbb4589792 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Thu, 25 Jan 2018 20:05:34 +0100 Subject: [PATCH 0777/1926] Re-enable servant-exceptions servant-0.12 support was added in version 0.1.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 882a9e78..2494a18a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - # - servant-exceptions # https://github.com/ch1bo/servant-exceptions/issues/1 + - servant-exceptions "Vaibhav Sagar @vaibhavsagar": - ihaskell From 9559d10b68d08f9b529683976721873e4970dfe9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 14:58:33 -0800 Subject: [PATCH 0778/1926] Remove constraint "hpack < 0.22.0", closes #3208 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 882a9e78..44669b5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,9 +3240,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3208 - - hpack < 0.22.0 - # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 From f11032209fac318d1350c131439007718b2decb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 15:05:47 -0800 Subject: [PATCH 0779/1926] Remove constraint "safe-exceptions < 0.1.7.0", closes #3212 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44669b5c..f008b4b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,9 +3243,6 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/fpco/stackage/issues/3212 - - safe-exceptions < 0.1.7.0 - # https://github.com/mstksg/hamilton/issues/4 - hamilton < 0 From f45e1eb4810ed304a62015d14e26f745284d82f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 23:27:34 -0800 Subject: [PATCH 0780/1926] Add constraint "rest-client < 0.5.2.1" per silkapp/rest#157 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee761be2..af156a2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,9 @@ packages: # https://github.com/ocramz/plot-light/issues/2 - attoparsec-time < 1 + # https://github.com/silkapp/rest/issues/157 + - rest-client < 0.5.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From f63cd41d77ec8092db517f923983372adf0e8883 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 09:52:44 -0800 Subject: [PATCH 0781/1926] Remove constraint "attoparsec-time < 1" per ocramz/plot-light#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af156a2f..16307eec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,9 +3253,6 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/ocramz/plot-light/issues/2 - - attoparsec-time < 1 - # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 From fe03ac76cbc4bb0a2aac8f781e777aeaa8aa94f2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 09:56:18 -0800 Subject: [PATCH 0782/1926] Add constraint "ratel < 1" per #3228 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16307eec..317d2c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,9 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 + # https://github.com/fpco/stackage/issues/3228 + - ratel < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From 8899a46dd6eb0caefdd6a591d08ad8c4c7f508c2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 10:00:51 -0800 Subject: [PATCH 0783/1926] Skip test & bench for o-clock per #3207 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f85e8606..921f6711 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,6 +3461,7 @@ skipped-tests: # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 + - o-clock # tasty 0.12 via tasty-hedgehog - path # via genvalidity genvalidity-property # Blocked by stackage upper bounds. These can be re-enabled once @@ -3879,6 +3880,7 @@ skipped-benchmarks: # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. + - o-clock # base-4.10 and time-1.8 via tiempo # Compilation failures From 7bd086e53bba5269d901792520d8bc64a3fd8c1c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 10:54:30 -0800 Subject: [PATCH 0784/1926] Add constraint "universum < 1.0.4" per serokell/universum#127 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921f6711..730cd8c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: # https://github.com/fpco/stackage/issues/3228 - ratel < 1 + # https://github.com/serokell/universum/issues/127 + - universum < 1.0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 9baf406b83b79af9e7cb06dee2243fd4df98892b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:54:01 -0800 Subject: [PATCH 0785/1926] Remove constraint "ratel < 1", closes #3228 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 730cd8c2..15072ac0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3228 - - ratel < 1 - # https://github.com/serokell/universum/issues/127 - universum < 1.0.4 From 61c8fe8e359305a63c565faf6cd01f445349dc4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:56:00 -0800 Subject: [PATCH 0786/1926] Unskip tests for terminal-progress-bar per roelvandijk/terminal-progress-bar#23 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15072ac0..6ca9101a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,7 +3450,6 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From 318b628da929ed61d7f15f846bd8c9782191c8fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:59:01 -0800 Subject: [PATCH 0787/1926] Unconstrain universum, but expect test failure per serokell/universum#127 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ca9101a..20513844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/serokell/universum/issues/127 - - universum < 1.0.4 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3718,6 +3715,7 @@ expected-test-failures: - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 From 7c13c80ef858ec4474028225e37e95ce6dd3b5e7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 20:44:39 -0800 Subject: [PATCH 0788/1926] Unconstrain tasty-quickcheck, skip tests for model, see #3190 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20513844..b8e7f4ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,9 +3231,6 @@ packages: # https://github.com/fpco/stackage/issues/3189 - skylighting < 0.6 - # https://github.com/fpco/stackage/issues/3190 - - tasty-quickcheck < 0.9.2 - # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 @@ -3441,6 +3438,7 @@ skipped-tests: - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 + - model # tasty-quickcheck 0.9.2 - next-ref # hspec 2.3 - parsec # HUnit 1.6 - partial-order # HUnit 1.6 From 9100f29b7bd56b2c64995e925d097c61cd236ef0 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 10:46:48 +0200 Subject: [PATCH 0789/1926] add bhoogle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8e7f4ce..74865bdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3151,6 +3151,10 @@ packages: "Tim Humphries @thumphries": - transformers-either + + "Andre Van Der Merwe @andrevdm": + - bhoogle + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 97b5e766d7ca309174e8c8fab7f4d32c4e395ee8 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 14:08:28 +0200 Subject: [PATCH 0790/1926] Update build-constraints.yaml --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74865bdf..c1dc7a4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,6 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle - # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 309a95c6ab45300f07e6988d4da9d1b7e2d5c6f7 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 14:09:38 +0200 Subject: [PATCH 0791/1926] Add bhoogle fixing commit message --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1dc7a4e..790741c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,7 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle - + # 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 771100ee137d397d0c15da732a631fb82869eec3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 27 Jan 2018 07:54:15 -0800 Subject: [PATCH 0792/1926] Constrain terminal-progress bar < 0.1.2, skip tests per #3230 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8e7f4ce..324a5800 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3254,6 +3254,9 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 + # https://github.com/fpco/stackage/issues/3230 + - terminal-progress-bar < 0.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3445,6 +3448,7 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - terminal-progress-bar # HUnit 1.6, see also https://github.com/fpco/stackage/issues/3230 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From b49c03535d54e4892bacdd2b82349839ec8cd796 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sat, 27 Jan 2018 16:16:34 +1100 Subject: [PATCH 0793/1926] Add hw-fingertree and hw-fingertree-strict libraries --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a5800..e57e7fb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2468,6 +2468,8 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int + - hw-fingertree + - hw-fingertree-strict - hw-json - hw-parser - hw-prim From c066ebd533474260d9c64105de0307c59bdb883f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 27 Jan 2018 15:58:22 -0800 Subject: [PATCH 0794/1926] Tell me when http-types (> 0.11) is released, see #2976 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a5800..f5f6d9ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4065,6 +4065,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: +- http-types-0.11 # Open an issue to unconstrain (currently < 0.11), see https://github.com/fpco/stackage/issues/2976#issuecomment-360716645 - 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 - freer-effects-0.3.0.1 # re-enable extensible benchmarks From 4588a517c52f1bfbc0a40a19efa3771e456d911b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jan 2018 14:31:32 +0200 Subject: [PATCH 0795/1926] List the curators --- CURATORS.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index fb424315..24cd35b4 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,8 +1,15 @@ 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 5 people handling requests weekly in rotation. +team who maintain the Stackage project itself - should be doing on a regular basis. Curation activities are mostly automated, and do not take up a significant amount of time. +The following is the current list of curators, in alphabetical order: + +* Adam Bergmark +* Chris Dornan +* Dan Burton +* Jens Petersen +* Luke Murphy +* Michael Snoyman +* Mihai Maruseac ## Workflow overview From 1e3519e85dca48a9b7f877e28d0e10168b7456b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 05:15:26 -0800 Subject: [PATCH 0796/1926] Update issue link for http-types (0.12) #3232 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf17c9e4..d7970eb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,7 +3193,7 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2976 + # https://github.com/fpco/stackage/issues/3232 - http-types < 0.10 - hoauth2 < 1.6.1 @@ -4070,7 +4070,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- http-types-0.11 # Open an issue to unconstrain (currently < 0.11), see https://github.com/fpco/stackage/issues/2976#issuecomment-360716645 - 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 - freer-effects-0.3.0.1 # re-enable extensible benchmarks From a32891d75a55a0f9bd40188e3d1afff3840ea0a3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 05:35:15 -0800 Subject: [PATCH 0797/1926] Unconstrain haddock-library per #3220 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7970eb2..6eb0911f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2951,7 +2951,7 @@ packages: - conduit-algorithms "Alex Biehl @alexbiehl": - - haddock-library < 1.4.4 # cabal-version >= 2 + - haddock-library "Mark Hopkins @mjhopkins": [] From 121b3e65c97080461731360e4af24812792d10ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 07:45:37 -0800 Subject: [PATCH 0798/1926] Add constraint "adjunctions < 4.4" per #3233 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6eb0911f..2669ff84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3262,6 +3262,9 @@ packages: # https://github.com/fpco/stackage/issues/3230 - terminal-progress-bar < 0.1.2 + # https://github.com/fpco/stackage/issues/3233 + - adjunctions < 4.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 7771059310be80bfb5d630ad683926c6a4bfb238 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 07:47:05 -0800 Subject: [PATCH 0799/1926] Add constraint "free < 5" per #3234 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2669ff84..4e341b1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3265,6 +3265,9 @@ packages: # https://github.com/fpco/stackage/issues/3233 - adjunctions < 4.4 + # https://github.com/fpco/stackage/issues/3234 + - free < 5 + # end of packages # Package flags are applied to individual packages, and override the values of From 8f7b5cbb63bfed96354ea62ec0c25b531b06d48e Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 28 Jan 2018 23:41:03 +0530 Subject: [PATCH 0800/1926] Enable shelly tests back --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf17c9e4..9481c723 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3484,7 +3484,6 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From 267f898e790526c4d265d59df584b3e83c3d1449 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:13:01 -0800 Subject: [PATCH 0801/1926] Skip tests for pipes-group (needs doctest < 0.13) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e341b1f..911ee5f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,7 @@ skipped-tests: - next-ref # hspec 2.3 - parsec # HUnit 1.6 - partial-order # HUnit 1.6 + - pipes-group # doctest 0.13 - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck From 85e1c1d5759fb0db34ca88530e6ec9876ddcd2bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:13:42 -0800 Subject: [PATCH 0802/1926] Add constraint "hpack < 0.23" per #3237 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 911ee5f1..7ab8877a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3268,6 +3268,9 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 + # https://github.com/fpco/stackage/issues/3237 + - hpack < 0.23 + # end of packages # Package flags are applied to individual packages, and override the values of From b906c8f5810cdcc73eb96d675bcfce77a56cfc04 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:15:18 -0800 Subject: [PATCH 0803/1926] Add constraint "lens < 4.16" per #3238 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab8877a..b6a75950 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3271,6 +3271,9 @@ packages: # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 + # https://github.com/fpco/stackage/issues/3238 + - lens < 4.16 + # end of packages # Package flags are applied to individual packages, and override the values of From 1df63c7ae4fa95d8075b473574f8f56bbf19cc60 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:16:35 -0800 Subject: [PATCH 0804/1926] Expect haddock failure for haddock-library per #3236 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6a75950..72bf6b6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,9 +3861,10 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 + - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 # Runs out of memory - store From 64129536f433cb7a5830868243dfa277c33a87bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 18:08:33 -0800 Subject: [PATCH 0805/1926] Add constraint "ChannelT < 0.0.0.7" per #3234 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72bf6b6b..709f259d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3267,6 +3267,7 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 + - ChannelT < 0.0.0.7 # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 From ebb8754f46a1e16b24f9523ab5f91797a1d5c119 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 20:21:53 -0800 Subject: [PATCH 0806/1926] Adjust ChannelT constraint to == 0.0.0.4, see #3234 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 709f259d..b2246048 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3267,7 +3267,7 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 - - ChannelT < 0.0.0.7 + - ChannelT == 0.0.0.4 # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 From fe12399059ad3a5ee0e513c0a0185745c28f70e4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 29 Jan 2018 17:29:12 +0100 Subject: [PATCH 0807/1926] Disable failing tests for http-link-header. Please see https://github.com/myfreeweb/http-link-header/issues/7. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73f50bd4..e31f712f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3153,10 +3153,10 @@ packages: "Tim Humphries @thumphries": - transformers-either - + "Andre Van Der Merwe @andrevdm": - bhoogle - + # 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 @@ -3739,6 +3739,7 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7c711c36ac620fdbb6f42ff5c63a8d2a1531a946 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 29 Jan 2018 19:58:18 +0100 Subject: [PATCH 0808/1926] Add upper bounds for semigroupoids. Please see https://github.com/fpco/stackage/issues/3239. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31f712f..de6c9f40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,9 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 + # https://github.com/fpco/stackage/issues/3239 + - semigroupoids < 5.2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d13a7f6227fdeb17bc44107a37e2857acc63360 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 29 Jan 2018 14:53:49 -0800 Subject: [PATCH 0809/1926] Add aeson-typescript --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index de6c9f40..b0830da3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Tom McLaughlin @thomasjm": + - aeson-typescript + "Paulo Tanaka @paulot": # on behalf of Bryan O'Sullivan @bos: - zstd From 8053f677c43bb8822a791e27ae950fe68db1feaf Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jan 2018 10:44:28 +0100 Subject: [PATCH 0810/1926] Revert "Add upper bounds for semigroupoids." This reverts commit 7c711c36ac620fdbb6f42ff5c63a8d2a1531a946. Closes https://github.com/fpco/stackage/issues/3239. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de6c9f40..e31f712f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 - # https://github.com/fpco/stackage/issues/3239 - - semigroupoids < 5.2.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 1fdd5e7ef9338a989871e39743a7e72cdb775de1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jan 2018 17:12:01 +0100 Subject: [PATCH 0811/1926] Remove constraint on terminal-progress-bar. Also reverts 771100ee137d397d0c15da732a631fb82869eec3. This closes https://github.com/fpco/stackage/issues/3230. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31f712f..9905c65f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,9 +3259,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3230 - - terminal-progress-bar < 0.1.2 - # https://github.com/fpco/stackage/issues/3233 - adjunctions < 4.4 @@ -3467,7 +3464,6 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6, see also https://github.com/fpco/stackage/issues/3230 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From 99b860ca273614ba75810d9131316dea811c5df5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:26:24 +0100 Subject: [PATCH 0812/1926] Add upper bounds for eventsource-geteventstore-store + mwc-probability. Please see: * https://github.com/fpco/stackage/issues/3244 * https://github.com/fpco/stackage/issues/3245 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9905c65f..ed778de2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,12 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 + # https://github.com/fpco/stackage/issues/3244 + - eventsource-geteventstore-store < 1.1 + + # https://github.com/fpco/stackage/issues/3245 + - mwc-probability < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From 04dfd8258dd65cc752b306759c34bbfe9c3b08e7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:31:15 +0100 Subject: [PATCH 0813/1926] Add upper bounds for eventstore not eventsource*. This is a fix-up for 99b860ca. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed778de2..f3fa77bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,7 +3273,7 @@ packages: - lens < 4.16 # https://github.com/fpco/stackage/issues/3244 - - eventsource-geteventstore-store < 1.1 + - eventstore < 1.1 # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From 90faa4e5bf5827ec0ba10debff34bb5da20d58c7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:50:57 +0100 Subject: [PATCH 0814/1926] Temporarily block xlsx-tabular. Please see https://github.com/kkazuo/xlsx-tabular/issues/8. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff3b48cc..7d43b6ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,7 +2404,8 @@ packages: - free-vl "Kazuo Koga @kkazuo": - - xlsx-tabular + [] + # - xlsx-tabular # https://github.com/kkazuo/xlsx-tabular/issues/8 "Mikhail Glushenkov @23Skidoo": - Cabal From ad867cea5693b287309990a51ca9f88a935a0fdc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Feb 2018 10:51:53 +0100 Subject: [PATCH 0815/1926] Revert "Temporarily block xlsx-tabular." This reverts commit 90faa4e5bf5827ec0ba10debff34bb5da20d58c7. Closes https://github.com/kkazuo/xlsx-tabular/issues/8. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d43b6ab..ff3b48cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,8 +2404,7 @@ packages: - free-vl "Kazuo Koga @kkazuo": - [] - # - xlsx-tabular # https://github.com/kkazuo/xlsx-tabular/issues/8 + - xlsx-tabular "Mikhail Glushenkov @23Skidoo": - Cabal From cbb23ceb25571317bfa4cd381e41410a6c8cf53f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Feb 2018 11:51:11 +0100 Subject: [PATCH 0816/1926] Add upper bounds sfor product-profunctors. Please see https://github.com/fpco/stackage/issues/3246. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff3b48cc..f5ab9b5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,9 @@ packages: # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 + # https://github.com/fpco/stackage/issues/3246 + - product-profunctors < 0.9.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 817058ffe758b925443733f6b6bf07faa4e7d663 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Thu, 1 Feb 2018 16:26:38 +0000 Subject: [PATCH 0817/1926] Update email and mark package test-suite as unreliable --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5ab9b5f..47b0c2ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -93,7 +93,7 @@ packages: # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types - "Roman Gonzalez @roman": + "Roman Gonzalez @roman": - teardown - capataz @@ -3598,6 +3598,7 @@ expected-test-failures: # from expected-failures if we know a fix has been released. - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + - capataz # https://github.com/roman/Haskell-capataz/issues/6 - crypto-numbers - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - distributed-process From 68db0a93ec17d3fa7dbe53f6be7bd12e016747d7 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Thu, 1 Feb 2018 23:17:51 +0300 Subject: [PATCH 0818/1926] Return haskell-names back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..d7771861 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2627,8 +2627,7 @@ packages: - language-fortran "Philipp Schuster @phischu": - [] - # - haskell-names # haskell-src-exts + - haskell-names "Shao Cheng @TerrorJack": - cabal-toolkit From 0b1c203ca0746b97834681ed824703d498e153ca Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 1 Feb 2018 15:27:20 -0800 Subject: [PATCH 0819/1926] adding hamilton back in to stackage https://github.com/mstksg/hamilton/4 has been fixed in the latest version, so just submitting a change to put it back into the nightlies :) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..9b230bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/mstksg/hamilton/issues/4 - - hamilton < 0 - # https://github.com/nikita-volkov/rebase/issues/11 - rebase < 0 - hasql-migration < 0 From 710aab2cdc7ea4ec291b824655b961e507fc2619 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Thu, 1 Feb 2018 22:51:19 -0500 Subject: [PATCH 0820/1926] Add overhang --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..203cdc7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2351,6 +2351,7 @@ packages: - logging-effect-extra - logging-effect-extra-file - logging-effect-extra-handler + - overhang "Suhail Shergill @suhailshergill": - extensible-effects From 672d6f636f36fab6b7a9f5f2c5639ea410877298 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Feb 2018 12:35:09 +0100 Subject: [PATCH 0821/1926] CURATORS: Add curator github IDs --- CURATORS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 24cd35b4..0cfaca7d 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -3,13 +3,13 @@ team who maintain the Stackage project itself - should be doing on a regular bas Curation activities are mostly automated, and do not take up a significant amount of time. The following is the current list of curators, in alphabetical order: -* Adam Bergmark -* Chris Dornan -* Dan Burton -* Jens Petersen -* Luke Murphy -* Michael Snoyman -* Mihai Maruseac +* Adam Bergmark (@bergmark) +* Chris Dornan (@cdornan) +* Dan Burton (@danburton) +* Jens Petersen (@juhp) +* Luke Murphy (@lwm) +* Michael Snoyman (@snoyberg) +* Mihai Maruseac (@mihaimaruseac) ## Workflow overview From 796d1b6caf3ea433d64a32e913c92cc27b027f70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 12:46:09 +0100 Subject: [PATCH 0822/1926] Remove upper bounds for eventstore. Closes https://github.com/fpco/stackage/issues/3244. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..e60df053 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 - # https://github.com/fpco/stackage/issues/3244 - - eventstore < 1.1 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From ce10957f89ffa14acf233ed543cf8e2335846b1f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 12:48:19 +0100 Subject: [PATCH 0823/1926] Mark aeson-typescript test suite for failure. Please see https://github.com/codedownio/aeson-typescript/issues/2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60df053..a14b9787 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,6 +3746,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 + - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 3ecc908c0b057fc17794eec86401bb381d717ef8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:08:28 +0100 Subject: [PATCH 0824/1926] Mark courier test suite as failing. Please see https://github.com/hargettp/courier/issues/19. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a14b9787..dfdfce3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3747,6 +3747,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 + - courier # https://github.com/hargettp/courier/issues/19 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From e0b99d32421d7efc287fc19e726653f03aef6a45 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:12:51 +0100 Subject: [PATCH 0825/1926] Temp block mega-sdist, hs-snowtify and structured-haskell-mode. Please see: * https://github.com/snoyberg/mega-sdist/issues/4 * https://github.com/aiya000/hs-snowtify/issues/1 * https://github.com/chrisdone/structured-haskell-mode/issues/156 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfdfce3f..604c056e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -294,7 +294,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - mega-sdist + # - mega-sdist # https://github.com/snoyberg/mega-sdist/issues/4 - case-insensitive - classy-prelude-yesod - conduit-combinators @@ -523,7 +523,7 @@ packages: - wrap - path - weigh - - structured-haskell-mode + # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": - RefSerialize @@ -2805,7 +2805,7 @@ packages: "aiya000 @aiya000": - stack-type - throwable-exceptions - - snowtify + # - snowtify # https://github.com/aiya000/hs-snowtify/issues/1 "Mitsutoshi Aoe @maoe": - influxdb From 87b5bfcc8e8e1f9e53b10671cae916e55ea270eb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:58:36 +0100 Subject: [PATCH 0826/1926] Add upper bounds for conduit/yesod-pocalypse. Please see issues referenced in the commit body. --- build-constraints.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 604c056e..fdc2a27d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,48 @@ packages: # https://github.com/fpco/stackage/issues/3246 - product-profunctors < 0.9.0.0 + # https://github.com/fpco/stackage/issues/3251 + - conduit < 1.3.0 + + # https://github.com/fpco/stackage/issues/3252 + - conduit-combinators < 1.3.0 + + # https://github.com/fpco/stackage/issues/3253 + - conduit-extra < 1.3.0 + + # https://github.com/fpco/stackage/issues/3254 + - network-conduit-tls < 1.3.0 + + # https://github.com/fpco/stackage/issues/3255 + - persistent < 2.8.0 + + # https://github.com/fpco/stackage/issues/3256 + - resourcet < 1.2.0 + + # https://github.com/fpco/stackage/issues/3257 + - xml-conduit < 1.8.0 + + # https://github.com/fpco/stackage/issues/3258 + - xml-hamlet < 0.5.0 + + # https://github.com/fpco/stackage/issues/3259 + - yesod < 1.6.0 + + # https://github.com/fpco/stackage/issues/3260 + - yesod-auth < 1.6.0 + + # https://github.com/fpco/stackage/issues/3261 + - yesod-core < 1.6.0 + + # https://github.com/fpco/stackage/issues/3262 + - yesod-form < 1.6.0 + + # https://github.com/fpco/stackage/issues/3263 + - yesod-static < 1.6.0 + + # https://github.com/fpco/stackage/issues/3264 + - yesod-test < 1.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 7f8f13464585b0686b7dfa3ce47326560f14436b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 14:11:20 +0100 Subject: [PATCH 0827/1926] More bounds in place for 87b5bfcc8e8e1f9e53b10671cae916e55ea270eb. --- build-constraints.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdc2a27d..4b1f04e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,10 @@ packages: # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 + - html-conduit < 1.3.0 + - yesod-bin < 1.6.0 + - yesod-eventsource < 1.6.0 + - yesod-websockets < 0.3.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3295,6 +3299,11 @@ packages: # https://github.com/fpco/stackage/issues/3255 - persistent < 2.8.0 + - persistent-mongoDB < 2.8.0 + - persistent-mysql < 2.8.0 + - persistent-postgresql < 2.8.0 + - persistent-sqlite < 2.8.0 + - yesod-persistent < 1.6.0 # https://github.com/fpco/stackage/issues/3256 - resourcet < 1.2.0 @@ -3313,6 +3322,11 @@ packages: # https://github.com/fpco/stackage/issues/3261 - yesod-core < 1.6.0 + - yesod-eventsource < 1.6.0 + - yesod-newsfeed < 1.6.1.0 + - yesod-persistent < 1.6.0 + - yesod-sitemap < 1.6.0 + - yesod-websockets < 0.3.0 # https://github.com/fpco/stackage/issues/3262 - yesod-form < 1.6.0 From 86693d4d585d24bab44d08c1ef215bd7d13b7654 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 4 Feb 2018 00:26:34 +0700 Subject: [PATCH 0828/1926] =?UTF-8?q?Remove=20=E2=80=98data-check=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package has been deprecated and is no longer supported. I seriously doubt it's used by anyone, so it's fairly safe to drop it. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcbe5953..468e46d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,7 +2106,6 @@ packages: - JuicyPixels-extra - identicon - pagination - - data-check - text-metrics - tagged-identity - req From 13cf91e4bb84735bb9efcbe056bd9dbee520f2cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 3 Feb 2018 20:39:14 +0200 Subject: [PATCH 0829/1926] Add back mega-sdist (fixes snoyberg/mega-sdist#4) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcbe5953..9951ecdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -294,7 +294,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - # - mega-sdist # https://github.com/snoyberg/mega-sdist/issues/4 + - mega-sdist - case-insensitive - classy-prelude-yesod - conduit-combinators From f0516e6d48224f374bc51e18e9a4bde664a81b63 Mon Sep 17 00:00:00 2001 From: Johannes Gerer Date: Sun, 4 Feb 2018 20:54:18 +0000 Subject: [PATCH 0830/1926] add buchhaltung --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9951ecdf..e5eb783c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Johannes Gerer ": + - buchhaltung + "Tom McLaughlin @thomasjm": - aeson-typescript From e0e594d2e2d42f76d63307269151ab1bd4f5fbf2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:47:43 +0200 Subject: [PATCH 0831/1926] Extra upper bounds for conduitpocalypse --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9951ecdf..b563d5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,11 @@ packages: - yesod-bin < 1.6.0 - yesod-eventsource < 1.6.0 - yesod-websockets < 0.3.0 + - binary-conduit < 1.3 + - classy-prelude < 1.4 + - classy-prelude-conduit < 1.4 + - classy-prelude-yesod < 1.4 + - hOpenPGP < 2.6 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3300,9 +3305,13 @@ packages: - persistent-postgresql < 2.8.0 - persistent-sqlite < 2.8.0 - yesod-persistent < 1.6.0 + - persistent-mysql-haskell < 0.4 # https://github.com/fpco/stackage/issues/3256 - resourcet < 1.2.0 + - bzlib-conduit < 0.3 + - fold-debounce-conduit < 0.2 + - higher-leveldb < 0.5 # https://github.com/fpco/stackage/issues/3257 - xml-conduit < 1.8.0 From 519ec9c60458da6d74790e10bca2721f0019eaf7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:48:06 +0200 Subject: [PATCH 0832/1926] Upper bound on async for #3268 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b563d5b6..47eb3f9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3342,6 +3342,9 @@ packages: # https://github.com/fpco/stackage/issues/3264 - yesod-test < 1.6.0 + # https://github.com/fpco/stackage/issues/3268 + - async < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9648b613388bf8db16d0b7b7f03515d611356cc7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:48:19 +0200 Subject: [PATCH 0833/1926] Upper bound for tsani/servant-github-webhook#9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47eb3f9f..a8deda48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,9 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + # https://github.com/tsani/servant-github-webhook/issues/9 + - servant-github-webhook < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 70c689bfd406bef294e07a08dddd475ae3e8d9e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 11:48:38 +0200 Subject: [PATCH 0834/1926] Upper bound for haskell/parsec#88 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3190e39..78963474 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3351,6 +3351,9 @@ packages: # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 + # https://github.com/haskell/parsec/issues/88 + - parsec < 3.1.12 + # end of packages # Package flags are applied to individual packages, and override the values of From f9cea244fa12e6ff71f494fd3043bbb8b0902c6c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 5 Feb 2018 16:42:58 +0100 Subject: [PATCH 0835/1926] Remove th-printf expected test failure, it has been fixed / th-printf is no longer in nightly --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78963474..5d76b1c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "2.0" packages: "Johannes Gerer ": - buchhaltung - + "Tom McLaughlin @thomasjm": - aeson-typescript @@ -3812,7 +3812,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 From 84ea7f083054233f02fa5351478b07a44eff1818 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 19:50:17 +0200 Subject: [PATCH 0836/1926] Upper bound on unordered-containers for #3269 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d76b1c1..332e6b12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3354,6 +3354,9 @@ packages: # https://github.com/haskell/parsec/issues/88 - parsec < 3.1.12 + # https://github.com/fpco/stackage/issues/3269 + - unordered-containers < 0.2.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 2476177309f662d60aef7c902ba940b6f0b2bf39 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 20:08:44 +0200 Subject: [PATCH 0837/1926] cereal-conduit upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 332e6b12..fced6013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,7 @@ packages: - classy-prelude-conduit < 1.4 - classy-prelude-yesod < 1.4 - hOpenPGP < 2.6 + - cereal-conduit < 0.8 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From dd3e9ae4c0b3d68330e767d802ca8a30408154e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:38:28 +0200 Subject: [PATCH 0838/1926] Temporary block tweag/sparkle#137 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fced6013..e8110eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,7 +1729,7 @@ packages: - jvm - jvm-streaming - H - - sparkle + # - sparkle # BLOCK https://github.com/tweag/sparkle/issues/137 - th-lift "Christopher Reichert @creichert": From 5b9ca4fb56ffe96b4e9e45bb856a576412bbf113 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:42:43 +0200 Subject: [PATCH 0839/1926] Upper bound on yesod-gitrepo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8110eab..a13334c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3336,6 +3336,7 @@ packages: - yesod-persistent < 1.6.0 - yesod-sitemap < 1.6.0 - yesod-websockets < 0.3.0 + - yesod-gitrepo < 0.3 # https://github.com/fpco/stackage/issues/3262 - yesod-form < 1.6.0 From 1bfe7c71fe684ec921e9ecffba23b60c8a8d1a1d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:47:36 +0200 Subject: [PATCH 0840/1926] Skip tests for retry CC @ozataman, see https://github.com/qfpl/tasty-hedgehog/issues/4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13334c2..63d61ffa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,6 +3563,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - path # via genvalidity genvalidity-property + - retry # tasty 0.12 via tasty-hedgehog # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From fa4ffedaf401ce98f8e7068680f0978a1419ca5b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 06:44:09 +0200 Subject: [PATCH 0841/1926] Upper bound on distributed-closure for tweag/sparkle#137 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63d61ffa..e0a8517e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,7 +1729,7 @@ packages: - jvm - jvm-streaming - H - # - sparkle # BLOCK https://github.com/tweag/sparkle/issues/137 + - sparkle - th-lift "Christopher Reichert @creichert": @@ -3359,6 +3359,9 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 + # https://github.com/tweag/sparkle/issues/137 + - distributed-closure < 0.3.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 26faf5bc8cfc2c0bfc2df323856e8aeca5d80f0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 06:44:18 +0200 Subject: [PATCH 0842/1926] Upper bound on brick for #3270 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0a8517e..39de781c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3362,6 +3362,9 @@ packages: # https://github.com/tweag/sparkle/issues/137 - distributed-closure < 0.3.5 + # https://github.com/fpco/stackage/issues/3270 + - brick < 0.34 + # end of packages # Package flags are applied to individual packages, and override the values of From 9a11c89718b140eee54b5c33a59a55909ce0fd5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 5 Feb 2018 22:26:23 -0800 Subject: [PATCH 0843/1926] Expect tests to pass for universum per serokell/universum#127 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39de781c..76ddad1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3825,7 +3825,6 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 From ec70f06b53c935740b73fa12ccb9a891dfbc1022 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 12:12:40 +0200 Subject: [PATCH 0844/1926] Upper bound for diagrams/diagrams-contrib#73 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76ddad1d..2cf3c51e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,9 @@ packages: # https://github.com/fpco/stackage/issues/3270 - brick < 0.34 + # https://github.com/diagrams/diagrams-contrib/issues/73 + - diagrams-contrib < 1.4.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 23d9d23ff48759074dc50051ae58e8334e43dabb Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 6 Feb 2018 10:36:40 -0500 Subject: [PATCH 0845/1926] Cleanup Kmett packages This accomplishes the following: * Re-alphabetize some packages that were out-of-order * Remove the deprecated packages `comonads-fd`, `comonad-transformers`, `groupoids`, `prelude-extras`, and `profunctor-extras` * Remove a duplicate entry for `monad-products` * Add some packages which I thought were already in this list, but weren't: `algebra`, `ansi-wl-pprint`, `fold`, `gc`, `hybrid-vectors`, `intern`, `keys`, `lens-action`, `rcu`, `recursion-schemes`, and `structs` --- build-constraints.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..31a01809 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -540,6 +540,8 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions + - algebra + - ansi-wl-pprint - approximate - bifunctors - bits @@ -547,8 +549,6 @@ packages: - bytes - charset - comonad - - comonads-fd - - comonad-transformers - compensated - compressed - concurrent-supply @@ -560,17 +560,26 @@ packages: - eq - ersatz - exceptions + - fixed + - folds - free + - gc + - gl - graphs - - groupoids + - half - heaps + - hybrid-vectors - hyperloglog - hyphenation - integration + - intern - intervals - kan-extensions + - keys - lca - lens + - lens-action + - lens-aeson - lens-properties - linear - linear-accelerate @@ -578,17 +587,16 @@ packages: - machines - monadic-arrays - monad-products - - monad-products - monad-st - mtl - nats - numeric-extras - parsers - pointed - - prelude-extras - - profunctor-extras - profunctors - promises + - rcu + - recursion-schemes - reducers - reflection - semigroupoid-extras @@ -596,6 +604,7 @@ packages: - semigroups - speculation - streams + - structs - tagged - trifecta - unique @@ -604,10 +613,6 @@ packages: - wl-pprint-extras - wl-pprint-terminfo - zippers - - fixed - - half - - gl - - lens-aeson - zlib-lens "Andrew Farmer @xich": From d43b91e4546b123a9fa22069919dc87501d5a8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 6 Feb 2018 12:48:20 -0300 Subject: [PATCH 0846/1926] Remove upper bound on distributed-closure. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..8ac1397b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,9 +3359,6 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 - # https://github.com/tweag/sparkle/issues/137 - - distributed-closure < 0.3.5 - # https://github.com/fpco/stackage/issues/3270 - brick < 0.34 From c26a98649ea73f01711e8afe8be236225f59f94b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 18:28:04 +0200 Subject: [PATCH 0847/1926] Upper bound on cryptonite #3274 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..dac1e561 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3368,6 +3368,9 @@ packages: # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 + # https://github.com/fpco/stackage/issues/3274 + - cryptonite < 0.25 + # end of packages # Package flags are applied to individual packages, and override the values of From 2de1f73939e41798fc73a9a03ad8c67269cfb290 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 18:39:12 +0200 Subject: [PATCH 0848/1926] Temporary block ekmett/rcu#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95e5b135..813f1b40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -595,7 +595,7 @@ packages: - pointed - profunctors - promises - - rcu + # - rcu # https://github.com/ekmett/rcu/issues/3 - recursion-schemes - reducers - reflection From 88ef88d83822531fb702f701053e2a940528fc4a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 19:11:12 +0200 Subject: [PATCH 0849/1926] Remove upper bound and close #3270 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 813f1b40..b0179dc3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3364,9 +3364,6 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 - # https://github.com/fpco/stackage/issues/3270 - - brick < 0.34 - # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 From 4a8c96a65ea4ad37e8a7e5e1e99311ba0b86118e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 19:41:45 +0200 Subject: [PATCH 0850/1926] Revert "Temporary block ekmett/rcu#3" This reverts commit 2de1f73939e41798fc73a9a03ad8c67269cfb290. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0179dc3..6349c091 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -595,7 +595,7 @@ packages: - pointed - profunctors - promises - # - rcu # https://github.com/ekmett/rcu/issues/3 + - rcu - recursion-schemes - reducers - reflection From fb05be5005216492af685d3da2cdb0eee9b549a4 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 7 Feb 2018 17:11:16 +0100 Subject: [PATCH 0851/1926] Enable language-puppet package again The upper bound constraint on `servant` has been removed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..36ebc2ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2100,7 +2100,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # servant 0.12 + - language-puppet - tar-conduit "Mark Karpov @mrkkrp": From 29da9590bff53fb74c7af29eea714337d61877a4 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 7 Feb 2018 17:20:10 +0100 Subject: [PATCH 0852/1926] Remove language-puppet from skipped-haddocks The haddock issues has been identified as a bug related to `makeClassy` : https://github.com/haskell/haddock/issues/679 The calls to `makeClassy` has been replaced while waiting for the fix to propagate. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36ebc2ee..c1b4e7af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3970,7 +3970,6 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: -- language-puppet # https://github.com/fpco/stackage/issues/2822 - approximate # end of skipped-haddocks From 878b137b51ecdf2ea280f0c211c3ba1298543859 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 7 Feb 2018 13:22:12 -0800 Subject: [PATCH 0853/1926] one-liner-instances added added one-liner-instances package to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..d2d21fd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1689,6 +1689,7 @@ packages: - backprop - configurator-export - hamilton + - one-liner-linstances - prompt - tagged-binary - type-combinators-singletons From 36eb04ed00f1549e6184cc3dbddacf2fa54f157a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 8 Feb 2018 06:32:27 +0200 Subject: [PATCH 0854/1926] Upper bound on lifted-async #3278 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..e30e69ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,6 +3355,9 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + # https://github.com/fpco/stackage/issues/3278 + - lifted-async < 0.10 + # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 From 6e1695a239d6f750a0385697a3828c8a9ce65177 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 8 Feb 2018 06:37:45 +0200 Subject: [PATCH 0855/1926] Fix typo from #3277 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbaf3abc..aa2c6fc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1689,7 +1689,7 @@ packages: - backprop - configurator-export - hamilton - - one-liner-linstances + - one-liner-instances - prompt - tagged-binary - type-combinators-singletons From f472d13e5df25c8ed4ec11ae13932102ab6352ee Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Thu, 8 Feb 2018 11:11:31 +0300 Subject: [PATCH 0856/1926] aeson-picker package added --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa2c6fc7..41b1f6d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,6 +3072,7 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + - aeson-picker "Warlock @A1-Triard": - errors-ext From a886a971f2b77f8d9744fc2a3b6dbde5aad226d1 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 9 Feb 2018 22:20:03 +0700 Subject: [PATCH 0857/1926] =?UTF-8?q?Remove=20=E2=80=98plan-b=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package is deprecated and no longer supported. Please merge when we have ‘zip-1.0.0’, older versions of ‘zip’ depend on ‘plan-b’. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..242d2e50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2110,7 +2110,6 @@ packages: - slug - path-io - hspec-megaparsec - - plan-b - zip - JuicyPixels-extra - identicon From d37ea69fd0f33a26a62253b13a349d4f1055a1d1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Feb 2018 13:40:43 -0800 Subject: [PATCH 0858/1926] Add package: ANum (Also sort my packages) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..380ce33b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -711,15 +711,16 @@ packages: - wide-word "Dan Burton @DanBurton": - - yesod-gitrev + - ANum - basic-prelude - composition - io-memoize + - lens-family-th - numbers - rev-state - runmemo - tardis - - lens-family-th + - yesod-gitrev "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From c5d4ba8145aef86c14088d788646fc5574dcd07d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 10 Feb 2018 19:38:14 +0200 Subject: [PATCH 0859/1926] More conduit-related upper bounds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..53430cef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,7 @@ packages: - classy-prelude-yesod < 1.4 - hOpenPGP < 2.6 - cereal-conduit < 0.8 + - zip < 1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 42c3a3c36e8238f66af6f9c8521ba35715cb916e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 10 Feb 2018 19:38:49 +0200 Subject: [PATCH 0860/1926] Servant upper bounds for #3281 --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53430cef..17544ce6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3376,6 +3376,16 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 + # https://github.com/fpco/stackage/issues/3281 + - servant < 0.13 + - servant-client < 0.13 + - servant-client-core < 0.13 + - servant-foreign < 0.11 + - servant-server < 0.13 + - servant-docs < 0.11.2 + - servant-mock < 0.8.4 + - servant-swagger < 1.1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 648c3d0000957c5181e0c60efc31b52f905b5a5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Feb 2018 15:19:11 +0200 Subject: [PATCH 0861/1926] Expect benchmark failure mongodb-haskell/mongodb#88 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 981549b3..30bbbda1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3951,6 +3951,7 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 + - mongoDB # https://github.com/mongodb-haskell/mongodb/issues/88 # end of expected-benchmark-failures From 75c91dcfa743050b5b1a732b2283f7657fb3688e Mon Sep 17 00:00:00 2001 From: David Millar-Durrant Date: Mon, 12 Feb 2018 04:07:32 +1300 Subject: [PATCH 0862/1926] add indexed-list-literals --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30bbbda1..c427cbd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle + "David Millar-Durrant @DavidM-D": + - indexed-list-literals + # 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 9f80fabee89b8f0ac56e1df229748bfa457da640 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Feb 2018 19:21:40 +0200 Subject: [PATCH 0863/1926] Remove upper bound on unordered-containers and close #3269 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c427cbd9..5271c0cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3370,9 +3370,6 @@ packages: # https://github.com/haskell/parsec/issues/88 - parsec < 3.1.12 - # https://github.com/fpco/stackage/issues/3269 - - unordered-containers < 0.2.9 - # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 From e53cd23a6eef4b3d32595ae24cd6e2076ae5eaf4 Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Sun, 11 Feb 2018 14:44:01 -0500 Subject: [PATCH 0864/1926] add pushbullet-types --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5271c0cd..f39857da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -26,6 +26,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook + - pushbullet-types "Theodore Lief Gannon @tejon": - aeson-yak From 586379c7118a1052ccf92c0ab9396fc67083f39f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Feb 2018 08:46:26 +0100 Subject: [PATCH 0865/1926] Allow recent versions of hpack. Closes https://github.com/fpco/stackage/issues/3237. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f39857da..07dd09df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,9 +3279,6 @@ packages: - free < 5 - ChannelT == 0.0.0.4 - # https://github.com/fpco/stackage/issues/3237 - - hpack < 0.23 - # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 From 91838f4fd2deac119b29a3b605792a8e70634a1a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Feb 2018 11:39:29 +0200 Subject: [PATCH 0866/1926] Revert "Expect benchmark failure mongodb-haskell/mongodb#88" This reverts commit 648c3d0000957c5181e0c60efc31b52f905b5a5f. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f39857da..e9cd33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3952,7 +3952,6 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - - mongoDB # https://github.com/mongodb-haskell/mongodb/issues/88 # end of expected-benchmark-failures From cf787c94106eb82aad989eadb2ae77ca6f330cf8 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Mon, 12 Feb 2018 19:29:46 +0100 Subject: [PATCH 0867/1926] Add mapquest-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9cd33ba..cb97ef09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -224,6 +224,7 @@ packages: - xeno - goggles - plot-light + - mapquest-api "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 From e040911eade1ccaa2e24f17de20be52b8512b37b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:00:40 +0900 Subject: [PATCH 0868/1926] drop skylighting < 0.6 (#3189) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 266a6ea0..cead192a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3189 - - skylighting < 0.6 - # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 From 011bc3f024c121468341f2d396a828d97e6d0cad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:11:02 +0900 Subject: [PATCH 0869/1926] pqueue < 1.4.1 (#3288) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cead192a..d7d1967e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,6 +3381,8 @@ packages: - servant-mock < 0.8.4 - servant-swagger < 1.1.5 + # https://github.com/fpco/stackage/issues/3288 + - pqueue < 1.4.1 # end of packages # Package flags are applied to individual packages, and override the values of From 3df29863dfee6129f8b2fb0d9ec41ab11b962e38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:13:42 +0900 Subject: [PATCH 0870/1926] butcher < 1.3 (#3289) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7d1967e..4b2c8c90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,6 +3383,9 @@ packages: # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 + + # https://github.com/fpco/stackage/issues/3289 + - butcher < 1.3 # end of packages # Package flags are applied to individual packages, and override the values of From 11a62b01efb072540f2746c40642d7453c2ec307 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:16:47 +0900 Subject: [PATCH 0871/1926] doctest < 0.14 (#3290) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b2c8c90..6330d741 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3386,6 +3386,9 @@ packages: # https://github.com/fpco/stackage/issues/3289 - butcher < 1.3 + + # https://github.com/fpco/stackage/issues/3290 + - doctest < 0.14 # end of packages # Package flags are applied to individual packages, and override the values of From b34ea3f4ddcc659d71f329a03910af3fe3ad9211 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 14 Feb 2018 20:48:12 -0800 Subject: [PATCH 0872/1926] added hmatrix-vector-sized and hmatrix-backprop hmatrix-vector-sized and hmatrix-backprop --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea4a668e..52f592bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,6 +1692,8 @@ packages: - backprop - configurator-export - hamilton + - hmatrix-backprop + - hmatrix-vector-sized - one-liner-instances - prompt - tagged-binary From 3cb33fc90e1ee73f073ae52e2981413f19997e54 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:14:56 +0900 Subject: [PATCH 0873/1926] Revert "butcher < 1.3 (#3289)" This reverts commit 3df29863dfee6129f8b2fb0d9ec41ab11b962e38. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52f592bb..cc1b209b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3387,9 +3387,6 @@ packages: # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 - # https://github.com/fpco/stackage/issues/3289 - - butcher < 1.3 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 # end of packages From 7461d3cc4c332be22b0ce841dcaa86d1ef3b3046 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:29:47 +0900 Subject: [PATCH 0874/1926] stm-conduit < 4.0.0 (#3251) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc1b209b..9a1d0401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,6 +3301,7 @@ packages: - hOpenPGP < 2.6 - cereal-conduit < 0.8 - zip < 1 + - stm-conduit < 4.0.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 249df1b3d68637e1be67e7e5bc6f6eb5ca5b41e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:35:22 +0900 Subject: [PATCH 0875/1926] pretty-show < 1.7 (#3292) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a1d0401..b0948a01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3390,6 +3390,9 @@ packages: # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 + + # https://github.com/fpco/stackage/issues/3292 + - pretty-show < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From 3e67ac9394134c2d36353b71f748db881b590900 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:43:02 +0900 Subject: [PATCH 0876/1926] tasty-golden < 2.3.1.3 and drop capataz < 0.0.0.2 (#3178) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0948a01..3f118ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - - capataz < 0.0.0.2 + - tasty-golden < 2.3.1.3 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 From 128e7b783b90ea051ad24b44acc792f3d399227c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:43:48 +0900 Subject: [PATCH 0877/1926] tasty-quickcheck < 0.10 (#3178, #3293) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f118ae5..4c928f79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - tasty-golden < 2.3.1.3 + - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3293 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 From 08a36109229414be25285acd1963feb59ff543f1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 11:36:07 +0900 Subject: [PATCH 0878/1926] hpack < 0.27.0 (#3294, commercialhaskell/stack#3871) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c928f79..4cb621d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,6 +3394,10 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 + + # https://github.com/fpco/stackage/issues/3294 + # https://github.com/commercialhaskell/stack/issues/3871 + - hpack < 0.27.0 # end of packages # Package flags are applied to individual packages, and override the values of From 9c3ca47d2c63cd82c9bbc34d05d2abe8012443f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 18:54:55 +0900 Subject: [PATCH 0879/1926] hpack < 0.26.0 and cabal2nix < 2.8.2 (#3294) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb621d1..dc455bf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,8 @@ packages: # https://github.com/fpco/stackage/issues/3294 # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.27.0 + - hpack < 0.26.0 + - cabal2nix < 2.8.2 # end of packages # Package flags are applied to individual packages, and override the values of From fb95265c61bc7efe022cc23ba68812e17e82463e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 20:19:31 +0900 Subject: [PATCH 0880/1926] filecache < 0.3.0 (#3295) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc455bf8..8348899a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,6 +3399,9 @@ packages: # https://github.com/commercialhaskell/stack/issues/3871 - hpack < 0.26.0 - cabal2nix < 2.8.2 + + # https://github.com/fpco/stackage/issues/3295 + - filecache < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 71658f6c744c9467c2ed03c65baacae972d590de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 20:25:38 +0900 Subject: [PATCH 0881/1926] hpack < 0.23.0 (#3294) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8348899a..1d3fd392 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,7 @@ packages: # https://github.com/fpco/stackage/issues/3294 # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.26.0 + - hpack < 0.23.0 - cabal2nix < 2.8.2 # https://github.com/fpco/stackage/issues/3295 From 90f1a56b2d65ad28afd60fbddbbc14cc36dbb5fd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 18:44:13 +0900 Subject: [PATCH 0882/1926] stack-1.6.3.1 should build with latest hpack (#3294) fixes #3294 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d3fd392..516c1339 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3395,11 +3395,6 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 - # https://github.com/fpco/stackage/issues/3294 - # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.23.0 - - cabal2nix < 2.8.2 - # https://github.com/fpco/stackage/issues/3295 - filecache < 0.3.0 # end of packages From 4019d58a17d1c41e2813b47e9e45d9d4a81c16b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 19:24:28 +0900 Subject: [PATCH 0883/1926] drop "adjunctions < 4.4": closes #3233 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 516c1339..20c0752f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,9 +3273,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3233 - - adjunctions < 4.4 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 From 30a32b3696a3309f249dbfafad9499d89e4872e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 19:25:40 +0900 Subject: [PATCH 0884/1926] drop "safe < 0.3.16": closes #3172 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20c0752f..f3533703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3229,9 +3229,6 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3172 - - safe < 0.3.16 - # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 - singletons < 2.4 From 8f04a48da8828bc5578168d50a0b2845b4227cf8 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 17 Feb 2018 13:53:45 +0000 Subject: [PATCH 0885/1926] add static-text --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3533703..704a5e9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,6 +3176,9 @@ packages: "David Millar-Durrant @DavidM-D": - indexed-list-literals + "Dmitry Dzhus @dzhus": + - static-text + # 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 81aaadb51eeb9287883504f093da69dc9e2084e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 18 Feb 2018 17:48:36 +0900 Subject: [PATCH 0886/1926] doctest-discover < 0.1.0.8 (karun012/doctest-discover#19) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3533703..a9d8a245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,6 +3391,9 @@ packages: # https://github.com/fpco/stackage/issues/3295 - filecache < 0.3.0 + + # https://github.com/karun012/doctest-discover/issues/19 + - doctest-discover < 0.1.0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 9fc9bb48f7f34ec30b30eea2296da32a3e44c635 Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Sun, 18 Feb 2018 13:43:53 -0800 Subject: [PATCH 0887/1926] Add perfect-hash-generator --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1d6b3f..20761ed3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,6 +413,9 @@ packages: - profiterole - debug + "Karl Ostmo @kostmo": + - perfect-hash-generator + "Alan Zimmerman @alanz": - ghc-exactprint - haskell-lsp From abd2e479c46061b4cb77c965de709e6a7899c2ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Feb 2018 12:01:10 +0900 Subject: [PATCH 0888/1926] drop "filecache < 0.3.0" (#3295) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1d6b3f..16807d43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3392,9 +3392,6 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 - # https://github.com/fpco/stackage/issues/3295 - - filecache < 0.3.0 - # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 # end of packages From 63379e9dbda9a2bf18c7e4dfdb265130e3b828ea Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 19 Feb 2018 12:59:57 +0300 Subject: [PATCH 0889/1926] Add new packages massiv and massiv-io to Stackage --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..337a858a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,6 +2791,8 @@ packages: "Alexey Kuleshevich @lehins": - wai-middleware-auth - hip + - massiv + - massiv-io "Hans-Peter Deifel @hpdeifel": - hledger-iadd From 6424958fadaad68858aed8f83a7e829cc1c1665a Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Mon, 19 Feb 2018 06:47:04 -0800 Subject: [PATCH 0890/1926] Add rollbar-hs --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..216f83d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2906,6 +2906,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": + - rollbar-hs - servant-ruby - wai-middleware-rollbar From a0f69f335b10ef4d4885694cc5742bd6f193bacf Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Mon, 19 Feb 2018 08:39:10 -0800 Subject: [PATCH 0891/1926] Add req-url-extra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..f8e63b3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -103,6 +103,7 @@ packages: "Richard Cook @rcook": - hidden-char + - req-url-extra "Vanessa McHale @vmchale": - tibetan-utils From b25d69fefcab973ef3b0b12950b139f2d3eeac27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Feb 2018 14:52:53 +0900 Subject: [PATCH 0892/1926] We will miss lwm --- CURATORS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 0cfaca7d..dc4ebfbf 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -7,7 +7,6 @@ The following is the current list of curators, in alphabetical order: * Chris Dornan (@cdornan) * Dan Burton (@danburton) * Jens Petersen (@juhp) -* Luke Murphy (@lwm) * Michael Snoyman (@snoyberg) * Mihai Maruseac (@mihaimaruseac) From b117f6147c30f84dde291270e3796515e146fe2b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Feb 2018 12:14:22 +0900 Subject: [PATCH 0893/1926] prettyprinter < 1.2 (#3298) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..f781696e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,6 +3394,9 @@ packages: # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 + + # https://github.com/fpco/stackage/issues/3298 + - prettyprinter < 1.2 # end of packages # Package flags are applied to individual packages, and override the values of From 0ec5d8d343b63e1c3ca96d826f607b8a0e20c6a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Feb 2018 15:56:09 +0900 Subject: [PATCH 0894/1926] github < 0.19 (#3232) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f781696e..96d8f397 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3218,6 +3218,7 @@ packages: # https://github.com/fpco/stackage/issues/3232 - http-types < 0.10 - hoauth2 < 1.6.1 + - github < 0.19 # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 4cbb4f985715ea47bd6f64b5919be6c6e6f11753 Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Tue, 20 Feb 2018 03:45:03 -0800 Subject: [PATCH 0895/1926] Add katip-rollbar --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53994511..89d862d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2912,6 +2912,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": + - katip-rollbar - rollbar-hs - servant-ruby - wai-middleware-rollbar From 04153515003c1297b4e96642795740b39ce9b3a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Feb 2018 09:31:10 -0800 Subject: [PATCH 0896/1926] Bound zip-archive as it's broken on Windows (#3304) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89d862d3..7af9f65f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,6 +3406,9 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 + + # https://github.com/fpco/stackage/issues/3304 + - zip-archive < 0.3.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From e97590dab19c53b09b38f5da639b1f6c17e2d5f4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Feb 2018 09:42:24 -0800 Subject: [PATCH 0897/1926] Remove upper bound on log-warper (serokell/log-warper#91) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7af9f65f..f0bd6186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,7 +3239,7 @@ packages: # https://github.com/serokell/log-warper/pull/91 # That PR switches to `<^` Cabal bounds syntax - - log-warper < 1.8.5 + # log-warper < 1.8.5 # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 From 360152948185ebee322001124de03aa11983434d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 08:16:37 -0800 Subject: [PATCH 0898/1926] Remove commented out stanza --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0bd6186..108fa21a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,10 +3237,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/serokell/log-warper/pull/91 - # That PR switches to `<^` Cabal bounds syntax - # log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 - singletons < 2.4 From 6d7f9eef34b3d62a71ad8eaa14b6aaf2b5f3b6dc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 11:31:17 -0800 Subject: [PATCH 0899/1926] Add @jprider63 as maintainer for http-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 108fa21a..05432af4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,6 +382,9 @@ packages: - mono-traversable - http-client + + + "Michael Snoyman michael@snoyman.com @snoyberg & TODO Name TODO email @jprider63": - http-conduit "Omari Norman @massysett": From 5862704dc04348ad032485832a838799ab3fc86d Mon Sep 17 00:00:00 2001 From: James Parker Date: Thu, 22 Feb 2018 14:35:51 -0500 Subject: [PATCH 0900/1926] Revert "Add @jprider63 as maintainer for http-conduit" This reverts commit 6d7f9eef34b3d62a71ad8eaa14b6aaf2b5f3b6dc. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05432af4..108fa21a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,9 +382,6 @@ packages: - mono-traversable - http-client - - - "Michael Snoyman michael@snoyman.com @snoyberg & TODO Name TODO email @jprider63": - http-conduit "Omari Norman @massysett": From 0c94f63d6eb1d5d867154b7fdd2a4678e8de8889 Mon Sep 17 00:00:00 2001 From: James Parker Date: Thu, 22 Feb 2018 14:39:49 -0500 Subject: [PATCH 0901/1926] Add my github username for docker --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 108fa21a..c75c2dab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,7 +3053,7 @@ packages: - bitset-word8 - cisco-spark-api - "Deni Bertovic @denibertovic, James Parker ": + "Deni Bertovic @denibertovic & James Parker @jprider63": - docker "Hexirp @Hexirp": From a63053cc9acea291663886fe9341e1ba8e296f0f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 14:58:36 -0800 Subject: [PATCH 0902/1926] zip-archive has been upgraded --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c75c2dab..97f2bf5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,9 +3402,6 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 - - # https://github.com/fpco/stackage/issues/3304 - - zip-archive < 0.3.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From 69b8a328f35f89d13e473f20ffd24bfed5f7b8ee Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 23:57:40 -0800 Subject: [PATCH 0903/1926] Upper bound cassava-conduit as it depends on conduit upper bounded by #3251 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97f2bf5d..780197c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,6 +3305,7 @@ packages: - cereal-conduit < 0.8 - zip < 1 - stm-conduit < 4.0.0 + - cassava-conduit < 0.4.0.2 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 394250e213ae92d68e1b0445ab31f3dd376af36d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 11:05:04 -0800 Subject: [PATCH 0904/1926] Bound optpare-generic (#3306) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 780197c2..7ecb1620 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3403,6 +3403,9 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 + + # https://github.com/fpco/stackage/issues/3306 + - optparse-generic < 1.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 84c0d1c444fc58f9ada0c8c12115f86ebfbe59f8 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:02 -0500 Subject: [PATCH 0905/1926] Add datadog to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..b030d164 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - datadog + # 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 c85a8e7c069369ded2756c9127e687986e3961ef Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:34 -0500 Subject: [PATCH 0906/1926] Add oauthenticated to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..e5e85de5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - oauthenticated + # 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 118336d2a57379fb3c2ecaa2467df3cbe60e067a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:20:03 -0800 Subject: [PATCH 0907/1926] Bound dhall (#3309) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..856fb2b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,6 +3406,9 @@ packages: # https://github.com/fpco/stackage/issues/3306 - optparse-generic < 1.3.0 + + # https://github.com/fpco/stackage/issues/3309 + - dhall < 1.10 # end of packages # Package flags are applied to individual packages, and override the values of From a0d97fc5ef416e787a0974e7fb653e6c6a629b3e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:29:32 -0800 Subject: [PATCH 0908/1926] Upper bound dhall-bash due to compile failure (#3310) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 856fb2b4..b88f1177 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 + + # https://github.com/fpco/stackage/issues/3310 + - dhall-bash < 1.0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 8f5a88105c7775e1b28f6e3e722925d701a198c7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:31:45 -0800 Subject: [PATCH 0909/1926] Group dhall-packages together. Close #3310 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88f1177..b4b949de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,8 +3409,6 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 - - # https://github.com/fpco/stackage/issues/3310 - dhall-bash < 1.0.8 # end of packages From 928633ef9595da06cf4c0895453e5cc618fbafa7 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:34 -0500 Subject: [PATCH 0910/1926] Add oauthenticated to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b949de..d8aad464 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - oauthenticated + # 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 16de3d1cc5e4a93b8be7200bad1a2319990bfe2f Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 24 Feb 2018 19:42:01 -0800 Subject: [PATCH 0911/1926] Add a symlink from /usr/bin/node to /usr/bin/nodejs Fixes a problem on https://github.com/fpco/lts-haskell/issues/94 See https://github.com/yarnpkg/yarn/pull/1180 for more context on the underlying problem --- debian-bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 833da323..12ee32cd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -170,6 +170,11 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.9" 50 update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.9" 50 +# Made sure a "node" binary is in the path, as well as "nodejs". +# A historical naming collision on Debian means that the binary is called "nodejs", +# but some tools like tsc still expect "node" to exist. +ln -s /usr/bin/nodejs /usr/bin/node + # install ocilib dependencies then build and install ocilib cd /tmp \ && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-basiclite_12.1.0.2.0-2_amd64.deb \ From b2700bee1d8ea5f3cecbd7f4b5d4e4b012b4fbe4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 24 Feb 2018 22:08:59 -0800 Subject: [PATCH 0912/1926] Bound transformers-compat (#3312) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8aad464..baaedb4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,6 +3413,9 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 - dhall-bash < 1.0.8 + + # https://github.com/fpco/stackage/issues/3312 + - transformers-compat < 0.6.0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 096b3642924e6cd76463b3e7ea2d34cdfae26954 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Feb 2018 11:18:02 +0100 Subject: [PATCH 0913/1926] tasty-hedgehog made a release. Unblock packages. Refs: - https://github.com/qfpl/tasty-hedgehog/issues/4 - https://github.com/fpco/stackage/issues/2995 - https://github.com/fpco/stackage/pull/3140/files --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..6211c451 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,7 @@ packages: - List "Luke Murphy @lwm": - # - tasty-discover # tasty via tasty-hedgehog + - tasty-discover - lentil "Marco Zocca @ocramz": @@ -2405,7 +2405,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - # - rng-utils # tasty via tasty-hedgehog + - rng-utils - ua-parser - hs-GeoIP - retry From 4f7383f18be795bfb1cc04fd3bd128fce09f1a36 Mon Sep 17 00:00:00 2001 From: Raghu Kaippully Date: Sun, 25 Feb 2018 19:20:31 +0530 Subject: [PATCH 0914/1926] Add starter package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..f8272aeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,9 @@ packages: "Dan Fithian @dfithian": - oauthenticated + "Raghu Kaippully @rkaippully": + - starter + # 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 dba73acc5961a9210cf082a2c793943ebb53ff72 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Feb 2018 12:49:39 -0800 Subject: [PATCH 0915/1926] Upper bound exceptions (#3315) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..4462838a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,6 +3416,9 @@ packages: # https://github.com/fpco/stackage/issues/3312 - transformers-compat < 0.6.0.2 + + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From 15f57b1a9a05d3746d93b93dda08d6092a19ada5 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Sun, 25 Feb 2018 16:03:54 -0500 Subject: [PATCH 0916/1926] add distributed-process-(monad-control, lifted) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4462838a..18e45bea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,6 +3043,8 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb + - distributed-process-monad-control + - distributed-process-lifted "Adam Curtis @kallisti-dev": - webdriver From a1a8e7999efc9a83ac9c4c664b7147483be4b547 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 26 Feb 2018 08:20:23 -0500 Subject: [PATCH 0917/1926] Add more pbrisbin packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..06bff6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -667,6 +667,9 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env + - yesod-auth-oauth2 + - yesod-markdown + - yesod-paginator "Felipe Lessa @meteficha": - fb From e1cd8d9ea380297086879fbdaad125aee66db2fd Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Mon, 26 Feb 2018 16:55:52 +0000 Subject: [PATCH 0918/1926] Remove myself as a maintainer I have no particular connection to the projects I'm listed as maintaining, so it's inappropriate for me to be listed as a maintainer in Stackage. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..8b9b11e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1615,11 +1615,6 @@ packages: - timezone-series - timezone-olson - "Josh Holland @jshholland": - - sandi - - data-ordlist - - xmonad - "Harry Garrood @hdgarrood": - aeson-better-errors From 93f1117f8041af4e447980bc60326a976623f212 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:29:01 +0100 Subject: [PATCH 0919/1926] Re-enable store tests fpco/store#120 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..e3a20512 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3957,7 +3957,6 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - store # https://github.com/fpco/store/issues/120 - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) From 2395e0b23a7d0d6d1f52c861f6fbf4732678f0b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:30:42 +0100 Subject: [PATCH 0920/1926] Re-enable nakadi-client tests --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3a20512..9018ebea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3745,6 +3745,7 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - dns # https://github.com/kazu-yamamoto/dns/issues/29 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache @@ -3752,13 +3753,13 @@ expected-test-failures: - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - libmpd # https://github.com/vimus/libmpd-haskell/issues/104 - math-functions # https://github.com/bos/math-functions/issues/25 + - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 - 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 - - matplotlib # https://github.com/fpco/stackage/issues/2365 - - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build @@ -3791,7 +3792,6 @@ expected-test-failures: - credential-store # requieres dbus sockets - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventful-dynamodb @@ -3848,7 +3848,6 @@ expected-test-failures: - websockets - accelerate-bignum # CUDA GPU - gdax # Needs environment variables set - - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account From 32e5e0d3ae5180d629c6239f7acd4fc0cfe4c648 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:32:48 +0100 Subject: [PATCH 0921/1926] Close #3298. Close #3306. Close #3309 --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9018ebea..c8bab4de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,16 +3409,6 @@ packages: # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 - # https://github.com/fpco/stackage/issues/3298 - - prettyprinter < 1.2 - - # https://github.com/fpco/stackage/issues/3306 - - optparse-generic < 1.3.0 - - # https://github.com/fpco/stackage/issues/3309 - - dhall < 1.10 - - dhall-bash < 1.0.8 - # https://github.com/fpco/stackage/issues/3312 - transformers-compat < 0.6.0.2 From 96da791c9a308397eba0c5dfd0dc3cfbb25a5457 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 19:09:51 +0100 Subject: [PATCH 0922/1926] Upgrade hedis, closes #3193. Re-enable rebase/hasql-migration nikita-volkov/rebase#11. Close #3254, in favor of #3251. Close #3258. Upgrade parsec haskell/parsec#88. Re-enable diagrams-contrib diagrams/diagrams-contrib#73 --- build-constraints.yaml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8bab4de..4b475a31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,7 +3239,7 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # Does not support newest QuickCheck + # https://github.com/haskell/test-framework/issues/35 - test-framework < 0.8.2.0 # https://github.com/fpco/stackage/issues/3154 @@ -3266,9 +3266,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3193 - - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 - hoogle < 5.0.17 @@ -3276,14 +3273,11 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/nikita-volkov/rebase/issues/11 - - rebase < 0 - - hasql-migration < 0 - # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 # https://github.com/silkapp/rest/issues/157 + # Build failure - rest-client < 0.5.2.1 # https://github.com/fpco/stackage/issues/3234 @@ -3314,6 +3308,7 @@ packages: - zip < 1 - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 + - network-conduit-tls < 1.3.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3321,9 +3316,6 @@ packages: # https://github.com/fpco/stackage/issues/3253 - conduit-extra < 1.3.0 - # https://github.com/fpco/stackage/issues/3254 - - network-conduit-tls < 1.3.0 - # https://github.com/fpco/stackage/issues/3255 - persistent < 2.8.0 - persistent-mongoDB < 2.8.0 @@ -3342,9 +3334,6 @@ packages: # https://github.com/fpco/stackage/issues/3257 - xml-conduit < 1.8.0 - # https://github.com/fpco/stackage/issues/3258 - - xml-hamlet < 0.5.0 - # https://github.com/fpco/stackage/issues/3259 - yesod < 1.6.0 @@ -3378,12 +3367,6 @@ packages: # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 - # https://github.com/haskell/parsec/issues/88 - - parsec < 3.1.12 - - # https://github.com/diagrams/diagrams-contrib/issues/73 - - diagrams-contrib < 1.4.2 - # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 From d430244a2499c7be295f2a6e88a2afb745ec9fae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 21:04:09 +0100 Subject: [PATCH 0923/1926] Re-enable aeson-typescript tests (needs new docker image) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5abb988c..a73ede25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,7 +3858,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 - courier # https://github.com/hargettp/courier/issues/19 # Compilation failures From b7c3a7a579873bb1a1561ccbfcb2047fc2e5e823 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 23:29:25 +0100 Subject: [PATCH 0924/1926] Re-disable store tests fpco/store#125 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a73ede25..23efa182 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3608,6 +3608,7 @@ skipped-tests: - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 + - store # https://github.com/fpco/store/issues/125 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 80138d4d7ffbe8bd4d5179a28ae8a50d6eda2108 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Feb 2018 00:08:31 +0100 Subject: [PATCH 0925/1926] Expect show-prettyprint tests to fail #3298 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23efa182..1bd0c28e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,9 +3857,10 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - courier # https://github.com/hargettp/courier/issues/19 + - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 + - courier # https://github.com/hargettp/courier/issues/19 + - show-prettyprint # https://github.com/fpco/stackage/issues/3298#issuecomment-368632703 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 741e15abf6257e6aa540b4f1a6babdccb1e35088 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 03:14:43 +0100 Subject: [PATCH 0926/1926] upper bounds for #3320 and #3321 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bd0c28e..efbd25b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,8 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 + # https://github.com/fpco/stackage/issues/3321 + - conduit < 1.2.13.1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3395,6 +3397,13 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + + # https://github.com/fpco/stackage/issues/3320 + - inline-java < 0.8 + - jni < 0.6 + - jvm-streaming < 0.3 + - jvm-batching < 0 + # end of packages # Package flags are applied to individual packages, and override the values of From 791d0a8ac7eecab08dcacbf647146574b7a5cb9e Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Tue, 27 Feb 2018 21:41:58 -0500 Subject: [PATCH 0927/1926] Add show-combinators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..366dd9c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: "Li-yao Xia @Lysxia": - boltzmann-samplers - generic-random + - show-combinators "Tobias Dammers @tdammers": - ginger From babcf5dea50e1d92f5e90777a63ff3c7fd3a1e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 27 Feb 2018 15:41:41 -0300 Subject: [PATCH 0928/1926] Add jvm-batching. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bd0c28e..b398e61a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,6 +2166,7 @@ packages: - distributed-process-tests - distributed-process-simplelocalnet - distributed-static + - jvm-batching - network-transport - network-transport-tests - network-transport-tcp From bb7640c5fb6cde7b974655c4d1b2a7b0344a10c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:33:59 +0100 Subject: [PATCH 0929/1926] Close #3321. Close #3320 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..274be21b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,8 +3307,6 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 - # https://github.com/fpco/stackage/issues/3321 - - conduit < 1.2.13.1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3398,12 +3396,6 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 - # https://github.com/fpco/stackage/issues/3320 - - inline-java < 0.8 - - jni < 0.6 - - jvm-streaming < 0.3 - - jvm-batching < 0 - # end of packages # Package flags are applied to individual packages, and override the values of From ded6e07ceef9a8b24955ade17fe9464db283caae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:36:12 +0100 Subject: [PATCH 0930/1926] debian-bootstrap: Add datadog env vars --- debian-bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 12ee32cd..bf1bf991 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -243,3 +243,7 @@ pushd /tmp \ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev + +# For the datadog package +DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 +DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From a8f75ee7daeacd28d97d0c82a7e05d9873b4a273 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:36:24 +0100 Subject: [PATCH 0931/1926] debian-bootstrap: Add datadog env vars --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bf1bf991..a2c5aedb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -245,5 +245,5 @@ apt-add-repository multiverse \ && apt-get install -y nvidia-cuda-dev # For the datadog package -DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 -DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b +export DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 +export DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From 68cfdee1e4dea0c7d489dab21b85d8e1e83622ed Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Wed, 28 Feb 2018 18:31:51 +1100 Subject: [PATCH 0932/1926] Update information for donkeybonks & add github-webhooks - take 2 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..3ca265c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2877,10 +2877,13 @@ packages: - aeson-diff - edit-distance-vector - "Kyle Van Berendonck @kvanberendonck": + "Kyle Van Berendonck @donkeybonks": - rot13 - dvorak + "OnRock Engineering ": + - github-webhooks + "Pavel Yakovlev @zmactep": - hasbolt @@ -4184,6 +4187,8 @@ github-users: - phadej ekmett: - RyanGlScott + onrock-eng: + - donkeybonks # end of github-users From 14215b3cf9dbe7949a0e4daf451df5935be2fc7a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:06:29 +0100 Subject: [PATCH 0933/1926] async-timer upper bound for #3268 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f0714c..03d5a10f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,6 +3359,7 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + - async-timer < 0.2 # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 From b7f29197c7f3315d604710cfcd70d70fa02c08ba Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:40:45 +0100 Subject: [PATCH 0934/1926] Expect datadog tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5695c17..8303cb0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3769,6 +3769,7 @@ expected-test-failures: - cabal-install - consul-haskell - credential-store # requieres dbus sockets + - datadog # requires API keys in env vars https://github.com/fpco/stackage/pull/3308#issuecomment-369535040 - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - drifter-postgresql # PostgreSQL From 13ab2b86779c98598e96af7f4c4b9653ba280be5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:41:11 +0100 Subject: [PATCH 0935/1926] debian-bootstrap: Remove datadog keys --- debian-bootstrap.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a2c5aedb..12ee32cd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -243,7 +243,3 @@ pushd /tmp \ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev - -# For the datadog package -export DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 -export DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From 37d6aee6050fb0811d5de0784584cb33cff00ffe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:42:14 +0100 Subject: [PATCH 0936/1926] Expect jvm-streaming tests to fail #3323 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8303cb0d..dbb20ff6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3793,6 +3793,7 @@ expected-test-failures: - hocilib # oracle - hworker - jvm + - jvm-streaming # https://github.com/fpco/stackage/issues/3323 - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 44161955e3d268e0e39467848b1bfb4c8c282feb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:46:17 +0100 Subject: [PATCH 0937/1926] Expect github-webhooks tests to fail #3322 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbb20ff6..192525d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,6 +3848,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - github-webhooks # https://github.com/fpco/stackage/pull/3322#issuecomment-369536583 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From 571143041f5c2f6f3769710f3e6af03bef309e3f Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 08:00:43 -0800 Subject: [PATCH 0938/1926] add yesod-auth-bcryptdb resolve yusent/yesod-auth-bcryptdb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192525d8..79477f0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Yusent Chig ": + - yesod-auth-bcryptdb + "Johannes Gerer ": - buchhaltung From 643d70e5ff86aa5a4e0b6f53e182ec688d089f0d Mon Sep 17 00:00:00 2001 From: recursion-ninja Date: Thu, 1 Mar 2018 13:44:22 -0500 Subject: [PATCH 0939/1926] Adding bv-little package to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192525d8..0df5aa08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3198,6 +3198,9 @@ packages: "Raghu Kaippully @rkaippully": - starter + "Alex Washburn @recursion-ninja": + - bv-little + # 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 6b986d163494d39a1ea134eff4877d8e31e36ea4 Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 21:50:00 -0800 Subject: [PATCH 0940/1926] add github username --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79477f0b..76262f1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: - "Yusent Chig ": + "Yusent Chig @yusent": - yesod-auth-bcryptdb "Johannes Gerer ": From ea43a844a102de1a4187d74e37e38b4d29eb5e68 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:07:13 +0100 Subject: [PATCH 0941/1926] streaming-commons upper bound for #3327 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index beb24fca..1a0c9c7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,7 +3203,7 @@ packages: "Alex Washburn @recursion-ninja": - bv-little - + # 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 @@ -3408,6 +3408,9 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + # https://github.com/fpco/stackage/issues/3327 + - streaming-commons < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 5d027d2ac694bb93976dcb6d4b189319537aef4a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:11:58 +0100 Subject: [PATCH 0942/1926] Re-enable jvm-streaming tests, closes #3323 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a0c9c7d..4e96396a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3802,7 +3802,6 @@ expected-test-failures: - hocilib # oracle - hworker - jvm - - jvm-streaming # https://github.com/fpco/stackage/issues/3323 - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 44e6d2b50c0473485a822b03bbb0adcb44aa875b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:19:33 +0100 Subject: [PATCH 0943/1926] Re-enable show-prettyprint tests #3298 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e96396a..cc004a8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,7 +3878,6 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 - - show-prettyprint # https://github.com/fpco/stackage/issues/3298#issuecomment-368632703 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b7fd47607d0a7ef2259fc1f79466b5c8cbd77f9f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 4 Mar 2018 19:04:41 +0100 Subject: [PATCH 0944/1926] skylighting upper bound for #3329 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d05af00..ed73cf0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3412,6 +3412,9 @@ packages: # https://github.com/fpco/stackage/issues/3327 - streaming-commons < 0.2 + # https://github.com/fpco/stackage/issues/3329 + - skylighting < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From d1a91fcda13de783ce9e2ffcb6d74daf458a193d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 4 Mar 2018 22:01:45 +0100 Subject: [PATCH 0945/1926] one-liner upper bound for #3330 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed73cf0e..8b6b9d84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,9 @@ packages: # https://github.com/fpco/stackage/issues/3329 - skylighting < 0.7 + # https://github.com/fpco/stackage/issues/3330 + - one-liner < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From 87030b7d9c2c1ecd254db42a15a5cd0321c98833 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 5 Mar 2018 08:52:27 +0100 Subject: [PATCH 0946/1926] Expect influxdb tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b6b9d84..4ca293ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3808,6 +3808,7 @@ expected-test-failures: - hedis - hocilib # oracle - hworker + - influxdb - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch From dcd4b3368806244b7acadacb1bf3ebc2777f96f5 Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Mon, 5 Mar 2018 11:10:55 -0500 Subject: [PATCH 0947/1926] resolved: upper bound for tsani/servant-github-webhook#9 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ca293ac..f65c1a67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3375,9 +3375,6 @@ packages: # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 - # https://github.com/tsani/servant-github-webhook/issues/9 - - servant-github-webhook < 0.4 - # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 From 1b9ff4fab934c0dafcd0dbb301101b4f199f4475 Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Mon, 5 Mar 2018 16:22:12 -0800 Subject: [PATCH 0948/1926] adding curl-runnings and cryptocompare libraries, maintainer avi press --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f65c1a67..d47dfc98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,6 +3205,10 @@ packages: "Alex Washburn @recursion-ninja": - bv-little + "Avi Press @aviaviavi": + - curl-runnings + - cryptocompare + # 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 6c063671aa272b102bd6ebfad974e70dac5da490 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 18:04:31 +0100 Subject: [PATCH 0949/1926] llvm-hs(-pure) upper bounds for #3333 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f65c1a67..038b1de9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,10 @@ packages: # https://github.com/fpco/stackage/issues/3330 - one-liner < 1 + # https://github.com/fpco/stackage/issues/3333 + - llvm-hs < 6 + - llvm-hs-pure < 6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8f1261bcb68f423a928ae7dcb2d117ce3353537f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 19:25:42 +0100 Subject: [PATCH 0950/1926] Disable rakuten #3334 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 262c2ce1..fa844ea5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - - rakuten + - rakuten < 0 # https://github.com/fpco/stackage/issues/3334 - servant-kotlin "Pavol Klacansky @pavolzetor": From 3304fc72d35df76e9acdb794e501115e4caf3d55 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 20:24:25 +0100 Subject: [PATCH 0951/1926] extensible upper bound for #3334, re-enable rakuten --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa844ea5..8ee023a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - - rakuten < 0 # https://github.com/fpco/stackage/issues/3334 + - rakuten - servant-kotlin "Pavol Klacansky @pavolzetor": @@ -3423,6 +3423,9 @@ packages: - llvm-hs < 6 - llvm-hs-pure < 6 + # https://github.com/fpco/stackage/issues/3334 + - extensible < 0.4.7.2 + # end of packages # Package flags are applied to individual packages, and override the values of From edb0cae5724c993c050fcbdf4f58c2381fa15bd3 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 6 Mar 2018 20:55:42 +0100 Subject: [PATCH 0952/1926] re-add diagrams-rasterific The constraint on optparse-applicative was relaxed in the meantime. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ee023a5..e1b2f5dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -654,6 +654,7 @@ packages: - diagrams-contrib - diagrams-core - diagrams-lib + - diagrams-rasterific - diagrams-svg - force-layout - haxr From d34a711b0e7e9c23fa6655dca5b09950cb2631f0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 7 Mar 2018 01:56:11 +0100 Subject: [PATCH 0953/1926] fb upper bounds for #3251 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ee023a5..12218400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,9 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 + - fb < 1.2.0 + - yesod-fb < 0.5.0 + - yesod-auth-fb < 1.9.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 6ff7e4968d95621b2c00753b1227d68f990fe285 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 7 Mar 2018 15:48:30 +0100 Subject: [PATCH 0954/1926] Upper bound for #3336 and fix a github user name --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51ddbf2f..b27015e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -186,7 +186,7 @@ packages: # Not a maintainer - ix-shapable - "Jeremy Barisch-Rooney @barischj": + "Jeremy Barisch-Rooney @barischrooneyj": - threepenny-gui-flexbox "Romain Edelmann @redelmann": @@ -3428,8 +3428,13 @@ packages: - llvm-hs-pure < 6 # https://github.com/fpco/stackage/issues/3334 + # compilation failures - extensible < 0.4.7.2 + # https://github.com/fpco/stackage/issues/3336 + # compilation failures + - clay < 0.12.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 7f652b3852e6e0f388624889e6d4ccea39c91a0a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 7 Mar 2018 15:25:01 -0500 Subject: [PATCH 0955/1926] aeson upper bound for #3337 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b27015e8..7de3ed3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,6 +3435,9 @@ packages: # compilation failures - clay < 0.12.3 + # https://github.com/fpco/stackage/issues/3337 + - aeson < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From ec31a4477e11fdc2b7f88f0baa7f02b6b48f38c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:11:52 -0800 Subject: [PATCH 0956/1926] Add constraint "haddock-library < 1.5" per #3187 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de3ed3c..9bd87c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,6 +3280,7 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 + - haddock-library < 1.5 # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 From 55a32cda408fc1fe84ee9efc5b4f56202c62cfdd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:31:39 -0800 Subject: [PATCH 0957/1926] Add constraint "base-orphans < 0.7" per #3339 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bd87c7b..7015724e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,6 +3439,9 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3339 + - base-orphans < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 9bed8e6fd4a180d4e750d117c10898f124f24dbd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:32:56 -0800 Subject: [PATCH 0958/1926] Remove constraint "extensible < 0.4.7.2", closes #3334 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7015724e..dc58bb01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3428,10 +3428,6 @@ packages: - llvm-hs < 6 - llvm-hs-pure < 6 - # https://github.com/fpco/stackage/issues/3334 - # compilation failures - - extensible < 0.4.7.2 - # https://github.com/fpco/stackage/issues/3336 # compilation failures - clay < 0.12.3 From 1a90f8953794bb661301d620b8015f2e4824cbb4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 11:05:08 -0500 Subject: [PATCH 0959/1926] Add new curators --- CURATORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index dc4ebfbf..0c9e8b02 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -4,9 +4,11 @@ Curation activities are mostly automated, and do not take up a significant amoun The following is the current list of curators, in alphabetical order: * Adam Bergmark (@bergmark) +* Alexey Zabelin (@alexeyzab) * Chris Dornan (@cdornan) * Dan Burton (@danburton) * Jens Petersen (@juhp) +* Joe Kachmar (@jkachmar) * Michael Snoyman (@snoyberg) * Mihai Maruseac (@mihaimaruseac) From 4d18d8f253e214082e9b160dc475d5d000ed3158 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 13:50:58 -0500 Subject: [PATCH 0960/1926] Add constraint "Cabal < 2.2" per #3340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc58bb01..e5778881 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,6 +3438,9 @@ packages: # https://github.com/fpco/stackage/issues/3339 - base-orphans < 0.7 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9c8dccec56fa02ed509fafd0be0dbadf0d7b735f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 14:07:22 -0500 Subject: [PATCH 0961/1926] Remove constraint "base-orphans < 0.7", closes #3339 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5778881..81bb52a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,9 +3435,6 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3339 - - base-orphans < 0.7 - # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 From 7a664ecbbd8f62d725376f4729db76530882909c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 13:58:02 -0800 Subject: [PATCH 0962/1926] Add constraint "microlens-aeson < 2.3" per #3341 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81bb52a3..24b88dbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,6 +3438,9 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 + # https://github.com/fpco/stackage/issues/3341 + - microlens-aeson < 2.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 8e057463537389febe194e10576061b503c3d26b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 14:19:13 -0800 Subject: [PATCH 0963/1926] Add constraint "groundhog-postgresql < 0.8.0.2" per lykahb/groundhog#78 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24b88dbf..119864b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3441,6 +3441,10 @@ packages: # https://github.com/fpco/stackage/issues/3341 - microlens-aeson < 2.3 + # https://github.com/lykahb/groundhog/issues/78 + # (build failure) + - groundhog-postgresql < 0.8.0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From ee659a2b77d2b1c8f4faccdcb478211bc68263b0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 17:34:19 -0800 Subject: [PATCH 0964/1926] Add constraint "quickcheck-instances < 0.3.17" per build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 119864b8..a13b3be9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3445,6 +3445,10 @@ packages: # (build failure) - groundhog-postgresql < 0.8.0.2 + # https://github.com/RyanGlScott/text-show/issues/34 + # (downstream build failure) + - quickcheck-instances < 0.3.17 + # end of packages # Package flags are applied to individual packages, and override the values of From 21135b8fb2757a8bcd067f36b1f90b574d650f63 Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Fri, 9 Mar 2018 13:07:00 +1100 Subject: [PATCH 0965/1926] Remove github-webhooks as an expected failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13b3be9..174636c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3895,7 +3895,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - - github-webhooks # https://github.com/fpco/stackage/pull/3322#issuecomment-369536583 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From 156e74e78bb12cc237d13261b1cee2d2b5031813 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 18:46:53 -0800 Subject: [PATCH 0966/1926] Add constraint "websockets-simple < 0.1" per build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13b3be9..1a3e020c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,6 +3449,10 @@ packages: # (downstream build failure) - quickcheck-instances < 0.3.17 + # https://github.com/athanclark/websockets-rpc/issues/2 + # (downstream build failure) + - websockets-simple < 0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 929a7052a3aed571c9e7f3505049115199ca7b08 Mon Sep 17 00:00:00 2001 From: Juan Paucar Date: Fri, 9 Mar 2018 08:07:23 -0500 Subject: [PATCH 0967/1926] Add more github names --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a3e020c..94d2c43d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4202,6 +4202,7 @@ github-users: - javcasas - jsl - sestrella + - juanpaucar scotty-web: - RyanGlScott - xich From 9bd9a52a128b33cc9ae0f1809e17eb672e410efe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:38:44 -0800 Subject: [PATCH 0968/1926] Add constraints for Cabal --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a3e020c..def9fa07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3453,6 +3453,11 @@ packages: # (downstream build failure) - websockets-simple < 0.1 + # Requires too-new or too-old Cabal + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 + - hackage-db < 2.0.1 # Cabal >2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 4fe90d489249ca9144b7236b3221649262083a44 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:43:02 -0800 Subject: [PATCH 0969/1926] Add constraint "haskell-tools-refactor < 1.0.1.1" per #3346 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index def9fa07..ab094df1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,6 +3458,8 @@ packages: - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 + # https://github.com/fpco/stackage/issues/3346 + - haskell-tools-refactor < 1.0.1.1 # end of packages # Package flags are applied to individual packages, and override the values of From 856d583feb873850eaf6f895dd6a5c66826c8a2d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:43:54 -0800 Subject: [PATCH 0970/1926] Add constraint cabal2nix < 2.9 per Cabal >2.2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab094df1..649fe02d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,7 @@ packages: - websockets-simple < 0.1 # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 From 51629766a96ba987438b7bd61fc13a9ff7800d40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:45:51 -0800 Subject: [PATCH 0971/1926] Remove constraint "quickcheck-instances < 0.3.17" per RyanGlScott/text-show#34 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 649fe02d..7a6bce34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3445,10 +3445,6 @@ packages: # (build failure) - groundhog-postgresql < 0.8.0.2 - # https://github.com/RyanGlScott/text-show/issues/34 - # (downstream build failure) - - quickcheck-instances < 0.3.17 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.1 From 1d5d746039e86b9f443ceb3576de5f7d6c7d5762 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 9 Mar 2018 10:41:01 -0500 Subject: [PATCH 0972/1926] Remove microlens-aeson < 2.3 constraint, closes #3341 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84e7e858..63e1e2ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,9 +3438,6 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 - # https://github.com/fpco/stackage/issues/3341 - - microlens-aeson < 2.3 - # https://github.com/lykahb/groundhog/issues/78 # (build failure) - groundhog-postgresql < 0.8.0.2 From 604a2bb12bd9d5b0fb6f848e7dd1b910db04689c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 13:45:38 -0800 Subject: [PATCH 0973/1926] Add constraint "xhtml < 3000.2.2.1" per constraint on base --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63e1e2ab..f4988158 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,10 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # end of packages # Package flags are applied to individual packages, and override the values of From dd6db5b9a30ef79c6770a4e428bd455b2e6e4b87 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 13:59:16 -0800 Subject: [PATCH 0974/1926] Remove constraint "groundhog-postgresql < 0.8.0.2" per lykahb/groundhog#78 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4988158..03204391 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,10 +3438,6 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 - # https://github.com/lykahb/groundhog/issues/78 - # (build failure) - - groundhog-postgresql < 0.8.0.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.1 From e9c95ded1713cbf09a54ca24bc098540f0e5b4df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 14:18:10 -0800 Subject: [PATCH 0975/1926] Add constraints to microlens-* per jdaughterty/vty#147 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03204391..8a74f876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,13 @@ packages: # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 + # (downstream build failure) + - microlens < 0.4.9 + - microlens-ghc < 0.4.9 + - microlens-platform < 0.3.10 + - microlens-th < 0.4.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e42adf01be4f6f340db5a9a5c971fc93a8f774d7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 14:33:09 -0800 Subject: [PATCH 0976/1926] Add constraint "haskell-tools-builtin-refactorings < 1.0.1.1" per haskell-tools/haskell-tools#615 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a74f876..f1b4c93b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,6 +3450,8 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 + # https://github.com/haskell-tools/haskell-tools/issues/615 + - haskell-tools-builtin-refactorings < 1.0.1.1 # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 From 7a620363bf21a52a062c53fc43e5dd80d4726958 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 9 Mar 2018 21:11:53 -0500 Subject: [PATCH 0977/1926] Remove upper bounds for tasty, tasty-golden closes #3178 --- build-constraints.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1b4c93b..dfdf2e00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,10 +3264,8 @@ packages: - th-desugar < 1.8 - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3178 - - tasty < 1.0 - - tasty-golden < 2.3.1.3 - - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3293 + # https://github.com/fpco/stackage/issues/3293 + - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 @@ -3660,6 +3658,15 @@ skipped-tests: - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - zlib # tasty-quickcheck + - diagrams-lib # tasty-quickcheck + - irc-dcc # tasty-quickcheck + - pandoc # tasty-quickcheck + - scientific # tasty-quickcheck + - versions # tasty-quickcheck + - tree-diff # tasty-quickcheck + - capataz # tasty + - mysql-haskell # tasty + - static-text # tasty # Transitive outdated dependencies # These packages From 2118ddbf7c8077533f7a4316c5562e2a3edc5fbb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 23:23:13 -0800 Subject: [PATCH 0978/1926] Constrain haskell-tools-* along with #3346 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfdf2e00..d31a2225 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,7 +3449,19 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 # https://github.com/haskell-tools/haskell-tools/issues/615 + # apparently these don't build well when out of sync + - haskell-tools-ast < 1.0.1.1 + - haskell-tools-backend-ghc < 1.0.1.1 - haskell-tools-builtin-refactorings < 1.0.1.1 + - haskell-tools-cli < 1.0.1.1 + - haskell-tools-daemon < 1.0.1.1 + - haskell-tools-debug < 1.0.1.1 + - haskell-tools-demo < 1.0.1.1 + - haskell-tools-prettyprint < 1.0.1.1 + - haskell-tools-refactor < 1.0.1.1 + - haskell-tools-rewrite < 1.0.1.1 + + - haskell-tools-cli < 1.0.1.1 # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 From a239a578f5b8304daa5215f56f29400da726d921 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 23:31:19 -0800 Subject: [PATCH 0979/1926] Tighten constraint on websockets-simple --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d31a2225..3cbfdcf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,7 +3438,7 @@ packages: # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - - websockets-simple < 0.1 + - websockets-simple < 0.0.7 # Requires too-new or too-old Cabal - cabal2nix < 2.9 # Cabal >2.2 From 7678c5ca6b1b0f90fd4903aa1b6517f96f194cc1 Mon Sep 17 00:00:00 2001 From: Intolerable Date: Sat, 10 Mar 2018 18:41:59 +0000 Subject: [PATCH 0980/1926] add stitch --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cbfdcf6..f121795a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Fraser Murray @yusent": - yesod-auth-bcryptdb From 159ad81e215bb106baeb2fe87606a6086c8c61d5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 13:36:49 -0800 Subject: [PATCH 0981/1926] Unconstrain ansi-terminal (#3143) and test-framework --- build-constraints.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 096efdd6..99562db6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -765,11 +765,11 @@ packages: - foldl - morte - bench - - dhall - - dhall-bash - - dhall-json + # - dhall # ansi-terminal-0.8 + # - dhall-bash # via dhall + # - dhall-json # via dhall # - dhall-nix # deriving-compat via hnix - - dhall-text + # - dhall-text # via dhall "Andrew Thaddeus Martin @andrewthad": - yesod-table @@ -1159,7 +1159,7 @@ packages: - cabal-rpm - fedora-haskell-tools - - idris + # - idris # ansi-terminal-0.8 - libffi - xmonad-contrib - cairo @@ -3254,12 +3254,6 @@ packages: - hoauth2 < 1.6.1 - github < 0.19 - # https://github.com/fpco/stackage/issues/3143 - - ansi-terminal < 0.8 - - # https://github.com/haskell/test-framework/issues/35 - - test-framework < 0.8.2.0 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 @@ -3682,14 +3676,19 @@ skipped-tests: - capataz # tasty - mysql-haskell # tasty - static-text # tasty + - test-framework # QuickCheck 2.10 # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog + - options # ansi-terminal-0.8 via chell - path # via genvalidity genvalidity-property - retry # tasty 0.12 via tasty-hedgehog + - system-fileio # ansi-terminal-0.8 via chell + - system-filepath # ansi-terminal-0.8 via chell + # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From bb3136e158e5a95cb4e1a4ee72b82832cfde49de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 13:52:19 -0800 Subject: [PATCH 0982/1926] Change constraint to "criterion < 1.4" per #3183 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99562db6..72e0fb05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3265,7 +3265,7 @@ packages: - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - - criterion < 1.3 + - criterion < 1.4 # https://github.com/fpco/stackage/issues/3184 - eliminators < 0.4 @@ -4098,10 +4098,17 @@ skipped-benchmarks: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' # to verify. + - avers # criterion 1.3 - binary-parsers # criterion 1.2 - cryptohash-sha512 # criterion 1.2 + - heist # criterion 1.3 - pipes # optparse-applicative 0.13 + - splitmix # criterion 1.3 + - superbuffer # criterion 1.3 + - teardown # criterion 1.3 - ttrie # criterion-plus and th-pprint + - tz # criterion 1.3 + - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 From b95e23d50e900d136f30b5fecd1fe949fbf458b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 14:53:02 -0800 Subject: [PATCH 0983/1926] Unconstrain http-types (#3232) and servant (#3281) --- build-constraints.yaml | 73 +++++++++++------------------------------- 1 file changed, 18 insertions(+), 55 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e0fb05..668ba542 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,7 +435,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - - pinboard + # - pinboard # http-types 0.12 - swagger-petstore "Jasper Van der Jeugt @jaspervdj": @@ -446,7 +446,7 @@ packages: - psqueues - websockets - websockets-snap - - hakyll + # - hakyll # http-types 0.12 "Sibi Prabakaran @psibi": - download @@ -675,8 +675,8 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env - - yesod-auth-oauth2 - - yesod-markdown + # - yesod-auth-oauth2 # http-types 0.12 via hoauth2 + # - yesod-markdown # http-types 0.12 via pandoc - yesod-paginator "Felipe Lessa @meteficha": @@ -930,14 +930,14 @@ packages: - imagesize-conduit - json-schema - multipart - - rest-client + # - rest-client # http-types 0.12 - rest-core # - rest-gen # haskell-src-exts # - rest-happstack # haskell-src-exts via rest-gen - rest-snap - rest-stringmap - rest-types - - rest-wai + # - rest-wai # http-types 0.12 - tostring - uri-encode @@ -1166,8 +1166,8 @@ packages: - glib - pango - ghcjs-codemirror - - ghcjs-dom - - jsaddle + # - ghcjs-dom # http-types 0.12 + # - jsaddle # http-types 0.12 - vado - vcswrapper - ShellCheck @@ -1263,7 +1263,7 @@ packages: - JuicyPixels-scale-dct - lattices - microstache - - monad-http + # - monad-http # http-types 0.12 - postgresql-simple-url - range-set-list - regex-applicative-text @@ -2116,7 +2116,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # servant 0.13 - tar-conduit "Mark Karpov @mrkkrp": @@ -2343,7 +2343,8 @@ packages: - wai-session-postgresql "Haisheng Wu @freizl": - - hoauth2 + [] + # - hoauth2 # http-types 0.12 "Falko Peters @informatikr": - scrypt @@ -2401,8 +2402,8 @@ packages: - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - - pandoc - - pandoc-citeproc + # - pandoc # http-types 0.12 + # - pandoc-citeproc # http-types 0.12 via pandoc "Karun Ramakrishnan @karun012": - doctest-discover @@ -2597,7 +2598,7 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - - microsoft-translator + # - microsoft-translator # servant 0.13 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2661,7 +2662,7 @@ packages: - aeson-injector "Al Zohali @zohl": - - servant-auth-cookie + # - servant-auth-cookie # servant 0.13 - dictionaries - cereal-time @@ -2800,7 +2801,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + # - wai-middleware-auth # http-types 0.12 via hoauth2 - hip - massiv - massiv-io @@ -3249,11 +3250,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3232 - - http-types < 0.10 - - hoauth2 < 1.6.1 - - github < 0.19 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 @@ -3281,16 +3277,9 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3211 - - pandoc-citeproc < 0.14 - # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/silkapp/rest/issues/157 - # Build failure - - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 @@ -3382,16 +3371,6 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3281 - - servant < 0.13 - - servant-client < 0.13 - - servant-client-core < 0.13 - - servant-foreign < 0.11 - - servant-server < 0.13 - - servant-docs < 0.11.2 - - servant-mock < 0.8.4 - - servant-swagger < 1.1.5 - # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 @@ -3443,23 +3422,6 @@ packages: - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 - # https://github.com/fpco/stackage/issues/3346 - - haskell-tools-refactor < 1.0.1.1 - # https://github.com/haskell-tools/haskell-tools/issues/615 - # apparently these don't build well when out of sync - - haskell-tools-ast < 1.0.1.1 - - haskell-tools-backend-ghc < 1.0.1.1 - - haskell-tools-builtin-refactorings < 1.0.1.1 - - haskell-tools-cli < 1.0.1.1 - - haskell-tools-daemon < 1.0.1.1 - - haskell-tools-debug < 1.0.1.1 - - haskell-tools-demo < 1.0.1.1 - - haskell-tools-prettyprint < 1.0.1.1 - - haskell-tools-refactor < 1.0.1.1 - - haskell-tools-rewrite < 1.0.1.1 - - - haskell-tools-cli < 1.0.1.1 - # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 @@ -3651,6 +3613,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 From f8f87d114c859e5079fae292eb5399e73f3398fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 15:09:41 -0800 Subject: [PATCH 0984/1926] Update comments re: hoauth2 disabled packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 668ba542..3eabfc1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -675,7 +675,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env - # - yesod-auth-oauth2 # http-types 0.12 via hoauth2 + # - yesod-auth-oauth2 # via hoauth2 # - yesod-markdown # http-types 0.12 via pandoc - yesod-paginator @@ -2344,7 +2344,7 @@ packages: "Haisheng Wu @freizl": [] - # - hoauth2 # http-types 0.12 + # - hoauth2 # various deps out of date "Falko Peters @informatikr": - scrypt @@ -2801,7 +2801,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - # - wai-middleware-auth # http-types 0.12 via hoauth2 + # - wai-middleware-auth # via hoauth2 - hip - massiv - massiv-io From 3da1b3184afb612fc620b7f114403f226ac80022 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 15:42:43 -0800 Subject: [PATCH 0985/1926] Remove profiteur, unconstrain js-jquery. Closes #3213 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3eabfc1a..3c072cfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -442,7 +442,7 @@ packages: - blaze-html - blaze-markup # - stylish-haskell # haskell-src-exts - - profiteur + # - profiteur # js-jquery 3.3 - psqueues - websockets - websockets-snap @@ -3277,9 +3277,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3213 - - js-jquery < 3.3 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 From d27974445fa76c99b952c57653915096b1996a0b Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Sat, 10 Mar 2018 18:00:13 -0600 Subject: [PATCH 0986/1926] pinboard / http-types --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c072cfd..fee2975d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,7 +435,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - # - pinboard # http-types 0.12 + - pinboard - swagger-petstore "Jasper Van der Jeugt @jaspervdj": From 8ec75d3fcded3f59b9995e2cd43fa04cf2121b3c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 16:38:16 -0800 Subject: [PATCH 0987/1926] Unconstrain lens (#3238) and free (#3234) --- build-constraints.yaml | 58 ++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c072cfd..f115010c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,8 +27,9 @@ packages: - hamtsolo "Ferdinand van Walree @Ferdinand-vW": - - sessiontypes - - sessiontypes-distributed + [] + # - sessiontypes # lens 4.16 via diagrams + # - sessiontypes-distributed # lens 4.16 via diagrams "Jacob Thomas Errington @tsani": - servant-github-webhook @@ -151,7 +152,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box + # - midi-music-box # lens 4.16 via diagrams - mbox-utility - med-module - non-empty @@ -296,8 +297,8 @@ packages: # - google-translate # servant 0.12 # - hackernews # servant 0.12 - ses-html - - stripe-haskell - - stripe-http-streams + # - stripe-haskell # free 5 + # - stripe-http-streams # free 5 - stripe-core "Piotr Mlodawski @pmlodawski": @@ -651,14 +652,14 @@ packages: "Brent Yorgey @byorgey": - active - - diagrams + # - diagrams # lens 4.16 # - diagrams-builder # haskell-src-exts - - diagrams-cairo - - diagrams-contrib - - diagrams-core - - diagrams-lib - - diagrams-rasterific - - diagrams-svg + # - diagrams-cairo # lens 4.16 + # - diagrams-contrib # lens 4.16 + # - diagrams-core # lens 4.16 + # - diagrams-lib # lens 4.16 + # - diagrams-rasterific # lens 4.16 + # - diagrams-svg # lens 4.16 - force-layout - haxr - MonadRandom @@ -757,7 +758,7 @@ packages: "Gabriel Gonzalez @Gabriel439": - optparse-generic - pipes - - pipes-extras + # - pipes-extras # lens 4.16 - pipes-parse - pipes-concurrency - pipes-safe @@ -1147,7 +1148,7 @@ packages: - wreq "Andraz Bajt @edofic": - - effect-handlers + # - effect-handlers # free 5 - koofr-client - snowflake @@ -1201,7 +1202,7 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - - diagrams-canvas + # - diagrams-canvas # lens 4.16 - svg-builder "Gabríel Arthúr Pétursson @polarina": @@ -1573,8 +1574,8 @@ packages: - bento - bmp - Chart # Maintained by @timbod7. - - Chart-diagrams # Maintained by @timbod7. - - diagrams-postscript # Maintained by @byorgey. + # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. + # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - ekg-statsd # Maintained by @tibbe. - flow - github-release @@ -2423,7 +2424,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts + # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": - free-vl @@ -2745,7 +2746,7 @@ packages: - numhask-range - perf - online - - chart-unit + # - chart-unit # lens 4.16 via diagrams "Iphigenia Df @iphydf": - data-msgpack @@ -2798,11 +2799,12 @@ packages: - line "Hannes Saffrich @m0rphism": - - printcess + [] + # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": # - wai-middleware-auth # via hoauth2 - - hip + # - hip # lens 4.16 via diagrams/chart - massiv - massiv-io @@ -2855,9 +2857,9 @@ packages: - glazier-pipes - javascript-extras - l10n - - pipes-category - - pipes-fluid - - pipes-misc + # - pipes-category # lens 4.16 via pipes-extras + # - pipes-fluid # lens 4.16 via pipes-extras + # - pipes-misc # lens 4.16 via pipes-extras - stm-extras "Siniša Biđin @sbidin": @@ -3277,13 +3279,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3234 - - free < 5 - - ChannelT == 0.0.0.4 - - # https://github.com/fpco/stackage/issues/3238 - - lens < 4.16 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 @@ -3637,6 +3632,7 @@ skipped-tests: - mysql-haskell # tasty - static-text # tasty - test-framework # QuickCheck 2.10 + - heist # lens 4.16 # Transitive outdated dependencies # These packages From 33697f99130a861c0415492f9790abc58608286d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 20:11:50 -0500 Subject: [PATCH 0988/1926] Remove "pqueue < 1.4.1" constraint --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54861ad0..8b224d9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1857,7 +1857,7 @@ packages: - network-carbon - tasty-rerun - logging-effect - - reactive-banana + # - reactive-banana # pqueue-1.4.1 "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -3363,9 +3363,6 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3288 - - pqueue < 1.4.1 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 From d868feaa078bbadf9060cc27d9a5346b2161164d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 17:40:02 -0800 Subject: [PATCH 0989/1926] Unconstrain http-conduit, see #3204 --- build-constraints.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b224d9f..72d192c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -323,7 +323,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # http-conduit 2.3 via amazonka - store - wai-websockets - warp-tls @@ -1325,7 +1325,7 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka + # - amazonka # http-conduit 2.3 - amazonka-core - amazonka-test - amazonka-apigateway @@ -1907,7 +1907,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - monad-metrics - - ekg-cloudwatch + # - ekg-cloudwatch # http-conduit 2.3 via amazonka - smtp-mail - liboath-hs @@ -1931,7 +1931,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - - haxl-amazonka + # - haxl-amazonka # http-conduit 2.3 via amazonka - hasql-migration - servant-JuicyPixels @@ -2541,7 +2541,7 @@ packages: "David Reaver @jdreaver": - eventful-core - - eventful-dynamodb + # - eventful-dynamodb # http-conduit 2.3 via amazonka - eventful-memory - eventful-postgresql - eventful-sql-common @@ -2960,7 +2960,7 @@ packages: - type-level-integers - partial-order - async-timer - - nakadi-client + # - nakadi-client # http-conduit 2.3 - throttle-io-stream - conduit-throttle @@ -3275,10 +3275,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3204 - - http-conduit < 2.3.0 - - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From 707e41ae45c0abc0442548c47f78ebb9253e2bea Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 10 Mar 2018 18:47:17 -0800 Subject: [PATCH 0990/1926] Restore `pipes-extras` `pipes-extras-1.0.13` now builds against `lens-4.16` --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d192c7..58d1b7e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -758,7 +758,7 @@ packages: "Gabriel Gonzalez @Gabriel439": - optparse-generic - pipes - # - pipes-extras # lens 4.16 + - pipes-extras - pipes-parse - pipes-concurrency - pipes-safe @@ -2857,9 +2857,9 @@ packages: - glazier-pipes - javascript-extras - l10n - # - pipes-category # lens 4.16 via pipes-extras - # - pipes-fluid # lens 4.16 via pipes-extras - # - pipes-misc # lens 4.16 via pipes-extras + - pipes-category + - pipes-fluid + - pipes-misc - stm-extras "Siniša Biđin @sbidin": From 095ba69ae4a9b74835bcffd2f91cf426c3b35da4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 22:20:32 -0500 Subject: [PATCH 0991/1926] Remove upper bound for product-profunctors --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58d1b7e8..c5d3b3a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,7 +1998,7 @@ packages: - hailgun - hailgun-simple - natural-transformation - - opaleye-trans + # - opaleye-trans # product-profunctors 0.9 - pretty-simple - read-env-var # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 @@ -3278,9 +3278,6 @@ packages: # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 - # https://github.com/fpco/stackage/issues/3246 - - product-profunctors < 0.9.0.0 - # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 - html-conduit < 1.3.0 From 5fc74ef674dee09cfe2781d8594842cac1fb88e9 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 22:27:38 -0500 Subject: [PATCH 0992/1926] Remove upper bounds for mwc-probability, closes #3245 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d3b3a7..66e1576f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3245 - - mwc-probability < 2 - # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 - html-conduit < 1.3.0 From b3c2206463121000b95572b613310e31f5f55b3c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sun, 11 Mar 2018 16:08:54 +0900 Subject: [PATCH 0993/1926] Add the world-peace package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66e1576f..45bcf85d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2004,6 +2004,7 @@ packages: # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th + - world-peace - xml-html-qq - xml-indexed-cursor From 500124a6387367b9904ddd855736c4446f34ba0b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 08:52:47 -0700 Subject: [PATCH 0994/1926] Remove some haskell-tools-* pkgs per #3346 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45bcf85d..5d5cb17c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2823,10 +2823,10 @@ packages: - haskell-tools-rewrite - haskell-tools-prettyprint - haskell-tools-refactor - - haskell-tools-demo - - haskell-tools-cli - - haskell-tools-daemon - - haskell-tools-debug + # - haskell-tools-demo # Cabal 2 via minisat-solver + # - haskell-tools-cli # Cabal 2 via minisat-solver + # - haskell-tools-daemon # Cabal 2 via minisat-solver + # - haskell-tools-debug # Cabal 2 via minisat-solver "David Fisher @ddfisher": - socket-activation @@ -3399,7 +3399,6 @@ packages: # Requires too-new or too-old Cabal - cabal2nix < 2.9 # Cabal >2.2 - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 # Requires too-new base From 60fe2d69d9b98096dd41ea6d357c81ea237fc8a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 09:47:52 -0700 Subject: [PATCH 0995/1926] Unconstrain numerous packages (esp #3251, #3255, #3256, #3259) --- build-constraints.yaml | 277 ++++++++++++++++------------------------- 1 file changed, 106 insertions(+), 171 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d5cb17c..2a76238c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -11,7 +11,8 @@ packages: - stitch "Yusent Chig @yusent": - - yesod-auth-bcryptdb + [] + # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - buchhaltung @@ -437,7 +438,7 @@ packages: "Jon Schoning @jonschoning": - pinboard - - swagger-petstore + # - swagger-petstore # conduit 1.3, yesod 1.6 "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -687,7 +688,7 @@ packages: - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-wai - - serversession-frontend-yesod + # - serversession-frontend-yesod # conduit 1.3, yesod 1.6 # - thumbnail-plus # https://github.com/prowdsponsor/thumbnail-plus/issues/5 - yesod-auth-fb - yesod-fb @@ -779,7 +780,7 @@ packages: - machines-directory - machines-io - bloodhound - - esqueleto + # - esqueleto # persistent 2.8 "Adam Bergmark @bergmark": - HUnit @@ -886,7 +887,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + # - git-annex # conduit 1.3 - concurrent-output - mountpoints - disk-free-space @@ -1076,7 +1077,7 @@ packages: - hvect - reroute - users - - users-persistent + # - users-persistent # persistent 2.8 - users-postgresql-simple - users-test # - validate-input # https://github.com/agrafix/validate-input/issues/3 @@ -1105,7 +1106,7 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - - yesod-form-richtext + # - yesod-form-richtext # conduit 1.3, yesod 1.6 - ghcjs-perch "Tom Ellis @tomjaguarpaw": @@ -1325,95 +1326,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # - amazonka # http-conduit 2.3 - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-appstream - - amazonka-autoscaling - - amazonka-budgets - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch - - amazonka-cloudsearch-domains - - amazonka-cloudtrail - - amazonka-cloudwatch - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-codebuild - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb - - amazonka-dynamodb-streams - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-elbv2 - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-health - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot - - amazonka-iot-dataplane - - amazonka-kinesis - - amazonka-kinesis-analytics - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-lightsail - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-opsworks-cm - - amazonka-pinpoint - - amazonka-polly - - amazonka-rds - - amazonka-redshift - - amazonka-rekognition - - amazonka-route53 - - amazonka-route53-domains - - amazonka-s3 - - amazonka-sdb - - amazonka-servicecatalog - - amazonka-ses - - amazonka-shield - - amazonka-sms - - amazonka-snowball - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-stepfunctions - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces - - amazonka-xray + # - amazonka # http-conduit 2.3, conduit 1.3 + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-appstream + # - amazonka-autoscaling + # - amazonka-budgets + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch + # - amazonka-cloudsearch-domains + # - amazonka-cloudtrail + # - amazonka-cloudwatch + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-codebuild + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb + # - amazonka-dynamodb-streams + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-elbv2 + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-health + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot + # - amazonka-iot-dataplane + # - amazonka-kinesis + # - amazonka-kinesis-analytics + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-lightsail + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-opsworks-cm + # - amazonka-pinpoint + # - amazonka-polly + # - amazonka-rds + # - amazonka-redshift + # - amazonka-rekognition + # - amazonka-route53 + # - amazonka-route53-domains + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-servicecatalog + # - amazonka-ses + # - amazonka-shield + # - amazonka-sms + # - amazonka-snowball + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-stepfunctions + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces + # - amazonka-xray - gogol - gogol-core - gogol-adexchange-buyer @@ -1815,7 +1816,7 @@ packages: - seqalign "John Lenz @wuzzeb": - - yesod-static-angular + # - yesod-static-angular # conduit 1.3, yesod 1.6 - hspec-webdriver - webdriver-angular @@ -2134,7 +2135,7 @@ packages: - text-metrics - tagged-identity - req - - req-conduit + # - req-conduit # conduit 1.3 - cue-sheet - wave - flac @@ -2419,8 +2420,8 @@ packages: - ua-parser - hs-GeoIP - retry - - katip - - katip-elasticsearch + # - katip # conduit 1.3 + # - katip-elasticsearch # conduit 1.3 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2751,7 +2752,7 @@ packages: "Iphigenia Df @iphydf": - data-msgpack - - network-msgpack-rpc + # - network-msgpack-rpc # conduit 1.3 "Dino Morelli @dino-": - epub-metadata @@ -2926,7 +2927,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": - - katip-rollbar + # - katip-rollbar # conduit 1.3 - rollbar-hs - servant-ruby - wai-middleware-rollbar @@ -3180,7 +3181,8 @@ packages: - pomaps "Alexey Kotlyarov @koterpillar": - - serverless-haskell + [] + # - serverless-haskell # conduit 1.3, yesod 1.6 "Guru Devanla @gdevanla": - pptable @@ -3276,74 +3278,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3251 - - conduit < 1.3.0 - - html-conduit < 1.3.0 - - yesod-bin < 1.6.0 - - yesod-eventsource < 1.6.0 - - yesod-websockets < 0.3.0 - - binary-conduit < 1.3 - - classy-prelude < 1.4 - - classy-prelude-conduit < 1.4 - - classy-prelude-yesod < 1.4 - - hOpenPGP < 2.6 - - cereal-conduit < 0.8 - - zip < 1 - - stm-conduit < 4.0.0 - - cassava-conduit < 0.4.0.2 - - network-conduit-tls < 1.3.0 - - fb < 1.2.0 - - yesod-fb < 0.5.0 - - yesod-auth-fb < 1.9.0 - - # https://github.com/fpco/stackage/issues/3252 - - conduit-combinators < 1.3.0 - - # https://github.com/fpco/stackage/issues/3253 - - conduit-extra < 1.3.0 - - # https://github.com/fpco/stackage/issues/3255 - - persistent < 2.8.0 - - persistent-mongoDB < 2.8.0 - - persistent-mysql < 2.8.0 - - persistent-postgresql < 2.8.0 - - persistent-sqlite < 2.8.0 - - yesod-persistent < 1.6.0 - - persistent-mysql-haskell < 0.4 - - # https://github.com/fpco/stackage/issues/3256 - - resourcet < 1.2.0 - - bzlib-conduit < 0.3 - - fold-debounce-conduit < 0.2 - - higher-leveldb < 0.5 - - # https://github.com/fpco/stackage/issues/3257 - - xml-conduit < 1.8.0 - - # https://github.com/fpco/stackage/issues/3259 - - yesod < 1.6.0 - - # https://github.com/fpco/stackage/issues/3260 - - yesod-auth < 1.6.0 - - # https://github.com/fpco/stackage/issues/3261 - - yesod-core < 1.6.0 - - yesod-eventsource < 1.6.0 - - yesod-newsfeed < 1.6.1.0 - - yesod-persistent < 1.6.0 - - yesod-sitemap < 1.6.0 - - yesod-websockets < 0.3.0 - - yesod-gitrepo < 0.3 - - # https://github.com/fpco/stackage/issues/3262 - - yesod-form < 1.6.0 - - # https://github.com/fpco/stackage/issues/3263 - - yesod-static < 1.6.0 - - # https://github.com/fpco/stackage/issues/3264 - - yesod-test < 1.6.0 - # https://github.com/fpco/stackage/issues/3268 - async < 2.2 - async-timer < 0.2 @@ -3575,6 +3509,7 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + - HTTP # conduit-extra 1.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 3b48e91535b28d89d7686a7ee255df27e4e451d2 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 11 Mar 2018 14:16:50 -0400 Subject: [PATCH 0996/1926] Remove upper bounds for cryptonite --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a76238c..76d31f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,9 +1182,9 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-server + # - avers # cryptonite 0.25 + # - avers-api # cryptonite 0.25 + # - avers-server # cryptonite 0.25 - css-syntax - etcd - github-types @@ -3285,9 +3285,6 @@ packages: # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 - # https://github.com/fpco/stackage/issues/3274 - - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 From c85d2a2a46a665bb16011990b93fbdb933d93a96 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Sun, 11 Mar 2018 13:38:48 -0700 Subject: [PATCH 0997/1926] Add transformers-fix --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76d31f47..6bd84f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,6 +3195,7 @@ packages: "Tim Humphries @thumphries": - transformers-either + - transformers-fix "Andre Van Der Merwe @andrevdm": - bhoogle From e73f4c45f1a2ea9eab637e7d5eee8507843a2520 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 14:52:29 -0700 Subject: [PATCH 0998/1926] Remove gogol-* per brendenhay/gogol#99 --- build-constraints.yaml | 194 ++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bd84f9c..fc633d66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1415,103 +1415,103 @@ packages: # - amazonka-waf # - amazonka-workspaces # - amazonka-xray - - gogol - - gogol-core - - gogol-adexchange-buyer - - gogol-adexchange-seller - - gogol-admin-datatransfer - - gogol-admin-directory - - gogol-admin-emailmigration - - gogol-admin-reports - - gogol-adsense - - gogol-adsense-host - - gogol-affiliates - - gogol-analytics - - gogol-android-enterprise - - gogol-android-publisher - - gogol-appengine - - gogol-apps-activity - - gogol-apps-calendar - - gogol-apps-licensing - - gogol-apps-reseller - - gogol-apps-tasks - - gogol-appstate - - gogol-autoscaler - - gogol-bigquery - - gogol-billing - - gogol-blogger - - gogol-books - - gogol-civicinfo - - gogol-classroom - - gogol-cloudmonitoring - - gogol-cloudtrace - - gogol-compute - - gogol-container - - gogol-customsearch - - gogol-dataflow - - gogol-dataproc - - gogol-datastore - - gogol-debugger - - gogol-deploymentmanager - - gogol-dfareporting - - gogol-discovery - - gogol-dns - - gogol-doubleclick-bids - - gogol-doubleclick-search - - gogol-drive - - gogol-firebase-rules - - gogol-fitness - - gogol-fonts - - gogol-freebasesearch - - gogol-fusiontables - - gogol-games - - gogol-games-configuration - - gogol-games-management - - gogol-genomics - - gogol-gmail - - gogol-groups-migration - - gogol-groups-settings - - gogol-identity-toolkit - - gogol-kgsearch - - gogol-latencytest - - gogol-logging - - gogol-maps-coordinate - - gogol-maps-engine - - gogol-mirror - - gogol-monitoring - - gogol-oauth2 - - gogol-pagespeed - - gogol-partners - - gogol-people - - gogol-play-moviespartner - - gogol-plus - - gogol-plus-domains - - gogol-prediction - - gogol-proximitybeacon - - gogol-pubsub - - gogol-qpxexpress - - gogol-replicapool - - gogol-replicapool-updater - - gogol-resourcemanager - - gogol-resourceviews - - gogol-script - - gogol-sheets - - gogol-shopping-content - - gogol-siteverification - - gogol-spectrum - - gogol-sqladmin - - gogol-storage - - gogol-storage-transfer - - gogol-tagmanager - - gogol-taskqueue - - gogol-translate - - gogol-urlshortener - - gogol-useraccounts - - gogol-vision - - gogol-webmaster-tools - - gogol-youtube - - gogol-youtube-analytics - - gogol-youtube-reporting + # - gogol # conduit 1.3, servant 0.13 + # - gogol-core + # - gogol-adexchange-buyer + # - gogol-adexchange-seller + # - gogol-admin-datatransfer + # - gogol-admin-directory + # - gogol-admin-emailmigration + # - gogol-admin-reports + # - gogol-adsense + # - gogol-adsense-host + # - gogol-affiliates + # - gogol-analytics + # - gogol-android-enterprise + # - gogol-android-publisher + # - gogol-appengine + # - gogol-apps-activity + # - gogol-apps-calendar + # - gogol-apps-licensing + # - gogol-apps-reseller + # - gogol-apps-tasks + # - gogol-appstate + # - gogol-autoscaler + # - gogol-bigquery + # - gogol-billing + # - gogol-blogger + # - gogol-books + # - gogol-civicinfo + # - gogol-classroom + # - gogol-cloudmonitoring + # - gogol-cloudtrace + # - gogol-compute + # - gogol-container + # - gogol-customsearch + # - gogol-dataflow + # - gogol-dataproc + # - gogol-datastore + # - gogol-debugger + # - gogol-deploymentmanager + # - gogol-dfareporting + # - gogol-discovery + # - gogol-dns + # - gogol-doubleclick-bids + # - gogol-doubleclick-search + # - gogol-drive + # - gogol-firebase-rules + # - gogol-fitness + # - gogol-fonts + # - gogol-freebasesearch + # - gogol-fusiontables + # - gogol-games + # - gogol-games-configuration + # - gogol-games-management + # - gogol-genomics + # - gogol-gmail + # - gogol-groups-migration + # - gogol-groups-settings + # - gogol-identity-toolkit + # - gogol-kgsearch + # - gogol-latencytest + # - gogol-logging + # - gogol-maps-coordinate + # - gogol-maps-engine + # - gogol-mirror + # - gogol-monitoring + # - gogol-oauth2 + # - gogol-pagespeed + # - gogol-partners + # - gogol-people + # - gogol-play-moviespartner + # - gogol-plus + # - gogol-plus-domains + # - gogol-prediction + # - gogol-proximitybeacon + # - gogol-pubsub + # - gogol-qpxexpress + # - gogol-replicapool + # - gogol-replicapool-updater + # - gogol-resourcemanager + # - gogol-resourceviews + # - gogol-script + # - gogol-sheets + # - gogol-shopping-content + # - gogol-siteverification + # - gogol-spectrum + # - gogol-sqladmin + # - gogol-storage + # - gogol-storage-transfer + # - gogol-tagmanager + # - gogol-taskqueue + # - gogol-translate + # - gogol-urlshortener + # - gogol-useraccounts + # - gogol-vision + # - gogol-webmaster-tools + # - gogol-youtube + # - gogol-youtube-analytics + # - gogol-youtube-reporting - ede - pagerduty - semver From fbbdefb05df5349ef5c5818f62d13b88779c2c71 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:05:22 -0700 Subject: [PATCH 0999/1926] Disable minio-hs per minio/minio-hs#79 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc633d66..4d0d0b81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,7 +2870,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # https://github.com/minio/minio-hs/issues/79 "ncaq @ncaq": # - haskell-import-graph # fgl via graphviz From 85b9d48e2418edbd3493d31f6103f3d9c6300b2f Mon Sep 17 00:00:00 2001 From: Jack Conrad Kiefer II Date: Sun, 11 Mar 2018 16:09:39 -0600 Subject: [PATCH 1000/1926] Add herms Herm's! https://hackage.haskell.org/package/herms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d0d0b81..631d124a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3220,6 +3220,9 @@ packages: "Avi Press @aviaviavi": - curl-runnings - cryptocompare + + "Jack Kiefer @JackKiefer": + - herms # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From d54e2cf6d0e4a7af3e2156e1168c2c295b144b51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:23:34 -0700 Subject: [PATCH 1001/1926] Remove conduit-parse and xml-conduit-parse per k0ral/conduit-parse#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d0d0b81..a6a60be0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,13 +1779,13 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - - conduit-parse + # - conduit-parse # https://github.com/k0ral/conduit-parse/issues/2 - dublincore-xml-conduit - euler-tour-tree - opml-conduit - rss-conduit - timerep - - xml-conduit-parse + # - xml-conduit-parse # via conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From f986859a8d0e153f7fe1b8cb42f8d7e554236933 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:44:01 -0700 Subject: [PATCH 1002/1926] Remove hasty-hamiltonian per jtobin/hasty-hamiltonian#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6a60be0..feff21ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2167,7 +2167,7 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - - hasty-hamiltonian + # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - declarative - sampling - flat-mcmc From 652ea53f337f4a30177f132d8885844a26865456 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:53:57 -0700 Subject: [PATCH 1003/1926] Remove yesod-gitrev per danburton/yesod-gitrev#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feff21ed..4ac62918 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -739,7 +739,7 @@ packages: - rev-state - runmemo - tardis - - yesod-gitrev + # - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/1 "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From c78ca32ac6fc1919d46d6fc9fbb25ec77ca6a034 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:57:54 -0700 Subject: [PATCH 1004/1926] Remove declarative per jtobin/hasty-hamiltonian#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ac62918..a80c334e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2168,7 +2168,7 @@ packages: - mighty-metropolis - speedy-slice # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - - declarative + # - declarative # via hasty-hamiltonian - sampling - flat-mcmc From 0049482030c33ff69b9fb4292aa94dc1c3b4a1c9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:15:30 -0700 Subject: [PATCH 1005/1926] Remove gitlib-libgit2 per jwiegley/gitlib#72 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a80c334e..c9b22bca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,7 +1027,7 @@ packages: - fuzzcheck - here - hlibgit2 - - gitlib-libgit2 + # - gitlib-libgit2 # via gitlib: https://github.com/jwiegley/gitlib/issues/72 - hostname-validate - interpolatedstring-perl6 - iproute From 6e7bc4ae9bbd869123580d373a7f52869157a218 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:32:29 -0700 Subject: [PATCH 1006/1926] Remove nvim-hs-* per neovimhaskell/nvim-hs#63 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9b22bca..e11e9bb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,9 +2971,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # https://github.com/neovimhaskell/nvim-hs/issues/63 + # - nvim-hs-contrib # via nvim-hs + # - nvim-hs-ghcid # via nvim-hs "Sam Protas @SamProtas": - triplesec From 61092e4353bfd68d2a844a5e45c8e4266616137d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:50:22 -0700 Subject: [PATCH 1007/1926] Remove ede per brendenhay/ede#28 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e11e9bb7..c2a43ac9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1512,7 +1512,7 @@ packages: # - gogol-youtube # - gogol-youtube-analytics # - gogol-youtube-reporting - - ede + # - ede # https://github.com/brendanhay/ede/issues/28 - pagerduty - semver - text-manipulate From fc2c20c3050213fcf7002e630d61b0ca9f3a73a7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:52:47 -0700 Subject: [PATCH 1008/1926] Remove range per build failure w/ free-5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2a43ac9..559aed8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1830,7 +1830,8 @@ packages: - hsass "Robert Massaioli @robertmassaioli": - - range + [] + # - range # build failure w/ free 5 "Vladislav Zavialov @int-index": - transformers-lift From c3c94c87de970ef2608436ba7bbf7fabc6c4a7c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:02:09 -0700 Subject: [PATCH 1009/1926] Remove yesod-recaptcha2 per ncaq/yesod-recaptcha2#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 559aed8e..86256c5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2879,7 +2879,7 @@ packages: - string-transform - uniq-deep - yesod-form-bootstrap4 - - yesod-recaptcha2 + # - yesod-recaptcha2 # https://github.com/ncaq/yesod-recaptcha2/issues/2 "Andrei Barbu @abarbu": - nondeterminism From a7e685132b85d8d30a48cd1fbf9b0b8d0778131a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:21:04 -0700 Subject: [PATCH 1010/1926] Remove shell-conduit per psibi/shell-conduit#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86256c5f..16cac531 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -453,7 +453,7 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal - - shell-conduit + # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 - tldr - fb - yesod-fb From 3190b190932af376ef974e05a440bc89242728a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:29:58 -0700 Subject: [PATCH 1011/1926] Remove gym-http-api, closes #3354 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16cac531..ed4187a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,7 +3123,8 @@ packages: - airship "Sam Stites @stites": - - gym-http-api + [] + # - gym-http-api # https://github.com/fpco/stackage/issues/3354 "Tom Sydney Kerckhove @NorfairKing": - genvalidity From a1be72478f2f65806984f948cbd546eab393a614 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:41:53 -0700 Subject: [PATCH 1012/1926] Remove yesod-auth-basic per creichert/yesod-auth-basic#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed4187a0..4a88bc69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1760,7 +1760,7 @@ packages: - hsebaysdk - dockerfile - wai-middleware-throttle - - yesod-auth-basic + # - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/2 "Hirotomo Moriwaki @philopon": - barrier From 9d2b67d18deaf30bd77dd8a26b814f8288715b6c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:02:56 -0700 Subject: [PATCH 1013/1926] Expect xlsx tests to fail per qrilka/xlsx#13 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a88bc69..ca352717 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3828,6 +3828,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - xlsx # https://github.com/qrilka/xlsx/issues/113 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 From a209682ea725370381c87bf5bc446c5043ae6b8b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 Mar 2018 18:08:37 -0700 Subject: [PATCH 1014/1926] Added pandoc, pandoc-citeproc. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca352717..6a197e30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2406,8 +2406,8 @@ packages: - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - # - pandoc # http-types 0.12 - # - pandoc-citeproc # http-types 0.12 via pandoc + - pandoc + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From 100b84d700714b9b2641351bf99e26a19c8b4944 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:14:17 -0700 Subject: [PATCH 1015/1926] Expect servant-elm tests to fail per mattjbray/servant-elm#38 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca352717..405e268e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3824,6 +3824,7 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 From 5af8963d9aac0bf0bb0e5b4dce5ba115853318cb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:19:42 -0700 Subject: [PATCH 1016/1926] Remove marvin per JustusAdam/marvin#22 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 405e268e..e807baf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2385,7 +2385,7 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + # - marvin # https://github.com/JustusAdam/marvin/issues/22 - marvin-interpolate - mustache From 2f431cd272e21cc27330de9e67bb99d4e24013f3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:30:07 -0700 Subject: [PATCH 1017/1926] Remove giphy-api per passy/giphy-api#17 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e807baf7..21acbd81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2328,7 +2328,7 @@ packages: # - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 "Pascal Hartig @passy": - - giphy-api + # - giphy-api # https://github.com/passy/giphy-api/issues/17 - optparse-text "rightfold @rightfold": From 3957ee9ef5471f9c30f65cd72e8fc627b1fda411 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:41:34 -0700 Subject: [PATCH 1018/1926] Remove magicbane per myfreeweb/magicbane#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66dae923..08caebbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1232,7 +1232,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # https://github.com/myfreeweb/magicbane/issues/9 "Francesco Mazzoli @bitonic": - language-c-quote From 3e37d05aa34cf0f6ac93833e26868ab936d2e9fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:48:28 -0700 Subject: [PATCH 1019/1926] Expect tests to fail for http-reverse-proxy per fpco/http-reverse-proxy#26 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08caebbd..e5916e21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,6 +3843,7 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/26 - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 From 422e73dcf6aaf100cf7bd93e51651439444a53ca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:58:33 -0700 Subject: [PATCH 1020/1926] Remove conduit-algorithms per luispedro/conduit-algorithms#6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5916e21..774df837 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio - - conduit-algorithms + # - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/6 "Alex Biehl @alexbiehl": - haddock-library From b008cda9a1a424a95f7a52d43870e0e6793ed408 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:09:58 -0700 Subject: [PATCH 1021/1926] Remove holy-project per yogsototh/holy-project#7 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 774df837..6ffec613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -972,7 +972,7 @@ packages: "Yann Esposito yogsototh @yogsototh": - human-readable-duration - - holy-project + # - holy-project # https://github.com/yogsototh/holy-project/issues/7 - wai-middleware-caching - wai-middleware-caching-lru - wai-middleware-caching-redis From 6b07eb4fa9159309568134860dc10d2a75fd50a2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:17:25 -0700 Subject: [PATCH 1022/1926] Remove elm-export-persistent per jb55/elm-export-persistent#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ffec613..b6495f3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,7 +1614,7 @@ packages: - bson-lens - cased - elm-export - - elm-export-persistent + # - elm-export-persistent # https://github.com/jb55/elm-export-persistent/issues/2 - pipes-csv - pipes-mongodb - servant-elm From d821e27fd61ad10516d6a089ed39d2a2b16f5d4d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:29:36 -0700 Subject: [PATCH 1023/1926] Disable hledger-web per simonmichael/hledger#717 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6495f3f..dde222c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -947,7 +947,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # https://github.com/simonmichael/hledger/issues/717 - hledger-api - quickbench - regex-compat-tdfa From b98570fb0a5433757172cb6848924a867c819569 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:34:52 -0700 Subject: [PATCH 1024/1926] Rmove etcd per wereHamster/etcd-hs#5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dde222c5..e21755a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1186,7 +1186,7 @@ packages: # - avers-api # cryptonite 0.25 # - avers-server # cryptonite 0.25 - css-syntax - - etcd + # - etcd # https://github.com/wereHamster/etcd-hs/issues/5 - github-types - github-webhook-handler - github-webhook-handler-snap From 869677d40a94e760a84f8ba7975fef471a053fac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:40:11 -0700 Subject: [PATCH 1025/1926] Disable BlastHTTP per eggzilla/BlastHTTP#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e21755a1..b01dce77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -911,7 +911,7 @@ packages: - biopsl - seqloc - bioalign - - BlastHTTP + # - BlastHTTP # https://github.com/eggzilla/BlastHTTP/issues/1 "Florian Eggenhofer @eggzilla": - ClustalParser From 1d4c705ef0948cf6ef718d0210d3b8c28b027e97 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:48:06 -0700 Subject: [PATCH 1026/1926] Expect tests to fail for conduit-throttle per mtesseract/conduit-throttle#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b01dce77..7f15052f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,6 +3839,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 + - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 - haddock - heap # https://github.com/pruvisto/heap/issues/4 From 84150da9ee36aea9c3377da0d1c5da8e6fdb6e0b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 20:00:56 -0700 Subject: [PATCH 1027/1926] Remove cisco-spark-api per nshimaza/cisco-spark-api#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f15052f..0ae006b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3071,7 +3071,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 - - cisco-spark-api + # - cisco-spark-api # https://github.com/nshimaza/cisco-spark-api/issues/1 "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 9a90ff4bce9be5759307396b40fc287d2b522037 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:00:03 -0700 Subject: [PATCH 1028/1926] Remove bake per ndmitchell/bake#44 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae006b2..43e57120 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -416,7 +416,7 @@ packages: - js-jquery - js-flot - extra - - bake + # - bake # https://github.com/ndmitchell/bake/issues/44 - ghcid - hexml - weeder From 686915235652366fcac1e18bcbadc642c7dc6e01 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:08:32 -0700 Subject: [PATCH 1029/1926] Add constraint "matrix < 0.3.6.0" per Daniel-Diaz/matrix#55 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43e57120..ddf23a3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3347,6 +3347,9 @@ packages: - microlens-platform < 0.3.10 - microlens-th < 0.4.2 + # https://github.com/Daniel-Diaz/matrix/issues/55 + - matrix < 0.3.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dc25d0974d42de378ea14088355b5bcd0de72f5a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 12 Mar 2018 04:11:53 +0000 Subject: [PATCH 1030/1926] re-add hledger-web hledger-web 1.5.1 builds with yesod 1.6 (cf https://github.com/simonmichael/hledger/issues/717) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf23a3c..ebbd1859 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -947,7 +947,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/simonmichael/hledger/issues/717 + - hledger-web - hledger-api - quickbench - regex-compat-tdfa From 6a8b93b1dfaa70fa3be632c358bcbb5bdaf509a5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:18:33 -0700 Subject: [PATCH 1031/1926] Remove MusicBrainz, closes #3357 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf23a3c..79b7068e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -877,7 +877,7 @@ packages: "Clint Adams @clinty": - hOpenPGP - openpgp-asciiarmor - - MusicBrainz + # - MusicBrainz # https://github.com/fpco/stackage/issues/3357 - DAV # - hopenpgp-tools # fgl via graphviz - opensource From b19333d29835353a484e33c61fb121c7768c0b31 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:35:42 -0700 Subject: [PATCH 1032/1926] Disable accelerate-examples per AccelerateHS/accelerate#418 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1f2ee4a..077b320c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -709,7 +709,7 @@ packages: - accelerate-fft - accelerate-blas - accelerate-bignum - - accelerate-examples + # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 - repa - repa-io - repa-algorithms From 24182605a6a536973fa436bdf4fc24b6770649e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:53:21 -0700 Subject: [PATCH 1033/1926] Add comment re: doctest constraint linked to QuickCheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 077b320c..f7945ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,7 @@ packages: - lifted-async < 0.10 # https://github.com/fpco/stackage/issues/3290 + # also blocked by QuickCheck < 2.11 - doctest < 0.14 # https://github.com/fpco/stackage/issues/3292 From 0fcfa2bc7176ce2e2f9a574094b95a794fd06935 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Mar 2018 10:47:11 +0200 Subject: [PATCH 1034/1926] http-reverse-proxy should not fail CC @DanBurton --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7921894..93306174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,7 +3851,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/26 - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 From b89f05ecc1c06eb271046727a9fe75a8c1c88d7d Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 12 Mar 2018 06:56:59 -0700 Subject: [PATCH 1035/1926] Add `pipes-http` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93306174..9bb7dfc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -760,6 +760,7 @@ packages: - optparse-generic - pipes - pipes-extras + - pipes-http - pipes-parse - pipes-concurrency - pipes-safe From 08e5f62d5a15261ecc14172ee59868809f3b4311 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 12 Mar 2018 11:36:39 -0400 Subject: [PATCH 1036/1926] Remove upper bounds for one-liner, closes #3330 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93306174..4107edcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,9 +3315,6 @@ packages: # https://github.com/fpco/stackage/issues/3329 - skylighting < 0.7 - # https://github.com/fpco/stackage/issues/3330 - - one-liner < 1 - # https://github.com/fpco/stackage/issues/3333 - llvm-hs < 6 - llvm-hs-pure < 6 From c0b33a9aec30d350126e321a3421f2dc85dbdeb7 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 12 Mar 2018 12:46:59 -0400 Subject: [PATCH 1037/1926] Remove upper bounds for pretty-show, closes #3292 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5f6d86e..59c149f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,9 +3298,6 @@ packages: # also blocked by QuickCheck < 2.11 - doctest < 0.14 - # https://github.com/fpco/stackage/issues/3292 - - pretty-show < 1.7 - # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 From 948f3f9ad650f5ee8d0b9d73ff1b8d8b30e2df8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 17:28:47 -0800 Subject: [PATCH 1038/1926] Bump ghc in build-constraints and check script to 8.4.1 --- build-constraints.yaml | 2 +- check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..eac27e89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.2" +ghc-major-version: "8.4" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version diff --git a/check b/check index 4189690a..24bd97ad 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.2.2 stackage-curator check +exec stack exec --resolver ghc-8.4.1 stackage-curator check From 3dd33d41aed07c13fb5f3e2f721a418b3c0b5524 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 12 Mar 2018 18:38:21 +0100 Subject: [PATCH 1039/1926] Add conduit-algorithms back Issues blocking it are fixed in newer release --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..efd16ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,7 +2990,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio - # - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/6 + - conduit-algorithms "Alex Biehl @alexbiehl": - haddock-library @@ -3669,8 +3669,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/3 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 999a5f2ed551499140e8d8e63fd419869129e161 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 12:02:21 -0700 Subject: [PATCH 1040/1926] Add a lot of stuff to "Removed packages" for ghc 8.4 --- build-constraints.yaml | 2209 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 2208 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eac27e89..4365ab7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,7 +3256,2212 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": [] + "Removed packages": + - Agda < 0 # GHC 8.4 via base-4.11.0.0 + - Earley < 0 # GHC 8.4 via base-4.11.0.0 + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - GPipe < 0 # GHC 8.4 via base-4.11.0.0 + - JuicyPixels-scale-dct < 0 # GHC 8.4 via base-4.11.0.0 + - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 + - Unique < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-blas < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fft < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fftw < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fourier < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-io < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 + - active < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-extra < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 + - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 + - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 + - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 + - async < 0 # GHC 8.4 via base-4.11.0.0 + - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 + - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 + - benchpress < 0 # GHC 8.4 via base-4.11.0.0 + - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 + - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 + - brittany < 0 # GHC 8.4 via base-4.11.0.0 + - butcher < 0 # GHC 8.4 via base-4.11.0.0 + - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 + - capataz < 0 # GHC 8.4 via base-4.11.0.0 + - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 + - classyplate < 0 # GHC 8.4 via base-4.11.0.0 + - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - compact < 0 # GHC 8.4 via base-4.11.0.0 + - country < 0 # GHC 8.4 via base-4.11.0.0 + - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 + - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 + - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - czipwith < 0 # GHC 8.4 via base-4.11.0.0 + - data-tree-print < 0 # GHC 8.4 via base-4.11.0.0 + - deepseq-generics < 0 # GHC 8.4 via base-4.11.0.0 + - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 + - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 + - eliminators < 0 # GHC 8.4 via base-4.11.0.0 + - ether < 0 # GHC 8.4 via base-4.11.0.0 + - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 + - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 + - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 + - fast-builder < 0 # GHC 8.4 via base-4.11.0.0 + - feed < 0 # GHC 8.4 via base-4.11.0.0 + - fold-debounce-conduit < 0 # GHC 8.4 via base-4.11.0.0 + - force-layout < 0 # GHC 8.4 via base-4.11.0.0 + - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 + - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 + - generic-random < 0 # GHC 8.4 via base-4.11.0.0 + - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 + - github < 0 # GHC 8.4 via base-4.11.0.0 + - github-release < 0 # GHC 8.4 via base-4.11.0.0 + - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 + - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 + - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 + - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 + - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 + - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 + - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 + - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-src-meta < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-ast < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-prettyprint < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-refactor < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-rewrite < 0 # GHC 8.4 via base-4.11.0.0 + - hastache < 0 # GHC 8.4 via base-4.11.0.0 + - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 + - hoopl < 0 # GHC 8.4 via base-4.11.0.0 + - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 + - http-media < 0 # GHC 8.4 via base-4.11.0.0 + - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 + - ihaskell < 0 # GHC 8.4 via base-4.11.0.0 + - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 + - io-streams-haproxy < 0 # GHC 8.4 via base-4.11.0.0 + - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 + - json-stream < 0 # GHC 8.4 via base-4.11.0.0 + - kraken < 0 # GHC 8.4 via base-4.11.0.0 + - lackey < 0 # GHC 8.4 via base-4.11.0.0 + - lapack-ffi-tools < 0 # GHC 8.4 via base-4.11.0.0 + - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 + - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 + - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 + - licensor < 0 # GHC 8.4 via base-4.11.0.0 + - lifted-async < 0 # GHC 8.4 via base-4.11.0.0 + - llvm-hs-pure < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 + - lzma < 0 # GHC 8.4 via base-4.11.0.0 + - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - mole < 0 # GHC 8.4 via base-4.11.0.0 + - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 + - multistate < 0 # GHC 8.4 via base-4.11.0.0 + - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - naqsha < 0 # GHC 8.4 via base-4.11.0.0 + - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 + - newtype-generics < 0 # GHC 8.4 via base-4.11.0.0 + - numhask < 0 # GHC 8.4 via base-4.11.0.0 + - numhask-range < 0 # GHC 8.4 via base-4.11.0.0 + - palette < 0 # GHC 8.4 via base-4.11.0.0 + - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 + - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 + - perf < 0 # GHC 8.4 via base-4.11.0.0 + - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 + - pomaps < 0 # GHC 8.4 via base-4.11.0.0 + - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 + - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 + - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 + - protolude < 0 # GHC 8.4 via base-4.11.0.0 + - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 + - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 + - raaz < 0 # GHC 8.4 via base-4.11.0.0 + - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 + - ratel < 0 # GHC 8.4 via base-4.11.0.0 + - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 + - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 + - repa < 0 # GHC 8.4 via base-4.11.0.0 + - repa-algorithms < 0 # GHC 8.4 via base-4.11.0.0 + - repa-io < 0 # GHC 8.4 via base-4.11.0.0 + - rest-core < 0 # GHC 8.4 via base-4.11.0.0 + - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 + - rest-types < 0 # GHC 8.4 via base-4.11.0.0 + - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 + - safe-exceptions < 0 # GHC 8.4 via base-4.11.0.0 + - schematic < 0 # GHC 8.4 via base-4.11.0.0 + - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 + - servant < 0 # GHC 8.4 via base-4.11.0.0 + - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 + - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 + - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 + - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 + - servant-js < 0 # GHC 8.4 via base-4.11.0.0 + - servant-server < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via base-4.11.0.0 + - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 + - setlocale < 0 # GHC 8.4 via base-4.11.0.0 + - slack-web < 0 # GHC 8.4 via base-4.11.0.0 + - snap < 0 # GHC 8.4 via base-4.11.0.0 + - spdx < 0 # GHC 8.4 via base-4.11.0.0 + - splitmix < 0 # GHC 8.4 via base-4.11.0.0 + - statestack < 0 # GHC 8.4 via base-4.11.0.0 + - stitch < 0 # GHC 8.4 via base-4.11.0.0 + - strive < 0 # GHC 8.4 via base-4.11.0.0 + - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 + - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 + - tdigest < 0 # GHC 8.4 via base-4.11.0.0 + - threads < 0 # GHC 8.4 via base-4.11.0.0 + - threepenny-gui < 0 # GHC 8.4 via base-4.11.0.0 + - through-text < 0 # GHC 8.4 via base-4.11.0.0 + - time-parsers < 0 # GHC 8.4 via base-4.11.0.0 + - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 + - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 + - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 + - union < 0 # GHC 8.4 via base-4.11.0.0 + - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 + - userid < 0 # GHC 8.4 via base-4.11.0.0 + - vado < 0 # GHC 8.4 via base-4.11.0.0 + - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 + - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 + - vectortiles < 0 # GHC 8.4 via base-4.11.0.0 + - versions < 0 # GHC 8.4 via base-4.11.0.0 + - wavefront < 0 # GHC 8.4 via base-4.11.0.0 + - xhtml < 0 # GHC 8.4 via base-4.11.0.0 + - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-8.4.1 + - doctest < 0 # GHC 8.4 via ghc-8.4.1 + - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-refactor < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 + - hint < 0 # GHC 8.4 via ghc-8.4.1 + - inline-java < 0 # GHC 8.4 via ghc-8.4.1 + - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - text-show < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - text-show-instances < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - ghc-compact < 0 # GHC 8.4 via ghc-prim-0.5.2.0 + - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - eliminators < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - testing-feat < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 + - morte < 0 # GHC 8.4 via Earley + - stm-supply < 0 # GHC 8.4 via Unique + - linear-accelerate < 0 # GHC 8.4 via accelerate + - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - hspec-meta < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async + - GLFW-b < 0 # GHC 8.4 via bindings-GLFW + - HStringTemplate < 0 # GHC 8.4 via blaze-builder + - airship < 0 # GHC 8.4 via blaze-builder + - atom-conduit < 0 # GHC 8.4 via blaze-builder + - authenticate < 0 # GHC 8.4 via blaze-builder + - authenticate-oauth < 0 # GHC 8.4 via blaze-builder + - blaze-html < 0 # GHC 8.4 via blaze-builder + - blaze-markup < 0 # GHC 8.4 via blaze-builder + - blaze-textual < 0 # GHC 8.4 via blaze-builder + - bloodhound < 0 # GHC 8.4 via blaze-builder + - csv-conduit < 0 # GHC 8.4 via blaze-builder + - docker < 0 # GHC 8.4 via blaze-builder + - fn < 0 # GHC 8.4 via blaze-builder + - groundhog < 0 # GHC 8.4 via blaze-builder + - groundhog-postgresql < 0 # GHC 8.4 via blaze-builder + - haxr < 0 # GHC 8.4 via blaze-builder + - hbeanstalk < 0 # GHC 8.4 via blaze-builder + - heist < 0 # GHC 8.4 via blaze-builder + - hjsmin < 0 # GHC 8.4 via blaze-builder + - hosc < 0 # GHC 8.4 via blaze-builder + - http-client < 0 # GHC 8.4 via blaze-builder + - http-common < 0 # GHC 8.4 via blaze-builder + - http-conduit < 0 # GHC 8.4 via blaze-builder + - http-reverse-proxy < 0 # GHC 8.4 via blaze-builder + - http-streams < 0 # GHC 8.4 via blaze-builder + - json-builder < 0 # GHC 8.4 via blaze-builder + - language-javascript < 0 # GHC 8.4 via blaze-builder + - lucid < 0 # GHC 8.4 via blaze-builder + - mime-mail < 0 # GHC 8.4 via blaze-builder + - monad-logger < 0 # GHC 8.4 via blaze-builder + - mysql-simple < 0 # GHC 8.4 via blaze-builder + - oauthenticated < 0 # GHC 8.4 via blaze-builder + - persistent-mysql < 0 # GHC 8.4 via blaze-builder + - persistent-postgresql < 0 # GHC 8.4 via blaze-builder + - pipes-csv < 0 # GHC 8.4 via blaze-builder + - pipes-wai < 0 # GHC 8.4 via blaze-builder + - req < 0 # GHC 8.4 via blaze-builder + - riak < 0 # GHC 8.4 via blaze-builder + - rss-conduit < 0 # GHC 8.4 via blaze-builder + - scotty < 0 # GHC 8.4 via blaze-builder + - servant-subscriber < 0 # GHC 8.4 via blaze-builder + - servius < 0 # GHC 8.4 via blaze-builder + - simple < 0 # GHC 8.4 via blaze-builder + - simple-session < 0 # GHC 8.4 via blaze-builder + - snap-server < 0 # GHC 8.4 via blaze-builder + - sqlite-simple < 0 # GHC 8.4 via blaze-builder + - stack < 0 # GHC 8.4 via blaze-builder + - streaming-commons < 0 # GHC 8.4 via blaze-builder + - tagstream-conduit < 0 # GHC 8.4 via blaze-builder + - trifecta < 0 # GHC 8.4 via blaze-builder + - uri-bytestring < 0 # GHC 8.4 via blaze-builder + - vty < 0 # GHC 8.4 via blaze-builder + - wai < 0 # GHC 8.4 via blaze-builder + - wai-app-static < 0 # GHC 8.4 via blaze-builder + - wai-conduit < 0 # GHC 8.4 via blaze-builder + - wai-extra < 0 # GHC 8.4 via blaze-builder + - wai-handler-launch < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching-lru < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching-redis < 0 # GHC 8.4 via blaze-builder + - wai-middleware-crowd < 0 # GHC 8.4 via blaze-builder + - wai-predicates < 0 # GHC 8.4 via blaze-builder + - wai-routing < 0 # GHC 8.4 via blaze-builder + - wai-session < 0 # GHC 8.4 via blaze-builder + - wai-websockets < 0 # GHC 8.4 via blaze-builder + - warp < 0 # GHC 8.4 via blaze-builder + - web-routes < 0 # GHC 8.4 via blaze-builder + - websockets < 0 # GHC 8.4 via blaze-builder + - wrecker < 0 # GHC 8.4 via blaze-builder + - xmlgen < 0 # GHC 8.4 via blaze-builder + - xmlhtml < 0 # GHC 8.4 via blaze-builder + - yesod-auth < 0 # GHC 8.4 via blaze-builder + - yesod-bin < 0 # GHC 8.4 via blaze-builder + - yesod-eventsource < 0 # GHC 8.4 via blaze-builder + - yesod-form < 0 # GHC 8.4 via blaze-builder + - yesod-persistent < 0 # GHC 8.4 via blaze-builder + - yesod-static < 0 # GHC 8.4 via blaze-builder + - yesod-test < 0 # GHC 8.4 via blaze-builder + - web-routes-boomerang < 0 # GHC 8.4 via boomerang + - uuid < 0 # GHC 8.4 via cryptohash-md5 + - uuid < 0 # GHC 8.4 via cryptohash-sha1 + - github-webhooks < 0 # GHC 8.4 via deepseq-generics + - hidapi < 0 # GHC 8.4 via deepseq-generics + - kdt < 0 # GHC 8.4 via deepseq-generics + - uri-bytestring < 0 # GHC 8.4 via deepseq-generics + - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http-types < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest + - log < 0 # GHC 8.4 via ekg + - eventstore < 0 # GHC 8.4 via ekg-core + - monad-metrics < 0 # GHC 8.4 via ekg-core + - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core + - download < 0 # GHC 8.4 via feed + - json-schema < 0 # GHC 8.4 via generic-aeson + - profiterole < 0 # GHC 8.4 via ghc-prof + - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat + - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat + - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat + - servant-github-webhook < 0 # GHC 8.4 via github + - stack < 0 # GHC 8.4 via hackage-security + - pandoc < 0 # GHC 8.4 via haddock-library + - happstack-jmacro < 0 # GHC 8.4 via happstack-server + - happstack-server-tls < 0 # GHC 8.4 via happstack-server + - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server + - reform-happstack < 0 # GHC 8.4 via happstack-server + - web-routes-happstack < 0 # GHC 8.4 via happstack-server + - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp + - QuasiText < 0 # GHC 8.4 via haskell-src-meta + - aeson-qq < 0 # GHC 8.4 via haskell-src-meta + - codo-notation < 0 # GHC 8.4 via haskell-src-meta + - here < 0 # GHC 8.4 via haskell-src-meta + - interpolate < 0 # GHC 8.4 via haskell-src-meta + - interpolatedstring-perl6 < 0 # GHC 8.4 via haskell-src-meta + - invertible < 0 # GHC 8.4 via haskell-src-meta + - jmacro < 0 # GHC 8.4 via haskell-src-meta + - language-c-quote < 0 # GHC 8.4 via haskell-src-meta + - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta + - persistent < 0 # GHC 8.4 via haskell-src-meta + - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta + - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta + - stack < 0 # GHC 8.4 via hastache + - buchhaltung < 0 # GHC 8.4 via hint + - haskintex < 0 # GHC 8.4 via hint + - xmonad-extras < 0 # GHC 8.4 via hint + - hjsonschema < 0 # GHC 8.4 via hjsonpointer + - Spock-core < 0 # GHC 8.4 via http-api-data + - chatwork < 0 # GHC 8.4 via http-api-data + - emailaddress < 0 # GHC 8.4 via http-api-data + - envelope < 0 # GHC 8.4 via http-api-data + - eventful-core < 0 # GHC 8.4 via http-api-data + - http-link-header < 0 # GHC 8.4 via http-api-data + - lxd-client < 0 # GHC 8.4 via http-api-data + - miso < 0 # GHC 8.4 via http-api-data + - persistent < 0 # GHC 8.4 via http-api-data + - persistent-mongoDB < 0 # GHC 8.4 via http-api-data + - persistent-redis < 0 # GHC 8.4 via http-api-data + - persistent-template < 0 # GHC 8.4 via http-api-data + - pushbullet-types < 0 # GHC 8.4 via http-api-data + - rakuten < 0 # GHC 8.4 via http-api-data + - req < 0 # GHC 8.4 via http-api-data + - reroute < 0 # GHC 8.4 via http-api-data + - servant-kotlin < 0 # GHC 8.4 via http-api-data + - slug < 0 # GHC 8.4 via http-api-data + - airship < 0 # GHC 8.4 via http-media + - lxd-client < 0 # GHC 8.4 via http-media + - servant-blaze < 0 # GHC 8.4 via http-media + - servant-cassava < 0 # GHC 8.4 via http-media + - servant-exceptions < 0 # GHC 8.4 via http-media + - servant-lucid < 0 # GHC 8.4 via http-media + - servant-pandoc < 0 # GHC 8.4 via http-media + - servant-static-th < 0 # GHC 8.4 via http-media + - jvm-batching < 0 # GHC 8.4 via inline-java + - jvm-streaming < 0 # GHC 8.4 via inline-java + - sparkle < 0 # GHC 8.4 via inline-java + - snap-server < 0 # GHC 8.4 via io-streams-haproxy + - hOpenPGP < 0 # GHC 8.4 via ixset-typed + - text-generic-pretty < 0 # GHC 8.4 via ixset-typed + - async-refresh < 0 # GHC 8.4 via lifted-async + - async-refresh-tokens < 0 # GHC 8.4 via lifted-async + - async-timer < 0 # GHC 8.4 via lifted-async + - consul-haskell < 0 # GHC 8.4 via lifted-async + - eventsource-api < 0 # GHC 8.4 via lifted-async + - eventstore < 0 # GHC 8.4 via lifted-async + - hedgehog < 0 # GHC 8.4 via lifted-async + - log-warper < 0 # GHC 8.4 via lifted-async + - pipes-fluid < 0 # GHC 8.4 via lifted-async + - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async + - shelly < 0 # GHC 8.4 via lifted-async + - llvm-hs < 0 # GHC 8.4 via llvm-hs-pure + - lzma-conduit < 0 # GHC 8.4 via lzma + - zim-parser < 0 # GHC 8.4 via lzma + - heist < 0 # GHC 8.4 via map-syntax + - mmark < 0 # GHC 8.4 via modern-uri + - mmark-ext < 0 # GHC 8.4 via modern-uri + - req-url-extra < 0 # GHC 8.4 via modern-uri + - MemoTrie < 0 # GHC 8.4 via newtype-generics + - online < 0 # GHC 8.4 via numhask + - plot-light < 0 # GHC 8.4 via palette + - online < 0 # GHC 8.4 via perf + - dbcleaner < 0 # GHC 8.4 via postgresql-simple + - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple + - emailaddress < 0 # GHC 8.4 via postgresql-simple + - groundhog-postgresql < 0 # GHC 8.4 via postgresql-simple + - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple + - opaleye < 0 # GHC 8.4 via postgresql-simple + - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple + - pg-transact < 0 # GHC 8.4 via postgresql-simple + - postgresql-schema < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-queue < 0 # GHC 8.4 via postgresql-simple + - postgresql-transactional < 0 # GHC 8.4 via postgresql-simple + - psql-helpers < 0 # GHC 8.4 via postgresql-simple + - tmp-postgres < 0 # GHC 8.4 via postgresql-simple + - users-postgresql-simple < 0 # GHC 8.4 via postgresql-simple + - wai-session-postgresql < 0 # GHC 8.4 via postgresql-simple + - bhoogle < 0 # GHC 8.4 via protolude + - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude + - eventsource-stub-store < 0 # GHC 8.4 via protolude + - hjsonschema < 0 # GHC 8.4 via protolude + - hpio < 0 # GHC 8.4 via protolude + - kanji < 0 # GHC 8.4 via protolude + - logger-thread < 0 # GHC 8.4 via protolude + - online < 0 # GHC 8.4 via protolude + - teardown < 0 # GHC 8.4 via protolude + - text-generic-pretty < 0 # GHC 8.4 via protolude + - stack < 0 # GHC 8.4 via regex-applicative-text + - hmatrix-repa < 0 # GHC 8.4 via repa + - rest-snap < 0 # GHC 8.4 via rest-core + - async-refresh < 0 # GHC 8.4 via safe-exceptions + - async-refresh-tokens < 0 # GHC 8.4 via safe-exceptions + - async-timer < 0 # GHC 8.4 via safe-exceptions + - atom-conduit < 0 # GHC 8.4 via safe-exceptions + - credential-store < 0 # GHC 8.4 via safe-exceptions + - direct-rocksdb < 0 # GHC 8.4 via safe-exceptions + - dublincore-xml-conduit < 0 # GHC 8.4 via safe-exceptions + - eventstore < 0 # GHC 8.4 via safe-exceptions + - groundhog < 0 # GHC 8.4 via safe-exceptions + - inline-c-cpp < 0 # GHC 8.4 via safe-exceptions + - irc-dcc < 0 # GHC 8.4 via safe-exceptions + - liboath-hs < 0 # GHC 8.4 via safe-exceptions + - logger-thread < 0 # GHC 8.4 via safe-exceptions + - massiv < 0 # GHC 8.4 via safe-exceptions + - opml-conduit < 0 # GHC 8.4 via safe-exceptions + - pinboard < 0 # GHC 8.4 via safe-exceptions + - rss-conduit < 0 # GHC 8.4 via safe-exceptions + - safe-exceptions-checked < 0 # GHC 8.4 via safe-exceptions + - tar-conduit < 0 # GHC 8.4 via safe-exceptions + - teardown < 0 # GHC 8.4 via safe-exceptions + - throwable-exceptions < 0 # GHC 8.4 via safe-exceptions + - universum < 0 # GHC 8.4 via safe-exceptions + - approximate < 0 # GHC 8.4 via safecopy + - compensated < 0 # GHC 8.4 via safecopy + - hyperloglog < 0 # GHC 8.4 via safecopy + - ixset < 0 # GHC 8.4 via safecopy + - large-hashable < 0 # GHC 8.4 via safecopy + - lxd-client < 0 # GHC 8.4 via servant + - miso < 0 # GHC 8.4 via servant + - servant-blaze < 0 # GHC 8.4 via servant + - servant-cassava < 0 # GHC 8.4 via servant + - servant-elm < 0 # GHC 8.4 via servant + - servant-exceptions < 0 # GHC 8.4 via servant + - servant-github-webhook < 0 # GHC 8.4 via servant + - servant-kotlin < 0 # GHC 8.4 via servant + - servant-lucid < 0 # GHC 8.4 via servant + - servant-mock < 0 # GHC 8.4 via servant + - servant-purescript < 0 # GHC 8.4 via servant + - servant-static-th < 0 # GHC 8.4 via servant + - servant-subscriber < 0 # GHC 8.4 via servant + - lxd-client < 0 # GHC 8.4 via servant-client + - servant-pandoc < 0 # GHC 8.4 via servant-docs + - servant-elm < 0 # GHC 8.4 via servant-foreign + - servant-kotlin < 0 # GHC 8.4 via servant-foreign + - servant-purescript < 0 # GHC 8.4 via servant-foreign + - servant-ruby < 0 # GHC 8.4 via servant-foreign + - servant-subscriber < 0 # GHC 8.4 via servant-foreign + - chatwork < 0 # GHC 8.4 via servant-server + - hledger-api < 0 # GHC 8.4 via servant-server + - rakuten < 0 # GHC 8.4 via servant-server + - servant-blaze < 0 # GHC 8.4 via servant-server + - servant-cassava < 0 # GHC 8.4 via servant-server + - servant-exceptions < 0 # GHC 8.4 via servant-server + - servant-github-webhook < 0 # GHC 8.4 via servant-server + - servant-lucid < 0 # GHC 8.4 via servant-server + - servant-mock < 0 # GHC 8.4 via servant-server + - servant-purescript < 0 # GHC 8.4 via servant-server + - servant-static-th < 0 # GHC 8.4 via servant-server + - servant-subscriber < 0 # GHC 8.4 via servant-server + - servant-websockets < 0 # GHC 8.4 via servant-server + - hledger-api < 0 # GHC 8.4 via servant-swagger + - xmonad < 0 # GHC 8.4 via setlocale + - xturtle < 0 # GHC 8.4 via setlocale + - mmark-cli < 0 # GHC 8.4 via stache + - highjson-swagger < 0 # GHC 8.4 via swagger2 + - highjson-th < 0 # GHC 8.4 via swagger2 + - hledger-api < 0 # GHC 8.4 via swagger2 + - ixset < 0 # GHC 8.4 via syb-with-class + - rng-utils < 0 # GHC 8.4 via tasty-hedgehog + - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog + - universum < 0 # GHC 8.4 via tasty-hedgehog + - teardown < 0 # GHC 8.4 via tasty-rerun + - online < 0 # GHC 8.4 via tdigest + - wrecker < 0 # GHC 8.4 via tdigest + - type-assertions < 0 # GHC 8.4 via test-fixture + - blosum < 0 # GHC 8.4 via text-show + - find-clumpiness < 0 # GHC 8.4 via text-show + - hpqtypes < 0 # GHC 8.4 via text-show + - log < 0 # GHC 8.4 via text-show + - log-elasticsearch < 0 # GHC 8.4 via text-show + - log-postgres < 0 # GHC 8.4 via text-show + - modify-fasta < 0 # GHC 8.4 via text-show + - tibetan-utils < 0 # GHC 8.4 via text-show + - snap-server < 0 # GHC 8.4 via threads + - threads-extras < 0 # GHC 8.4 via threads + - wrecker < 0 # GHC 8.4 via threads + - threepenny-editors < 0 # GHC 8.4 via threepenny-gui + - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket + - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b + - vector-space < 0 # GHC 8.4 via MemoTrie + - Spock < 0 # GHC 8.4 via Spock-core + - Spock-api-server < 0 # GHC 8.4 via Spock-core + - boltzmann-samplers < 0 # GHC 8.4 via ad + - hamilton < 0 # GHC 8.4 via ad + - matplotlib < 0 # GHC 8.4 via ad + - uncertain < 0 # GHC 8.4 via ad + - hspec-wai-json < 0 # GHC 8.4 via aeson-qq + - microformats2-parser < 0 # GHC 8.4 via aeson-qq + - stratosphere < 0 # GHC 8.4 via aeson-qq + - mltool < 0 # GHC 8.4 via ascii-progress + - MFlow < 0 # GHC 8.4 via blaze-html + - ace < 0 # GHC 8.4 via blaze-html + - alerts < 0 # GHC 8.4 via blaze-html + - blaze-bootstrap < 0 # GHC 8.4 via blaze-html + - cheapskate < 0 # GHC 8.4 via blaze-html + - cheapskate-highlight < 0 # GHC 8.4 via blaze-html + - cheapskate-lucid < 0 # GHC 8.4 via blaze-html + - cmark < 0 # GHC 8.4 via blaze-html + - cmark-highlight < 0 # GHC 8.4 via blaze-html + - doctemplates < 0 # GHC 8.4 via blaze-html + - highlighting-kate < 0 # GHC 8.4 via blaze-html + - hledger-web < 0 # GHC 8.4 via blaze-html + - jmacro-rpc < 0 # GHC 8.4 via blaze-html + - mandrill < 0 # GHC 8.4 via blaze-html + - markdown < 0 # GHC 8.4 via blaze-html + - markup < 0 # GHC 8.4 via blaze-html + - microformats2-parser < 0 # GHC 8.4 via blaze-html + - reform-blaze < 0 # GHC 8.4 via blaze-html + - ses-html < 0 # GHC 8.4 via blaze-html + - shakespeare < 0 # GHC 8.4 via blaze-html + - skylighting < 0 # GHC 8.4 via blaze-html + - snap-blaze < 0 # GHC 8.4 via blaze-html + - tasty-html < 0 # GHC 8.4 via blaze-html + - type-of-html < 0 # GHC 8.4 via blaze-html + - webpage < 0 # GHC 8.4 via blaze-html + - xml-conduit < 0 # GHC 8.4 via blaze-html + - yesod < 0 # GHC 8.4 via blaze-html + - yesod-alerts < 0 # GHC 8.4 via blaze-html + - yesod-newsfeed < 0 # GHC 8.4 via blaze-html + - MFlow < 0 # GHC 8.4 via blaze-markup + - ace < 0 # GHC 8.4 via blaze-markup + - blaze-svg < 0 # GHC 8.4 via blaze-markup + - doctemplates < 0 # GHC 8.4 via blaze-markup + - hledger-web < 0 # GHC 8.4 via blaze-markup + - markdown < 0 # GHC 8.4 via blaze-markup + - markup < 0 # GHC 8.4 via blaze-markup + - microformats2-parser < 0 # GHC 8.4 via blaze-markup + - reform-blaze < 0 # GHC 8.4 via blaze-markup + - reform-hamlet < 0 # GHC 8.4 via blaze-markup + - shakespeare < 0 # GHC 8.4 via blaze-markup + - xml-conduit < 0 # GHC 8.4 via blaze-markup + - yesod < 0 # GHC 8.4 via blaze-markup + - yesod-alerts < 0 # GHC 8.4 via blaze-markup + - yesod-newsfeed < 0 # GHC 8.4 via blaze-markup + - mysql-haskell < 0 # GHC 8.4 via blaze-textual + - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude + - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad + - MFlow < 0 # GHC 8.4 via conduit-extra + - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra + - editor-open < 0 # GHC 8.4 via conduit-extra + - fb < 0 # GHC 8.4 via conduit-extra + - haskell-spacegoo < 0 # GHC 8.4 via conduit-extra + - hledger-web < 0 # GHC 8.4 via conduit-extra + - hoogle < 0 # GHC 8.4 via conduit-extra + - imagesize-conduit < 0 # GHC 8.4 via conduit-extra + - markdown < 0 # GHC 8.4 via conduit-extra + - mega-sdist < 0 # GHC 8.4 via conduit-extra + - mongoDB < 0 # GHC 8.4 via conduit-extra + - network-conduit-tls < 0 # GHC 8.4 via conduit-extra + - pager < 0 # GHC 8.4 via conduit-extra + - sbp < 0 # GHC 8.4 via conduit-extra + - serf < 0 # GHC 8.4 via conduit-extra + - wire-streams < 0 # GHC 8.4 via conduit-extra + - xml-conduit < 0 # GHC 8.4 via conduit-extra + - zip < 0 # GHC 8.4 via conduit-extra + - brick < 0 # GHC 8.4 via config-ini + - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive + - check-email < 0 # GHC 8.4 via email-validate + - hailgun < 0 # GHC 8.4 via email-validate + - hailgun-simple < 0 # GHC 8.4 via email-validate + - mandrill < 0 # GHC 8.4 via email-validate + - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions + - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions + - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-postgresql < 0 # GHC 8.4 via eventful-core + - eventful-sql-common < 0 # GHC 8.4 via eventful-core + - eventful-sqlite < 0 # GHC 8.4 via eventful-core + - eventful-test-helpers < 0 # GHC 8.4 via eventful-core + - fixed-vector-hetero < 0 # GHC 8.4 via fixed-vector + - shikensu < 0 # GHC 8.4 via flow + - filecache < 0 # GHC 8.4 via fsnotify + - ghcid < 0 # GHC 8.4 via fsnotify + - starter < 0 # GHC 8.4 via fsnotify + - data-diverse-lens < 0 # GHC 8.4 via generic-lens + - groundhog-inspector < 0 # GHC 8.4 via groundhog + - groundhog-mysql < 0 # GHC 8.4 via groundhog + - groundhog-sqlite < 0 # GHC 8.4 via groundhog + - groundhog-th < 0 # GHC 8.4 via groundhog + - gi-atk < 0 # GHC 8.4 via haskell-gi + - gi-cairo < 0 # GHC 8.4 via haskell-gi + - gi-glib < 0 # GHC 8.4 via haskell-gi + - gi-gobject < 0 # GHC 8.4 via haskell-gi + - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi + - either < 0 # GHC 8.4 via hedgehog + - hedgehog-quickcheck < 0 # GHC 8.4 via hedgehog + - hw-fingertree-strict < 0 # GHC 8.4 via hedgehog + - hw-hedgehog < 0 # GHC 8.4 via hedgehog + - hw-hspec-hedgehog < 0 # GHC 8.4 via hedgehog + - hw-rankselect < 0 # GHC 8.4 via hedgehog + - validation < 0 # GHC 8.4 via hedgehog + - IPv6DB < 0 # GHC 8.4 via hedis + - hworker < 0 # GHC 8.4 via hedis + - serversession-backend-redis < 0 # GHC 8.4 via hedis + - hledger < 0 # GHC 8.4 via here + - follow-file < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify + - hledger-web < 0 # GHC 8.4 via hjsmin + - hledger < 0 # GHC 8.4 via hledger-lib + - hledger-iadd < 0 # GHC 8.4 via hledger-lib + - hledger-interest < 0 # GHC 8.4 via hledger-lib + - hledger-web < 0 # GHC 8.4 via hledger-lib + - cabal2nix < 0 # GHC 8.4 via hopenssl + - tidal < 0 # GHC 8.4 via hosc + - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls + - mbox-utility < 0 # GHC 8.4 via hsemail + - hspec < 0 # GHC 8.4 via hspec-meta + - hspec-core < 0 # GHC 8.4 via hspec-meta + - hspec-discover < 0 # GHC 8.4 via hspec-meta + - hdaemonize < 0 # GHC 8.4 via hsyslog + - hsyslog-udp < 0 # GHC 8.4 via hsyslog + - logging-facade-syslog < 0 # GHC 8.4 via hsyslog + - monad-logger-syslog < 0 # GHC 8.4 via hsyslog + - DAV < 0 # GHC 8.4 via http-client + - IPv6DB < 0 # GHC 8.4 via http-client + - bitcoin-api < 0 # GHC 8.4 via http-client + - bitcoin-api-extra < 0 # GHC 8.4 via http-client + - cabal-rpm < 0 # GHC 8.4 via http-client + - cayley-client < 0 # GHC 8.4 via http-client + - configuration-tools < 0 # GHC 8.4 via http-client + - datadog < 0 # GHC 8.4 via http-client + - fb < 0 # GHC 8.4 via http-client + - gdax < 0 # GHC 8.4 via http-client + - goggles < 0 # GHC 8.4 via http-client + - hailgun < 0 # GHC 8.4 via http-client + - haskell-neo4j-client < 0 # GHC 8.4 via http-client + - hledger-web < 0 # GHC 8.4 via http-client + - hpack < 0 # GHC 8.4 via http-client + - hsebaysdk < 0 # GHC 8.4 via http-client + - http-client-openssl < 0 # GHC 8.4 via http-client + - http-client-tls < 0 # GHC 8.4 via http-client + - kawhi < 0 # GHC 8.4 via http-client + - koofr-client < 0 # GHC 8.4 via http-client + - mandrill < 0 # GHC 8.4 via http-client + - mime-mail-ses < 0 # GHC 8.4 via http-client + - opensource < 0 # GHC 8.4 via http-client + - pagerduty < 0 # GHC 8.4 via http-client + - pipes-http < 0 # GHC 8.4 via http-client + - rollbar-hs < 0 # GHC 8.4 via http-client + - soap < 0 # GHC 8.4 via http-client + - soap-openssl < 0 # GHC 8.4 via http-client + - soap-tls < 0 # GHC 8.4 via http-client + - textlocal < 0 # GHC 8.4 via http-client + - wai-middleware-rollbar < 0 # GHC 8.4 via http-client + - wai-slack-middleware < 0 # GHC 8.4 via http-client + - webdriver < 0 # GHC 8.4 via http-client + - cabal-rpm < 0 # GHC 8.4 via http-conduit + - cayley-client < 0 # GHC 8.4 via http-conduit + - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit + - cryptocompare < 0 # GHC 8.4 via http-conduit + - curl-runnings < 0 # GHC 8.4 via http-conduit + - fb < 0 # GHC 8.4 via http-conduit + - github-types < 0 # GHC 8.4 via http-conduit + - haskell-neo4j-client < 0 # GHC 8.4 via http-conduit + - hledger-web < 0 # GHC 8.4 via http-conduit + - hoogle < 0 # GHC 8.4 via http-conduit + - kawhi < 0 # GHC 8.4 via http-conduit + - line < 0 # GHC 8.4 via http-conduit + - mega-sdist < 0 # GHC 8.4 via http-conduit + - mime-mail-ses < 0 # GHC 8.4 via http-conduit + - rollbar-hs < 0 # GHC 8.4 via http-conduit + - textlocal < 0 # GHC 8.4 via http-conduit + - wai-middleware-rollbar < 0 # GHC 8.4 via http-conduit + - yesod-auth-fb < 0 # GHC 8.4 via http-conduit + - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit + - yesod-fb < 0 # GHC 8.4 via http-conduit + - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - attoparsec < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types + - aeson-typescript < 0 # GHC 8.4 via interpolate + - attoparsec-ip < 0 # GHC 8.4 via ip + - attoparsec-uri < 0 # GHC 8.4 via ip + - IPv6Addr < 0 # GHC 8.4 via iproute + - cql < 0 # GHC 8.4 via iproute + - transient-universe < 0 # GHC 8.4 via iproute + - irc-client < 0 # GHC 8.4 via irc-conduit + - hsx-jmacro < 0 # GHC 8.4 via jmacro + - jmacro-rpc < 0 # GHC 8.4 via jmacro + - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro + - buffer-builder < 0 # GHC 8.4 via json-builder + - webdriver-angular < 0 # GHC 8.4 via language-javascript + - cabal2nix < 0 # GHC 8.4 via language-nix + - Chart < 0 # GHC 8.4 via lens + - Chart-cairo < 0 # GHC 8.4 via lens + - DAV < 0 # GHC 8.4 via lens + - accuerr < 0 # GHC 8.4 via lens + - aern2-mp < 0 # GHC 8.4 via lens + - aern2-real < 0 # GHC 8.4 via lens + - aeson-picker < 0 # GHC 8.4 via lens + - api-field-json-th < 0 # GHC 8.4 via lens + - asciidiagram < 0 # GHC 8.4 via lens + - avwx < 0 # GHC 8.4 via lens + - backprop < 0 # GHC 8.4 via lens + - bitcoin-api < 0 # GHC 8.4 via lens + - bitcoin-api-extra < 0 # GHC 8.4 via lens + - bitcoin-block < 0 # GHC 8.4 via lens + - bitcoin-tx < 0 # GHC 8.4 via lens + - boundingboxes < 0 # GHC 8.4 via lens + - bson-lens < 0 # GHC 8.4 via lens + - cabal2nix < 0 # GHC 8.4 via lens + - cayley-client < 0 # GHC 8.4 via lens + - composable-associations < 0 # GHC 8.4 via lens + - concise < 0 # GHC 8.4 via lens + - data-diverse-lens < 0 # GHC 8.4 via lens + - datadog < 0 # GHC 8.4 via lens + - dom-parser < 0 # GHC 8.4 via lens + - extensible < 0 # GHC 8.4 via lens + - fasta < 0 # GHC 8.4 via lens + - fuzzyset < 0 # GHC 8.4 via lens + - gdax < 0 # GHC 8.4 via lens + - generics-sop-lens < 0 # GHC 8.4 via lens + - glaze < 0 # GHC 8.4 via lens + - glazier < 0 # GHC 8.4 via lens + - handwriting < 0 # GHC 8.4 via lens + - highjson < 0 # GHC 8.4 via lens + - hreader-lens < 0 # GHC 8.4 via lens + - hw-xml < 0 # GHC 8.4 via lens + - ilist < 0 # GHC 8.4 via lens + - insert-ordered-containers < 0 # GHC 8.4 via lens + - intro < 0 # GHC 8.4 via lens + - jose < 0 # GHC 8.4 via lens + - lens-datetime < 0 # GHC 8.4 via lens + - lens-properties < 0 # GHC 8.4 via lens + - mandrill < 0 # GHC 8.4 via lens + - microlens-aeson < 0 # GHC 8.4 via lens + - milena < 0 # GHC 8.4 via lens + - monoidal-containers < 0 # GHC 8.4 via lens + - mustache < 0 # GHC 8.4 via lens + - package-description-remote < 0 # GHC 8.4 via lens + - pagerduty < 0 # GHC 8.4 via lens + - pipes-category < 0 # GHC 8.4 via lens + - pipes-extras < 0 # GHC 8.4 via lens + - pipes-misc < 0 # GHC 8.4 via lens + - purescript-bridge < 0 # GHC 8.4 via lens + - quickcheck-arbitrary-adt < 0 # GHC 8.4 via lens + - random-tree < 0 # GHC 8.4 via lens + - rasterific-svg < 0 # GHC 8.4 via lens + - references < 0 # GHC 8.4 via lens + - rollbar-hs < 0 # GHC 8.4 via lens + - sbp < 0 # GHC 8.4 via lens + - speedy-slice < 0 # GHC 8.4 via lens + - stateWriter < 0 # GHC 8.4 via lens + - stratosphere < 0 # GHC 8.4 via lens + - strict-base-types < 0 # GHC 8.4 via lens + - svg-tree < 0 # GHC 8.4 via lens + - text-region < 0 # GHC 8.4 via lens + - timelens < 0 # GHC 8.4 via lens + - validation < 0 # GHC 8.4 via lens + - writer-cps-lens < 0 # GHC 8.4 via lens + - xlsx < 0 # GHC 8.4 via lens + - xlsx-tabular < 0 # GHC 8.4 via lens + - xml-isogen < 0 # GHC 8.4 via lens + - xml-lens < 0 # GHC 8.4 via lens + - hreader-lens < 0 # GHC 8.4 via lens-action + - aeson-picker < 0 # GHC 8.4 via lens-aeson + - bitcoin-api < 0 # GHC 8.4 via lens-aeson + - cayley-client < 0 # GHC 8.4 via lens-aeson + - gdax < 0 # GHC 8.4 via lens-aeson + - handwriting < 0 # GHC 8.4 via lens-aeson + - microformats2-parser < 0 # GHC 8.4 via lens-aeson + - microlens-aeson < 0 # GHC 8.4 via lens-aeson + - package-description-remote < 0 # GHC 8.4 via lens-aeson + - pagerduty < 0 # GHC 8.4 via lens-aeson + - rollbar-hs < 0 # GHC 8.4 via lens-aeson + - sbp < 0 # GHC 8.4 via lens-aeson + - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell + - asciidiagram < 0 # GHC 8.4 via linear + - qchas < 0 # GHC 8.4 via linear + - rasterific-svg < 0 # GHC 8.4 via linear + - sdl2 < 0 # GHC 8.4 via linear + - sdl2-gfx < 0 # GHC 8.4 via linear + - smoothie < 0 # GHC 8.4 via linear + - svg-tree < 0 # GHC 8.4 via linear + - random-fu < 0 # GHC 8.4 via log-domain + - Spock-lucid < 0 # GHC 8.4 via lucid + - cheapskate-lucid < 0 # GHC 8.4 via lucid + - cmark-lucid < 0 # GHC 8.4 via lucid + - markup < 0 # GHC 8.4 via lucid + - webpage < 0 # GHC 8.4 via lucid + - machines-binary < 0 # GHC 8.4 via machines + - machines-directory < 0 # GHC 8.4 via machines + - machines-io < 0 # GHC 8.4 via machines + - massiv-io < 0 # GHC 8.4 via massiv + - HaskellNet < 0 # GHC 8.4 via mime-mail + - mime-mail-ses < 0 # GHC 8.4 via mime-mail + - smtp-mail < 0 # GHC 8.4 via mime-mail + - eventful-test-helpers < 0 # GHC 8.4 via monad-logger + - fb < 0 # GHC 8.4 via monad-logger + - groundhog-mysql < 0 # GHC 8.4 via monad-logger + - markup < 0 # GHC 8.4 via monad-logger + - monad-logger-json < 0 # GHC 8.4 via monad-logger + - monad-logger-syslog < 0 # GHC 8.4 via monad-logger + - persistent-mysql-haskell < 0 # GHC 8.4 via monad-logger + - persistent-sqlite < 0 # GHC 8.4 via monad-logger + - serversession-backend-persistent < 0 # GHC 8.4 via monad-logger + - urlpath < 0 # GHC 8.4 via monad-logger + - yesod < 0 # GHC 8.4 via monad-logger + - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger + - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network + - pandoc-citeproc < 0 # GHC 8.4 via pandoc + - heatshrink < 0 # GHC 8.4 via pcre-heavy + - ignore < 0 # GHC 8.4 via pcre-heavy + - microformats2-parser < 0 # GHC 8.4 via pcre-heavy + - classy-prelude-yesod < 0 # GHC 8.4 via persistent + - eventful-postgresql < 0 # GHC 8.4 via persistent + - eventful-sql-common < 0 # GHC 8.4 via persistent + - eventful-sqlite < 0 # GHC 8.4 via persistent + - persistent-mysql-haskell < 0 # GHC 8.4 via persistent + - persistent-sqlite < 0 # GHC 8.4 via persistent + - serversession-backend-persistent < 0 # GHC 8.4 via persistent + - yesod-auth-hashdb < 0 # GHC 8.4 via persistent + - yesod-paginator < 0 # GHC 8.4 via persistent + - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql + - eventful-sql-common < 0 # GHC 8.4 via persistent-template + - persistent-mysql-haskell < 0 # GHC 8.4 via persistent-template + - persistent-sqlite < 0 # GHC 8.4 via persistent-template + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-template + - pipes-misc < 0 # GHC 8.4 via pipes-concurrency + - debug < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal + - goggles < 0 # GHC 8.4 via req + - mapquest-api < 0 # GHC 8.4 via req + - Spock < 0 # GHC 8.4 via reroute + - Spock-api < 0 # GHC 8.4 via reroute + - filter-logger < 0 # GHC 8.4 via scotty + - line < 0 # GHC 8.4 via scotty + - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids + - c2hs < 0 # GHC 8.4 via shelly + - websockets-snap < 0 # GHC 8.4 via snap-server + - mbtiles < 0 # GHC 8.4 via sqlite-simple + - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit + - connection-pool < 0 # GHC 8.4 via streaming-commons + - network-conduit-tls < 0 # GHC 8.4 via streaming-commons + - pipes-text < 0 # GHC 8.4 via streaming-commons + - wai-cli < 0 # GHC 8.4 via streaming-commons + - warp-tls < 0 # GHC 8.4 via streaming-commons + - yesod < 0 # GHC 8.4 via streaming-commons + - html-conduit < 0 # GHC 8.4 via tagstream-conduit + - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - clock < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - criterion < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gauge < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-hunit < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-quickcheck < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - temporary < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty-golden + - countable < 0 # GHC 8.4 via tasty-golden + - heatshrink < 0 # GHC 8.4 via tasty-golden + - inline-r < 0 # GHC 8.4 via tasty-golden + - matplotlib < 0 # GHC 8.4 via tasty-golden + - singletons < 0 # GHC 8.4 via tasty-golden + - skylighting < 0 # GHC 8.4 via tasty-golden + - arithmoi < 0 # GHC 8.4 via tasty-smallcheck + - bit-stream < 0 # GHC 8.4 via tasty-smallcheck + - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck + - exp-pairs < 0 # GHC 8.4 via tasty-smallcheck + - fast-digits < 0 # GHC 8.4 via tasty-smallcheck + - kawhi < 0 # GHC 8.4 via tasty-smallcheck + - regex-applicative < 0 # GHC 8.4 via tasty-smallcheck + - streaming-bytestring < 0 # GHC 8.4 via tasty-smallcheck + - string-transform < 0 # GHC 8.4 via tasty-smallcheck + - tasty-auto < 0 # GHC 8.4 via tasty-smallcheck + - tasty-hspec < 0 # GHC 8.4 via tasty-smallcheck + - xlsx < 0 # GHC 8.4 via tasty-smallcheck + - lentil < 0 # GHC 8.4 via terminal-progress-bar + - HaskellNet-SSL < 0 # GHC 8.4 via tls + - configuration-tools < 0 # GHC 8.4 via tls + - connection < 0 # GHC 8.4 via tls + - http-client-tls < 0 # GHC 8.4 via tls + - irc-client < 0 # GHC 8.4 via tls + - mongoDB < 0 # GHC 8.4 via tls + - mysql-haskell < 0 # GHC 8.4 via tls + - network-conduit-tls < 0 # GHC 8.4 via tls + - persistent-mysql-haskell < 0 # GHC 8.4 via tls + - soap-tls < 0 # GHC 8.4 via tls + - tcp-streams < 0 # GHC 8.4 via tls + - tls-debug < 0 # GHC 8.4 via tls + - tls-session-manager < 0 # GHC 8.4 via tls + - warp-tls < 0 # GHC 8.4 via tls + - uri-templater < 0 # GHC 8.4 via trifecta + - bench < 0 # GHC 8.4 via turtle + - docker-build-cacher < 0 # GHC 8.4 via turtle + - turtle-options < 0 # GHC 8.4 via turtle + - mega-sdist < 0 # GHC 8.4 via typed-process + - tldr < 0 # GHC 8.4 via typed-process + - fast-logger < 0 # GHC 8.4 via unix-time + - goggles < 0 # GHC 8.4 via unix-time + - google-oauth2-jwt < 0 # GHC 8.4 via unix-time + - textlocal < 0 # GHC 8.4 via unix-time + - tinylog < 0 # GHC 8.4 via unix-time + - conduit < 0 # GHC 8.4 via unliftio + - fb < 0 # GHC 8.4 via unliftio + - higher-leveldb < 0 # GHC 8.4 via unliftio + - nonce < 0 # GHC 8.4 via unliftio + - yesod-auth-fb < 0 # GHC 8.4 via unliftio + - yesod-gitrepo < 0 # GHC 8.4 via unliftio + - yesod-websockets < 0 # GHC 8.4 via unliftio + - cql < 0 # GHC 8.4 via uuid + - eventful-sql-common < 0 # GHC 8.4 via uuid + - eventful-sqlite < 0 # GHC 8.4 via uuid + - gdax < 0 # GHC 8.4 via uuid + - genvalidity-uuid < 0 # GHC 8.4 via uuid + - hworker < 0 # GHC 8.4 via uuid + - ipython-kernel < 0 # GHC 8.4 via uuid + - network-anonymous-i2p < 0 # GHC 8.4 via uuid + - postgresql-binary < 0 # GHC 8.4 via uuid + - rollbar-hs < 0 # GHC 8.4 via uuid + - validity-uuid < 0 # GHC 8.4 via uuid + - wai-middleware-rollbar < 0 # GHC 8.4 via uuid + - brick < 0 # GHC 8.4 via vty + - hamilton < 0 # GHC 8.4 via vty + - herms < 0 # GHC 8.4 via vty + - hledger-iadd < 0 # GHC 8.4 via vty + - yi-frontend-vty < 0 # GHC 8.4 via vty + - IPv6DB < 0 # GHC 8.4 via wai + - MFlow < 0 # GHC 8.4 via wai + - Spock < 0 # GHC 8.4 via wai + - bimap-server < 0 # GHC 8.4 via wai + - configuration-tools < 0 # GHC 8.4 via wai + - filter-logger < 0 # GHC 8.4 via wai + - hledger-web < 0 # GHC 8.4 via wai + - hoogle < 0 # GHC 8.4 via wai + - hspec-wai < 0 # GHC 8.4 via wai + - line < 0 # GHC 8.4 via wai + - serversession-frontend-wai < 0 # GHC 8.4 via wai + - wai-cli < 0 # GHC 8.4 via wai + - wai-cors < 0 # GHC 8.4 via wai + - wai-middleware-rollbar < 0 # GHC 8.4 via wai + - wai-middleware-static < 0 # GHC 8.4 via wai + - wai-slack-middleware < 0 # GHC 8.4 via wai + - wai-transformers < 0 # GHC 8.4 via wai + - warp-tls < 0 # GHC 8.4 via wai + - web-routes-wai < 0 # GHC 8.4 via wai + - yesod < 0 # GHC 8.4 via wai + - yesod-auth-fb < 0 # GHC 8.4 via wai + - yesod-csp < 0 # GHC 8.4 via wai + - yesod-fb < 0 # GHC 8.4 via wai + - yesod-gitrepo < 0 # GHC 8.4 via wai + - yesod-websockets < 0 # GHC 8.4 via wai + - webdriver-angular < 0 # GHC 8.4 via wai-app-static + - MFlow < 0 # GHC 8.4 via wai-extra + - Spock < 0 # GHC 8.4 via wai-extra + - filter-logger < 0 # GHC 8.4 via wai-extra + - hledger-web < 0 # GHC 8.4 via wai-extra + - hspec-wai < 0 # GHC 8.4 via wai-extra + - microformats2-parser < 0 # GHC 8.4 via wai-extra + - wai-cli < 0 # GHC 8.4 via wai-extra + - wai-cors < 0 # GHC 8.4 via wai-extra + - yesod < 0 # GHC 8.4 via wai-extra + - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra + - yesod-paginator < 0 # GHC 8.4 via wai-extra + - hledger-web < 0 # GHC 8.4 via wai-handler-launch + - IPv6DB < 0 # GHC 8.4 via wai-logger + - filter-logger < 0 # GHC 8.4 via wai-logger + - hoogle < 0 # GHC 8.4 via wai-logger + - yesod < 0 # GHC 8.4 via wai-logger + - serversession-frontend-wai < 0 # GHC 8.4 via wai-session + - wai-cors < 0 # GHC 8.4 via wai-websockets + - wai-transformers < 0 # GHC 8.4 via wai-websockets + - yesod-websockets < 0 # GHC 8.4 via wai-websockets + - IPv6DB < 0 # GHC 8.4 via warp + - MFlow < 0 # GHC 8.4 via warp + - bimap-server < 0 # GHC 8.4 via warp + - configuration-tools < 0 # GHC 8.4 via warp + - hledger-web < 0 # GHC 8.4 via warp + - hoogle < 0 # GHC 8.4 via warp + - wai-cli < 0 # GHC 8.4 via warp + - wai-cors < 0 # GHC 8.4 via warp + - warp-tls < 0 # GHC 8.4 via warp + - webdriver-angular < 0 # GHC 8.4 via warp + - yesod < 0 # GHC 8.4 via warp + - yesod-paginator < 0 # GHC 8.4 via warp + - web-routes-hsp < 0 # GHC 8.4 via web-routes + - web-routes-wai < 0 # GHC 8.4 via web-routes + - gdax < 0 # GHC 8.4 via websockets + - tidal < 0 # GHC 8.4 via websockets + - transient-universe < 0 # GHC 8.4 via websockets + - wai-cors < 0 # GHC 8.4 via websockets + - wai-transformers < 0 # GHC 8.4 via websockets + - websockets-snap < 0 # GHC 8.4 via websockets + - wuss < 0 # GHC 8.4 via websockets + - yesod-websockets < 0 # GHC 8.4 via websockets + - bitcoin-api < 0 # GHC 8.4 via wreq + - bitcoin-api-extra < 0 # GHC 8.4 via wreq + - datasets < 0 # GHC 8.4 via wreq + - gdax < 0 # GHC 8.4 via wreq + - handwriting < 0 # GHC 8.4 via wreq + - mustache < 0 # GHC 8.4 via wreq + - package-description-remote < 0 # GHC 8.4 via wreq + - wreq-stringless < 0 # GHC 8.4 via wreq + - HTF < 0 # GHC 8.4 via xmlgen + - xmonad-contrib < 0 # GHC 8.4 via xmonad + - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth + - hledger-web < 0 # GHC 8.4 via yesod-core + - yesod < 0 # GHC 8.4 via yesod-core + - yesod-alerts < 0 # GHC 8.4 via yesod-core + - yesod-auth-fb < 0 # GHC 8.4 via yesod-core + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-core + - yesod-csp < 0 # GHC 8.4 via yesod-core + - yesod-fb < 0 # GHC 8.4 via yesod-core + - yesod-gitrepo < 0 # GHC 8.4 via yesod-core + - yesod-newsfeed < 0 # GHC 8.4 via yesod-core + - yesod-paginator < 0 # GHC 8.4 via yesod-core + - yesod-sitemap < 0 # GHC 8.4 via yesod-core + - yesod-table < 0 # GHC 8.4 via yesod-core + - yesod-websockets < 0 # GHC 8.4 via yesod-core + - hledger-web < 0 # GHC 8.4 via yesod-form + - yesod < 0 # GHC 8.4 via yesod-form + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form + - yesod-form-bootstrap4 < 0 # GHC 8.4 via yesod-form + - yesod < 0 # GHC 8.4 via yesod-persistent + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-persistent + - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static + - hledger-web < 0 # GHC 8.4 via yesod-static + - hledger-web < 0 # GHC 8.4 via yesod-test + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-test + - yesod-csp < 0 # GHC 8.4 via yesod-test + - yesod-paginator < 0 # GHC 8.4 via yesod-test + - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell + - HPDF < 0 # GHC 8.4 via HTF + - Spock-worker < 0 # GHC 8.4 via HTF + - dataurl < 0 # GHC 8.4 via HTF + - graph-core < 0 # GHC 8.4 via HTF + - gravatar < 0 # GHC 8.4 via HTTP + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP + - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL + - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL + - ip6addr < 0 # GHC 8.4 via IPv6Addr + - Spock-worker < 0 # GHC 8.4 via Spock + - pell < 0 # GHC 8.4 via arithmoi + - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - cassava < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec + - yaml < 0 # GHC 8.4 via attoparsec + - cassava-conduit < 0 # GHC 8.4 via bifunctors + - descriptive < 0 # GHC 8.4 via bifunctors + - nagios-check < 0 # GHC 8.4 via bifunctors + - one-liner < 0 # GHC 8.4 via bifunctors + - product-profunctors < 0 # GHC 8.4 via bifunctors + - result < 0 # GHC 8.4 via bifunctors + - barrier < 0 # GHC 8.4 via blaze-svg + - redis-resp < 0 # GHC 8.4 via bytestring-conversion + - hspec-checkers < 0 # GHC 8.4 via checkers + - picedit < 0 # GHC 8.4 via cli + - termcolor < 0 # GHC 8.4 via cli + - Hoed < 0 # GHC 8.4 via clock + - cache < 0 # GHC 8.4 via clock + - clock-extras < 0 # GHC 8.4 via clock + - extra < 0 # GHC 8.4 via clock + - formatting < 0 # GHC 8.4 via clock + - mercury-api < 0 # GHC 8.4 via clock + - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - case-insensitive < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hashable < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - scientific < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion + - executable-hash < 0 # GHC 8.4 via cryptohash + - hasql-migration < 0 # GHC 8.4 via cryptohash + - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash + - vhd < 0 # GHC 8.4 via cryptohash + - protocol-radius < 0 # GHC 8.4 via cryptonite + - glabrous < 0 # GHC 8.4 via either + - model < 0 # GHC 8.4 via either + - diversity < 0 # GHC 8.4 via fasta + - loop < 0 # GHC 8.4 via foldl + - mono-traversable < 0 # GHC 8.4 via foldl + - sampling < 0 # GHC 8.4 via foldl + - ChannelT < 0 # GHC 8.4 via free + - Rasterific < 0 # GHC 8.4 via free + - ghc-exactprint < 0 # GHC 8.4 via free + - language-docker < 0 # GHC 8.4 via free + - objective < 0 # GHC 8.4 via free + - pipes-group < 0 # GHC 8.4 via free + - yi-snippet < 0 # GHC 8.4 via free + - foundation < 0 # GHC 8.4 via gauge + - mono-traversable < 0 # GHC 8.4 via gauge + - mutable-containers < 0 # GHC 8.4 via gauge + - glazier-pipes < 0 # GHC 8.4 via glazier + - asn1-types < 0 # GHC 8.4 via hourglass + - hourglass-orphans < 0 # GHC 8.4 via hourglass + - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-compat < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - logging-facade < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - microstache < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - mockery < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mono-traversable < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - nanospec < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - resourcet < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - stringbuilder < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec + - yaml < 0 # GHC 8.4 via hspec + - yes-precure5-command < 0 # GHC 8.4 via hspec + - yi-rope < 0 # GHC 8.4 via hspec + - zlib-bindings < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec-core + - genvalidity-hspec < 0 # GHC 8.4 via hspec-core + - hspec-golden-aeson < 0 # GHC 8.4 via hspec-core + - hspec-smallcheck < 0 # GHC 8.4 via hspec-core + - hspec-webdriver < 0 # GHC 8.4 via hspec-core + - ClustalParser < 0 # GHC 8.4 via hspec-discover + - hsass < 0 # GHC 8.4 via hspec-discover + - pinch < 0 # GHC 8.4 via hspec-discover + - pthread < 0 # GHC 8.4 via hspec-discover + - text-conversions < 0 # GHC 8.4 via hspec-discover + - hw-json < 0 # GHC 8.4 via hw-rankselect + - hw-succinct < 0 # GHC 8.4 via hw-rankselect + - H < 0 # GHC 8.4 via inline-r + - mysql-haskell-nem < 0 # GHC 8.4 via io-streams + - pdf-toolbox-content < 0 # GHC 8.4 via io-streams + - pdf-toolbox-core < 0 # GHC 8.4 via io-streams + - pdf-toolbox-document < 0 # GHC 8.4 via io-streams + - mighty-metropolis < 0 # GHC 8.4 via kan-extensions + - result < 0 # GHC 8.4 via keys + - astro < 0 # GHC 8.4 via matrix + - general-games < 0 # GHC 8.4 via monad-loops + - hindent < 0 # GHC 8.4 via monad-loops + - hsass < 0 # GHC 8.4 via monad-loops + - misfortune < 0 # GHC 8.4 via monad-loops + - pipes-mongodb < 0 # GHC 8.4 via mongoDB + - mysql-haskell-nem < 0 # GHC 8.4 via mysql-haskell + - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell + - messagepack-rpc < 0 # GHC 8.4 via network-simple + - distributed-process < 0 # GHC 8.4 via network-transport-tcp + - serversession < 0 # GHC 8.4 via nonce + - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec + - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec + - hasql < 0 # GHC 8.4 via postgresql-binary + - auto < 0 # GHC 8.4 via profunctors + - dejafu < 0 # GHC 8.4 via profunctors + - discrimination < 0 # GHC 8.4 via profunctors + - hasql < 0 # GHC 8.4 via profunctors + - netwire < 0 # GHC 8.4 via profunctors + - objective < 0 # GHC 8.4 via profunctors + - one-liner < 0 # GHC 8.4 via profunctors + - product-profunctors < 0 # GHC 8.4 via profunctors + - withdependencies < 0 # GHC 8.4 via profunctors + - zlib-lens < 0 # GHC 8.4 via profunctors + - hspec-golden-aeson < 0 # GHC 8.4 via quickcheck-arbitrary-adt + - dice < 0 # GHC 8.4 via random-fu + - misfortune < 0 # GHC 8.4 via random-fu + - rank-product < 0 # GHC 8.4 via random-fu + - sdl2-image < 0 # GHC 8.4 via sdl2 + - sdl2-mixer < 0 # GHC 8.4 via sdl2 + - sdl2-ttf < 0 # GHC 8.4 via sdl2 + - state-codes < 0 # GHC 8.4 via shakespeare + - jni < 0 # GHC 8.4 via singletons + - jvm < 0 # GHC 8.4 via singletons + - n-tuple < 0 # GHC 8.4 via singletons + - type-combinators-singletons < 0 # GHC 8.4 via singletons + - yi-snippet < 0 # GHC 8.4 via tasty-hunit + - yi-snippet < 0 # GHC 8.4 via tasty-th + - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams + - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - mockery < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - silently < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary + - tidal-midi < 0 # GHC 8.4 via tidal + - axiom < 0 # GHC 8.4 via transient-universe + - haskell-names < 0 # GHC 8.4 via traverse-with-class + - universe < 0 # GHC 8.4 via universe-instances-extended + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances + - openexr-write < 0 # GHC 8.4 via vector-split + - hspec-webdriver < 0 # GHC 8.4 via webdriver + - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams + - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated + - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras + - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens + - yi-fuzzy-open < 0 # GHC 8.4 via yi-core + - yi-ireader < 0 # GHC 8.4 via yi-core + - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-keymap-emacs < 0 # GHC 8.4 via yi-core + - yi-misc-modes < 0 # GHC 8.4 via yi-core + - yi-mode-haskell < 0 # GHC 8.4 via yi-core + - yi-mode-javascript < 0 # GHC 8.4 via yi-core + - yi-snippet < 0 # GHC 8.4 via yi-core + - yi-fuzzy-open < 0 # GHC 8.4 via yi-language + - yi-ireader < 0 # GHC 8.4 via yi-language + - yi-keymap-emacs < 0 # GHC 8.4 via yi-language + - yi-misc-modes < 0 # GHC 8.4 via yi-language + - yi-mode-haskell < 0 # GHC 8.4 via yi-language + - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson-pretty + - configurator-export < 0 # GHC 8.4 via base-compat + - gitrev < 0 # GHC 8.4 via base-compat + - prompt < 0 # GHC 8.4 via base-compat + - quickcheck-instances < 0 # GHC 8.4 via base-compat + - tagged-binary < 0 # GHC 8.4 via base-compat + - typelits-witnesses < 0 # GHC 8.4 via base-compat + - wl-pprint-text < 0 # GHC 8.4 via base-compat + - witherable < 0 # GHC 8.4 via base-orphans + - quickcheck-instances < 0 # GHC 8.4 via case-insensitive + - tostring < 0 # GHC 8.4 via case-insensitive + - configurator-export < 0 # GHC 8.4 via configurator + - monad-unlift < 0 # GHC 8.4 via constraints + - monad-unlift-ref < 0 # GHC 8.4 via constraints + - poly-arity < 0 # GHC 8.4 via constraints + - typelits-witnesses < 0 # GHC 8.4 via constraints + - unfoldable-restricted < 0 # GHC 8.4 via constraints + - unit-constraint < 0 # GHC 8.4 via constraints + - hunit-dejafu < 0 # GHC 8.4 via dejafu + - selda-sqlite < 0 # GHC 8.4 via direct-sqlite + - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process + - hexml < 0 # GHC 8.4 via extra + - hlint < 0 # GHC 8.4 via extra + - shake < 0 # GHC 8.4 via extra + - weeder < 0 # GHC 8.4 via extra + - flat-mcmc < 0 # GHC 8.4 via formatting + - memory < 0 # GHC 8.4 via foundation + - weeder < 0 # GHC 8.4 via foundation + - process-extras < 0 # GHC 8.4 via generic-deriving + - unicode-transforms < 0 # GHC 8.4 via getopt-generics + - disposable < 0 # GHC 8.4 via ghcjs-base-stub + - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - unordered-containers < 0 # GHC 8.4 via hashable + - uuid-types < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable + - hasql-optparse-applicative < 0 # GHC 8.4 via hasql + - hasql-pool < 0 # GHC 8.4 via hasql + - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema + - shake < 0 # GHC 8.4 via js-flot + - shake < 0 # GHC 8.4 via js-jquery + - lens-simple < 0 # GHC 8.4 via lens-family-th + - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers + - netwire-input < 0 # GHC 8.4 via netwire + - one-liner-instances < 0 # GHC 8.4 via one-liner + - unfoldable < 0 # GHC 8.4 via one-liner + - users < 0 # GHC 8.4 via path-pieces + - protocol-radius-test < 0 # GHC 8.4 via protocol-radius + - selda < 0 # GHC 8.4 via psqueues + - set-cover < 0 # GHC 8.4 via psqueues + - bno055-haskell < 0 # GHC 8.4 via resourcet + - h2c < 0 # GHC 8.4 via resourcet + - monad-unlift-ref < 0 # GHC 8.4 via resourcet + - scalpel < 0 # GHC 8.4 via scalpel-core + - aeson-better-errors < 0 # GHC 8.4 via scientific + - binary-parsers < 0 # GHC 8.4 via scientific + - json-rpc-generic < 0 # GHC 8.4 via scientific + - quickcheck-instances < 0 # GHC 8.4 via scientific + - special-values < 0 # GHC 8.4 via scientific + - validity-scientific < 0 # GHC 8.4 via scientific + - hquantlib < 0 # GHC 8.4 via statistics + - mwc-random < 0 # GHC 8.4 via statistics + - hackage-db < 0 # GHC 8.4 via tar + - packdeps < 0 # GHC 8.4 via tar + - hlint < 0 # GHC 8.4 via yaml + - lxd-client-config < 0 # GHC 8.4 via yaml + - weeder < 0 # GHC 8.4 via yaml + - epub-metadata < 0 # GHC 8.4 via zip-archive + - quickbench < 0 # GHC 8.4 via docopt + - optparse-simple < 0 # GHC 8.4 via gitrev + - RefSerialize < 0 # GHC 8.4 via hashtables + - TCache < 0 # GHC 8.4 via hashtables + - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables + - gl < 0 # GHC 8.4 via hxt + - hxt-css < 0 # GHC 8.4 via hxt + - hxt-curl < 0 # GHC 8.4 via hxt + - hxt-expat < 0 # GHC 8.4 via hxt + - hxt-tagsoup < 0 # GHC 8.4 via hxt + - rainbow < 0 # GHC 8.4 via lens-simple + - bcrypt < 0 # GHC 8.4 via memory + - pem < 0 # GHC 8.4 via memory + - securemem < 0 # GHC 8.4 via memory + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random + - network-transport-composed < 0 # GHC 8.4 via network-transport + - network-transport-inmemory < 0 # GHC 8.4 via network-transport + - network-transport-tests < 0 # GHC 8.4 via network-transport + - path-extra < 0 # GHC 8.4 via path + - validity-path < 0 # GHC 8.4 via path + - pdfinfo < 0 # GHC 8.4 via process-extras + - edit-distance-vector < 0 # GHC 8.4 via quickcheck-instances + - selda-postgresql < 0 # GHC 8.4 via selda + - quickcheck-special < 0 # GHC 8.4 via special-values + - slave-thread < 0 # GHC 8.4 via stm-containers + - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted + - haskell-src-exts-util < 0 # GHC 8.4 via uniplate + - nsis < 0 # GHC 8.4 via uniplate + - biopsl < 0 # GHC 8.4 via unordered-containers + - charset < 0 # GHC 8.4 via unordered-containers + - islink < 0 # GHC 8.4 via unordered-containers + - Workflow < 0 # GHC 8.4 via RefSerialize + - Workflow < 0 # GHC 8.4 via TCache + - cairo < 0 # GHC 8.4 via gtk2hs-buildtools + - glib < 0 # GHC 8.4 via gtk2hs-buildtools + - pango < 0 # GHC 8.4 via gtk2hs-buildtools + - mcmc-types < 0 # GHC 8.4 via mwc-probability + - cipher-aes < 0 # GHC 8.4 via securemem + - cipher-blowfish < 0 # GHC 8.4 via securemem + - cipher-camellia < 0 # GHC 8.4 via securemem + - cipher-des < 0 # GHC 8.4 via securemem + - crypto-cipher-tests < 0 # GHC 8.4 via securemem + - crypto-cipher-types < 0 # GHC 8.4 via securemem + - plot < 0 # GHC 8.4 via cairo + - cryptocipher < 0 # GHC 8.4 via cipher-aes + - cryptocipher < 0 # GHC 8.4 via cipher-blowfish + - cryptocipher < 0 # GHC 8.4 via cipher-camellia + - cryptocipher < 0 # GHC 8.4 via cipher-des + - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-tests + - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types + - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types + - plot < 0 # GHC 8.4 via pango + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -3513,6 +5718,8 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + - Cabal # GHC 8.4 via tasty + - call-stack # GHC 8.4 via nanospec - HTTP # conduit-extra 1.3 - aeson - attoparsec # QuickCheck 2.10 From ceb4a95cea1a5df6cbdd8f4a370ae8889df9ce8e Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 12 Mar 2018 12:07:47 -0700 Subject: [PATCH 1041/1926] Restore `dhall` and reverse dependencies The latest version of `dhall` builds against the latest version of `ansi-terminal` --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..158cc79a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -768,11 +768,11 @@ packages: - foldl - morte - bench - # - dhall # ansi-terminal-0.8 - # - dhall-bash # via dhall - # - dhall-json # via dhall + - dhall + - dhall-bash + - dhall-json # - dhall-nix # deriving-compat via hnix - # - dhall-text # via dhall + - dhall-text "Andrew Thaddeus Martin @andrewthad": - yesod-table From 276ac569e7fa809727442316a9b62f876db36e8f Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Mon, 12 Mar 2018 21:23:44 +0100 Subject: [PATCH 1042/1926] Add `bsb-http-chunked` to my packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..8bb52aba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: - threepenny-gui - snap-server - newtype-generics + - bsb-http-chunked "Joe M @joe9": - logger-thread From 9ee4de3d841fb71912268dc1831636e5b37e54c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 14:37:50 -0700 Subject: [PATCH 1043/1926] Bump travis GHCVER to 8.4.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f66c4a58..b9c70459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.2.2 +- GHCVER=8.4.1 install: # Download and unpack the stack executable From 63aa8a67dcce817abd601e389144802c84ad02a6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 15:24:32 -0700 Subject: [PATCH 1044/1926] Update Docker image to use ghc 8.4, llvm 5.0 --- Dockerfile | 2 +- debian-bootstrap.sh | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 146edda4..eae87596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.2/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.1/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 12ee32cd..cb111408 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.2.2 +GHCVER=8.4.1 apt-get update apt-get install -y \ @@ -156,6 +156,12 @@ curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc +# llvm-5.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-5.0 main" \ + && apt-get update \ + && apt-get install -y llvm-5.0 + # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. @@ -166,9 +172,9 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # This version is tracked here: # https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing # -# GHC 8.2 requires LLVM 3.9 tools (specifically, llc-3.9 and opt-3.9). -update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.9" 50 -update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.9" 50 +# GHC 8.4 requires LLVM 5.0 tools (specifically, llc-5.0 and opt-5.0). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-5.0" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-5.0" 50 # Made sure a "node" binary is in the path, as well as "nodejs". # A historical naming collision on Debian means that the binary is called "nodejs", @@ -202,12 +208,6 @@ 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-5.0 main" \ - && apt-get update \ - && apt-get install -y llvm-5.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 \ From d47437641ecbffd31d1eb45eace6ba2d69287e09 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:19:55 -0700 Subject: [PATCH 1045/1926] Remove bytestring-trie and hpp per GHC 8.4 build failure --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4365ab7f..04590e49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1022,7 +1022,7 @@ packages: - BoundedChan - broadcast-chan - bytestring-lexing - - bytestring-trie + # - bytestring-trie # build failure GHC 8.4 - data-accessor - data-accessor-mtl - fuzzcheck @@ -2370,7 +2370,7 @@ packages: "Anthony Cowley @acowley": - Frames - - hpp + # - hpp # GHC 8.4 via bytestring-trie "Takayuki Muranushi @nushio3": - binary-search From c46ea32136797219d3fb5bd04bde9c018904a534 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:25:24 -0700 Subject: [PATCH 1046/1926] Remove timespan per agrafix/timespan#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04590e49..335e87ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,7 +1087,7 @@ packages: - dataurl - psql-helpers - superbuffer - - timespan + # - timespan # build failure GHC 8.4 https://github.com/agrafix/timespan/issues/1 - distance - async-extra - format-numbers From 6c5b4c34e6800a6e768e0fe765f9e9db312ab7b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:29:28 -0700 Subject: [PATCH 1047/1926] Recategorize and comment on packages blocked by ghc 8.4 --- build-constraints.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 335e87ae..9be0efbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,7 +3256,15 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": + "Removed packages": [] + + # This section was used to programmatically generate a set of removals + # that would result in a valid build plan. + # These packages have version bounds in their deps or transitive deps + # which prevent them from forming a valid build plan with ghc 8.4. + # These lines are temporary and should ideally be replaced by commenting out + # the packages at their point of inclusion. + "Blocked by GHC 8.4": - Agda < 0 # GHC 8.4 via base-4.11.0.0 - Earley < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 From fc6c11bd183918d75bb0fdf45cbe0e003f9ff41c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:32:42 -0700 Subject: [PATCH 1048/1926] Remove heap and median-stream per pruvisto/heap#5 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be0efbf..8035ba80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -238,7 +238,7 @@ packages: "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - - median-stream + # - median-stream # GHC 8.4 via heap - stm-supply - filter-logger - tile @@ -3258,6 +3258,11 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": [] + # Packages not explicitly in the build plan that are blocked + # from inclusion due to compilation failure with ghc 8.4 + "Build failure with GHC 8.4": + - heap < 0 # https://github.com/pruvisto/heap/issues/5 + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. # These packages have version bounds in their deps or transitive deps From 01249b52df8a39c4450982d78329f2d7ca65d4eb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:40:11 -0700 Subject: [PATCH 1049/1926] Remove cabal-file-th per nkpart/cabal-file-th#8 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8035ba80..cb32a145 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,7 +1519,8 @@ packages: - text-manipulate "Nick Partridge @nkpart": - - cabal-file-th + - cabal-file-th < 0 # removeme + # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": - jmacro From 133c1048cd7209fb81640d18416113dd027e246a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:40:42 -0700 Subject: [PATCH 1050/1926] remove the removeme --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb32a145..b8afee68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,7 +1519,6 @@ packages: - text-manipulate "Nick Partridge @nkpart": - - cabal-file-th < 0 # removeme # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": From f6e5c7e0a41049c1ec2b2697434b6f4a497350a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:41:02 -0700 Subject: [PATCH 1051/1926] Valid yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8afee68..fb931ddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,6 +1519,7 @@ packages: - text-manipulate "Nick Partridge @nkpart": + [] # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": From 64312dce8f86184d88438956c6989c649da08e8d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 17:30:04 -0700 Subject: [PATCH 1052/1926] Remove packages with build failures with ghc 8.4 --- build-constraints.yaml | 87 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb931ddc..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,10 +3259,93 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": [] - # Packages not explicitly in the build plan that are blocked + # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - - heap < 0 # https://github.com/pruvisto/heap/issues/5 + - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + # may have no issue yet + - FPretty < 0 # build failure with GHC 8.4 + - Genbank < 0 # build failure with GHC 8.4 + - HCodecs < 0 # build failure with GHC 8.4 + - HaXml < 0 # build failure with GHC 8.4 + - OneTuple < 0 # build failure with GHC 8.4 + - ShellCheck < 0 # build failure with GHC 8.4 + - YampaSynth < 0 # build failure with GHC 8.4 + - alsa-pcm < 0 # build failure with GHC 8.4 + - audacity < 0 # build failure with GHC 8.4 + - bioace < 0 # build failure with GHC 8.4 + - bioalign < 0 # build failure with GHC 8.4 + - biocore < 0 # build failure with GHC 8.4 + - biofasta < 0 # build failure with GHC 8.4 + - biofastq < 0 # build failure with GHC 8.4 + - blastxml < 0 # build failure with GHC 8.4 + - bytestring-trie < 0 # build failure with GHC 8.4 + - cabal-file-th < 0 # build failure with GHC 8.4 + - cassette < 0 # build failure with GHC 8.4 + - colorful-monoids < 0 # build failure with GHC 8.4 + - cublas < 0 # build failure with GHC 8.4 + - cuda < 0 # build failure with GHC 8.4 + - cusolver < 0 # build failure with GHC 8.4 + - cusparse < 0 # build failure with GHC 8.4 + - data-inttrie < 0 # build failure with GHC 8.4 + - data-memocombinators < 0 # build failure with GHC 8.4 + - diff3 < 0 # build failure with GHC 8.4 + - distance < 0 # build failure with GHC 8.4 + - distribution < 0 # build failure with GHC 8.4 + - djinn-lib < 0 # build failure with GHC 8.4 + - fitspec < 0 # build failure with GHC 8.4 + - ghc-events < 0 # build failure with GHC 8.4 + - ghc-syb-utils < 0 # build failure with GHC 8.4 + - ghcjs-perch < 0 # build failure with GHC 8.4 + - gluturtle < 0 # build failure with GHC 8.4 + - group-by-date < 0 # build failure with GHC 8.4 + - haskell-src < 0 # build failure with GHC 8.4 + - heap < 0 # build failure with GHC 8.4 + - hid < 0 # build failure with GHC 8.4 + - hpp < 0 # build failure with GHC 8.4 + - hsb2hs < 0 # build failure with GHC 8.4 + - hsignal < 0 # build failure with GHC 8.4 + - hsndfile < 0 # build failure with GHC 8.4 + - hsndfile-vector < 0 # build failure with GHC 8.4 + - hsshellscript < 0 # build failure with GHC 8.4 + - hstatistics < 0 # build failure with GHC 8.4 + - hw-fingertree < 0 # build failure with GHC 8.4 + - json < 0 # build failure with GHC 8.4 + - language-fortran < 0 # build failure with GHC 8.4 + - language-glsl < 0 # build failure with GHC 8.4 + - list-t < 0 # build failure with GHC 8.4 + - median-stream < 0 # build failure with GHC 8.4 + - miniutter < 0 # build failure with GHC 8.4 + - monadoid < 0 # build failure with GHC 8.4 + - nfc < 0 # build failure with GHC 8.4 + - nvvm < 0 # build failure with GHC 8.4 + - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 + - pipes-safe < 0 # build failure with GHC 8.4 + - preprocessor-tools < 0 # build failure with GHC 8.4 + - pure-io < 0 # build failure with GHC 8.4 + - reform < 0 # build failure with GHC 8.4 + - relational-query < 0 # build failure with GHC 8.4 + - relational-query-HDBC < 0 # build failure with GHC 8.4 + - relational-record < 0 # build failure with GHC 8.4 + - relational-schemas < 0 # build failure with GHC 8.4 + - runmemo < 0 # build failure with GHC 8.4 + - set-monad < 0 # build failure with GHC 8.4 + - skeletons < 0 # build failure with GHC 8.4 + - sql-words < 0 # build failure with GHC 8.4 + - timespan < 0 # build failure with GHC 8.4 + - timezone-olson < 0 # build failure with GHC 8.4 + - tinytemplate < 0 # build failure with GHC 8.4 + - transient < 0 # build failure with GHC 8.4 + - tuple < 0 # build failure with GHC 8.4 + - validity < 0 # build failure with GHC 8.4 + - validity-bytestring < 0 # build failure with GHC 8.4 + - validity-containers < 0 # build failure with GHC 8.4 + - validity-text < 0 # build failure with GHC 8.4 + - validity-time < 0 # build failure with GHC 8.4 + - vector-sized < 0 # build failure with GHC 8.4 + - wl-pprint < 0 # build failure with GHC 8.4 + - yjsvg < 0 # build failure with GHC 8.4 + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. From b4b33d2dbed82e2cb209f812058e8c443bc63a30 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Tue, 13 Mar 2018 14:27:34 +0900 Subject: [PATCH 1053/1926] put back cisco-spart-api --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..580a0b16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,7 +3073,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 - # - cisco-spark-api # https://github.com/nshimaza/cisco-spark-api/issues/1 + - cisco-spark-api "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 71baf39fc53024597a091a5701f43fb2eee6a8ba Mon Sep 17 00:00:00 2001 From: k0ral Date: Tue, 13 Mar 2018 17:14:36 +0100 Subject: [PATCH 1054/1926] Fixed conduit-parse and xml-conduit-parse Cf https://github.com/k0ral/conduit-parse/issues/2. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..44bac64f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1781,13 +1781,13 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - # - conduit-parse # https://github.com/k0ral/conduit-parse/issues/2 + - conduit-parse - dublincore-xml-conduit - euler-tour-tree - opml-conduit - rss-conduit - timerep - # - xml-conduit-parse # via conduit-parse + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 51124c9de43ce76773e7761f3f386e1de83c68bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 09:43:00 -0700 Subject: [PATCH 1055/1926] First wave of unblocks, most test frameworks ok now --- build-constraints.yaml | 1204 +++++++++------------------------------- 1 file changed, 271 insertions(+), 933 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..0b78cd16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,7 +3380,6 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3559,7 +3558,6 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3613,88 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - hspec-meta < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3781,106 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http-types < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4149,24 +3965,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4187,12 +3985,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4241,9 +4033,6 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail - - hspec < 0 # GHC 8.4 via hspec-meta - - hspec-core < 0 # GHC 8.4 via hspec-meta - - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4302,48 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - attoparsec < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4474,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4575,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4612,138 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - clock < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - criterion < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gauge < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-hunit < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-quickcheck < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - temporary < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4789,13 +4310,6 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time - - conduit < 0 # GHC 8.4 via unliftio - - fb < 0 # GHC 8.4 via unliftio - - higher-leveldb < 0 # GHC 8.4 via unliftio - - nonce < 0 # GHC 8.4 via unliftio - - yesod-auth-fb < 0 # GHC 8.4 via unliftio - - yesod-gitrepo < 0 # GHC 8.4 via unliftio - - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4923,64 +4437,12 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - - gravatar < 0 # GHC 8.4 via HTTP - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - cassava < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4999,83 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - case-insensitive < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hashable < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - scientific < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5084,9 +4469,6 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - - loop < 0 # GHC 8.4 via foldl - - mono-traversable < 0 # GHC 8.4 via foldl - - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -5094,193 +4476,10 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free - - foundation < 0 # GHC 8.4 via gauge - - mono-traversable < 0 # GHC 8.4 via gauge - - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-compat < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - logging-facade < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - microstache < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - mockery < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mono-traversable < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - nanospec < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - resourcet < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - stringbuilder < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5301,7 +4500,6 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -5343,32 +4541,10 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - mockery < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - silently < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -5389,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5415,8 +4574,6 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - - quickcheck-instances < 0 # GHC 8.4 via case-insensitive - - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -5438,41 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - unordered-containers < 0 # GHC 8.4 via hashable - - uuid-types < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5497,8 +4619,6 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific - - hquantlib < 0 # GHC 8.4 via statistics - - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -5519,8 +4639,6 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -5559,6 +4677,269 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + # After first wave of unblocks + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system + - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 + - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 + - bower-json < 0 # GHC 8.4 via aeson-better-errors + - asn1-encoding < 0 # GHC 8.4 via asn1-types + - asn1-parse < 0 # GHC 8.4 via asn1-types + - pkcs10 < 0 # GHC 8.4 via asn1-types + - tls < 0 # GHC 8.4 via asn1-types + - x509 < 0 # GHC 8.4 via asn1-types + - x509-store < 0 # GHC 8.4 via asn1-types + - x509-validation < 0 # GHC 8.4 via asn1-types + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - wreq < 0 # GHC 8.4 via authenticate-oauth + - seqloc < 0 # GHC 8.4 via biocore + - heterocephalus < 0 # GHC 8.4 via blaze-html + - heterocephalus < 0 # GHC 8.4 via blaze-markup + - hledger-lib < 0 # GHC 8.4 via blaze-markup + - xml-html-qq < 0 # GHC 8.4 via blaze-markup + - hledger-ui < 0 # GHC 8.4 via brick + - tries < 0 # GHC 8.4 via bytestring-trie + - weigh < 0 # GHC 8.4 via bytestring-trie + - parsers < 0 # GHC 8.4 via charset + - cprng-aes < 0 # GHC 8.4 via cipher-aes + - composable-associations-aeson < 0 # GHC 8.4 via composable-associations + - amqp < 0 # GHC 8.4 via connection + - conduit-connection < 0 # GHC 8.4 via connection + - hasbolt < 0 # GHC 8.4 via connection + - irc-conduit < 0 # GHC 8.4 via connection + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - cql-io < 0 # GHC 8.4 via cql + - tasty-dejafu < 0 # GHC 8.4 via dejafu + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process + - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - email-validate < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - linear < 0 # GHC 8.4 via doctest-0.15.0 + - log-domain < 0 # GHC 8.4 via doctest-0.15.0 + - machines < 0 # GHC 8.4 via doctest-0.15.0 + - rcu < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - zippers < 0 # GHC 8.4 via doctest-0.15.0 + - jose-jwt < 0 # GHC 8.4 via either + - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api + - Spintax < 0 # GHC 8.4 via extra + - algebraic-graphs < 0 # GHC 8.4 via extra + - dbus < 0 # GHC 8.4 via extra + - hledger-lib < 0 # GHC 8.4 via extra + - hapistrano < 0 # GHC 8.4 via formatting + - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec + - hapistrano < 0 # GHC 8.4 via gitrev + - hasmin < 0 # GHC 8.4 via gitrev + - hexml-lens < 0 # GHC 8.4 via hexml + - xeno < 0 # GHC 8.4 via hexml + - hledger-ui < 0 # GHC 8.4 via hledger + - blake2 < 0 # GHC 8.4 via hlint + - folds < 0 # GHC 8.4 via hlint + - gc < 0 # GHC 8.4 via hlint + - rcu < 0 # GHC 8.4 via hlint + - sbv < 0 # GHC 8.4 via hlint + - structs < 0 # GHC 8.4 via hlint + - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck + - store < 0 # GHC 8.4 via hspec-smallcheck + - xml-html-qq < 0 # GHC 8.4 via html-conduit + - bitx-bitcoin < 0 # GHC 8.4 via http-client + - influxdb < 0 # GHC 8.4 via http-client + - wai-middleware-consul < 0 # GHC 8.4 via http-client + - wreq < 0 # GHC 8.4 via http-client + - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls + - wreq < 0 # GHC 8.4 via http-client-tls + - HandsomeSoup < 0 # GHC 8.4 via hxt + - hxt-http < 0 # GHC 8.4 via hxt + - katydid < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt-curl + - xml-to-json < 0 # GHC 8.4 via hxt-expat + - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup + - generics-eot < 0 # GHC 8.4 via interpolate + - katydid < 0 # GHC 8.4 via json + - rainbox < 0 # GHC 8.4 via lens-simple + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - mighty-metropolis < 0 # GHC 8.4 via mcmc-types + - cryptohash < 0 # GHC 8.4 via memory + - cryptonite < 0 # GHC 8.4 via memory + - cryptonite-openssl < 0 # GHC 8.4 via memory + - git < 0 # GHC 8.4 via memory + - jose-jwt < 0 # GHC 8.4 via memory + - jwt < 0 # GHC 8.4 via memory + - text-ldap < 0 # GHC 8.4 via memory + - tls < 0 # GHC 8.4 via memory + - triplesec < 0 # GHC 8.4 via memory + - wreq < 0 # GHC 8.4 via memory + - x509 < 0 # GHC 8.4 via memory + - x509-validation < 0 # GHC 8.4 via memory + - wai-middleware-consul < 0 # GHC 8.4 via monad-logger + - mighty-metropolis < 0 # GHC 8.4 via mwc-probability + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - irc-conduit < 0 # GHC 8.4 via network-conduit-tls + - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory + - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests + - pkcs10 < 0 # GHC 8.4 via pem + - x509 < 0 # GHC 8.4 via pem + - x509-store < 0 # GHC 8.4 via pem + - x509-validation < 0 # GHC 8.4 via pem + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via poly-arity + - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary + - tasty-silver < 0 # GHC 8.4 via process-extras + - yi-core < 0 # GHC 8.4 via process-extras + - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances + - commutative < 0 # GHC 8.4 via quickcheck-instances + - cron < 0 # GHC 8.4 via quickcheck-instances + - hslua < 0 # GHC 8.4 via quickcheck-instances + - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances + - natural-transformation < 0 # GHC 8.4 via quickcheck-instances + - parsers < 0 # GHC 8.4 via quickcheck-instances + - pred-trie < 0 # GHC 8.4 via quickcheck-instances + - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances + - rose-trees < 0 # GHC 8.4 via quickcheck-instances + - sets < 0 # GHC 8.4 via quickcheck-instances + - string-conversions < 0 # GHC 8.4 via quickcheck-instances + - timemap < 0 # GHC 8.4 via quickcheck-instances + - tmapmvar < 0 # GHC 8.4 via quickcheck-instances + - tries < 0 # GHC 8.4 via quickcheck-instances + - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances + - rainbox < 0 # GHC 8.4 via rainbow + - lambdabot-core < 0 # GHC 8.4 via random-fu + - redis-io < 0 # GHC 8.4 via redis-resp + - lexer-applicative < 0 # GHC 8.4 via regex-applicative + - crypto-random < 0 # GHC 8.4 via securemem + - generics-eot < 0 # GHC 8.4 via shake + - shake-language-c < 0 # GHC 8.4 via shake + - heterocephalus < 0 # GHC 8.4 via shakespeare + - vinyl < 0 # GHC 8.4 via singletons + - hedis < 0 # GHC 8.4 via slave-thread + - wreq < 0 # GHC 8.4 via snap-server + - conduit-extra < 0 # GHC 8.4 via streaming-commons + - store < 0 # GHC 8.4 via streaming-commons + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec + - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams + - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - cql-io < 0 # GHC 8.4 via tinylog + - redis-io < 0 # GHC 8.4 via tinylog + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - show-prettyprint < 0 # GHC 8.4 via trifecta + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - users-test < 0 # GHC 8.4 via users + - courier < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid + - wreq < 0 # GHC 8.4 via uuid + - genvalidity < 0 # GHC 8.4 via validity + - genvalidity-aeson < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity + - genvalidity-containers < 0 # GHC 8.4 via validity + - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity + - genvalidity-property < 0 # GHC 8.4 via validity + - genvalidity-scientific < 0 # GHC 8.4 via validity + - genvalidity-text < 0 # GHC 8.4 via validity + - genvalidity-unordered-containers < 0 # GHC 8.4 via validity + - genvalidity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring + - genvalidity-containers < 0 # GHC 8.4 via validity-containers + - genvalidity-path < 0 # GHC 8.4 via validity-path + - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific + - validity-aeson < 0 # GHC 8.4 via validity-scientific + - genvalidity-text < 0 # GHC 8.4 via validity-text + - validity-aeson < 0 # GHC 8.4 via validity-text + - genvalidity-time < 0 # GHC 8.4 via validity-time + - hledger-ui < 0 # GHC 8.4 via vty + - wai-middleware-consul < 0 # GHC 8.4 via wai + - wai-middleware-prometheus < 0 # GHC 8.4 via wai + - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static + - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit + - wai-middleware-consul < 0 # GHC 8.4 via wai-extra + - websockets-rpc < 0 # GHC 8.4 via wai-transformers + - websockets-simple < 0 # GHC 8.4 via wai-transformers + - wai-middleware-consul < 0 # GHC 8.4 via warp + - websockets-rpc < 0 # GHC 8.4 via websockets + - websockets-simple < 0 # GHC 8.4 via websockets + - rose-trees < 0 # GHC 8.4 via witherable + - sets < 0 # GHC 8.4 via witherable + - haskell-gi < 0 # GHC 8.4 via xml-conduit + - xml-html-qq < 0 # GHC 8.4 via xml-conduit + - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - git < 0 # GHC 8.4 via zlib-bindings + - hit < 0 # GHC 8.4 via zlib-bindings + - io-streams < 0 # GHC 8.4 via zlib-bindings + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - b9 < 0 # GHC 8.4 via conduit-extra + - conduit-throttle < 0 # GHC 8.4 via conduit-extra + - hamtsolo < 0 # GHC 8.4 via conduit-extra + - stm-conduit < 0 # GHC 8.4 via conduit-extra + - bson < 0 # GHC 8.4 via cryptohash + - moesocks < 0 # GHC 8.4 via cryptohash + - s3-signer < 0 # GHC 8.4 via cryptohash + - crypto-api < 0 # GHC 8.4 via entropy + - crypto-random-api < 0 # GHC 8.4 via entropy + - nonce < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy + - fsnotify < 0 # GHC 8.4 via hinotify + - openssl-streams < 0 # GHC 8.4 via io-streams + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + - apecs < 0 # GHC 8.4 via linear + - cue-sheet < 0 # GHC 8.4 via megaparsec + - dotenv < 0 # GHC 8.4 via megaparsec + - hspec-megaparsec < 0 # GHC 8.4 via megaparsec + - inflections < 0 # GHC 8.4 via megaparsec + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - freer-simple < 0 # GHC 8.4 via natural-transformation + - inline-c < 0 # GHC 8.4 via parsers + - lrucaching < 0 # GHC 8.4 via psqueues + - pcre-heavy < 0 # GHC 8.4 via string-conversions + - IntervalMap < 0 # GHC 8.4 via weigh + - text-metrics < 0 # GHC 8.4 via weigh + - crypto-api-tests < 0 # GHC 8.4 via crypto-api + - pureMD5 < 0 # GHC 8.4 via crypto-api + - xxhash < 0 # GHC 8.4 via crypto-api + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - hocilib < 0 # GHC 8.4 via inline-c + - ctrie < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client + - gravatar < 0 # GHC 8.4 via pureMD5 + - hpc-coveralls < 0 # GHC 8.4 via pureMD5 + - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 + - xxhash-ffi < 0 # GHC 8.4 via xxhash + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5585,62 +4966,13 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3187 - - QuickCheck < 2.11 - - haddock-library < 1.5 - - # https://github.com/fpco/stackage/issues/3268 - - async < 2.2 - - async-timer < 0.2 - - # https://github.com/fpco/stackage/issues/3278 - - lifted-async < 0.10 - - # https://github.com/fpco/stackage/issues/3290 - # also blocked by QuickCheck < 2.11 - - doctest < 0.14 - - # https://github.com/karun012/doctest-discover/issues/19 - - doctest-discover < 0.1.0.8 - - # https://github.com/fpco/stackage/issues/3312 - - transformers-compat < 0.6.0.2 - - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - - # https://github.com/fpco/stackage/issues/3327 - - streaming-commons < 0.2 - - # https://github.com/fpco/stackage/issues/3329 - - skylighting < 0.7 - - # https://github.com/fpco/stackage/issues/3333 - - llvm-hs < 6 - - llvm-hs-pure < 6 - - # https://github.com/fpco/stackage/issues/3336 - # compilation failures - - clay < 0.12.3 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 @@ -5651,6 +4983,10 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 + # needed by path + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -5815,9 +5151,11 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via tasty - - call-stack # GHC 8.4 via nanospec + - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - http-types # GHC 8.4 via quickcheck-instances + - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 + - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 64d29ce77b9e426e454214a9397ed87638c3e40e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:14:01 -0700 Subject: [PATCH 1056/1926] Skip tests for clock to avoid cyclic dep, see #3368 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78cd16..69268911 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5148,6 +5148,10 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From 76bccddc3f5a834a7415a405c26cedcc230ab3d7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:40:43 -0700 Subject: [PATCH 1057/1926] Skip tests for stringbuilder per #3368 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69268911..ff1dde26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5151,6 +5151,7 @@ skipped-tests: # An attempt to avoid cyclic dependencies # https://github.com/fpco/stackage/issues/3368 - clock # tasty + - stringbuilder # hspec # Outdated dependencies # These can periodically be checked for updates; From 81d05fde93fe42c6f0df21206ca130e1592288f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:58:15 -0700 Subject: [PATCH 1058/1926] Skip various tests blindly, per #3368 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1dde26..2808f16a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5152,6 +5152,18 @@ skipped-tests: # https://github.com/fpco/stackage/issues/3368 - clock # tasty - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty # Outdated dependencies # These can periodically be checked for updates; From d613a786e4fbaf0f63aa3b99e163a5f4d4096672 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:59:51 -0700 Subject: [PATCH 1059/1926] Also skip various benches per #3368 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2808f16a..27663b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5637,6 +5637,22 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty # Outdated dependencies # These can periodically be checked for updates; From 5cfd05dce096d40507ea08b17ff87c583bbbda88 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:03:45 -0700 Subject: [PATCH 1060/1926] Reblock packages, attempting a smaller changeset --- build-constraints.yaml | 853 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 819 insertions(+), 34 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27663b88..b635516e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,6 +3611,86 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3697,6 +3777,105 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4091,6 +4270,47 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4221,6 +4441,75 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4253,6 +4542,31 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4265,6 +4579,132 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4443,6 +4883,52 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4461,6 +4947,80 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -4480,6 +5040,177 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -4541,6 +5272,24 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class @@ -4565,6 +5314,23 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -4595,6 +5361,39 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -4940,6 +5739,26 @@ packages: - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash + # after reblocks + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP + - universe-instances-extended < 0 # GHC 8.4 via adjunctions + - bifunctors < 0 # GHC 8.4 via base-orphans + - profunctors < 0 # GHC 8.4 via base-orphans + - recursion-schemes < 0 # GHC 8.4 via base-orphans + - statistics < 0 # GHC 8.4 via base-orphans + - bifunctors < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - transformers-compat < 0 # GHC 8.4 via deriving-compat + - profunctors < 0 # GHC 8.4 via distributive + - recursion-schemes < 0 # GHC 8.4 via free + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5148,23 +5967,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -5637,23 +6439,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From f7ba6735666b4db318cab991f00eb36690a2939f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:32:05 -0700 Subject: [PATCH 1061/1926] More reblocks to simplify build plan --- build-constraints.yaml | 123 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 114 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b635516e..9bddc965 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4144,6 +4144,24 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4164,6 +4182,12 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4691,7 +4715,6 @@ packages: - unbound-generics < 0 # GHC 8.4 via tasty - units-parser < 0 # GHC 8.4 via tasty - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - vector-split < 0 # GHC 8.4 via tasty - wai-cors < 0 # GHC 8.4 via tasty - wire-streams < 0 # GHC 8.4 via tasty @@ -5047,7 +5070,6 @@ packages: - adler32 < 0 # GHC 8.4 via hspec - app-settings < 0 # GHC 8.4 via hspec - atomic-write < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - base32string < 0 # GHC 8.4 via hspec - base58string < 0 # GHC 8.4 via hspec - bbdb < 0 # GHC 8.4 via hspec @@ -5067,7 +5089,6 @@ packages: - currencies < 0 # GHC 8.4 via hspec - data-diverse < 0 # GHC 8.4 via hspec - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - descriptive < 0 # GHC 8.4 via hspec - distributed-closure < 0 # GHC 8.4 via hspec - do-list < 0 # GHC 8.4 via hspec @@ -5746,18 +5767,87 @@ packages: - bifunctors < 0 # GHC 8.4 via base-orphans - profunctors < 0 # GHC 8.4 via base-orphans - recursion-schemes < 0 # GHC 8.4 via base-orphans - - statistics < 0 # GHC 8.4 via base-orphans - bifunctors < 0 # GHC 8.4 via comonad - foldl < 0 # GHC 8.4 via comonad - invariant < 0 # GHC 8.4 via comonad - profunctors < 0 # GHC 8.4 via comonad - recursion-schemes < 0 # GHC 8.4 via comonad - universe-instances-extended < 0 # GHC 8.4 via comonad - - transformers-compat < 0 # GHC 8.4 via deriving-compat - profunctors < 0 # GHC 8.4 via distributive - recursion-schemes < 0 # GHC 8.4 via free - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances + + # more reblocks + - criterion < 0 # GHC 8.4 via js-flot + - criterion < 0 # GHC 8.4 via js-jquery + - criterion < 0 # GHC 8.4 via statistics + - hquantlib < 0 # GHC 8.4 via statistics + - Glob < 0 # GHC 8.4 via transformers-compat + - contravariant < 0 # GHC 8.4 via transformers-compat + - criterion < 0 # GHC 8.4 via transformers-compat + - errors < 0 # GHC 8.4 via transformers-compat + - exceptions < 0 # GHC 8.4 via transformers-compat + - graphs < 0 # GHC 8.4 via transformers-compat + - microlens-mtl < 0 # GHC 8.4 via transformers-compat + - mmorph < 0 # GHC 8.4 via transformers-compat + - monad-control < 0 # GHC 8.4 via transformers-compat + - monad-coroutine < 0 # GHC 8.4 via transformers-compat + - monad-parallel < 0 # GHC 8.4 via transformers-compat + - monadic-arrays < 0 # GHC 8.4 via transformers-compat + - optparse-applicative < 0 # GHC 8.4 via transformers-compat + - transformers-base < 0 # GHC 8.4 via transformers-compat + - deriving-compat < 0 # GHC 8.4 via base-orphans + - tostring < 0 # GHC 8.4 via case-insensitive + - composition-extra < 0 # GHC 8.4 via contravariant + - microlens-contra < 0 # GHC 8.4 via contravariant + - errors-ext < 0 # GHC 8.4 via errors + - concurrency < 0 # GHC 8.4 via exceptions + - errors-ext < 0 # GHC 8.4 via exceptions + - exceptional < 0 # GHC 8.4 via exceptions + - hreader < 0 # GHC 8.4 via exceptions + - listsafe < 0 # GHC 8.4 via exceptions + - pipes < 0 # GHC 8.4 via exceptions + - retry < 0 # GHC 8.4 via exceptions + - foundation < 0 # GHC 8.4 via gauge + - alternators < 0 # GHC 8.4 via mmorph + - hreader < 0 # GHC 8.4 via mmorph + - monad-extras < 0 # GHC 8.4 via mmorph + - pipes < 0 # GHC 8.4 via mmorph + - streaming < 0 # GHC 8.4 via mmorph + - tardis < 0 # GHC 8.4 via mmorph + - transformers-bifunctors < 0 # GHC 8.4 via mmorph + - writer-cps-morph < 0 # GHC 8.4 via mmorph + - concurrency < 0 # GHC 8.4 via monad-control + - errors-ext < 0 # GHC 8.4 via monad-control + - hreader < 0 # GHC 8.4 via monad-control + - monad-extras < 0 # GHC 8.4 via monad-control + - monad-journal < 0 # GHC 8.4 via monad-control + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random + - optparse-generic < 0 # GHC 8.4 via optparse-applicative + - sandman < 0 # GHC 8.4 via optparse-applicative + - elerea < 0 # GHC 8.4 via transformers-base + - hreader < 0 # GHC 8.4 via transformers-base + - monad-extras < 0 # GHC 8.4 via transformers-base + - monad-journal < 0 # GHC 8.4 via transformers-base + - streaming < 0 # GHC 8.4 via transformers-base + - pipes-parse < 0 # GHC 8.4 via pipes + + # blocks to simplify build plan + - tasty < 0 + - criterion < 0 + - case-insensitive < 0 + - gauge < 0 + - nanospec < 0 + - tasty-hunit < 0 + - silently < 0 + - doctest < 0 + - stringbuilder < 0 + - clock < 0 + - tasty-quickcheck < 0 + - http-types < 0 + - statistics < 0 + "GHC upper bounds": @@ -5785,9 +5875,6 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3337 - - aeson < 1.3 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 @@ -5967,6 +6054,17 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Skipped to simplify build plan + - mono-traversable # foldl + - call-stack # nanospec + - hspec-expectations # nanospec + - hspec-core # silently + - hspec # stringbuilder + - temporary # tasty + - transformers-compat # deriving-compat + - vector-binary-instances # tasty + - mwc-random # statistics + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6439,6 +6537,13 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # to make the build plan simpler + - attoparsec + - hashable + - scientific + - mono-traversable + - vector-binary-instances + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From 413b63ff10a536c523a6219b9d758d112beb6f9c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:18 -0700 Subject: [PATCH 1062/1926] Revert "More reblocks to simplify build plan" This reverts commit f7ba6735666b4db318cab991f00eb36690a2939f. --- build-constraints.yaml | 123 +++-------------------------------------- 1 file changed, 9 insertions(+), 114 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bddc965..b635516e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4144,24 +4144,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4182,12 +4164,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4715,6 +4691,7 @@ packages: - unbound-generics < 0 # GHC 8.4 via tasty - units-parser < 0 # GHC 8.4 via tasty - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty - vector-split < 0 # GHC 8.4 via tasty - wai-cors < 0 # GHC 8.4 via tasty - wire-streams < 0 # GHC 8.4 via tasty @@ -5070,6 +5047,7 @@ packages: - adler32 < 0 # GHC 8.4 via hspec - app-settings < 0 # GHC 8.4 via hspec - atomic-write < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec - base32string < 0 # GHC 8.4 via hspec - base58string < 0 # GHC 8.4 via hspec - bbdb < 0 # GHC 8.4 via hspec @@ -5089,6 +5067,7 @@ packages: - currencies < 0 # GHC 8.4 via hspec - data-diverse < 0 # GHC 8.4 via hspec - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec - descriptive < 0 # GHC 8.4 via hspec - distributed-closure < 0 # GHC 8.4 via hspec - do-list < 0 # GHC 8.4 via hspec @@ -5767,87 +5746,18 @@ packages: - bifunctors < 0 # GHC 8.4 via base-orphans - profunctors < 0 # GHC 8.4 via base-orphans - recursion-schemes < 0 # GHC 8.4 via base-orphans + - statistics < 0 # GHC 8.4 via base-orphans - bifunctors < 0 # GHC 8.4 via comonad - foldl < 0 # GHC 8.4 via comonad - invariant < 0 # GHC 8.4 via comonad - profunctors < 0 # GHC 8.4 via comonad - recursion-schemes < 0 # GHC 8.4 via comonad - universe-instances-extended < 0 # GHC 8.4 via comonad + - transformers-compat < 0 # GHC 8.4 via deriving-compat - profunctors < 0 # GHC 8.4 via distributive - recursion-schemes < 0 # GHC 8.4 via free - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - # more reblocks - - criterion < 0 # GHC 8.4 via js-flot - - criterion < 0 # GHC 8.4 via js-jquery - - criterion < 0 # GHC 8.4 via statistics - - hquantlib < 0 # GHC 8.4 via statistics - - Glob < 0 # GHC 8.4 via transformers-compat - - contravariant < 0 # GHC 8.4 via transformers-compat - - criterion < 0 # GHC 8.4 via transformers-compat - - errors < 0 # GHC 8.4 via transformers-compat - - exceptions < 0 # GHC 8.4 via transformers-compat - - graphs < 0 # GHC 8.4 via transformers-compat - - microlens-mtl < 0 # GHC 8.4 via transformers-compat - - mmorph < 0 # GHC 8.4 via transformers-compat - - monad-control < 0 # GHC 8.4 via transformers-compat - - monad-coroutine < 0 # GHC 8.4 via transformers-compat - - monad-parallel < 0 # GHC 8.4 via transformers-compat - - monadic-arrays < 0 # GHC 8.4 via transformers-compat - - optparse-applicative < 0 # GHC 8.4 via transformers-compat - - transformers-base < 0 # GHC 8.4 via transformers-compat - - deriving-compat < 0 # GHC 8.4 via base-orphans - - tostring < 0 # GHC 8.4 via case-insensitive - - composition-extra < 0 # GHC 8.4 via contravariant - - microlens-contra < 0 # GHC 8.4 via contravariant - - errors-ext < 0 # GHC 8.4 via errors - - concurrency < 0 # GHC 8.4 via exceptions - - errors-ext < 0 # GHC 8.4 via exceptions - - exceptional < 0 # GHC 8.4 via exceptions - - hreader < 0 # GHC 8.4 via exceptions - - listsafe < 0 # GHC 8.4 via exceptions - - pipes < 0 # GHC 8.4 via exceptions - - retry < 0 # GHC 8.4 via exceptions - - foundation < 0 # GHC 8.4 via gauge - - alternators < 0 # GHC 8.4 via mmorph - - hreader < 0 # GHC 8.4 via mmorph - - monad-extras < 0 # GHC 8.4 via mmorph - - pipes < 0 # GHC 8.4 via mmorph - - streaming < 0 # GHC 8.4 via mmorph - - tardis < 0 # GHC 8.4 via mmorph - - transformers-bifunctors < 0 # GHC 8.4 via mmorph - - writer-cps-morph < 0 # GHC 8.4 via mmorph - - concurrency < 0 # GHC 8.4 via monad-control - - errors-ext < 0 # GHC 8.4 via monad-control - - hreader < 0 # GHC 8.4 via monad-control - - monad-extras < 0 # GHC 8.4 via monad-control - - monad-journal < 0 # GHC 8.4 via monad-control - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - - optparse-generic < 0 # GHC 8.4 via optparse-applicative - - sandman < 0 # GHC 8.4 via optparse-applicative - - elerea < 0 # GHC 8.4 via transformers-base - - hreader < 0 # GHC 8.4 via transformers-base - - monad-extras < 0 # GHC 8.4 via transformers-base - - monad-journal < 0 # GHC 8.4 via transformers-base - - streaming < 0 # GHC 8.4 via transformers-base - - pipes-parse < 0 # GHC 8.4 via pipes - - # blocks to simplify build plan - - tasty < 0 - - criterion < 0 - - case-insensitive < 0 - - gauge < 0 - - nanospec < 0 - - tasty-hunit < 0 - - silently < 0 - - doctest < 0 - - stringbuilder < 0 - - clock < 0 - - tasty-quickcheck < 0 - - http-types < 0 - - statistics < 0 - + - statistics < 0 # GHC 8.4 via vector-binary-instances "GHC upper bounds": @@ -5875,6 +5785,9 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 + # https://github.com/fpco/stackage/issues/3337 + - aeson < 1.3 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 @@ -6054,17 +5967,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Skipped to simplify build plan - - mono-traversable # foldl - - call-stack # nanospec - - hspec-expectations # nanospec - - hspec-core # silently - - hspec # stringbuilder - - temporary # tasty - - transformers-compat # deriving-compat - - vector-binary-instances # tasty - - mwc-random # statistics - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6537,13 +6439,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # to make the build plan simpler - - attoparsec - - hashable - - scientific - - mono-traversable - - vector-binary-instances - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From 578e3ae342e0122fb15ddb2d3d4258ca17e3c23e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:29 -0700 Subject: [PATCH 1063/1926] Revert "Reblock packages, attempting a smaller changeset" This reverts commit 5cfd05dce096d40507ea08b17ff87c583bbbda88. --- build-constraints.yaml | 853 ++--------------------------------------- 1 file changed, 34 insertions(+), 819 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b635516e..27663b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,86 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3777,105 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4270,47 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4441,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4542,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4579,132 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4883,52 +4443,6 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4947,80 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5040,177 +4480,6 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5272,24 +4541,6 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class @@ -5314,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5361,39 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5739,26 +4940,6 @@ packages: - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - # after reblocks - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - - universe-instances-extended < 0 # GHC 8.4 via adjunctions - - bifunctors < 0 # GHC 8.4 via base-orphans - - profunctors < 0 # GHC 8.4 via base-orphans - - recursion-schemes < 0 # GHC 8.4 via base-orphans - - statistics < 0 # GHC 8.4 via base-orphans - - bifunctors < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - transformers-compat < 0 # GHC 8.4 via deriving-compat - - profunctors < 0 # GHC 8.4 via distributive - - recursion-schemes < 0 # GHC 8.4 via free - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5967,6 +5148,23 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6439,6 +5637,23 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From a41116d443ce23be27f5989985a846663c171e6a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:34 -0700 Subject: [PATCH 1064/1926] Revert "Also skip various benches per #3368" This reverts commit d613a786e4fbaf0f63aa3b99e163a5f4d4096672. --- build-constraints.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27663b88..2808f16a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5637,22 +5637,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty # Outdated dependencies # These can periodically be checked for updates; From dc9295532c288f5c2dccdd3443b4aa33ed7fe1d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:37 -0700 Subject: [PATCH 1065/1926] Revert "Skip various tests blindly, per #3368" This reverts commit 81d05fde93fe42c6f0df21206ca130e1592288f7. --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2808f16a..ff1dde26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5152,18 +5152,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/3368 - clock # tasty - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty # Outdated dependencies # These can periodically be checked for updates; From 61454b8915660193f3fece609750ad95f763c7a2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:41 -0700 Subject: [PATCH 1066/1926] Revert "Skip tests for stringbuilder per #3368" This reverts commit 76bccddc3f5a834a7415a405c26cedcc230ab3d7. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1dde26..69268911 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5151,7 +5151,6 @@ skipped-tests: # An attempt to avoid cyclic dependencies # https://github.com/fpco/stackage/issues/3368 - clock # tasty - - stringbuilder # hspec # Outdated dependencies # These can periodically be checked for updates; From 7b2c2748eb54e69426dc3bd232e7fafb1433257c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:45 -0700 Subject: [PATCH 1067/1926] Revert "Skip tests for clock to avoid cyclic dep, see #3368" This reverts commit 64d29ce77b9e426e454214a9397ed87638c3e40e. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69268911..0b78cd16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5148,10 +5148,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From a0b7fd0c24979670baeb198950a8e77e2548828b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:41:09 -0700 Subject: [PATCH 1068/1926] Revert "First wave of unblocks, most test frameworks ok now" This reverts commit 51124c9de43ce76773e7761f3f386e1de83c68bb. --- build-constraints.yaml | 1204 +++++++++++++++++++++++++++++++--------- 1 file changed, 933 insertions(+), 271 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78cd16..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,6 +3380,7 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 + - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3558,6 +3559,7 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 + - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3611,6 +3613,88 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - hspec-meta < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3697,6 +3781,106 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http-types < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -3965,6 +4149,24 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -3985,6 +4187,12 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4033,6 +4241,9 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail + - hspec < 0 # GHC 8.4 via hspec-meta + - hspec-core < 0 # GHC 8.4 via hspec-meta + - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4091,6 +4302,48 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - attoparsec < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4221,6 +4474,75 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4253,6 +4575,31 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4265,6 +4612,138 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - clock < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - criterion < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gauge < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-hunit < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-quickcheck < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - temporary < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4310,6 +4789,13 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time + - conduit < 0 # GHC 8.4 via unliftio + - fb < 0 # GHC 8.4 via unliftio + - higher-leveldb < 0 # GHC 8.4 via unliftio + - nonce < 0 # GHC 8.4 via unliftio + - yesod-auth-fb < 0 # GHC 8.4 via unliftio + - yesod-gitrepo < 0 # GHC 8.4 via unliftio + - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4437,12 +4923,64 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF + - gravatar < 0 # GHC 8.4 via HTTP + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - cassava < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec + - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4461,6 +4999,83 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - case-insensitive < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hashable < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - scientific < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -4469,6 +5084,9 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta + - loop < 0 # GHC 8.4 via foldl + - mono-traversable < 0 # GHC 8.4 via foldl + - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -4476,10 +5094,193 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free + - foundation < 0 # GHC 8.4 via gauge + - mono-traversable < 0 # GHC 8.4 via gauge + - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-compat < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - logging-facade < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - microstache < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - mockery < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mono-traversable < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - nanospec < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - resourcet < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - stringbuilder < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec + - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -4500,6 +5301,7 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams + - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -4541,10 +5343,32 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - mockery < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - silently < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -4565,6 +5389,23 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -4574,6 +5415,8 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans + - quickcheck-instances < 0 # GHC 8.4 via case-insensitive + - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -4595,6 +5438,41 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - unordered-containers < 0 # GHC 8.4 via hashable + - uuid-types < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -4619,6 +5497,8 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific + - hquantlib < 0 # GHC 8.4 via statistics + - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -4639,6 +5519,8 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4677,269 +5559,6 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - # After first wave of unblocks - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - - bower-json < 0 # GHC 8.4 via aeson-better-errors - - asn1-encoding < 0 # GHC 8.4 via asn1-types - - asn1-parse < 0 # GHC 8.4 via asn1-types - - pkcs10 < 0 # GHC 8.4 via asn1-types - - tls < 0 # GHC 8.4 via asn1-types - - x509 < 0 # GHC 8.4 via asn1-types - - x509-store < 0 # GHC 8.4 via asn1-types - - x509-validation < 0 # GHC 8.4 via asn1-types - - hinotify < 0 # GHC 8.4 via async-2.2.1 - - wreq < 0 # GHC 8.4 via authenticate-oauth - - seqloc < 0 # GHC 8.4 via biocore - - heterocephalus < 0 # GHC 8.4 via blaze-html - - heterocephalus < 0 # GHC 8.4 via blaze-markup - - hledger-lib < 0 # GHC 8.4 via blaze-markup - - xml-html-qq < 0 # GHC 8.4 via blaze-markup - - hledger-ui < 0 # GHC 8.4 via brick - - tries < 0 # GHC 8.4 via bytestring-trie - - weigh < 0 # GHC 8.4 via bytestring-trie - - parsers < 0 # GHC 8.4 via charset - - cprng-aes < 0 # GHC 8.4 via cipher-aes - - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - amqp < 0 # GHC 8.4 via connection - - conduit-connection < 0 # GHC 8.4 via connection - - hasbolt < 0 # GHC 8.4 via connection - - irc-conduit < 0 # GHC 8.4 via connection - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - - cql-io < 0 # GHC 8.4 via cql - - tasty-dejafu < 0 # GHC 8.4 via dejafu - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process - - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process - - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - - flow < 0 # GHC 8.4 via doctest-0.15.0 - - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - linear < 0 # GHC 8.4 via doctest-0.15.0 - - log-domain < 0 # GHC 8.4 via doctest-0.15.0 - - machines < 0 # GHC 8.4 via doctest-0.15.0 - - rcu < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - zippers < 0 # GHC 8.4 via doctest-0.15.0 - - jose-jwt < 0 # GHC 8.4 via either - - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - Spintax < 0 # GHC 8.4 via extra - - algebraic-graphs < 0 # GHC 8.4 via extra - - dbus < 0 # GHC 8.4 via extra - - hledger-lib < 0 # GHC 8.4 via extra - - hapistrano < 0 # GHC 8.4 via formatting - - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - - hapistrano < 0 # GHC 8.4 via gitrev - - hasmin < 0 # GHC 8.4 via gitrev - - hexml-lens < 0 # GHC 8.4 via hexml - - xeno < 0 # GHC 8.4 via hexml - - hledger-ui < 0 # GHC 8.4 via hledger - - blake2 < 0 # GHC 8.4 via hlint - - folds < 0 # GHC 8.4 via hlint - - gc < 0 # GHC 8.4 via hlint - - rcu < 0 # GHC 8.4 via hlint - - sbv < 0 # GHC 8.4 via hlint - - structs < 0 # GHC 8.4 via hlint - - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck - - store < 0 # GHC 8.4 via hspec-smallcheck - - xml-html-qq < 0 # GHC 8.4 via html-conduit - - bitx-bitcoin < 0 # GHC 8.4 via http-client - - influxdb < 0 # GHC 8.4 via http-client - - wai-middleware-consul < 0 # GHC 8.4 via http-client - - wreq < 0 # GHC 8.4 via http-client - - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls - - wreq < 0 # GHC 8.4 via http-client-tls - - HandsomeSoup < 0 # GHC 8.4 via hxt - - hxt-http < 0 # GHC 8.4 via hxt - - katydid < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt-curl - - xml-to-json < 0 # GHC 8.4 via hxt-expat - - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - - generics-eot < 0 # GHC 8.4 via interpolate - - katydid < 0 # GHC 8.4 via json - - rainbox < 0 # GHC 8.4 via lens-simple - - stm-containers < 0 # GHC 8.4 via list-t - - timemap < 0 # GHC 8.4 via list-t - - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - cryptohash < 0 # GHC 8.4 via memory - - cryptonite < 0 # GHC 8.4 via memory - - cryptonite-openssl < 0 # GHC 8.4 via memory - - git < 0 # GHC 8.4 via memory - - jose-jwt < 0 # GHC 8.4 via memory - - jwt < 0 # GHC 8.4 via memory - - text-ldap < 0 # GHC 8.4 via memory - - tls < 0 # GHC 8.4 via memory - - triplesec < 0 # GHC 8.4 via memory - - wreq < 0 # GHC 8.4 via memory - - x509 < 0 # GHC 8.4 via memory - - x509-validation < 0 # GHC 8.4 via memory - - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pkcs10 < 0 # GHC 8.4 via pem - - x509 < 0 # GHC 8.4 via pem - - x509-store < 0 # GHC 8.4 via pem - - x509-validation < 0 # GHC 8.4 via pem - - pipes-network < 0 # GHC 8.4 via pipes-safe - - pred-trie < 0 # GHC 8.4 via poly-arity - - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - tasty-silver < 0 # GHC 8.4 via process-extras - - yi-core < 0 # GHC 8.4 via process-extras - - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances - - commutative < 0 # GHC 8.4 via quickcheck-instances - - cron < 0 # GHC 8.4 via quickcheck-instances - - hslua < 0 # GHC 8.4 via quickcheck-instances - - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances - - natural-transformation < 0 # GHC 8.4 via quickcheck-instances - - parsers < 0 # GHC 8.4 via quickcheck-instances - - pred-trie < 0 # GHC 8.4 via quickcheck-instances - - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances - - rose-trees < 0 # GHC 8.4 via quickcheck-instances - - sets < 0 # GHC 8.4 via quickcheck-instances - - string-conversions < 0 # GHC 8.4 via quickcheck-instances - - timemap < 0 # GHC 8.4 via quickcheck-instances - - tmapmvar < 0 # GHC 8.4 via quickcheck-instances - - tries < 0 # GHC 8.4 via quickcheck-instances - - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances - - rainbox < 0 # GHC 8.4 via rainbow - - lambdabot-core < 0 # GHC 8.4 via random-fu - - redis-io < 0 # GHC 8.4 via redis-resp - - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - crypto-random < 0 # GHC 8.4 via securemem - - generics-eot < 0 # GHC 8.4 via shake - - shake-language-c < 0 # GHC 8.4 via shake - - heterocephalus < 0 # GHC 8.4 via shakespeare - - vinyl < 0 # GHC 8.4 via singletons - - hedis < 0 # GHC 8.4 via slave-thread - - wreq < 0 # GHC 8.4 via snap-server - - conduit-extra < 0 # GHC 8.4 via streaming-commons - - store < 0 # GHC 8.4 via streaming-commons - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - cql-io < 0 # GHC 8.4 via tinylog - - redis-io < 0 # GHC 8.4 via tinylog - - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - show-prettyprint < 0 # GHC 8.4 via trifecta - - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - - users-test < 0 # GHC 8.4 via users - - courier < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid - - eventsource-store-specs < 0 # GHC 8.4 via uuid - - squeal-postgresql < 0 # GHC 8.4 via uuid - - websockets-rpc < 0 # GHC 8.4 via uuid - - wreq < 0 # GHC 8.4 via uuid - - genvalidity < 0 # GHC 8.4 via validity - - genvalidity-aeson < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity - - genvalidity-containers < 0 # GHC 8.4 via validity - - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity - - genvalidity-property < 0 # GHC 8.4 via validity - - genvalidity-scientific < 0 # GHC 8.4 via validity - - genvalidity-text < 0 # GHC 8.4 via validity - - genvalidity-unordered-containers < 0 # GHC 8.4 via validity - - genvalidity-vector < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity - - validity-unordered-containers < 0 # GHC 8.4 via validity - - validity-vector < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring - - genvalidity-containers < 0 # GHC 8.4 via validity-containers - - genvalidity-path < 0 # GHC 8.4 via validity-path - - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific - - validity-aeson < 0 # GHC 8.4 via validity-scientific - - genvalidity-text < 0 # GHC 8.4 via validity-text - - validity-aeson < 0 # GHC 8.4 via validity-text - - genvalidity-time < 0 # GHC 8.4 via validity-time - - hledger-ui < 0 # GHC 8.4 via vty - - wai-middleware-consul < 0 # GHC 8.4 via wai - - wai-middleware-prometheus < 0 # GHC 8.4 via wai - - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static - - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit - - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - - websockets-rpc < 0 # GHC 8.4 via wai-transformers - - websockets-simple < 0 # GHC 8.4 via wai-transformers - - wai-middleware-consul < 0 # GHC 8.4 via warp - - websockets-rpc < 0 # GHC 8.4 via websockets - - websockets-simple < 0 # GHC 8.4 via websockets - - rose-trees < 0 # GHC 8.4 via witherable - - sets < 0 # GHC 8.4 via witherable - - haskell-gi < 0 # GHC 8.4 via xml-conduit - - xml-html-qq < 0 # GHC 8.4 via xml-conduit - - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit - - yi-core < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - git < 0 # GHC 8.4 via zlib-bindings - - hit < 0 # GHC 8.4 via zlib-bindings - - io-streams < 0 # GHC 8.4 via zlib-bindings - - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - - random-shuffle < 0 # GHC 8.4 via MonadRandom - - vivid < 0 # GHC 8.4 via MonadRandom - - b9 < 0 # GHC 8.4 via conduit-extra - - conduit-throttle < 0 # GHC 8.4 via conduit-extra - - hamtsolo < 0 # GHC 8.4 via conduit-extra - - stm-conduit < 0 # GHC 8.4 via conduit-extra - - bson < 0 # GHC 8.4 via cryptohash - - moesocks < 0 # GHC 8.4 via cryptohash - - s3-signer < 0 # GHC 8.4 via cryptohash - - crypto-api < 0 # GHC 8.4 via entropy - - crypto-random-api < 0 # GHC 8.4 via entropy - - nonce < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy - - fsnotify < 0 # GHC 8.4 via hinotify - - openssl-streams < 0 # GHC 8.4 via io-streams - - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - - apecs < 0 # GHC 8.4 via linear - - cue-sheet < 0 # GHC 8.4 via megaparsec - - dotenv < 0 # GHC 8.4 via megaparsec - - hspec-megaparsec < 0 # GHC 8.4 via megaparsec - - inflections < 0 # GHC 8.4 via megaparsec - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - - freer-simple < 0 # GHC 8.4 via natural-transformation - - inline-c < 0 # GHC 8.4 via parsers - - lrucaching < 0 # GHC 8.4 via psqueues - - pcre-heavy < 0 # GHC 8.4 via string-conversions - - IntervalMap < 0 # GHC 8.4 via weigh - - text-metrics < 0 # GHC 8.4 via weigh - - crypto-api-tests < 0 # GHC 8.4 via crypto-api - - pureMD5 < 0 # GHC 8.4 via crypto-api - - xxhash < 0 # GHC 8.4 via crypto-api - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - - hocilib < 0 # GHC 8.4 via inline-c - - ctrie < 0 # GHC 8.4 via random-shuffle - - prometheus-client < 0 # GHC 8.4 via random-shuffle - - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - - gravatar < 0 # GHC 8.4 via pureMD5 - - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - - xxhash-ffi < 0 # GHC 8.4 via xxhash - "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4966,13 +5585,62 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 + # https://github.com/fpco/stackage/issues/3187 + - QuickCheck < 2.11 + - haddock-library < 1.5 + + # https://github.com/fpco/stackage/issues/3268 + - async < 2.2 + - async-timer < 0.2 + + # https://github.com/fpco/stackage/issues/3278 + - lifted-async < 0.10 + + # https://github.com/fpco/stackage/issues/3290 + # also blocked by QuickCheck < 2.11 + - doctest < 0.14 + + # https://github.com/karun012/doctest-discover/issues/19 + - doctest-discover < 0.1.0.8 + + # https://github.com/fpco/stackage/issues/3312 + - transformers-compat < 0.6.0.2 + + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + + # https://github.com/fpco/stackage/issues/3327 + - streaming-commons < 0.2 + + # https://github.com/fpco/stackage/issues/3329 + - skylighting < 0.7 + + # https://github.com/fpco/stackage/issues/3333 + - llvm-hs < 6 + - llvm-hs-pure < 6 + + # https://github.com/fpco/stackage/issues/3336 + # compilation failures + - clay < 0.12.3 + # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 + # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - hackage-db < 2.0.1 # Cabal >2.2 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 @@ -4983,10 +5651,6 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 - # needed by path - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -5151,11 +5815,9 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - - http-types # GHC 8.4 via quickcheck-instances - - semigroupoids # doctest 0.15 + - Cabal # GHC 8.4 via tasty + - call-stack # GHC 8.4 via nanospec - HTTP # conduit-extra 1.3 - - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 7286b7e7adfb59c7d05d20ab4849e8734beb410a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:45:22 -0700 Subject: [PATCH 1069/1926] Remove constraint "Cabal < 2.2", see #3340 --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..5b5f93a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,6 +5558,10 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - crypto-random-api < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5626,21 +5630,10 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From ea03b95ea1e39aab6c0c2a6821e6df2712d55460 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:54:33 -0700 Subject: [PATCH 1070/1926] Revert "Remove constraint "Cabal < 2.2", see #3340" This reverts commit 7286b7e7adfb59c7d05d20ab4849e8734beb410a. --- build-constraints.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b5f93a0..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,10 +5558,6 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - crypto-random-api < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5630,10 +5626,21 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 + # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - hackage-db < 2.0.1 # Cabal >2.2 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From 94cce480bd8c6d0a7d3af22d13889d1d5f72b3ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 14:44:05 -0700 Subject: [PATCH 1071/1926] Revert "Revert "Remove constraint "Cabal < 2.2", see #3340"" This reverts commit ea03b95ea1e39aab6c0c2a6821e6df2712d55460. --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..5b5f93a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,6 +5558,10 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - crypto-random-api < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5626,21 +5630,10 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From b2374dafefc976cc1ddbfdd5f641a807f4624937 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:47:47 -0700 Subject: [PATCH 1072/1926] Revert "Revert "First wave of unblocks, most test frameworks ok now"" This reverts commit a0b7fd0c24979670baeb198950a8e77e2548828b. --- build-constraints.yaml | 1193 +++++++++------------------------------- 1 file changed, 271 insertions(+), 922 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b5f93a0..27f2058a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,7 +3380,6 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3559,7 +3558,6 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3613,88 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - hspec-meta < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3781,106 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http-types < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4149,24 +3965,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4187,12 +3985,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4241,9 +4033,6 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail - - hspec < 0 # GHC 8.4 via hspec-meta - - hspec-core < 0 # GHC 8.4 via hspec-meta - - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4302,48 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - attoparsec < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4474,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4575,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4612,138 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - clock < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - criterion < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gauge < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-hunit < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-quickcheck < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - temporary < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4789,13 +4310,6 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time - - conduit < 0 # GHC 8.4 via unliftio - - fb < 0 # GHC 8.4 via unliftio - - higher-leveldb < 0 # GHC 8.4 via unliftio - - nonce < 0 # GHC 8.4 via unliftio - - yesod-auth-fb < 0 # GHC 8.4 via unliftio - - yesod-gitrepo < 0 # GHC 8.4 via unliftio - - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4923,64 +4437,12 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - - gravatar < 0 # GHC 8.4 via HTTP - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - cassava < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4999,83 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - case-insensitive < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hashable < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - scientific < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5084,9 +4469,6 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - - loop < 0 # GHC 8.4 via foldl - - mono-traversable < 0 # GHC 8.4 via foldl - - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -5094,193 +4476,10 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free - - foundation < 0 # GHC 8.4 via gauge - - mono-traversable < 0 # GHC 8.4 via gauge - - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-compat < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - logging-facade < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - microstache < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - mockery < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mono-traversable < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - nanospec < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - resourcet < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - stringbuilder < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5301,7 +4500,6 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -5343,32 +4541,10 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - mockery < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - silently < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -5389,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5415,8 +4574,6 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - - quickcheck-instances < 0 # GHC 8.4 via case-insensitive - - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -5438,41 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - unordered-containers < 0 # GHC 8.4 via hashable - - uuid-types < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5497,8 +4619,6 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific - - hquantlib < 0 # GHC 8.4 via statistics - - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -5519,8 +4639,6 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -5563,6 +4681,269 @@ packages: - crypto-random-api < 0 # GHC 8.4 via entropy - scrypt < 0 # GHC 8.4 via entropy + # After first wave of unblocks + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system + - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 + - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 + - bower-json < 0 # GHC 8.4 via aeson-better-errors + - asn1-encoding < 0 # GHC 8.4 via asn1-types + - asn1-parse < 0 # GHC 8.4 via asn1-types + - pkcs10 < 0 # GHC 8.4 via asn1-types + - tls < 0 # GHC 8.4 via asn1-types + - x509 < 0 # GHC 8.4 via asn1-types + - x509-store < 0 # GHC 8.4 via asn1-types + - x509-validation < 0 # GHC 8.4 via asn1-types + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - wreq < 0 # GHC 8.4 via authenticate-oauth + - seqloc < 0 # GHC 8.4 via biocore + - heterocephalus < 0 # GHC 8.4 via blaze-html + - heterocephalus < 0 # GHC 8.4 via blaze-markup + - hledger-lib < 0 # GHC 8.4 via blaze-markup + - xml-html-qq < 0 # GHC 8.4 via blaze-markup + - hledger-ui < 0 # GHC 8.4 via brick + - tries < 0 # GHC 8.4 via bytestring-trie + - weigh < 0 # GHC 8.4 via bytestring-trie + - parsers < 0 # GHC 8.4 via charset + - cprng-aes < 0 # GHC 8.4 via cipher-aes + - composable-associations-aeson < 0 # GHC 8.4 via composable-associations + - amqp < 0 # GHC 8.4 via connection + - conduit-connection < 0 # GHC 8.4 via connection + - hasbolt < 0 # GHC 8.4 via connection + - irc-conduit < 0 # GHC 8.4 via connection + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - cql-io < 0 # GHC 8.4 via cql + - tasty-dejafu < 0 # GHC 8.4 via dejafu + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process + - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - email-validate < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - linear < 0 # GHC 8.4 via doctest-0.15.0 + - log-domain < 0 # GHC 8.4 via doctest-0.15.0 + - machines < 0 # GHC 8.4 via doctest-0.15.0 + - rcu < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - zippers < 0 # GHC 8.4 via doctest-0.15.0 + - jose-jwt < 0 # GHC 8.4 via either + - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api + - Spintax < 0 # GHC 8.4 via extra + - algebraic-graphs < 0 # GHC 8.4 via extra + - dbus < 0 # GHC 8.4 via extra + - hledger-lib < 0 # GHC 8.4 via extra + - hapistrano < 0 # GHC 8.4 via formatting + - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec + - hapistrano < 0 # GHC 8.4 via gitrev + - hasmin < 0 # GHC 8.4 via gitrev + - hexml-lens < 0 # GHC 8.4 via hexml + - xeno < 0 # GHC 8.4 via hexml + - hledger-ui < 0 # GHC 8.4 via hledger + - blake2 < 0 # GHC 8.4 via hlint + - folds < 0 # GHC 8.4 via hlint + - gc < 0 # GHC 8.4 via hlint + - rcu < 0 # GHC 8.4 via hlint + - sbv < 0 # GHC 8.4 via hlint + - structs < 0 # GHC 8.4 via hlint + - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck + - store < 0 # GHC 8.4 via hspec-smallcheck + - xml-html-qq < 0 # GHC 8.4 via html-conduit + - bitx-bitcoin < 0 # GHC 8.4 via http-client + - influxdb < 0 # GHC 8.4 via http-client + - wai-middleware-consul < 0 # GHC 8.4 via http-client + - wreq < 0 # GHC 8.4 via http-client + - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls + - wreq < 0 # GHC 8.4 via http-client-tls + - HandsomeSoup < 0 # GHC 8.4 via hxt + - hxt-http < 0 # GHC 8.4 via hxt + - katydid < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt-curl + - xml-to-json < 0 # GHC 8.4 via hxt-expat + - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup + - generics-eot < 0 # GHC 8.4 via interpolate + - katydid < 0 # GHC 8.4 via json + - rainbox < 0 # GHC 8.4 via lens-simple + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - mighty-metropolis < 0 # GHC 8.4 via mcmc-types + - cryptohash < 0 # GHC 8.4 via memory + - cryptonite < 0 # GHC 8.4 via memory + - cryptonite-openssl < 0 # GHC 8.4 via memory + - git < 0 # GHC 8.4 via memory + - jose-jwt < 0 # GHC 8.4 via memory + - jwt < 0 # GHC 8.4 via memory + - text-ldap < 0 # GHC 8.4 via memory + - tls < 0 # GHC 8.4 via memory + - triplesec < 0 # GHC 8.4 via memory + - wreq < 0 # GHC 8.4 via memory + - x509 < 0 # GHC 8.4 via memory + - x509-validation < 0 # GHC 8.4 via memory + - wai-middleware-consul < 0 # GHC 8.4 via monad-logger + - mighty-metropolis < 0 # GHC 8.4 via mwc-probability + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - irc-conduit < 0 # GHC 8.4 via network-conduit-tls + - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory + - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests + - pkcs10 < 0 # GHC 8.4 via pem + - x509 < 0 # GHC 8.4 via pem + - x509-store < 0 # GHC 8.4 via pem + - x509-validation < 0 # GHC 8.4 via pem + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via poly-arity + - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary + - tasty-silver < 0 # GHC 8.4 via process-extras + - yi-core < 0 # GHC 8.4 via process-extras + - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances + - commutative < 0 # GHC 8.4 via quickcheck-instances + - cron < 0 # GHC 8.4 via quickcheck-instances + - hslua < 0 # GHC 8.4 via quickcheck-instances + - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances + - natural-transformation < 0 # GHC 8.4 via quickcheck-instances + - parsers < 0 # GHC 8.4 via quickcheck-instances + - pred-trie < 0 # GHC 8.4 via quickcheck-instances + - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances + - rose-trees < 0 # GHC 8.4 via quickcheck-instances + - sets < 0 # GHC 8.4 via quickcheck-instances + - string-conversions < 0 # GHC 8.4 via quickcheck-instances + - timemap < 0 # GHC 8.4 via quickcheck-instances + - tmapmvar < 0 # GHC 8.4 via quickcheck-instances + - tries < 0 # GHC 8.4 via quickcheck-instances + - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances + - rainbox < 0 # GHC 8.4 via rainbow + - lambdabot-core < 0 # GHC 8.4 via random-fu + - redis-io < 0 # GHC 8.4 via redis-resp + - lexer-applicative < 0 # GHC 8.4 via regex-applicative + - crypto-random < 0 # GHC 8.4 via securemem + - generics-eot < 0 # GHC 8.4 via shake + - shake-language-c < 0 # GHC 8.4 via shake + - heterocephalus < 0 # GHC 8.4 via shakespeare + - vinyl < 0 # GHC 8.4 via singletons + - hedis < 0 # GHC 8.4 via slave-thread + - wreq < 0 # GHC 8.4 via snap-server + - conduit-extra < 0 # GHC 8.4 via streaming-commons + - store < 0 # GHC 8.4 via streaming-commons + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec + - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams + - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - cql-io < 0 # GHC 8.4 via tinylog + - redis-io < 0 # GHC 8.4 via tinylog + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - show-prettyprint < 0 # GHC 8.4 via trifecta + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - users-test < 0 # GHC 8.4 via users + - courier < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid + - wreq < 0 # GHC 8.4 via uuid + - genvalidity < 0 # GHC 8.4 via validity + - genvalidity-aeson < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity + - genvalidity-containers < 0 # GHC 8.4 via validity + - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity + - genvalidity-property < 0 # GHC 8.4 via validity + - genvalidity-scientific < 0 # GHC 8.4 via validity + - genvalidity-text < 0 # GHC 8.4 via validity + - genvalidity-unordered-containers < 0 # GHC 8.4 via validity + - genvalidity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring + - genvalidity-containers < 0 # GHC 8.4 via validity-containers + - genvalidity-path < 0 # GHC 8.4 via validity-path + - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific + - validity-aeson < 0 # GHC 8.4 via validity-scientific + - genvalidity-text < 0 # GHC 8.4 via validity-text + - validity-aeson < 0 # GHC 8.4 via validity-text + - genvalidity-time < 0 # GHC 8.4 via validity-time + - hledger-ui < 0 # GHC 8.4 via vty + - wai-middleware-consul < 0 # GHC 8.4 via wai + - wai-middleware-prometheus < 0 # GHC 8.4 via wai + - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static + - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit + - wai-middleware-consul < 0 # GHC 8.4 via wai-extra + - websockets-rpc < 0 # GHC 8.4 via wai-transformers + - websockets-simple < 0 # GHC 8.4 via wai-transformers + - wai-middleware-consul < 0 # GHC 8.4 via warp + - websockets-rpc < 0 # GHC 8.4 via websockets + - websockets-simple < 0 # GHC 8.4 via websockets + - rose-trees < 0 # GHC 8.4 via witherable + - sets < 0 # GHC 8.4 via witherable + - haskell-gi < 0 # GHC 8.4 via xml-conduit + - xml-html-qq < 0 # GHC 8.4 via xml-conduit + - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - git < 0 # GHC 8.4 via zlib-bindings + - hit < 0 # GHC 8.4 via zlib-bindings + - io-streams < 0 # GHC 8.4 via zlib-bindings + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - b9 < 0 # GHC 8.4 via conduit-extra + - conduit-throttle < 0 # GHC 8.4 via conduit-extra + - hamtsolo < 0 # GHC 8.4 via conduit-extra + - stm-conduit < 0 # GHC 8.4 via conduit-extra + - bson < 0 # GHC 8.4 via cryptohash + - moesocks < 0 # GHC 8.4 via cryptohash + - s3-signer < 0 # GHC 8.4 via cryptohash + - crypto-api < 0 # GHC 8.4 via entropy + - crypto-random-api < 0 # GHC 8.4 via entropy + - nonce < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy + - fsnotify < 0 # GHC 8.4 via hinotify + - openssl-streams < 0 # GHC 8.4 via io-streams + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + - apecs < 0 # GHC 8.4 via linear + - cue-sheet < 0 # GHC 8.4 via megaparsec + - dotenv < 0 # GHC 8.4 via megaparsec + - hspec-megaparsec < 0 # GHC 8.4 via megaparsec + - inflections < 0 # GHC 8.4 via megaparsec + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - freer-simple < 0 # GHC 8.4 via natural-transformation + - inline-c < 0 # GHC 8.4 via parsers + - lrucaching < 0 # GHC 8.4 via psqueues + - pcre-heavy < 0 # GHC 8.4 via string-conversions + - IntervalMap < 0 # GHC 8.4 via weigh + - text-metrics < 0 # GHC 8.4 via weigh + - crypto-api-tests < 0 # GHC 8.4 via crypto-api + - pureMD5 < 0 # GHC 8.4 via crypto-api + - xxhash < 0 # GHC 8.4 via crypto-api + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - hocilib < 0 # GHC 8.4 via inline-c + - ctrie < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client + - gravatar < 0 # GHC 8.4 via pureMD5 + - hpc-coveralls < 0 # GHC 8.4 via pureMD5 + - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 + - xxhash-ffi < 0 # GHC 8.4 via xxhash + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5589,44 +4970,6 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3187 - - QuickCheck < 2.11 - - haddock-library < 1.5 - - # https://github.com/fpco/stackage/issues/3268 - - async < 2.2 - - async-timer < 0.2 - - # https://github.com/fpco/stackage/issues/3278 - - lifted-async < 0.10 - - # https://github.com/fpco/stackage/issues/3290 - # also blocked by QuickCheck < 2.11 - - doctest < 0.14 - - # https://github.com/karun012/doctest-discover/issues/19 - - doctest-discover < 0.1.0.8 - - # https://github.com/fpco/stackage/issues/3312 - - transformers-compat < 0.6.0.2 - - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - - # https://github.com/fpco/stackage/issues/3327 - - streaming-commons < 0.2 - - # https://github.com/fpco/stackage/issues/3329 - - skylighting < 0.7 - - # https://github.com/fpco/stackage/issues/3333 - - llvm-hs < 6 - - llvm-hs-pure < 6 - - # https://github.com/fpco/stackage/issues/3336 - # compilation failures - - clay < 0.12.3 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 @@ -5644,6 +4987,10 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 + # needed by path + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -5808,9 +5155,11 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via tasty - - call-stack # GHC 8.4 via nanospec + - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - http-types # GHC 8.4 via quickcheck-instances + - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 + - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From b4a0c7edd1292cad4c2c96469b6cc6d836a42ed0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:56:31 -0700 Subject: [PATCH 1073/1926] Remove adler32 per redneb/hs-adler32#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27f2058a..2ac06a53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,7 +1597,8 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - - adler32 + - adler32 < 0 # removeme + # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 - btrfs - disk-free-space - hxt-css From 6de813bf87782a72551a207a20cf9e6c0374107f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:57:29 -0700 Subject: [PATCH 1074/1926] remove the removeme --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ac06a53..deb171a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,7 +1597,6 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - - adler32 < 0 # removeme # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 - btrfs - disk-free-space From a5eb3ee41d03e4f238704ce6a0a7245cd9dbddac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 18:27:43 -0700 Subject: [PATCH 1075/1926] Remove build failures for ghc 8.4 --- build-constraints.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb171a7..fbc49f69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,6 +3346,51 @@ packages: - wl-pprint < 0 # build failure with GHC 8.4 - yjsvg < 0 # build failure with GHC 8.4 + # round 2: + - HSet < 0 # DependencyFailed (PackageName "hashtables") + - HaTeX < 0 # DependencyFailed (PackageName "matrix") + - adler32 < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cases < 0 # DependencyFailed (PackageName "loch-th") + - clay < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - fmt < 0 # DependencyFailed (PackageName "text-format") + - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ghc-typelits-natnormalise < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hashtables < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup + - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lame < 0 # DependencyFailed (PackageName "htaglib") + - lens < 0 # DependencyFailed (PackageName "simple-reflect") + - lens-aeson < 0 # DependencyFailed (PackageName "simple-reflect") + - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") + - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pred-set < 0 # DependencyFailed (PackageName "HSet") + - simple-log < 0 # DependencyFailed (PackageName "hformat") + - simple-reflect < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - text-format < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main + - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") + - xls < 0 # DependencyFailed (PackageName "getopt-generics") + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. @@ -4943,6 +4988,13 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash + - distribution-nixpkgs < 0 # GHC 8.4 via lens + - ersatz < 0 # GHC 8.4 via lens + - generic-lens < 0 # GHC 8.4 via lens + - language-nix < 0 # GHC 8.4 via lens + - lens-action < 0 # GHC 8.4 via lens + - lens-regex < 0 # GHC 8.4 via lens + - metrics < 0 # GHC 8.4 via lens "GHC upper bounds": @@ -5323,6 +5375,12 @@ skipped-tests: # should not fail a build based on a test failure for one of these packages. expected-test-failures: + # GHC 8.4 + - conduit # https://github.com/snoyberg/conduit/issues/358 + - doctest # https://github.com/sol/doctest/issues/198 + - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 + + # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. From 82ef18b99f16834dce7ca1ebc6553d88536a350f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 13 Mar 2018 21:43:03 -0400 Subject: [PATCH 1076/1926] Unblock some packages --- build-constraints.yaml | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbc49f69..a5ef1cb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,13 +3399,9 @@ packages: # These lines are temporary and should ideally be replaced by commenting out # the packages at their point of inclusion. "Blocked by GHC 8.4": - - Agda < 0 # GHC 8.4 via base-4.11.0.0 - - Earley < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 - GPipe < 0 # GHC 8.4 via base-4.11.0.0 - - JuicyPixels-scale-dct < 0 # GHC 8.4 via base-4.11.0.0 - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 - - Unique < 0 # GHC 8.4 via base-4.11.0.0 - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 @@ -3420,34 +3416,24 @@ packages: - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 - active < 0 # GHC 8.4 via base-4.11.0.0 - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 - - aeson-extra < 0 # GHC 8.4 via base-4.11.0.0 - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 - - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 - - brittany < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - - classyplate < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - - czipwith < 0 # GHC 8.4 via base-4.11.0.0 - - data-tree-print < 0 # GHC 8.4 via base-4.11.0.0 - - deepseq-generics < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - ekg < 0 # GHC 8.4 via base-4.11.0.0 @@ -3455,7 +3441,6 @@ packages: - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - - eliminators < 0 # GHC 8.4 via base-4.11.0.0 - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 @@ -3468,8 +3453,6 @@ packages: - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 - github < 0 # GHC 8.4 via base-4.11.0.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 @@ -3482,25 +3465,14 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-src-meta < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-ast < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-prettyprint < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-refactor < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-rewrite < 0 # GHC 8.4 via base-4.11.0.0 - - hastache < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - hoopl < 0 # GHC 8.4 via base-4.11.0.0 - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - - ihaskell < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - - io-streams-haproxy < 0 # GHC 8.4 via base-4.11.0.0 - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - kraken < 0 # GHC 8.4 via base-4.11.0.0 @@ -3511,13 +3483,10 @@ packages: - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 - licensor < 0 # GHC 8.4 via base-4.11.0.0 - - lifted-async < 0 # GHC 8.4 via base-4.11.0.0 - - llvm-hs-pure < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 - - lzma < 0 # GHC 8.4 via base-4.11.0.0 - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 - mole < 0 # GHC 8.4 via base-4.11.0.0 - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 @@ -3562,33 +3531,24 @@ packages: - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - servant-client < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - servant-js < 0 # GHC 8.4 via base-4.11.0.0 - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - - servant-swagger-ui < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - setlocale < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 - spdx < 0 # GHC 8.4 via base-4.11.0.0 - - splitmix < 0 # GHC 8.4 via base-4.11.0.0 - statestack < 0 # GHC 8.4 via base-4.11.0.0 - stitch < 0 # GHC 8.4 via base-4.11.0.0 - - strive < 0 # GHC 8.4 via base-4.11.0.0 - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - - threads < 0 # GHC 8.4 via base-4.11.0.0 - - threepenny-gui < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 - - time-parsers < 0 # GHC 8.4 via base-4.11.0.0 - - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 - union < 0 # GHC 8.4 via base-4.11.0.0 @@ -3600,23 +3560,13 @@ packages: - vectortiles < 0 # GHC 8.4 via base-4.11.0.0 - versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - - brittany < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-refactor < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - - hint < 0 # GHC 8.4 via ghc-8.4.1 - inline-java < 0 # GHC 8.4 via ghc-8.4.1 - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - brittany < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - text-show < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - text-show-instances < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - ghc-compact < 0 # GHC 8.4 via ghc-prim-0.5.2.0 - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3631,19 +3581,15 @@ packages: - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - testing-feat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3685,25 +3631,19 @@ packages: - language-javascript < 0 # GHC 8.4 via blaze-builder - lucid < 0 # GHC 8.4 via blaze-builder - mime-mail < 0 # GHC 8.4 via blaze-builder - - monad-logger < 0 # GHC 8.4 via blaze-builder - mysql-simple < 0 # GHC 8.4 via blaze-builder - oauthenticated < 0 # GHC 8.4 via blaze-builder - persistent-mysql < 0 # GHC 8.4 via blaze-builder - - persistent-postgresql < 0 # GHC 8.4 via blaze-builder - pipes-csv < 0 # GHC 8.4 via blaze-builder - pipes-wai < 0 # GHC 8.4 via blaze-builder - - req < 0 # GHC 8.4 via blaze-builder - riak < 0 # GHC 8.4 via blaze-builder - - rss-conduit < 0 # GHC 8.4 via blaze-builder - scotty < 0 # GHC 8.4 via blaze-builder - - servant-subscriber < 0 # GHC 8.4 via blaze-builder - servius < 0 # GHC 8.4 via blaze-builder - simple < 0 # GHC 8.4 via blaze-builder - simple-session < 0 # GHC 8.4 via blaze-builder - snap-server < 0 # GHC 8.4 via blaze-builder - sqlite-simple < 0 # GHC 8.4 via blaze-builder - stack < 0 # GHC 8.4 via blaze-builder - - streaming-commons < 0 # GHC 8.4 via blaze-builder - tagstream-conduit < 0 # GHC 8.4 via blaze-builder - trifecta < 0 # GHC 8.4 via blaze-builder - uri-bytestring < 0 # GHC 8.4 via blaze-builder @@ -3724,26 +3664,20 @@ packages: - warp < 0 # GHC 8.4 via blaze-builder - web-routes < 0 # GHC 8.4 via blaze-builder - websockets < 0 # GHC 8.4 via blaze-builder - - wrecker < 0 # GHC 8.4 via blaze-builder - xmlgen < 0 # GHC 8.4 via blaze-builder - xmlhtml < 0 # GHC 8.4 via blaze-builder - yesod-auth < 0 # GHC 8.4 via blaze-builder - yesod-bin < 0 # GHC 8.4 via blaze-builder - yesod-eventsource < 0 # GHC 8.4 via blaze-builder - - yesod-form < 0 # GHC 8.4 via blaze-builder - yesod-persistent < 0 # GHC 8.4 via blaze-builder - yesod-static < 0 # GHC 8.4 via blaze-builder - yesod-test < 0 # GHC 8.4 via blaze-builder - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - - uuid < 0 # GHC 8.4 via cryptohash-sha1 - github-webhooks < 0 # GHC 8.4 via deepseq-generics - hidapi < 0 # GHC 8.4 via deepseq-generics - kdt < 0 # GHC 8.4 via deepseq-generics - - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - log < 0 # GHC 8.4 via ekg - - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - download < 0 # GHC 8.4 via feed From 4585ef1d9d3e4bac98b7722c51e4ac591fa3e870 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 13 Mar 2018 21:59:32 -0400 Subject: [PATCH 1077/1926] Remove some more blocked packages --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5ef1cb6..f6fec1e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3687,7 +3687,6 @@ packages: - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - servant-github-webhook < 0 # GHC 8.4 via github - - stack < 0 # GHC 8.4 via hackage-security - pandoc < 0 # GHC 8.4 via haddock-library - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server @@ -3705,31 +3704,22 @@ packages: - jmacro < 0 # GHC 8.4 via haskell-src-meta - language-c-quote < 0 # GHC 8.4 via haskell-src-meta - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta - - persistent < 0 # GHC 8.4 via haskell-src-meta - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta - - stack < 0 # GHC 8.4 via hastache - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - - hjsonschema < 0 # GHC 8.4 via hjsonpointer - Spock-core < 0 # GHC 8.4 via http-api-data - - chatwork < 0 # GHC 8.4 via http-api-data - - emailaddress < 0 # GHC 8.4 via http-api-data - envelope < 0 # GHC 8.4 via http-api-data - eventful-core < 0 # GHC 8.4 via http-api-data - http-link-header < 0 # GHC 8.4 via http-api-data - - lxd-client < 0 # GHC 8.4 via http-api-data - - miso < 0 # GHC 8.4 via http-api-data - persistent < 0 # GHC 8.4 via http-api-data - persistent-mongoDB < 0 # GHC 8.4 via http-api-data - persistent-redis < 0 # GHC 8.4 via http-api-data - persistent-template < 0 # GHC 8.4 via http-api-data - pushbullet-types < 0 # GHC 8.4 via http-api-data - - rakuten < 0 # GHC 8.4 via http-api-data - req < 0 # GHC 8.4 via http-api-data - reroute < 0 # GHC 8.4 via http-api-data - - servant-kotlin < 0 # GHC 8.4 via http-api-data - slug < 0 # GHC 8.4 via http-api-data - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media From d3dd967681e5715dcc6615b1ba844b4a2a681f93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 21:45:20 -0700 Subject: [PATCH 1078/1926] Unblock a number of packages for ghc 8.4, incl cryptonite --- build-constraints.yaml | 74 +++++++++++------------------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6fec1e2..ebd8535a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3934,24 +3934,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - MFlow < 0 # GHC 8.4 via conduit-extra - - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - - editor-open < 0 # GHC 8.4 via conduit-extra - - fb < 0 # GHC 8.4 via conduit-extra - - haskell-spacegoo < 0 # GHC 8.4 via conduit-extra - - hledger-web < 0 # GHC 8.4 via conduit-extra - - hoogle < 0 # GHC 8.4 via conduit-extra - - imagesize-conduit < 0 # GHC 8.4 via conduit-extra - - markdown < 0 # GHC 8.4 via conduit-extra - - mega-sdist < 0 # GHC 8.4 via conduit-extra - - mongoDB < 0 # GHC 8.4 via conduit-extra - - network-conduit-tls < 0 # GHC 8.4 via conduit-extra - - pager < 0 # GHC 8.4 via conduit-extra - - sbp < 0 # GHC 8.4 via conduit-extra - - serf < 0 # GHC 8.4 via conduit-extra - - wire-streams < 0 # GHC 8.4 via conduit-extra - - xml-conduit < 0 # GHC 8.4 via conduit-extra - - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - check-email < 0 # GHC 8.4 via email-validate @@ -4226,12 +4208,6 @@ packages: - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - connection-pool < 0 # GHC 8.4 via streaming-commons - - network-conduit-tls < 0 # GHC 8.4 via streaming-commons - - pipes-text < 0 # GHC 8.4 via streaming-commons - - wai-cli < 0 # GHC 8.4 via streaming-commons - - warp-tls < 0 # GHC 8.4 via streaming-commons - - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - cabal2nix < 0 # GHC 8.4 via tasty-golden @@ -4430,11 +4406,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - executable-hash < 0 # GHC 8.4 via cryptohash - - hasql-migration < 0 # GHC 8.4 via cryptohash - - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash - - vhd < 0 # GHC 8.4 via cryptohash - - protocol-radius < 0 # GHC 8.4 via cryptonite - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta @@ -4558,8 +4529,6 @@ packages: - shake < 0 # GHC 8.4 via extra - weeder < 0 # GHC 8.4 via extra - flat-mcmc < 0 # GHC 8.4 via formatting - - memory < 0 # GHC 8.4 via foundation - - weeder < 0 # GHC 8.4 via foundation - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub @@ -4605,9 +4574,6 @@ packages: - hxt-expat < 0 # GHC 8.4 via hxt - hxt-tagsoup < 0 # GHC 8.4 via hxt - rainbow < 0 # GHC 8.4 via lens-simple - - bcrypt < 0 # GHC 8.4 via memory - - pem < 0 # GHC 8.4 via memory - - securemem < 0 # GHC 8.4 via memory - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4752,18 +4718,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - cryptohash < 0 # GHC 8.4 via memory - - cryptonite < 0 # GHC 8.4 via memory - - cryptonite-openssl < 0 # GHC 8.4 via memory - - git < 0 # GHC 8.4 via memory - - jose-jwt < 0 # GHC 8.4 via memory - - jwt < 0 # GHC 8.4 via memory - - text-ldap < 0 # GHC 8.4 via memory - - tls < 0 # GHC 8.4 via memory - - triplesec < 0 # GHC 8.4 via memory - - wreq < 0 # GHC 8.4 via memory - - x509 < 0 # GHC 8.4 via memory - - x509-validation < 0 # GHC 8.4 via memory - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec @@ -4806,8 +4760,6 @@ packages: - vinyl < 0 # GHC 8.4 via singletons - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - - conduit-extra < 0 # GHC 8.4 via streaming-commons - - store < 0 # GHC 8.4 via streaming-commons - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - htoml < 0 # GHC 8.4 via tasty-hspec - websockets-simple < 0 # GHC 8.4 via tasty-hspec @@ -4872,13 +4824,6 @@ packages: - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - b9 < 0 # GHC 8.4 via conduit-extra - - conduit-throttle < 0 # GHC 8.4 via conduit-extra - - hamtsolo < 0 # GHC 8.4 via conduit-extra - - stm-conduit < 0 # GHC 8.4 via conduit-extra - - bson < 0 # GHC 8.4 via cryptohash - - moesocks < 0 # GHC 8.4 via cryptohash - - s3-signer < 0 # GHC 8.4 via cryptohash - crypto-api < 0 # GHC 8.4 via entropy - crypto-random-api < 0 # GHC 8.4 via entropy - nonce < 0 # GHC 8.4 via entropy @@ -4919,6 +4864,25 @@ packages: - lens-action < 0 # GHC 8.4 via lens - lens-regex < 0 # GHC 8.4 via lens - metrics < 0 # GHC 8.4 via lens + - pipes-bytestring < 0 # GHC 8.4 via pipes-group + - pipes-text < 0 # GHC 8.4 via pipes-group + - pipes-text < 0 # GHC 8.4 via pipes-safe + - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 + - wire-streams < 0 # GHC 8.4 via binary-parsers + - wire-streams < 0 # GHC 8.4 via io-streams + # - cryptonite-conduit < 0 # GHC 8.4 via memory + - haskell-spacegoo < 0 # GHC 8.4 via vector-space + - bcrypt < 0 # GHC 8.4 via entropy + - jwt < 0 # GHC 8.4 via lens + - jwt < 0 # GHC 8.4 via lens-aeson + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - vhd < 0 # GHC 8.4 via cipher-aes + - uuid < 0 # GHC 8.4 via entropy + - hasql-migration < 0 # GHC 8.4 via hasql + - hasql-transaction < 0 # GHC 8.4 via hasql + - moesocks < 0 # GHC 8.4 via lens + - moesocks < 0 # GHC 8.4 via lens-aeson "GHC upper bounds": From 94504398e6313cd6a66a867623a1379ccb52f945 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 21:54:50 -0700 Subject: [PATCH 1079/1926] Unblock more for ghc 8.4, incl parsers --- build-constraints.yaml | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebd8535a..8dac3e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4506,13 +4506,6 @@ packages: - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - log-base < 0 # GHC 8.4 via aeson-pretty - - configurator-export < 0 # GHC 8.4 via base-compat - - gitrev < 0 # GHC 8.4 via base-compat - - prompt < 0 # GHC 8.4 via base-compat - - quickcheck-instances < 0 # GHC 8.4 via base-compat - - tagged-binary < 0 # GHC 8.4 via base-compat - - typelits-witnesses < 0 # GHC 8.4 via base-compat - - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints @@ -4551,12 +4544,6 @@ packages: - h2c < 0 # GHC 8.4 via resourcet - monad-unlift-ref < 0 # GHC 8.4 via resourcet - scalpel < 0 # GHC 8.4 via scalpel-core - - aeson-better-errors < 0 # GHC 8.4 via scientific - - binary-parsers < 0 # GHC 8.4 via scientific - - json-rpc-generic < 0 # GHC 8.4 via scientific - - quickcheck-instances < 0 # GHC 8.4 via scientific - - special-values < 0 # GHC 8.4 via scientific - - validity-scientific < 0 # GHC 8.4 via scientific - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -4587,9 +4574,6 @@ packages: - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - haskell-src-exts-util < 0 # GHC 8.4 via uniplate - nsis < 0 # GHC 8.4 via uniplate - - biopsl < 0 # GHC 8.4 via unordered-containers - - charset < 0 # GHC 8.4 via unordered-containers - - islink < 0 # GHC 8.4 via unordered-containers - Workflow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via TCache - cairo < 0 # GHC 8.4 via gtk2hs-buildtools @@ -4640,7 +4624,6 @@ packages: - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie - - parsers < 0 # GHC 8.4 via charset - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - amqp < 0 # GHC 8.4 via connection @@ -4733,22 +4716,6 @@ packages: - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - tasty-silver < 0 # GHC 8.4 via process-extras - yi-core < 0 # GHC 8.4 via process-extras - - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances - - commutative < 0 # GHC 8.4 via quickcheck-instances - - cron < 0 # GHC 8.4 via quickcheck-instances - - hslua < 0 # GHC 8.4 via quickcheck-instances - - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances - - natural-transformation < 0 # GHC 8.4 via quickcheck-instances - - parsers < 0 # GHC 8.4 via quickcheck-instances - - pred-trie < 0 # GHC 8.4 via quickcheck-instances - - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances - - rose-trees < 0 # GHC 8.4 via quickcheck-instances - - sets < 0 # GHC 8.4 via quickcheck-instances - - string-conversions < 0 # GHC 8.4 via quickcheck-instances - - timemap < 0 # GHC 8.4 via quickcheck-instances - - tmapmvar < 0 # GHC 8.4 via quickcheck-instances - - tries < 0 # GHC 8.4 via quickcheck-instances - - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances - rainbox < 0 # GHC 8.4 via rainbow - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp @@ -4870,7 +4837,6 @@ packages: - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - # - cryptonite-conduit < 0 # GHC 8.4 via memory - haskell-spacegoo < 0 # GHC 8.4 via vector-space - bcrypt < 0 # GHC 8.4 via entropy - jwt < 0 # GHC 8.4 via lens @@ -4883,6 +4849,9 @@ packages: - hasql-transaction < 0 # GHC 8.4 via hasql - moesocks < 0 # GHC 8.4 via lens - moesocks < 0 # GHC 8.4 via lens-aeson + - biopsl < 0 # GHC 8.4 via biocore + - tagged-binary < 0 # GHC 8.4 via pureMD5 + - validity-scientific < 0 # GHC 8.4 via validity "GHC upper bounds": From 56fef6aced59bd905e135602d67b32046e2d2032 Mon Sep 17 00:00:00 2001 From: ncaq Date: Wed, 14 Mar 2018 14:04:55 +0900 Subject: [PATCH 1080/1926] added: yesod-recaptcha2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I fixed yesod 1.6 build. [yesod-recaptcha2-0.2.3 build failure with yesod-1.6 · Issue #2 · ncaq/yesod-recaptcha2](https://github.com/ncaq/yesod-recaptcha2/issues/2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 684d8bbf..c4d96ff4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2882,7 +2882,7 @@ packages: - string-transform - uniq-deep - yesod-form-bootstrap4 - # - yesod-recaptcha2 # https://github.com/ncaq/yesod-recaptcha2/issues/2 + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism From dccf9886087bfd7d36a71adf404a86acb63e4f8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:10:09 -0700 Subject: [PATCH 1081/1926] Restore various pkgs for ghc 8.4, incl hlint --- build-constraints.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 684d8bbf..a79fc002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4400,13 +4400,6 @@ packages: - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - - Hoed < 0 # GHC 8.4 via clock - - cache < 0 # GHC 8.4 via clock - - clock-extras < 0 # GHC 8.4 via clock - - extra < 0 # GHC 8.4 via clock - - formatting < 0 # GHC 8.4 via clock - - mercury-api < 0 # GHC 8.4 via clock - - stopwatch < 0 # GHC 8.4 via clock - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta @@ -4518,10 +4511,6 @@ packages: - hunit-dejafu < 0 # GHC 8.4 via dejafu - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - - hexml < 0 # GHC 8.4 via extra - - hlint < 0 # GHC 8.4 via extra - - shake < 0 # GHC 8.4 via extra - - weeder < 0 # GHC 8.4 via extra - flat-mcmc < 0 # GHC 8.4 via formatting - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics @@ -4547,7 +4536,6 @@ packages: - scalpel < 0 # GHC 8.4 via scalpel-core - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - - hlint < 0 # GHC 8.4 via yaml - lxd-client-config < 0 # GHC 8.4 via yaml - weeder < 0 # GHC 8.4 via yaml - epub-metadata < 0 # GHC 8.4 via zip-archive @@ -4573,8 +4561,6 @@ packages: - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - - haskell-src-exts-util < 0 # GHC 8.4 via uniplate - - nsis < 0 # GHC 8.4 via uniplate - Workflow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via TCache - cairo < 0 # GHC 8.4 via gtk2hs-buildtools @@ -4651,10 +4637,6 @@ packages: - zippers < 0 # GHC 8.4 via doctest-0.15.0 - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - Spintax < 0 # GHC 8.4 via extra - - algebraic-graphs < 0 # GHC 8.4 via extra - - dbus < 0 # GHC 8.4 via extra - - hledger-lib < 0 # GHC 8.4 via extra - hapistrano < 0 # GHC 8.4 via formatting - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec @@ -4853,6 +4835,7 @@ packages: - biopsl < 0 # GHC 8.4 via biocore - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity + - Hoed < 0 # GHC 8.4 via hashtables "GHC upper bounds": From 3ea52727db54d4860d0e312e368cbec996272629 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:29:20 -0700 Subject: [PATCH 1082/1926] Unblock lens, lens-aeson for ghc 8.4 by skipping tests --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a79fc002..e369b7df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3371,8 +3371,6 @@ packages: - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - - lens < 0 # DependencyFailed (PackageName "simple-reflect") - - lens-aeson < 0 # DependencyFailed (PackageName "simple-reflect") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -5050,6 +5048,8 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - http-types # GHC 8.4 via quickcheck-instances + - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 34ae5a564ff52b216eca050311de094b3dad91a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:39:11 -0700 Subject: [PATCH 1083/1926] Remove some ghc 8.4 build failures --- build-constraints.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e369b7df..0176413e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,8 @@ packages: - zstd "Jacek Galowicz @tfc": - - hamtsolo + [] + # - hamtsolo # conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 "Ferdinand van Walree @Ferdinand-vW": [] @@ -648,7 +649,7 @@ packages: - monad-parallel - monad-coroutine - incremental-parser - - monoid-subclasses + # - monoid-subclasses # GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - picoparsec - rank2classes @@ -1824,7 +1825,7 @@ packages: - webdriver-angular "Sven Heyll @sheyll": - - b9 + # - b9 # GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - type-spec - pretty-types @@ -2069,7 +2070,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl # - graphviz # fgl 5.6.0.0 - - wl-pprint-text + # - wl-pprint-text # build failure with ghc 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - servant-pandoc "Sharif Olorin @olorin": @@ -3263,7 +3264,12 @@ packages: # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": + - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 - Genbank < 0 # build failure with GHC 8.4 From f2cb5e5281e2e1203273e20fe0ef5c8cf50d06cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 23:06:36 -0700 Subject: [PATCH 1084/1926] Unblock more, incl th-desugar and singletons --- build-constraints.yaml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0176413e..cd82438c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4215,13 +4215,6 @@ packages: - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - cabal2nix < 0 # GHC 8.4 via tasty-golden - - countable < 0 # GHC 8.4 via tasty-golden - - heatshrink < 0 # GHC 8.4 via tasty-golden - - inline-r < 0 # GHC 8.4 via tasty-golden - - matplotlib < 0 # GHC 8.4 via tasty-golden - - singletons < 0 # GHC 8.4 via tasty-golden - - skylighting < 0 # GHC 8.4 via tasty-golden - arithmoi < 0 # GHC 8.4 via tasty-smallcheck - bit-stream < 0 # GHC 8.4 via tasty-smallcheck - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck @@ -4471,10 +4464,6 @@ packages: - sdl2-mixer < 0 # GHC 8.4 via sdl2 - sdl2-ttf < 0 # GHC 8.4 via sdl2 - state-codes < 0 # GHC 8.4 via shakespeare - - jni < 0 # GHC 8.4 via singletons - - jvm < 0 # GHC 8.4 via singletons - - n-tuple < 0 # GHC 8.4 via singletons - - type-combinators-singletons < 0 # GHC 8.4 via singletons - yi-snippet < 0 # GHC 8.4 via tasty-hunit - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams @@ -4631,14 +4620,7 @@ packages: - djinn-ghc < 0 # GHC 8.4 via djinn-lib - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - linear < 0 # GHC 8.4 via doctest-0.15.0 - - log-domain < 0 # GHC 8.4 via doctest-0.15.0 - - machines < 0 # GHC 8.4 via doctest-0.15.0 - - rcu < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - zippers < 0 # GHC 8.4 via doctest-0.15.0 - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - hapistrano < 0 # GHC 8.4 via formatting @@ -4711,7 +4693,6 @@ packages: - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - heterocephalus < 0 # GHC 8.4 via shakespeare - - vinyl < 0 # GHC 8.4 via singletons - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec @@ -4719,7 +4700,6 @@ packages: - websockets-simple < 0 # GHC 8.4 via tasty-hspec - yi-language < 0 # GHC 8.4 via tasty-hspec - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 - cql-io < 0 # GHC 8.4 via tinylog - redis-io < 0 # GHC 8.4 via tinylog - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4794,7 +4774,6 @@ packages: - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - - inline-c < 0 # GHC 8.4 via parsers - lrucaching < 0 # GHC 8.4 via psqueues - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh @@ -4851,10 +4830,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3173 - - th-desugar < 1.8 - - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 @@ -5056,6 +5031,8 @@ skipped-tests: - http-types # GHC 8.4 via quickcheck-instances - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 0d1d41a494c3a51568be72823b7557390fcc08fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 23:21:33 -0700 Subject: [PATCH 1085/1926] Remove more build failures with ghc 8.4 --- build-constraints.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd82438c..25674012 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,7 +1659,7 @@ packages: - markup - monad-control-aligned - monadoid - - n-tuple + # - n-tuple # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra - pred-trie - pred-set @@ -1713,7 +1713,7 @@ packages: - one-liner-instances - prompt - tagged-binary - - type-combinators-singletons + # - type-combinators-singletons # GHC 8.4 via type-combinators - typelits-witnesses - uncertain - vector-sized @@ -1751,9 +1751,9 @@ packages: - choice - distributed-closure - inline-java - - inline-r - - jni - - jvm + # - inline-r # GHC 8.4 via inline-c + # - jni # GHC 8.4 via inline-c + # - jvm # GHC 8.4 via inline-c - jvm-streaming - H - sparkle @@ -2214,7 +2214,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl + # - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 "Christoph Breitkopf @bokesan": - IntervalMap @@ -2231,7 +2231,7 @@ packages: - webdriver "Luke Iannini @lukexi": - - inline-c + # - inline-c # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - inline-c-cpp - ekg @@ -3267,7 +3267,11 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 + - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 # may have no issue yet From ebc153aabac12d264086058c482944f8eab83780 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Mar 2018 08:28:09 +0200 Subject: [PATCH 1086/1926] Remove expected test failure for conduit --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25674012..cd20824b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5204,7 +5204,6 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - conduit # https://github.com/snoyberg/conduit/issues/358 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ca9b62cd56c0678b21eef8ca0499cbc97b82d653 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Wed, 14 Mar 2018 09:26:10 +0100 Subject: [PATCH 1087/1926] Install LLVM 6.0 in docker image and reenable llvm-hs --- build-constraints.yaml | 1 - debian-bootstrap.sh | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..304f16b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3755,7 +3755,6 @@ packages: - pipes-fluid < 0 # GHC 8.4 via lifted-async - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async - shelly < 0 # GHC 8.4 via lifted-async - - llvm-hs < 0 # GHC 8.4 via llvm-hs-pure - lzma-conduit < 0 # GHC 8.4 via lzma - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index cb111408..c407a32a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -156,12 +156,18 @@ curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc -# llvm-5.0 for llvm-hs (separate since it needs wget) +# llvm-5.0 for GHC (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-5.0 main" \ && apt-get update \ && apt-get install -y llvm-5.0 +# llvm-6.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-6.0 main" \ + && apt-get update \ + && apt-get install -y llvm-6.0 + # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. From 15e09614fb20bb1f3b94b055bf676829bdcac014 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Mar 2018 09:48:24 +0100 Subject: [PATCH 1088/1926] build-constraints: json-autotype has updates constraints on Hackage Revision 2 of json-autotype-1.0.18 should build fine with GHC 8.4.x. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..81249241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3482,7 +3482,6 @@ packages: - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - kraken < 0 # GHC 8.4 via base-4.11.0.0 - lackey < 0 # GHC 8.4 via base-4.11.0.0 From ee1db69deafadc1cf4f40fcc0a9827a8f00af864 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Wed, 14 Mar 2018 12:15:38 +0100 Subject: [PATCH 1089/1926] add katip-scalyr-scribe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..ad4d6287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2974,6 +2974,7 @@ packages: "Simon Hafner @reactormonk": - uri-bytestring-aeson + - katip-scalyr-scribe "Sebastian Witte @saep": [] From 0de16b525b1c98094236a8f7d5ec8185699b1efd Mon Sep 17 00:00:00 2001 From: ygale Date: Wed, 14 Mar 2018 14:29:24 +0200 Subject: [PATCH 1090/1926] timezone-series and timezone-olson now build with 8.4.1 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..78aafd59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3344,7 +3344,6 @@ packages: - skeletons < 0 # build failure with GHC 8.4 - sql-words < 0 # build failure with GHC 8.4 - timespan < 0 # build failure with GHC 8.4 - - timezone-olson < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - transient < 0 # build failure with GHC 8.4 - tuple < 0 # build failure with GHC 8.4 @@ -4956,10 +4955,6 @@ package-flags: functor-classes-compat: containers: true - timezone-series: - time_1_6_and_1_7: false - time_pre_1_6: false - mintty: win32-2-5: true From 80f2db857f66d93a4eed373ac76dfa6564cd399a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 06:17:08 -0700 Subject: [PATCH 1091/1926] Skip some test suites per hspec 2.5, see #3376 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..97753ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5038,6 +5038,10 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - fold-debounce # hspec 2.5 + - stb-image-redux # hspec 2.5 + - stopwatch # hspec 2.5 + - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From 63926dc45b4711a2638fcc85f4c4717307c9578a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:29:10 -0700 Subject: [PATCH 1092/1926] Unblock a few more, incl safe-exceptions --- build-constraints.yaml | 47 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5077a3b1..f4fa322b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3533,7 +3533,6 @@ packages: - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 - rest-types < 0 # GHC 8.4 via base-4.11.0.0 - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - - safe-exceptions < 0 # GHC 8.4 via base-4.11.0.0 - schematic < 0 # GHC 8.4 via base-4.11.0.0 - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - servant < 0 # GHC 8.4 via base-4.11.0.0 @@ -3793,28 +3792,6 @@ packages: - stack < 0 # GHC 8.4 via regex-applicative-text - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - - async-refresh < 0 # GHC 8.4 via safe-exceptions - - async-refresh-tokens < 0 # GHC 8.4 via safe-exceptions - - async-timer < 0 # GHC 8.4 via safe-exceptions - - atom-conduit < 0 # GHC 8.4 via safe-exceptions - - credential-store < 0 # GHC 8.4 via safe-exceptions - - direct-rocksdb < 0 # GHC 8.4 via safe-exceptions - - dublincore-xml-conduit < 0 # GHC 8.4 via safe-exceptions - - eventstore < 0 # GHC 8.4 via safe-exceptions - - groundhog < 0 # GHC 8.4 via safe-exceptions - - inline-c-cpp < 0 # GHC 8.4 via safe-exceptions - - irc-dcc < 0 # GHC 8.4 via safe-exceptions - - liboath-hs < 0 # GHC 8.4 via safe-exceptions - - logger-thread < 0 # GHC 8.4 via safe-exceptions - - massiv < 0 # GHC 8.4 via safe-exceptions - - opml-conduit < 0 # GHC 8.4 via safe-exceptions - - pinboard < 0 # GHC 8.4 via safe-exceptions - - rss-conduit < 0 # GHC 8.4 via safe-exceptions - - safe-exceptions-checked < 0 # GHC 8.4 via safe-exceptions - - tar-conduit < 0 # GHC 8.4 via safe-exceptions - - teardown < 0 # GHC 8.4 via safe-exceptions - - throwable-exceptions < 0 # GHC 8.4 via safe-exceptions - - universum < 0 # GHC 8.4 via safe-exceptions - approximate < 0 # GHC 8.4 via safecopy - compensated < 0 # GHC 8.4 via safecopy - hyperloglog < 0 # GHC 8.4 via safecopy @@ -4821,6 +4798,30 @@ packages: - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity - Hoed < 0 # GHC 8.4 via hashtables + - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 + - rss-conduit < 0 # GHC 8.4 via atom-conduit + - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 + - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit + - monad-logger < 0 # GHC 8.4 via fast-logger + - pinboard < 0 # GHC 8.4 via http-client + - pinboard < 0 # GHC 8.4 via http-client-tls + - inline-c-cpp < 0 # GHC 8.4 via inline-c + - liboath-hs < 0 # GHC 8.4 via inline-c + - irc-dcc < 0 # GHC 8.4 via io-streams + - opml-conduit < 0 # GHC 8.4 via lens-simple + - rss-conduit < 0 # GHC 8.4 via lens-simple + - opml-conduit < 0 # GHC 8.4 via monoid-subclasses + - dublincore-xml-conduit < 0 # GHC 8.4 via timerep + - opml-conduit < 0 # GHC 8.4 via timerep + - rss-conduit < 0 # GHC 8.4 via timerep + - dublincore-xml-conduit < 0 # GHC 8.4 via uri-bytestring + - opml-conduit < 0 # GHC 8.4 via uri-bytestring + - rss-conduit < 0 # GHC 8.4 via uri-bytestring + - rss-conduit < 0 # GHC 8.4 via vinyl + - tar-conduit < 0 # GHC 8.4 via weigh + - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit + - opml-conduit < 0 # GHC 8.4 via xml-conduit + - rss-conduit < 0 # GHC 8.4 via xml-conduit "GHC upper bounds": From 4ae478abf5c2b5ad19d78ffa5078a519689e0d02 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:47:27 -0700 Subject: [PATCH 1093/1926] Disable massiv per lehins/massiv#10 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c074289d..e443a1f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,10 +2810,11 @@ packages: # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": + [] # - wai-middleware-auth # via hoauth2 # - hip # lens 4.16 via diagrams/chart - - massiv - - massiv-io + # - massiv # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 + # - massiv-io # GHC 8.4 via massiv "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3268,6 +3269,7 @@ packages: - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 @@ -3398,6 +3400,7 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") + - massiv-io < 0 # GHC 8.4 via massiv # This section was used to programmatically generate a set of removals @@ -4138,7 +4141,6 @@ packages: - machines-binary < 0 # GHC 8.4 via machines - machines-directory < 0 # GHC 8.4 via machines - machines-io < 0 # GHC 8.4 via machines - - massiv-io < 0 # GHC 8.4 via massiv - HaskellNet < 0 # GHC 8.4 via mime-mail - mime-mail-ses < 0 # GHC 8.4 via mime-mail - smtp-mail < 0 # GHC 8.4 via mime-mail From 79649f62b90b9f8abd7389cdf9f5643c35a7196a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:50:35 -0700 Subject: [PATCH 1094/1926] Unskip tests for fold-debounce and stopwatch, see #3376 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e443a1f3..f9708eb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5034,9 +5034,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - - fold-debounce # hspec 2.5 - stb-image-redux # hspec 2.5 - - stopwatch # hspec 2.5 - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 3576772b9c8b2599aab2935f03cbc4c97ecbe851 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:04:30 -0700 Subject: [PATCH 1095/1926] Unblock more pkgs, incl lifted-async, hedgehog, and either --- build-constraints.yaml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9708eb4..aca71ec1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3744,17 +3744,6 @@ packages: - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - - async-refresh < 0 # GHC 8.4 via lifted-async - - async-refresh-tokens < 0 # GHC 8.4 via lifted-async - - async-timer < 0 # GHC 8.4 via lifted-async - - consul-haskell < 0 # GHC 8.4 via lifted-async - - eventsource-api < 0 # GHC 8.4 via lifted-async - - eventstore < 0 # GHC 8.4 via lifted-async - - hedgehog < 0 # GHC 8.4 via lifted-async - - log-warper < 0 # GHC 8.4 via lifted-async - - pipes-fluid < 0 # GHC 8.4 via lifted-async - - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async - - shelly < 0 # GHC 8.4 via lifted-async - lzma-conduit < 0 # GHC 8.4 via lzma - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax @@ -3948,13 +3937,6 @@ packages: - gi-glib < 0 # GHC 8.4 via haskell-gi - gi-gobject < 0 # GHC 8.4 via haskell-gi - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi - - either < 0 # GHC 8.4 via hedgehog - - hedgehog-quickcheck < 0 # GHC 8.4 via hedgehog - - hw-fingertree-strict < 0 # GHC 8.4 via hedgehog - - hw-hedgehog < 0 # GHC 8.4 via hedgehog - - hw-hspec-hedgehog < 0 # GHC 8.4 via hedgehog - - hw-rankselect < 0 # GHC 8.4 via hedgehog - - validation < 0 # GHC 8.4 via hedgehog - IPv6DB < 0 # GHC 8.4 via hedis - hworker < 0 # GHC 8.4 via hedis - serversession-backend-redis < 0 # GHC 8.4 via hedis @@ -4377,8 +4359,6 @@ packages: - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - - glabrous < 0 # GHC 8.4 via either - - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free @@ -4601,7 +4581,6 @@ packages: - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - hapistrano < 0 # GHC 8.4 via formatting - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec @@ -4823,6 +4802,26 @@ packages: - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit - opml-conduit < 0 # GHC 8.4 via xml-conduit - rss-conduit < 0 # GHC 8.4 via xml-conduit + - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 + - eventstore < 0 # GHC 8.4 via connection + - eventstore < 0 # GHC 8.4 via ekg-core + - eventstore < 0 # GHC 8.4 via fast-logger + - log-warper < 0 # GHC 8.4 via fmt + - glabrous < 0 # GHC 8.4 via hspec-2.5.0 + - eventstore < 0 # GHC 8.4 via http-client + - eventstore < 0 # GHC 8.4 via interpolate + - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 + - async-refresh < 0 # GHC 8.4 via monad-logger + - async-refresh-tokens < 0 # GHC 8.4 via monad-logger + - eventstore < 0 # GHC 8.4 via monad-logger + - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency + - pipes-fluid < 0 # GHC 8.4 via pipes-misc + - dns < 0 # GHC 8.4 via psqueues + - eventstore < 0 # GHC 8.4 via tasty-hspec + - eventstore < 0 # GHC 8.4 via text-format + - log-warper < 0 # GHC 8.4 via universum + - eventsource-api < 0 # GHC 8.4 via uuid + - eventstore < 0 # GHC 8.4 via uuid "GHC upper bounds": @@ -5034,6 +5033,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 From 09d4f0dce8659df58eae379f2dcdc6d99f81acaa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:13:53 -0700 Subject: [PATCH 1096/1926] Unblock revdeps of lens --- build-constraints.yaml | 121 +++++++---------------------------------- 1 file changed, 21 insertions(+), 100 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca71ec1..35689d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4023,89 +4023,6 @@ packages: - buffer-builder < 0 # GHC 8.4 via json-builder - webdriver-angular < 0 # GHC 8.4 via language-javascript - cabal2nix < 0 # GHC 8.4 via language-nix - - Chart < 0 # GHC 8.4 via lens - - Chart-cairo < 0 # GHC 8.4 via lens - - DAV < 0 # GHC 8.4 via lens - - accuerr < 0 # GHC 8.4 via lens - - aern2-mp < 0 # GHC 8.4 via lens - - aern2-real < 0 # GHC 8.4 via lens - - aeson-picker < 0 # GHC 8.4 via lens - - api-field-json-th < 0 # GHC 8.4 via lens - - asciidiagram < 0 # GHC 8.4 via lens - - avwx < 0 # GHC 8.4 via lens - - backprop < 0 # GHC 8.4 via lens - - bitcoin-api < 0 # GHC 8.4 via lens - - bitcoin-api-extra < 0 # GHC 8.4 via lens - - bitcoin-block < 0 # GHC 8.4 via lens - - bitcoin-tx < 0 # GHC 8.4 via lens - - boundingboxes < 0 # GHC 8.4 via lens - - bson-lens < 0 # GHC 8.4 via lens - - cabal2nix < 0 # GHC 8.4 via lens - - cayley-client < 0 # GHC 8.4 via lens - - composable-associations < 0 # GHC 8.4 via lens - - concise < 0 # GHC 8.4 via lens - - data-diverse-lens < 0 # GHC 8.4 via lens - - datadog < 0 # GHC 8.4 via lens - - dom-parser < 0 # GHC 8.4 via lens - - extensible < 0 # GHC 8.4 via lens - - fasta < 0 # GHC 8.4 via lens - - fuzzyset < 0 # GHC 8.4 via lens - - gdax < 0 # GHC 8.4 via lens - - generics-sop-lens < 0 # GHC 8.4 via lens - - glaze < 0 # GHC 8.4 via lens - - glazier < 0 # GHC 8.4 via lens - - handwriting < 0 # GHC 8.4 via lens - - highjson < 0 # GHC 8.4 via lens - - hreader-lens < 0 # GHC 8.4 via lens - - hw-xml < 0 # GHC 8.4 via lens - - ilist < 0 # GHC 8.4 via lens - - insert-ordered-containers < 0 # GHC 8.4 via lens - - intro < 0 # GHC 8.4 via lens - - jose < 0 # GHC 8.4 via lens - - lens-datetime < 0 # GHC 8.4 via lens - - lens-properties < 0 # GHC 8.4 via lens - - mandrill < 0 # GHC 8.4 via lens - - microlens-aeson < 0 # GHC 8.4 via lens - - milena < 0 # GHC 8.4 via lens - - monoidal-containers < 0 # GHC 8.4 via lens - - mustache < 0 # GHC 8.4 via lens - - package-description-remote < 0 # GHC 8.4 via lens - - pagerduty < 0 # GHC 8.4 via lens - - pipes-category < 0 # GHC 8.4 via lens - - pipes-extras < 0 # GHC 8.4 via lens - - pipes-misc < 0 # GHC 8.4 via lens - - purescript-bridge < 0 # GHC 8.4 via lens - - quickcheck-arbitrary-adt < 0 # GHC 8.4 via lens - - random-tree < 0 # GHC 8.4 via lens - - rasterific-svg < 0 # GHC 8.4 via lens - - references < 0 # GHC 8.4 via lens - - rollbar-hs < 0 # GHC 8.4 via lens - - sbp < 0 # GHC 8.4 via lens - - speedy-slice < 0 # GHC 8.4 via lens - - stateWriter < 0 # GHC 8.4 via lens - - stratosphere < 0 # GHC 8.4 via lens - - strict-base-types < 0 # GHC 8.4 via lens - - svg-tree < 0 # GHC 8.4 via lens - - text-region < 0 # GHC 8.4 via lens - - timelens < 0 # GHC 8.4 via lens - - validation < 0 # GHC 8.4 via lens - - writer-cps-lens < 0 # GHC 8.4 via lens - - xlsx < 0 # GHC 8.4 via lens - - xlsx-tabular < 0 # GHC 8.4 via lens - - xml-isogen < 0 # GHC 8.4 via lens - - xml-lens < 0 # GHC 8.4 via lens - - hreader-lens < 0 # GHC 8.4 via lens-action - - aeson-picker < 0 # GHC 8.4 via lens-aeson - - bitcoin-api < 0 # GHC 8.4 via lens-aeson - - cayley-client < 0 # GHC 8.4 via lens-aeson - - gdax < 0 # GHC 8.4 via lens-aeson - - handwriting < 0 # GHC 8.4 via lens-aeson - - microformats2-parser < 0 # GHC 8.4 via lens-aeson - - microlens-aeson < 0 # GHC 8.4 via lens-aeson - - package-description-remote < 0 # GHC 8.4 via lens-aeson - - pagerduty < 0 # GHC 8.4 via lens-aeson - - rollbar-hs < 0 # GHC 8.4 via lens-aeson - - sbp < 0 # GHC 8.4 via lens-aeson - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - asciidiagram < 0 # GHC 8.4 via linear - qchas < 0 # GHC 8.4 via linear @@ -4474,7 +4391,6 @@ packages: - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema - shake < 0 # GHC 8.4 via js-flot - shake < 0 # GHC 8.4 via js-jquery - - lens-simple < 0 # GHC 8.4 via lens-family-th - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers - netwire-input < 0 # GHC 8.4 via netwire - one-liner-instances < 0 # GHC 8.4 via one-liner @@ -4502,7 +4418,6 @@ packages: - hxt-curl < 0 # GHC 8.4 via hxt - hxt-expat < 0 # GHC 8.4 via hxt - hxt-tagsoup < 0 # GHC 8.4 via hxt - - rainbow < 0 # GHC 8.4 via lens-simple - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4625,7 +4540,6 @@ packages: - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - - rainbox < 0 # GHC 8.4 via lens-simple - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types @@ -4749,13 +4663,6 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - - distribution-nixpkgs < 0 # GHC 8.4 via lens - - ersatz < 0 # GHC 8.4 via lens - - generic-lens < 0 # GHC 8.4 via lens - - language-nix < 0 # GHC 8.4 via lens - - lens-action < 0 # GHC 8.4 via lens - - lens-regex < 0 # GHC 8.4 via lens - - metrics < 0 # GHC 8.4 via lens - pipes-bytestring < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-safe @@ -4764,16 +4671,12 @@ packages: - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space - bcrypt < 0 # GHC 8.4 via entropy - - jwt < 0 # GHC 8.4 via lens - - jwt < 0 # GHC 8.4 via lens-aeson - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - vhd < 0 # GHC 8.4 via cipher-aes - uuid < 0 # GHC 8.4 via entropy - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - - moesocks < 0 # GHC 8.4 via lens - - moesocks < 0 # GHC 8.4 via lens-aeson - biopsl < 0 # GHC 8.4 via biocore - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity @@ -4788,8 +4691,6 @@ packages: - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams - - opml-conduit < 0 # GHC 8.4 via lens-simple - - rss-conduit < 0 # GHC 8.4 via lens-simple - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep @@ -4807,7 +4708,6 @@ packages: - eventstore < 0 # GHC 8.4 via ekg-core - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - - glabrous < 0 # GHC 8.4 via hspec-2.5.0 - eventstore < 0 # GHC 8.4 via http-client - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 @@ -4822,6 +4722,26 @@ packages: - log-warper < 0 # GHC 8.4 via universum - eventsource-api < 0 # GHC 8.4 via uuid - eventstore < 0 # GHC 8.4 via uuid + - random-tree < 0 # GHC 8.4 via MonadRandom + - Chart-cairo < 0 # GHC 8.4 via cairo + - speedy-slice < 0 # GHC 8.4 via mcmc-types + - aern2-mp < 0 # GHC 8.4 via mixed-types-num + - aern2-real < 0 # GHC 8.4 via mixed-types-num + - fasta < 0 # GHC 8.4 via pipes-bytestring + - fasta < 0 # GHC 8.4 via pipes-group + - fasta < 0 # GHC 8.4 via pipes-text + - random-tree < 0 # GHC 8.4 via random-shuffle + - dom-parser < 0 # GHC 8.4 via shakespeare + - jose < 0 # GHC 8.4 via tasty-hspec + - milena < 0 # GHC 8.4 via tasty-hspec + - fuzzyset < 0 # GHC 8.4 via text-metrics + - backprop < 0 # GHC 8.4 via type-combinators + - jose < 0 # GHC 8.4 via x509 + - xlsx-tabular < 0 # GHC 8.4 via xlsx + - dom-parser < 0 # GHC 8.4 via xml-conduit + - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit + - xml-isogen < 0 # GHC 8.4 via xml-conduit + - xml-lens < 0 # GHC 8.4 via xml-conduit "GHC upper bounds": @@ -5033,6 +4953,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - wide-word # hspec 2.5 From 485511ee28baf9f3fe4cc80d7894f8c7db3efeb3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:59:16 -0700 Subject: [PATCH 1097/1926] Remove more ghc 8.4 build failures --- build-constraints.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35689d8d..0ff21485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -396,7 +396,7 @@ packages: - http-conduit "Omari Norman @massysett": - - rainbow + # - rainbow # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox - multiarg - cartel @@ -1578,7 +1578,7 @@ packages: - autoexporter - bento - bmp - - Chart # Maintained by @timbod7. + # - Chart # Maintained by @timbod7. # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - ekg-statsd # Maintained by @tibbe. @@ -2505,7 +2505,7 @@ packages: - hw-hspec-hedgehog - hw-int - hw-fingertree - - hw-fingertree-strict + # - hw-fingertree-strict # build failure with ghc 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - hw-json - hw-parser - hw-prim @@ -3265,13 +3265,16 @@ packages: # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": + - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 @@ -3401,6 +3404,13 @@ packages: - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - massiv-io < 0 # GHC 8.4 via massiv + - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test + - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From f8754e029248fee351f55e043b5b1f33d0ea6db5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:12:14 -0700 Subject: [PATCH 1098/1926] Unblock lzma-conduit and zim-parser --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ff21485..6d6f9031 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,8 +3754,6 @@ packages: - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - - lzma-conduit < 0 # GHC 8.4 via lzma - - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri From 906719ea264ed4e7ce090d9d5cb7a985a9cd24fd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:28:11 -0700 Subject: [PATCH 1099/1926] Unblock hspec revdeps --- build-constraints.yaml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a64de304..0bcbd8cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4296,19 +4296,6 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - yes-precure5-command < 0 # GHC 8.4 via hspec - - yi-rope < 0 # GHC 8.4 via hspec - - zlib-bindings < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec-core - - genvalidity-hspec < 0 # GHC 8.4 via hspec-core - - hspec-golden-aeson < 0 # GHC 8.4 via hspec-core - - hspec-smallcheck < 0 # GHC 8.4 via hspec-core - - hspec-webdriver < 0 # GHC 8.4 via hspec-core - - ClustalParser < 0 # GHC 8.4 via hspec-discover - - hsass < 0 # GHC 8.4 via hspec-discover - - pinch < 0 # GHC 8.4 via hspec-discover - - pthread < 0 # GHC 8.4 via hspec-discover - - text-conversions < 0 # GHC 8.4 via hspec-discover - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect - H < 0 # GHC 8.4 via inline-r @@ -4530,8 +4517,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck - - store < 0 # GHC 8.4 via hspec-smallcheck - xml-html-qq < 0 # GHC 8.4 via html-conduit - bitx-bitcoin < 0 # GHC 8.4 via http-client - influxdb < 0 # GHC 8.4 via http-client @@ -4750,6 +4735,11 @@ packages: - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit - xml-isogen < 0 # GHC 8.4 via xml-conduit - xml-lens < 0 # GHC 8.4 via xml-conduit + - genvalidity-hspec < 0 # GHC 8.4 via genvalidity + - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property + - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec < 0 # GHC 8.4 via validity + - elm-export < 0 # GHC 8.4 via wl-pprint-text "GHC upper bounds": From 850901b6f84ed8179f35774a65808448636ecc74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:33:41 -0700 Subject: [PATCH 1100/1926] Unblock tasty-smallcheck users --- build-constraints.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bcbd8cb..4b1d18a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4102,18 +4102,6 @@ packages: - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - arithmoi < 0 # GHC 8.4 via tasty-smallcheck - - bit-stream < 0 # GHC 8.4 via tasty-smallcheck - - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck - - exp-pairs < 0 # GHC 8.4 via tasty-smallcheck - - fast-digits < 0 # GHC 8.4 via tasty-smallcheck - - kawhi < 0 # GHC 8.4 via tasty-smallcheck - - regex-applicative < 0 # GHC 8.4 via tasty-smallcheck - - streaming-bytestring < 0 # GHC 8.4 via tasty-smallcheck - - string-transform < 0 # GHC 8.4 via tasty-smallcheck - - tasty-auto < 0 # GHC 8.4 via tasty-smallcheck - - tasty-hspec < 0 # GHC 8.4 via tasty-smallcheck - - xlsx < 0 # GHC 8.4 via tasty-smallcheck - lentil < 0 # GHC 8.4 via terminal-progress-bar - HaskellNet-SSL < 0 # GHC 8.4 via tls - configuration-tools < 0 # GHC 8.4 via tls @@ -4740,6 +4728,12 @@ packages: - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-hspec < 0 # GHC 8.4 via validity - elm-export < 0 # GHC 8.4 via wl-pprint-text + - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 + - exp-pairs < 0 # GHC 8.4 via matrix + - xlsx < 0 # GHC 8.4 via xeno + - xlsx < 0 # GHC 8.4 via xml-conduit + - tasty-auto < 0 # GHC 8.4 via tasty-hspec "GHC upper bounds": From d87e7913b8f47dd383319d31f15f003e04905717 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:37:39 -0700 Subject: [PATCH 1101/1926] More info on safecopy blockages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b1d18a6..610db0e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4734,6 +4734,11 @@ packages: - xlsx < 0 # GHC 8.4 via xeno - xlsx < 0 # GHC 8.4 via xml-conduit - tasty-auto < 0 # GHC 8.4 via tasty-hspec + - large-hashable < 0 # GHC 8.4 via HTF + - approximate < 0 # GHC 8.4 via simple-reflect + - compensated < 0 # GHC 8.4 via simple-reflect + - hyperloglog < 0 # GHC 8.4 via simple-reflect + - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 "GHC upper bounds": From bed74c9aecbb323d884201a51f23c23d132a61b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:39:22 -0700 Subject: [PATCH 1102/1926] Block more ghc 8.4 build failures --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 610db0e2..40cdaf1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,9 @@ packages: - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From a51ecc130724e1401675ca187549ac9fb10cea0f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:47:20 -0700 Subject: [PATCH 1103/1926] Unblock revdeps of free --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40cdaf1b..f7cc1392 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4276,13 +4276,6 @@ packages: - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - diversity < 0 # GHC 8.4 via fasta - - ChannelT < 0 # GHC 8.4 via free - - Rasterific < 0 # GHC 8.4 via free - - ghc-exactprint < 0 # GHC 8.4 via free - - language-docker < 0 # GHC 8.4 via free - - objective < 0 # GHC 8.4 via free - - pipes-group < 0 # GHC 8.4 via free - - yi-snippet < 0 # GHC 8.4 via free - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass From 467891c4d322af283c04d1725ccabcd73ce642f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:48:45 -0700 Subject: [PATCH 1104/1926] Block arithmoi and streaming-bytestring due to build failures --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7cc1392..e5e95e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,8 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From fbbee9a0f06c39ba6eeb84ad4586dde33f38c0d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:17:01 -0700 Subject: [PATCH 1105/1926] Remove language-docker per hadolint/language-docker#26 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5e95e60..055b049d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - - language-docker + # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - docker-build-cacher - mysql-haskell-nem @@ -3271,6 +3271,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 From 811f15fec41a0325d98738e54fd46a77733b5360 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:20:08 -0700 Subject: [PATCH 1106/1926] Remove Rasterific per Twinside/Rasterific#37 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 055b049d..efa362ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - - Rasterific + # - Rasterific # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - svg-tree - rasterific-svg - asciidiagram @@ -3266,6 +3266,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 From 6730edc8a5b721b508edf46b8562edd836dc2eb0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:28:45 -0700 Subject: [PATCH 1107/1926] Unskip semigroupoids test suite per ekmett/semigroupoids#70 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efa362ff..5d7dcfe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4949,7 +4949,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - semigroupoids # doctest 0.15 - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 From 0db30e8c5b199500b61293c5f09ba272baa0585d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 13:29:59 -0700 Subject: [PATCH 1108/1926] Unskip tests for aeson-picker and wide-word per #3376 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d7dcfe9..20cdb867 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4949,10 +4949,8 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From 6ebb713d904e3114939d5c2f329af4c5890b932e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 14:53:17 -0700 Subject: [PATCH 1109/1926] Unblock and unskip users of quickcheck-instances --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20cdb867..52cb54ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4407,7 +4407,6 @@ packages: - path-extra < 0 # GHC 8.4 via path - validity-path < 0 # GHC 8.4 via path - pdfinfo < 0 # GHC 8.4 via process-extras - - edit-distance-vector < 0 # GHC 8.4 via quickcheck-instances - selda-postgresql < 0 # GHC 8.4 via selda - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers @@ -4944,7 +4943,6 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - - http-types # GHC 8.4 via quickcheck-instances - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 From f243ef52220cfb4d94ca963c7b98bf9bf3961432 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:18:12 -0700 Subject: [PATCH 1110/1926] Intentionally introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52cb54ff..a6cbfb91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,8 @@ packages: - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - - data-memocombinators < 0 # build failure with GHC 8.4 + # - data-memocombinators < 0 # build failure with GHC 8.4 + - data-memocombinators # todo: remove - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4 From 09f5490a143793201761449c569c3113b68194b6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:21:22 -0700 Subject: [PATCH 1111/1926] Properly introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6cbfb91..ab6a3051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,9 +3305,9 @@ packages: - cuda < 0 # build failure with GHC 8.4 - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - - data-inttrie < 0 # build failure with GHC 8.4 - # - data-memocombinators < 0 # build failure with GHC 8.4 - - data-memocombinators # todo: remove + # - data-inttrie < 0 # build failure with GHC 8.4 + - data-inttrie # todo: remove + - data-memocombinators < 0 # build failure with GHC 8.4 - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4 From 3e887b9fd126a08e6921542b30451b4e341dbb79 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 16:41:20 -0700 Subject: [PATCH 1112/1926] Unblock revdeps of blaze-builder --- build-constraints.yaml | 158 +++++++++++++++++++++++------------------ 1 file changed, 88 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab6a3051..6dbf9cdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3630,75 +3630,6 @@ packages: - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - - HStringTemplate < 0 # GHC 8.4 via blaze-builder - - airship < 0 # GHC 8.4 via blaze-builder - - atom-conduit < 0 # GHC 8.4 via blaze-builder - - authenticate < 0 # GHC 8.4 via blaze-builder - - authenticate-oauth < 0 # GHC 8.4 via blaze-builder - - blaze-html < 0 # GHC 8.4 via blaze-builder - - blaze-markup < 0 # GHC 8.4 via blaze-builder - - blaze-textual < 0 # GHC 8.4 via blaze-builder - - bloodhound < 0 # GHC 8.4 via blaze-builder - - csv-conduit < 0 # GHC 8.4 via blaze-builder - - docker < 0 # GHC 8.4 via blaze-builder - - fn < 0 # GHC 8.4 via blaze-builder - - groundhog < 0 # GHC 8.4 via blaze-builder - - groundhog-postgresql < 0 # GHC 8.4 via blaze-builder - - haxr < 0 # GHC 8.4 via blaze-builder - - hbeanstalk < 0 # GHC 8.4 via blaze-builder - - heist < 0 # GHC 8.4 via blaze-builder - - hjsmin < 0 # GHC 8.4 via blaze-builder - - hosc < 0 # GHC 8.4 via blaze-builder - - http-client < 0 # GHC 8.4 via blaze-builder - - http-common < 0 # GHC 8.4 via blaze-builder - - http-conduit < 0 # GHC 8.4 via blaze-builder - - http-reverse-proxy < 0 # GHC 8.4 via blaze-builder - - http-streams < 0 # GHC 8.4 via blaze-builder - - json-builder < 0 # GHC 8.4 via blaze-builder - - language-javascript < 0 # GHC 8.4 via blaze-builder - - lucid < 0 # GHC 8.4 via blaze-builder - - mime-mail < 0 # GHC 8.4 via blaze-builder - - mysql-simple < 0 # GHC 8.4 via blaze-builder - - oauthenticated < 0 # GHC 8.4 via blaze-builder - - persistent-mysql < 0 # GHC 8.4 via blaze-builder - - pipes-csv < 0 # GHC 8.4 via blaze-builder - - pipes-wai < 0 # GHC 8.4 via blaze-builder - - riak < 0 # GHC 8.4 via blaze-builder - - scotty < 0 # GHC 8.4 via blaze-builder - - servius < 0 # GHC 8.4 via blaze-builder - - simple < 0 # GHC 8.4 via blaze-builder - - simple-session < 0 # GHC 8.4 via blaze-builder - - snap-server < 0 # GHC 8.4 via blaze-builder - - sqlite-simple < 0 # GHC 8.4 via blaze-builder - - stack < 0 # GHC 8.4 via blaze-builder - - tagstream-conduit < 0 # GHC 8.4 via blaze-builder - - trifecta < 0 # GHC 8.4 via blaze-builder - - uri-bytestring < 0 # GHC 8.4 via blaze-builder - - vty < 0 # GHC 8.4 via blaze-builder - - wai < 0 # GHC 8.4 via blaze-builder - - wai-app-static < 0 # GHC 8.4 via blaze-builder - - wai-conduit < 0 # GHC 8.4 via blaze-builder - - wai-extra < 0 # GHC 8.4 via blaze-builder - - wai-handler-launch < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching-lru < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching-redis < 0 # GHC 8.4 via blaze-builder - - wai-middleware-crowd < 0 # GHC 8.4 via blaze-builder - - wai-predicates < 0 # GHC 8.4 via blaze-builder - - wai-routing < 0 # GHC 8.4 via blaze-builder - - wai-session < 0 # GHC 8.4 via blaze-builder - - wai-websockets < 0 # GHC 8.4 via blaze-builder - - warp < 0 # GHC 8.4 via blaze-builder - - web-routes < 0 # GHC 8.4 via blaze-builder - - websockets < 0 # GHC 8.4 via blaze-builder - - xmlgen < 0 # GHC 8.4 via blaze-builder - - xmlhtml < 0 # GHC 8.4 via blaze-builder - - yesod-auth < 0 # GHC 8.4 via blaze-builder - - yesod-bin < 0 # GHC 8.4 via blaze-builder - - yesod-eventsource < 0 # GHC 8.4 via blaze-builder - - yesod-persistent < 0 # GHC 8.4 via blaze-builder - - yesod-static < 0 # GHC 8.4 via blaze-builder - - yesod-test < 0 # GHC 8.4 via blaze-builder - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - github-webhooks < 0 # GHC 8.4 via deepseq-generics @@ -4664,7 +4595,6 @@ packages: - Hoed < 0 # GHC 8.4 via hashtables - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - rss-conduit < 0 # GHC 8.4 via atom-conduit - - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - monad-logger < 0 # GHC 8.4 via fast-logger - pinboard < 0 # GHC 8.4 via http-client @@ -4739,6 +4669,94 @@ packages: - compensated < 0 # GHC 8.4 via simple-reflect - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haxr < 0 # GHC 8.4 via HaXml + - clientsession < 0 # GHC 8.4 via cipher-aes + - docker < 0 # GHC 8.4 via connection + - http-conduit < 0 # GHC 8.4 via connection + - clientsession < 0 # GHC 8.4 via cprng-aes + - DRBG < 0 # GHC 8.4 via crypto-api + - RSA < 0 # GHC 8.4 via crypto-api + - cipher-aes128 < 0 # GHC 8.4 via crypto-api + - clientsession < 0 # GHC 8.4 via crypto-api + - cryptohash-cryptoapi < 0 # GHC 8.4 via crypto-api + - skein < 0 # GHC 8.4 via crypto-api + - DRBG < 0 # GHC 8.4 via crypto-api-tests + - RSA < 0 # GHC 8.4 via crypto-pubkey-types + - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types + - clientsession < 0 # GHC 8.4 via crypto-random + - yesod-auth < 0 # GHC 8.4 via email-validate + - yesod-form < 0 # GHC 8.4 via email-validate + - riak < 0 # GHC 8.4 via enclosed-exceptions + - DRBG < 0 # GHC 8.4 via entropy + - cipher-aes128 < 0 # GHC 8.4 via entropy + - clientsession < 0 # GHC 8.4 via entropy + - websockets < 0 # GHC 8.4 via entropy + - wai-extra < 0 # GHC 8.4 via fast-logger + - wai-logger < 0 # GHC 8.4 via fast-logger + - yesod-bin < 0 # GHC 8.4 via fsnotify + - http2 < 0 # GHC 8.4 via hashtables + - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis + - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 + - scotty < 0 # GHC 8.4 via hspec-wai + - yesod-test < 0 # GHC 8.4 via html-conduit + - docker < 0 # GHC 8.4 via http-client-tls + - http-conduit < 0 # GHC 8.4 via http-client-tls + - oauthenticated < 0 # GHC 8.4 via http-client-tls + - wai-middleware-crowd < 0 # GHC 8.4 via http-client-tls + - yesod-auth < 0 # GHC 8.4 via http-client-tls + - yesod-bin < 0 # GHC 8.4 via http-client-tls + - xmlgen < 0 # GHC 8.4 via hxt + - haxr < 0 # GHC 8.4 via io-streams + - http-streams < 0 # GHC 8.4 via io-streams + - snap-core < 0 # GHC 8.4 via io-streams + - servius < 0 # GHC 8.4 via markdown + - persistent-mysql < 0 # GHC 8.4 via monad-logger + - mysql-simple < 0 # GHC 8.4 via mysql + - persistent-mysql < 0 # GHC 8.4 via mysql + - yesod-auth < 0 # GHC 8.4 via nonce + - http-streams < 0 # GHC 8.4 via openssl-streams + - persistent-mysql < 0 # GHC 8.4 via persistent + - yesod-auth < 0 # GHC 8.4 via persistent + - yesod-form < 0 # GHC 8.4 via persistent + - yesod-persistent < 0 # GHC 8.4 via persistent + - yesod-test < 0 # GHC 8.4 via persistent + - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite + - yesod-auth < 0 # GHC 8.4 via persistent-template + - yesod-persistent < 0 # GHC 8.4 via persistent-template + - pipes-csv < 0 # GHC 8.4 via pipes-bytestring + - http2 < 0 # GHC 8.4 via psqueues + - riak < 0 # GHC 8.4 via pureMD5 + - servius < 0 # GHC 8.4 via shakespeare + - yesod-auth < 0 # GHC 8.4 via shakespeare + - yesod-bin < 0 # GHC 8.4 via shakespeare + - yesod-form < 0 # GHC 8.4 via shakespeare + - simple < 0 # GHC 8.4 via simple-templates + - http-streams < 0 # GHC 8.4 via snap-server + - atom-conduit < 0 # GHC 8.4 via timerep + - docker < 0 # GHC 8.4 via tls + - docker < 0 # GHC 8.4 via uuid + - http-conduit < 0 # GHC 8.4 via warp-tls + - yesod-bin < 0 # GHC 8.4 via warp-tls + - docker < 0 # GHC 8.4 via x509 + - x509-system < 0 # GHC 8.4 via x509 + - docker < 0 # GHC 8.4 via x509-store + - x509-system < 0 # GHC 8.4 via x509-store + - atom-conduit < 0 # GHC 8.4 via xml-conduit + - authenticate < 0 # GHC 8.4 via xml-conduit + - tagstream-conduit < 0 # GHC 8.4 via xml-conduit + - yesod-test < 0 # GHC 8.4 via xml-conduit + - yesod-auth < 0 # GHC 8.4 via yesod-core + - yesod-eventsource < 0 # GHC 8.4 via yesod-core + - yesod-form < 0 # GHC 8.4 via yesod-core + - yesod-persistent < 0 # GHC 8.4 via yesod-core + - yesod-static < 0 # GHC 8.4 via yesod-core + - yesod-test < 0 # GHC 8.4 via yesod-core + - warp < 0 # GHC 8.4 via http2 + - simple-session < 0 # GHC 8.4 via simple + - fn < 0 # GHC 8.4 via wai-extra + - simple-session < 0 # GHC 8.4 via wai-extra + - wai-app-static < 0 # GHC 8.4 via wai-extra + - wai-websockets < 0 # GHC 8.4 via websockets "GHC upper bounds": From 65f482d2319fced5745a2bb1a039e7244a88dd2c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 16:48:13 -0700 Subject: [PATCH 1113/1926] Unconstrain revdeps of blaze-* --- build-constraints.yaml | 57 ++++++------------------------------------ 1 file changed, 7 insertions(+), 50 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dbf9cdf..36c23723 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3809,51 +3809,6 @@ packages: - microformats2-parser < 0 # GHC 8.4 via aeson-qq - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - - MFlow < 0 # GHC 8.4 via blaze-html - - ace < 0 # GHC 8.4 via blaze-html - - alerts < 0 # GHC 8.4 via blaze-html - - blaze-bootstrap < 0 # GHC 8.4 via blaze-html - - cheapskate < 0 # GHC 8.4 via blaze-html - - cheapskate-highlight < 0 # GHC 8.4 via blaze-html - - cheapskate-lucid < 0 # GHC 8.4 via blaze-html - - cmark < 0 # GHC 8.4 via blaze-html - - cmark-highlight < 0 # GHC 8.4 via blaze-html - - doctemplates < 0 # GHC 8.4 via blaze-html - - highlighting-kate < 0 # GHC 8.4 via blaze-html - - hledger-web < 0 # GHC 8.4 via blaze-html - - jmacro-rpc < 0 # GHC 8.4 via blaze-html - - mandrill < 0 # GHC 8.4 via blaze-html - - markdown < 0 # GHC 8.4 via blaze-html - - markup < 0 # GHC 8.4 via blaze-html - - microformats2-parser < 0 # GHC 8.4 via blaze-html - - reform-blaze < 0 # GHC 8.4 via blaze-html - - ses-html < 0 # GHC 8.4 via blaze-html - - shakespeare < 0 # GHC 8.4 via blaze-html - - skylighting < 0 # GHC 8.4 via blaze-html - - snap-blaze < 0 # GHC 8.4 via blaze-html - - tasty-html < 0 # GHC 8.4 via blaze-html - - type-of-html < 0 # GHC 8.4 via blaze-html - - webpage < 0 # GHC 8.4 via blaze-html - - xml-conduit < 0 # GHC 8.4 via blaze-html - - yesod < 0 # GHC 8.4 via blaze-html - - yesod-alerts < 0 # GHC 8.4 via blaze-html - - yesod-newsfeed < 0 # GHC 8.4 via blaze-html - - MFlow < 0 # GHC 8.4 via blaze-markup - - ace < 0 # GHC 8.4 via blaze-markup - - blaze-svg < 0 # GHC 8.4 via blaze-markup - - doctemplates < 0 # GHC 8.4 via blaze-markup - - hledger-web < 0 # GHC 8.4 via blaze-markup - - markdown < 0 # GHC 8.4 via blaze-markup - - markup < 0 # GHC 8.4 via blaze-markup - - microformats2-parser < 0 # GHC 8.4 via blaze-markup - - reform-blaze < 0 # GHC 8.4 via blaze-markup - - reform-hamlet < 0 # GHC 8.4 via blaze-markup - - shakespeare < 0 # GHC 8.4 via blaze-markup - - xml-conduit < 0 # GHC 8.4 via blaze-markup - - yesod < 0 # GHC 8.4 via blaze-markup - - yesod-alerts < 0 # GHC 8.4 via blaze-markup - - yesod-newsfeed < 0 # GHC 8.4 via blaze-markup - - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - brick < 0 # GHC 8.4 via config-ini @@ -4206,7 +4161,6 @@ packages: - one-liner < 0 # GHC 8.4 via bifunctors - product-profunctors < 0 # GHC 8.4 via bifunctors - result < 0 # GHC 8.4 via bifunctors - - barrier < 0 # GHC 8.4 via blaze-svg - redis-resp < 0 # GHC 8.4 via bytestring-conversion - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli @@ -4386,10 +4340,6 @@ packages: - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - - heterocephalus < 0 # GHC 8.4 via blaze-html - - heterocephalus < 0 # GHC 8.4 via blaze-markup - - hledger-lib < 0 # GHC 8.4 via blaze-markup - - xml-html-qq < 0 # GHC 8.4 via blaze-markup - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie @@ -4757,6 +4707,13 @@ packages: - simple-session < 0 # GHC 8.4 via wai-extra - wai-app-static < 0 # GHC 8.4 via wai-extra - wai-websockets < 0 # GHC 8.4 via websockets + - hledger-lib < 0 # GHC 8.4 via hashtables + - skylighting < 0 # GHC 8.4 via hxt + - skylighting-core < 0 # GHC 8.4 via hxt + - hledger-lib < 0 # GHC 8.4 via megaparsec + - reform-blaze < 0 # GHC 8.4 via reform + - reform-hamlet < 0 # GHC 8.4 via reform + - snap-blaze < 0 # GHC 8.4 via snap-core "GHC upper bounds": From aa632cf57e870904f9256c43ef0e39f9721a020e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:01:49 -0700 Subject: [PATCH 1114/1926] Unblock wai revdeps --- build-constraints.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36c23723..27d8cfcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4039,31 +4039,6 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - IPv6DB < 0 # GHC 8.4 via wai - - MFlow < 0 # GHC 8.4 via wai - - Spock < 0 # GHC 8.4 via wai - - bimap-server < 0 # GHC 8.4 via wai - - configuration-tools < 0 # GHC 8.4 via wai - - filter-logger < 0 # GHC 8.4 via wai - - hledger-web < 0 # GHC 8.4 via wai - - hoogle < 0 # GHC 8.4 via wai - - hspec-wai < 0 # GHC 8.4 via wai - - line < 0 # GHC 8.4 via wai - - serversession-frontend-wai < 0 # GHC 8.4 via wai - - wai-cli < 0 # GHC 8.4 via wai - - wai-cors < 0 # GHC 8.4 via wai - - wai-middleware-rollbar < 0 # GHC 8.4 via wai - - wai-middleware-static < 0 # GHC 8.4 via wai - - wai-slack-middleware < 0 # GHC 8.4 via wai - - wai-transformers < 0 # GHC 8.4 via wai - - warp-tls < 0 # GHC 8.4 via wai - - web-routes-wai < 0 # GHC 8.4 via wai - - yesod < 0 # GHC 8.4 via wai - - yesod-auth-fb < 0 # GHC 8.4 via wai - - yesod-csp < 0 # GHC 8.4 via wai - - yesod-fb < 0 # GHC 8.4 via wai - - yesod-gitrepo < 0 # GHC 8.4 via wai - - yesod-websockets < 0 # GHC 8.4 via wai - webdriver-angular < 0 # GHC 8.4 via wai-app-static - MFlow < 0 # GHC 8.4 via wai-extra - Spock < 0 # GHC 8.4 via wai-extra From a731f4105557b9e8f7b0994603723b7abd4edbca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:03:05 -0700 Subject: [PATCH 1115/1926] Block hashtables per gregorycollins/hashtables#45 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27d8cfcd..e6bb21d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2056,7 +2056,7 @@ packages: - wai-middleware-metrics "Gregory Collins @gregorycollins": - - hashtables + # - hashtables # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - io-streams - openssl-streams @@ -3269,6 +3269,7 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 + - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 @@ -3381,7 +3382,6 @@ packages: - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hashtables < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup From 7faedfebbf50c16700a54df8b72a61b2c887861f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:04:02 -0700 Subject: [PATCH 1116/1926] Block more ghc 8.4 build failures --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6bb21d4..b27668c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,6 +3419,15 @@ packages: - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") + - language-javascript < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") + - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wai-routing < 0 # DependencyFailed (PackageName "wai-route") # This section was used to programmatically generate a set of removals From 23bc02b55c987169f8e30e9934c5708d008b47dd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:12:07 -0700 Subject: [PATCH 1117/1926] Unblock revdeps of http-client(-tls) --- build-constraints.yaml | 103 +++++++++-------------------------------- 1 file changed, 22 insertions(+), 81 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b27668c2..a3dfc057 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,39 +3867,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - DAV < 0 # GHC 8.4 via http-client - - IPv6DB < 0 # GHC 8.4 via http-client - - bitcoin-api < 0 # GHC 8.4 via http-client - - bitcoin-api-extra < 0 # GHC 8.4 via http-client - - cabal-rpm < 0 # GHC 8.4 via http-client - - cayley-client < 0 # GHC 8.4 via http-client - - configuration-tools < 0 # GHC 8.4 via http-client - - datadog < 0 # GHC 8.4 via http-client - - fb < 0 # GHC 8.4 via http-client - - gdax < 0 # GHC 8.4 via http-client - - goggles < 0 # GHC 8.4 via http-client - - hailgun < 0 # GHC 8.4 via http-client - - haskell-neo4j-client < 0 # GHC 8.4 via http-client - - hledger-web < 0 # GHC 8.4 via http-client - - hpack < 0 # GHC 8.4 via http-client - - hsebaysdk < 0 # GHC 8.4 via http-client - - http-client-openssl < 0 # GHC 8.4 via http-client - - http-client-tls < 0 # GHC 8.4 via http-client - - kawhi < 0 # GHC 8.4 via http-client - - koofr-client < 0 # GHC 8.4 via http-client - - mandrill < 0 # GHC 8.4 via http-client - - mime-mail-ses < 0 # GHC 8.4 via http-client - - opensource < 0 # GHC 8.4 via http-client - - pagerduty < 0 # GHC 8.4 via http-client - - pipes-http < 0 # GHC 8.4 via http-client - - rollbar-hs < 0 # GHC 8.4 via http-client - - soap < 0 # GHC 8.4 via http-client - - soap-openssl < 0 # GHC 8.4 via http-client - - soap-tls < 0 # GHC 8.4 via http-client - - textlocal < 0 # GHC 8.4 via http-client - - wai-middleware-rollbar < 0 # GHC 8.4 via http-client - - wai-slack-middleware < 0 # GHC 8.4 via http-client - - webdriver < 0 # GHC 8.4 via http-client - cabal-rpm < 0 # GHC 8.4 via http-conduit - cayley-client < 0 # GHC 8.4 via http-conduit - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit @@ -4006,20 +3973,6 @@ packages: - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - - HaskellNet-SSL < 0 # GHC 8.4 via tls - - configuration-tools < 0 # GHC 8.4 via tls - - connection < 0 # GHC 8.4 via tls - - http-client-tls < 0 # GHC 8.4 via tls - - irc-client < 0 # GHC 8.4 via tls - - mongoDB < 0 # GHC 8.4 via tls - - mysql-haskell < 0 # GHC 8.4 via tls - - network-conduit-tls < 0 # GHC 8.4 via tls - - persistent-mysql-haskell < 0 # GHC 8.4 via tls - - soap-tls < 0 # GHC 8.4 via tls - - tcp-streams < 0 # GHC 8.4 via tls - - tls-debug < 0 # GHC 8.4 via tls - - tls-session-manager < 0 # GHC 8.4 via tls - - warp-tls < 0 # GHC 8.4 via tls - uri-templater < 0 # GHC 8.4 via trifecta - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle @@ -4151,8 +4104,6 @@ packages: - termcolor < 0 # GHC 8.4 via cli - diversity < 0 # GHC 8.4 via fasta - glazier-pipes < 0 # GHC 8.4 via glazier - - asn1-types < 0 # GHC 8.4 via hourglass - - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect @@ -4314,13 +4265,6 @@ packages: - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - - asn1-encoding < 0 # GHC 8.4 via asn1-types - - asn1-parse < 0 # GHC 8.4 via asn1-types - - pkcs10 < 0 # GHC 8.4 via asn1-types - - tls < 0 # GHC 8.4 via asn1-types - - x509 < 0 # GHC 8.4 via asn1-types - - x509-store < 0 # GHC 8.4 via asn1-types - - x509-validation < 0 # GHC 8.4 via asn1-types - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore @@ -4371,12 +4315,6 @@ packages: - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - xml-html-qq < 0 # GHC 8.4 via html-conduit - - bitx-bitcoin < 0 # GHC 8.4 via http-client - - influxdb < 0 # GHC 8.4 via http-client - - wai-middleware-consul < 0 # GHC 8.4 via http-client - - wreq < 0 # GHC 8.4 via http-client - - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls - - wreq < 0 # GHC 8.4 via http-client-tls - HandsomeSoup < 0 # GHC 8.4 via hxt - hxt-http < 0 # GHC 8.4 via hxt - katydid < 0 # GHC 8.4 via hxt @@ -4395,10 +4333,6 @@ packages: - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pkcs10 < 0 # GHC 8.4 via pem - - x509 < 0 # GHC 8.4 via pem - - x509-store < 0 # GHC 8.4 via pem - - x509-validation < 0 # GHC 8.4 via pem - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via poly-arity - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary @@ -4531,8 +4465,6 @@ packages: - rss-conduit < 0 # GHC 8.4 via atom-conduit - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - monad-logger < 0 # GHC 8.4 via fast-logger - - pinboard < 0 # GHC 8.4 via http-client - - pinboard < 0 # GHC 8.4 via http-client-tls - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams @@ -4553,7 +4485,6 @@ packages: - eventstore < 0 # GHC 8.4 via ekg-core - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - - eventstore < 0 # GHC 8.4 via http-client - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - async-refresh < 0 # GHC 8.4 via monad-logger @@ -4581,7 +4512,6 @@ packages: - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - - jose < 0 # GHC 8.4 via x509 - xlsx-tabular < 0 # GHC 8.4 via xlsx - dom-parser < 0 # GHC 8.4 via xml-conduit - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit @@ -4633,12 +4563,6 @@ packages: - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - scotty < 0 # GHC 8.4 via hspec-wai - yesod-test < 0 # GHC 8.4 via html-conduit - - docker < 0 # GHC 8.4 via http-client-tls - - http-conduit < 0 # GHC 8.4 via http-client-tls - - oauthenticated < 0 # GHC 8.4 via http-client-tls - - wai-middleware-crowd < 0 # GHC 8.4 via http-client-tls - - yesod-auth < 0 # GHC 8.4 via http-client-tls - - yesod-bin < 0 # GHC 8.4 via http-client-tls - xmlgen < 0 # GHC 8.4 via hxt - haxr < 0 # GHC 8.4 via io-streams - http-streams < 0 # GHC 8.4 via io-streams @@ -4667,14 +4591,9 @@ packages: - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - - docker < 0 # GHC 8.4 via tls - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - docker < 0 # GHC 8.4 via x509 - - x509-system < 0 # GHC 8.4 via x509 - - docker < 0 # GHC 8.4 via x509-store - - x509-system < 0 # GHC 8.4 via x509-store - atom-conduit < 0 # GHC 8.4 via xml-conduit - authenticate < 0 # GHC 8.4 via xml-conduit - tagstream-conduit < 0 # GHC 8.4 via xml-conduit @@ -4698,6 +4617,28 @@ packages: - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core + - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet + - wai-middleware-crowd < 0 # GHC 8.4 via authenticate + - datadog < 0 # GHC 8.4 via buffer-builder + - wai-middleware-crowd < 0 # GHC 8.4 via clientsession + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - mongoDB < 0 # GHC 8.4 via hashtables + - http-reverse-proxy < 0 # GHC 8.4 via http-conduit + - mysql-haskell < 0 # GHC 8.4 via io-streams + - tcp-streams < 0 # GHC 8.4 via io-streams + - pinboard < 0 # GHC 8.4 via monad-logger + - mongoDB < 0 # GHC 8.4 via nonce + - mongoDB < 0 # GHC 8.4 via pureMD5 + - mongoDB < 0 # GHC 8.4 via random-shuffle + - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static + - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra + - http-reverse-proxy < 0 # GHC 8.4 via wai-logger + - http-reverse-proxy < 0 # GHC 8.4 via warp + - wai-middleware-crowd < 0 # GHC 8.4 via warp + - mysql-haskell < 0 # GHC 8.4 via wire-streams + - soap < 0 # GHC 8.4 via xml-conduit-writer + - soap-openssl < 0 # GHC 8.4 via soap + - soap-tls < 0 # GHC 8.4 via soap "GHC upper bounds": From 797851239905848b11c450e835ddc9a7f21c1d8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:16:44 -0700 Subject: [PATCH 1118/1926] Block build failures, incl snoyberg/markdown#38 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3dfc057..98a589dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -317,7 +317,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - markdown + # - markdown # build failure with ghc 8.4 https://github.com/snoyberg/markdown/issues/38 - mime-mail - mime-mail-ses - network-conduit-tls @@ -3274,6 +3274,7 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3428,6 +3429,9 @@ packages: - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") + - cmark < 0 # DependencyFailed (PackageName "markdown") + - cmark-highlight < 0 # GHC 8.4 via cmark + - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From da1ab175b8a548973fc2af7e3893a251bd85c7a8 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Thu, 15 Mar 2018 02:28:29 +0200 Subject: [PATCH 1119/1926] Readd adler32 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a589dc..0f61bf1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1599,7 +1599,7 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 + - adler32 - btrfs - disk-free-space - hxt-css From 29274e90f1d18a7abdbb04e98cb86433f6ce4b46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:28:53 -0700 Subject: [PATCH 1120/1926] Unblock various, incl revdeps of deepseq-generics --- build-constraints.yaml | 94 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a589dc..72d72238 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,10 +3645,6 @@ packages: - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - - github-webhooks < 0 # GHC 8.4 via deepseq-generics - - hidapi < 0 # GHC 8.4 via deepseq-generics - - kdt < 0 # GHC 8.4 via deepseq-generics - - yesod-core < 0 # GHC 8.4 via deepseq-generics - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - download < 0 # GHC 8.4 via feed @@ -3925,18 +3921,6 @@ packages: - HaskellNet < 0 # GHC 8.4 via mime-mail - mime-mail-ses < 0 # GHC 8.4 via mime-mail - smtp-mail < 0 # GHC 8.4 via mime-mail - - eventful-test-helpers < 0 # GHC 8.4 via monad-logger - - fb < 0 # GHC 8.4 via monad-logger - - groundhog-mysql < 0 # GHC 8.4 via monad-logger - - markup < 0 # GHC 8.4 via monad-logger - - monad-logger-json < 0 # GHC 8.4 via monad-logger - - monad-logger-syslog < 0 # GHC 8.4 via monad-logger - - persistent-mysql-haskell < 0 # GHC 8.4 via monad-logger - - persistent-sqlite < 0 # GHC 8.4 via monad-logger - - serversession-backend-persistent < 0 # GHC 8.4 via monad-logger - - urlpath < 0 # GHC 8.4 via monad-logger - - yesod < 0 # GHC 8.4 via monad-logger - - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy @@ -3983,11 +3967,6 @@ packages: - turtle-options < 0 # GHC 8.4 via turtle - mega-sdist < 0 # GHC 8.4 via typed-process - tldr < 0 # GHC 8.4 via typed-process - - fast-logger < 0 # GHC 8.4 via unix-time - - goggles < 0 # GHC 8.4 via unix-time - - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - - textlocal < 0 # GHC 8.4 via unix-time - - tinylog < 0 # GHC 8.4 via unix-time - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4018,10 +3997,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra - yesod-paginator < 0 # GHC 8.4 via wai-extra - hledger-web < 0 # GHC 8.4 via wai-handler-launch - - IPv6DB < 0 # GHC 8.4 via wai-logger - - filter-logger < 0 # GHC 8.4 via wai-logger - - hoogle < 0 # GHC 8.4 via wai-logger - - yesod < 0 # GHC 8.4 via wai-logger - serversession-frontend-wai < 0 # GHC 8.4 via wai-session - wai-cors < 0 # GHC 8.4 via wai-websockets - wai-transformers < 0 # GHC 8.4 via wai-websockets @@ -4060,19 +4035,6 @@ packages: - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - - hledger-web < 0 # GHC 8.4 via yesod-core - - yesod < 0 # GHC 8.4 via yesod-core - - yesod-alerts < 0 # GHC 8.4 via yesod-core - - yesod-auth-fb < 0 # GHC 8.4 via yesod-core - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-core - - yesod-csp < 0 # GHC 8.4 via yesod-core - - yesod-fb < 0 # GHC 8.4 via yesod-core - - yesod-gitrepo < 0 # GHC 8.4 via yesod-core - - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - - yesod-paginator < 0 # GHC 8.4 via yesod-core - - yesod-sitemap < 0 # GHC 8.4 via yesod-core - - yesod-table < 0 # GHC 8.4 via yesod-core - - yesod-websockets < 0 # GHC 8.4 via yesod-core - hledger-web < 0 # GHC 8.4 via yesod-form - yesod < 0 # GHC 8.4 via yesod-form - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form @@ -4289,7 +4251,6 @@ packages: - distributed-process-tests < 0 # GHC 8.4 via distributed-process - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api @@ -4331,7 +4292,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - irc-conduit < 0 # GHC 8.4 via network-conduit-tls @@ -4468,7 +4428,6 @@ packages: - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - rss-conduit < 0 # GHC 8.4 via atom-conduit - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - - monad-logger < 0 # GHC 8.4 via fast-logger - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams @@ -4476,24 +4435,14 @@ packages: - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via timerep - - dublincore-xml-conduit < 0 # GHC 8.4 via uri-bytestring - - opml-conduit < 0 # GHC 8.4 via uri-bytestring - - rss-conduit < 0 # GHC 8.4 via uri-bytestring - rss-conduit < 0 # GHC 8.4 via vinyl - tar-conduit < 0 # GHC 8.4 via weigh - - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit - - opml-conduit < 0 # GHC 8.4 via xml-conduit - - rss-conduit < 0 # GHC 8.4 via xml-conduit - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via connection - eventstore < 0 # GHC 8.4 via ekg-core - - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - async-refresh < 0 # GHC 8.4 via monad-logger - - async-refresh-tokens < 0 # GHC 8.4 via monad-logger - - eventstore < 0 # GHC 8.4 via monad-logger - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc - dns < 0 # GHC 8.4 via psqueues @@ -4517,10 +4466,6 @@ packages: - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - xlsx-tabular < 0 # GHC 8.4 via xlsx - - dom-parser < 0 # GHC 8.4 via xml-conduit - - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit - - xml-isogen < 0 # GHC 8.4 via xml-conduit - - xml-lens < 0 # GHC 8.4 via xml-conduit - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -4530,7 +4475,6 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - - xlsx < 0 # GHC 8.4 via xml-conduit - tasty-auto < 0 # GHC 8.4 via tasty-hspec - large-hashable < 0 # GHC 8.4 via HTF - approximate < 0 # GHC 8.4 via simple-reflect @@ -4552,15 +4496,11 @@ packages: - RSA < 0 # GHC 8.4 via crypto-pubkey-types - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - clientsession < 0 # GHC 8.4 via crypto-random - - yesod-auth < 0 # GHC 8.4 via email-validate - - yesod-form < 0 # GHC 8.4 via email-validate - riak < 0 # GHC 8.4 via enclosed-exceptions - DRBG < 0 # GHC 8.4 via entropy - cipher-aes128 < 0 # GHC 8.4 via entropy - clientsession < 0 # GHC 8.4 via entropy - websockets < 0 # GHC 8.4 via entropy - - wai-extra < 0 # GHC 8.4 via fast-logger - - wai-logger < 0 # GHC 8.4 via fast-logger - yesod-bin < 0 # GHC 8.4 via fsnotify - http2 < 0 # GHC 8.4 via hashtables - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis @@ -4572,7 +4512,6 @@ packages: - http-streams < 0 # GHC 8.4 via io-streams - snap-core < 0 # GHC 8.4 via io-streams - servius < 0 # GHC 8.4 via markdown - - persistent-mysql < 0 # GHC 8.4 via monad-logger - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - yesod-auth < 0 # GHC 8.4 via nonce @@ -4598,16 +4537,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - atom-conduit < 0 # GHC 8.4 via xml-conduit - - authenticate < 0 # GHC 8.4 via xml-conduit - - tagstream-conduit < 0 # GHC 8.4 via xml-conduit - - yesod-test < 0 # GHC 8.4 via xml-conduit - - yesod-auth < 0 # GHC 8.4 via yesod-core - - yesod-eventsource < 0 # GHC 8.4 via yesod-core - - yesod-form < 0 # GHC 8.4 via yesod-core - - yesod-persistent < 0 # GHC 8.4 via yesod-core - - yesod-static < 0 # GHC 8.4 via yesod-core - - yesod-test < 0 # GHC 8.4 via yesod-core - warp < 0 # GHC 8.4 via http2 - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra @@ -4630,19 +4559,37 @@ packages: - http-reverse-proxy < 0 # GHC 8.4 via http-conduit - mysql-haskell < 0 # GHC 8.4 via io-streams - tcp-streams < 0 # GHC 8.4 via io-streams - - pinboard < 0 # GHC 8.4 via monad-logger - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - - http-reverse-proxy < 0 # GHC 8.4 via wai-logger - http-reverse-proxy < 0 # GHC 8.4 via warp - wai-middleware-crowd < 0 # GHC 8.4 via warp - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap - soap-tls < 0 # GHC 8.4 via soap + - kdt < 0 # GHC 8.4 via MonadRandom + - yesod-core < 0 # GHC 8.4 via clientsession + - xml-isogen < 0 # GHC 8.4 via dom-parser + - kdt < 0 # GHC 8.4 via heap + - yesod-static < 0 # GHC 8.4 via hjsmin + - yesod-static < 0 # GHC 8.4 via wai-app-static + - yesod-core < 0 # GHC 8.4 via wai-extra + - yesod-eventsource < 0 # GHC 8.4 via wai-extra + - yesod-static < 0 # GHC 8.4 via wai-extra + - yesod-core < 0 # GHC 8.4 via warp + - yesod-static < 0 # GHC 8.4 via yesod-test + - google-oauth2-jwt < 0 # GHC 8.4 via RSA + - urlpath < 0 # GHC 8.4 via attoparsec-uri + - urlpath < 0 # GHC 8.4 via monad-control-aligned + - urlpath < 0 # GHC 8.4 via path-extra + - yesod-alerts < 0 # GHC 8.4 via yesod-core + - yesod-gitrepo < 0 # GHC 8.4 via yesod-core + - yesod-newsfeed < 0 # GHC 8.4 via yesod-core + - yesod-sitemap < 0 # GHC 8.4 via yesod-core + - yesod-table < 0 # GHC 8.4 via yesod-core "GHC upper bounds": @@ -4852,6 +4799,7 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 2ca1e3490664420da058d41312dcee6f354f43c4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:36:03 -0700 Subject: [PATCH 1121/1926] Unblock misc revdeps: connection, trifecta --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d72238..c6c03a5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3961,7 +3961,6 @@ packages: - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - - uri-templater < 0 # GHC 8.4 via trifecta - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle @@ -4239,10 +4238,6 @@ packages: - weigh < 0 # GHC 8.4 via bytestring-trie - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - amqp < 0 # GHC 8.4 via connection - - conduit-connection < 0 # GHC 8.4 via connection - - hasbolt < 0 # GHC 8.4 via connection - - irc-conduit < 0 # GHC 8.4 via connection - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql - tasty-dejafu < 0 # GHC 8.4 via dejafu @@ -4321,7 +4316,6 @@ packages: - redis-io < 0 # GHC 8.4 via tinylog - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - show-prettyprint < 0 # GHC 8.4 via trifecta - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - users-test < 0 # GHC 8.4 via users - courier < 0 # GHC 8.4 via uuid @@ -4364,9 +4358,6 @@ packages: - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable - sets < 0 # GHC 8.4 via witherable - - haskell-gi < 0 # GHC 8.4 via xml-conduit - - xml-html-qq < 0 # GHC 8.4 via xml-conduit - - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit - yi-core < 0 # GHC 8.4 via yi-rope - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - git < 0 # GHC 8.4 via zlib-bindings @@ -4438,7 +4429,6 @@ packages: - rss-conduit < 0 # GHC 8.4 via vinyl - tar-conduit < 0 # GHC 8.4 via weigh - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - - eventstore < 0 # GHC 8.4 via connection - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt - eventstore < 0 # GHC 8.4 via interpolate @@ -4483,8 +4473,6 @@ packages: - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - clientsession < 0 # GHC 8.4 via cipher-aes - - docker < 0 # GHC 8.4 via connection - - http-conduit < 0 # GHC 8.4 via connection - clientsession < 0 # GHC 8.4 via cprng-aes - DRBG < 0 # GHC 8.4 via crypto-api - RSA < 0 # GHC 8.4 via crypto-api From 0e232f20217cc86b6430eed55d47a31af439db62 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:41:41 -0700 Subject: [PATCH 1122/1926] Blocks per sol/hpack#276 and brendenhay/pagerduty#10 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6c03a5e..2ccfc54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,7 +1043,7 @@ packages: - ghc-events - monad-extras - optparse-simple - - hpack + # - hpack # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - bindings-uname - stack < 9.9.9 @@ -1516,7 +1516,7 @@ packages: # - gogol-youtube-analytics # - gogol-youtube-reporting # - ede # https://github.com/brendanhay/ede/issues/28 - - pagerduty + # - pagerduty # build failure with ghc 8.4 https://github.com/brendanhay/pagerduty/issues/10 - semver - text-manipulate @@ -3271,6 +3271,7 @@ packages: - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 @@ -3278,6 +3279,7 @@ packages: - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 From 5a46d7177e8263600b34db40a4a10e83c7da7114 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:48:37 -0700 Subject: [PATCH 1123/1926] Unblock warp, http2 and revdeps --- build-constraints.yaml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ccfc54f..666ff4e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4002,18 +4002,6 @@ packages: - wai-cors < 0 # GHC 8.4 via wai-websockets - wai-transformers < 0 # GHC 8.4 via wai-websockets - yesod-websockets < 0 # GHC 8.4 via wai-websockets - - IPv6DB < 0 # GHC 8.4 via warp - - MFlow < 0 # GHC 8.4 via warp - - bimap-server < 0 # GHC 8.4 via warp - - configuration-tools < 0 # GHC 8.4 via warp - - hledger-web < 0 # GHC 8.4 via warp - - hoogle < 0 # GHC 8.4 via warp - - wai-cli < 0 # GHC 8.4 via warp - - wai-cors < 0 # GHC 8.4 via warp - - warp-tls < 0 # GHC 8.4 via warp - - webdriver-angular < 0 # GHC 8.4 via warp - - yesod < 0 # GHC 8.4 via warp - - yesod-paginator < 0 # GHC 8.4 via warp - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - gdax < 0 # GHC 8.4 via websockets @@ -4168,8 +4156,6 @@ packages: - unfoldable < 0 # GHC 8.4 via one-liner - users < 0 # GHC 8.4 via path-pieces - protocol-radius-test < 0 # GHC 8.4 via protocol-radius - - selda < 0 # GHC 8.4 via psqueues - - set-cover < 0 # GHC 8.4 via psqueues - bno055-haskell < 0 # GHC 8.4 via resourcet - h2c < 0 # GHC 8.4 via resourcet - monad-unlift-ref < 0 # GHC 8.4 via resourcet @@ -4230,7 +4216,6 @@ packages: - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth @@ -4355,7 +4340,6 @@ packages: - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - websockets-rpc < 0 # GHC 8.4 via wai-transformers - websockets-simple < 0 # GHC 8.4 via wai-transformers - - wai-middleware-consul < 0 # GHC 8.4 via warp - websockets-rpc < 0 # GHC 8.4 via websockets - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable @@ -4384,7 +4368,6 @@ packages: - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - - lrucaching < 0 # GHC 8.4 via psqueues - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh - text-metrics < 0 # GHC 8.4 via weigh @@ -4437,7 +4420,6 @@ packages: - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc - - dns < 0 # GHC 8.4 via psqueues - eventstore < 0 # GHC 8.4 via tasty-hspec - eventstore < 0 # GHC 8.4 via text-format - log-warper < 0 # GHC 8.4 via universum @@ -4492,7 +4474,6 @@ packages: - clientsession < 0 # GHC 8.4 via entropy - websockets < 0 # GHC 8.4 via entropy - yesod-bin < 0 # GHC 8.4 via fsnotify - - http2 < 0 # GHC 8.4 via hashtables - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - scotty < 0 # GHC 8.4 via hspec-wai @@ -4515,7 +4496,6 @@ packages: - yesod-auth < 0 # GHC 8.4 via persistent-template - yesod-persistent < 0 # GHC 8.4 via persistent-template - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - - http2 < 0 # GHC 8.4 via psqueues - riak < 0 # GHC 8.4 via pureMD5 - servius < 0 # GHC 8.4 via shakespeare - yesod-auth < 0 # GHC 8.4 via shakespeare @@ -4527,7 +4507,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - warp < 0 # GHC 8.4 via http2 - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra - simple-session < 0 # GHC 8.4 via wai-extra @@ -4554,8 +4533,6 @@ packages: - mongoDB < 0 # GHC 8.4 via random-shuffle - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - - http-reverse-proxy < 0 # GHC 8.4 via warp - - wai-middleware-crowd < 0 # GHC 8.4 via warp - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap @@ -4569,7 +4546,6 @@ packages: - yesod-core < 0 # GHC 8.4 via wai-extra - yesod-eventsource < 0 # GHC 8.4 via wai-extra - yesod-static < 0 # GHC 8.4 via wai-extra - - yesod-core < 0 # GHC 8.4 via warp - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri @@ -5279,6 +5255,7 @@ skipped-benchmarks: - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 + - http2 # ghc 8.4 via hashtables # Transitive outdated dependencies # These packages From 70ff2e8122a7fa1f18a3ba80cb119bcefc427118 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:52:46 -0700 Subject: [PATCH 1124/1926] Block tinylog per https://gitlab.com/twittner/tinylog/issues/1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 666ff4e3..51fc78cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -997,7 +997,7 @@ packages: - redis-resp - redis-io - swagger - - tinylog + # - tinylog # build failure with ghc 8.4 https://gitlab.com/twittner/tinylog/issues/1 - wai-predicates - wai-routing - zeromq4-haskell @@ -3281,6 +3281,7 @@ packages: - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From a1d5426a182099424ae0d89d8f98e0f4ed6e19f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:56:57 -0700 Subject: [PATCH 1125/1926] psqueues skip benchmarks per PSQueue build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51fc78cc..dd96d6bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,6 +3266,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 @@ -5256,7 +5257,10 @@ skipped-benchmarks: - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 + + # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables + - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies # These packages From 14560bdeee635955f559a3045780a44848e656bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:00:16 -0700 Subject: [PATCH 1126/1926] Block more ghc 8.4 build failures --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd96d6bc..e73abc18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3436,6 +3436,9 @@ packages: - cmark < 0 # DependencyFailed (PackageName "markdown") - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - enummapset < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - set-cover < 0 # DependencyFailed (PackageName "enummapset") # This section was used to programmatically generate a set of removals From 5a47a164d1317f64187eaa3538b0748370cd7bf0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:04:58 -0700 Subject: [PATCH 1127/1926] Unblock revdeps of http-conduit, warp-tls --- build-constraints.yaml | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e73abc18..d35b59e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3874,26 +3874,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - cabal-rpm < 0 # GHC 8.4 via http-conduit - - cayley-client < 0 # GHC 8.4 via http-conduit - - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit - - cryptocompare < 0 # GHC 8.4 via http-conduit - - curl-runnings < 0 # GHC 8.4 via http-conduit - - fb < 0 # GHC 8.4 via http-conduit - - github-types < 0 # GHC 8.4 via http-conduit - - haskell-neo4j-client < 0 # GHC 8.4 via http-conduit - - hledger-web < 0 # GHC 8.4 via http-conduit - - hoogle < 0 # GHC 8.4 via http-conduit - - kawhi < 0 # GHC 8.4 via http-conduit - - line < 0 # GHC 8.4 via http-conduit - - mega-sdist < 0 # GHC 8.4 via http-conduit - - mime-mail-ses < 0 # GHC 8.4 via http-conduit - - rollbar-hs < 0 # GHC 8.4 via http-conduit - - textlocal < 0 # GHC 8.4 via http-conduit - - wai-middleware-rollbar < 0 # GHC 8.4 via http-conduit - - yesod-auth-fb < 0 # GHC 8.4 via http-conduit - - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip @@ -4510,8 +4490,6 @@ packages: - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - - http-conduit < 0 # GHC 8.4 via warp-tls - - yesod-bin < 0 # GHC 8.4 via warp-tls - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra - simple-session < 0 # GHC 8.4 via wai-extra @@ -4530,7 +4508,6 @@ packages: - wai-middleware-crowd < 0 # GHC 8.4 via clientsession - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - - http-reverse-proxy < 0 # GHC 8.4 via http-conduit - mysql-haskell < 0 # GHC 8.4 via io-streams - tcp-streams < 0 # GHC 8.4 via io-streams - mongoDB < 0 # GHC 8.4 via nonce @@ -4561,6 +4538,12 @@ packages: - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - yesod-sitemap < 0 # GHC 8.4 via yesod-core - yesod-table < 0 # GHC 8.4 via yesod-core + - fb < 0 # GHC 8.4 via crypto-api + - yesod-fb < 0 # GHC 8.4 via crypto-api + - fb < 0 # GHC 8.4 via cryptohash-cryptoapi + - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 + - hoogle < 0 # GHC 8.4 via process-extras + - yesod-fb < 0 # GHC 8.4 via yesod-core "GHC upper bounds": From 59bfad5bf155162d4812562b0f113aee3e0cf374 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:07:00 -0700 Subject: [PATCH 1128/1926] Unskip tests for email-validate per Porges/email-validate-hs#31 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35b59e4..53acb124 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4753,7 +4753,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From ae509526a5ebee77773a130b2101abae9df29686 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:19:39 -0700 Subject: [PATCH 1129/1926] Revert "Unskip tests for email-validate per Porges/email-validate-hs#31" This reverts commit 59bfad5bf155162d4812562b0f113aee3e0cf374. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53acb124..d35b59e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4753,6 +4753,7 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 075d9a9f593b03e31219c25cdc6d3dea2662b6fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:20:24 -0700 Subject: [PATCH 1130/1926] Block enummapset per michalt/enummapset#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35b59e4..285f016e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,7 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 @@ -3436,7 +3437,6 @@ packages: - cmark < 0 # DependencyFailed (PackageName "markdown") - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - enummapset < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") From d619981d3bf0d8263ffa4391d395f614c4e9fc6d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:24:15 -0700 Subject: [PATCH 1131/1926] Removals: juhp/cabal-rpm#55 and neo4j-rest-client --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 285f016e..c7113525 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1161,7 +1161,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + # - cabal-rpm # build failure with ghc 8.4 https://github.com/juhp/cabal-rpm/issues/55 - fedora-haskell-tools # - idris # ansi-terminal-0.8 @@ -1869,7 +1869,8 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - - haskell-neo4j-client + [] + # - haskell-neo4j-client # ghc 8.4 build failure https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 "Anton Kholomiov ": - data-fix @@ -3269,9 +3270,11 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 + - haskell-neo4j-client # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 From 9313d62298f475e5d471c7c80bceec3d03675dce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:38:24 -0700 Subject: [PATCH 1132/1926] Unblock revdeps of http-api-data --- build-constraints.yaml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7113525..60134dbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - - haskell-neo4j-client # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 + - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 @@ -3521,7 +3521,6 @@ packages: - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 @@ -3686,18 +3685,6 @@ packages: - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - - Spock-core < 0 # GHC 8.4 via http-api-data - - envelope < 0 # GHC 8.4 via http-api-data - - eventful-core < 0 # GHC 8.4 via http-api-data - - http-link-header < 0 # GHC 8.4 via http-api-data - - persistent < 0 # GHC 8.4 via http-api-data - - persistent-mongoDB < 0 # GHC 8.4 via http-api-data - - persistent-redis < 0 # GHC 8.4 via http-api-data - - persistent-template < 0 # GHC 8.4 via http-api-data - - pushbullet-types < 0 # GHC 8.4 via http-api-data - - req < 0 # GHC 8.4 via http-api-data - - reroute < 0 # GHC 8.4 via http-api-data - - slug < 0 # GHC 8.4 via http-api-data - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - servant-blaze < 0 # GHC 8.4 via http-media @@ -4547,6 +4534,15 @@ packages: - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras - yesod-fb < 0 # GHC 8.4 via yesod-core + - req < 0 # GHC 8.4 via authenticate-oauth + - reroute < 0 # GHC 8.4 via graph-core + - persistent < 0 # GHC 8.4 via haskell-src-meta + - persistent-redis < 0 # GHC 8.4 via hedis + - Spock-core < 0 # GHC 8.4 via hspec-wai + - persistent-mongoDB < 0 # GHC 8.4 via mongoDB + - eventful-core < 0 # GHC 8.4 via uuid + - persistent-template < 0 # GHC 8.4 via persistent + - slug < 0 # GHC 8.4 via persistent "GHC upper bounds": From 8cf3f88ba4d6b1bba909cede07355b1e3557ca93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:46:20 -0700 Subject: [PATCH 1133/1926] Unblock entropy, securemem, crypto-api, etc and revdeps --- build-constraints.yaml | 48 ------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60134dbe..ba036ad8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3623,7 +3623,6 @@ packages: - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - eliminators < 0 # GHC 8.4 via template-haskell-2.13.0.0 - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -4166,14 +4165,7 @@ packages: - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - mcmc-types < 0 # GHC 8.4 via mwc-probability - - cipher-aes < 0 # GHC 8.4 via securemem - - cipher-blowfish < 0 # GHC 8.4 via securemem - - cipher-camellia < 0 # GHC 8.4 via securemem - - cipher-des < 0 # GHC 8.4 via securemem - - crypto-cipher-tests < 0 # GHC 8.4 via securemem - - crypto-cipher-types < 0 # GHC 8.4 via securemem - plot < 0 # GHC 8.4 via cairo - - cryptocipher < 0 # GHC 8.4 via cipher-aes - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - cryptocipher < 0 # GHC 8.4 via cipher-camellia - cryptocipher < 0 # GHC 8.4 via cipher-des @@ -4182,13 +4174,9 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - crypto-random-api < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy # After first wave of unblocks - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors @@ -4198,7 +4186,6 @@ packages: - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie - - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql @@ -4263,7 +4250,6 @@ packages: - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - crypto-random < 0 # GHC 8.4 via securemem - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - heterocephalus < 0 # GHC 8.4 via shakespeare @@ -4327,10 +4313,6 @@ packages: - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - crypto-api < 0 # GHC 8.4 via entropy - - crypto-random-api < 0 # GHC 8.4 via entropy - - nonce < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy - fsnotify < 0 # GHC 8.4 via hinotify - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core @@ -4346,9 +4328,6 @@ packages: - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh - text-metrics < 0 # GHC 8.4 via weigh - - crypto-api-tests < 0 # GHC 8.4 via crypto-api - - pureMD5 < 0 # GHC 8.4 via crypto-api - - xxhash < 0 # GHC 8.4 via crypto-api - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - hocilib < 0 # GHC 8.4 via inline-c - ctrie < 0 # GHC 8.4 via random-shuffle @@ -4365,11 +4344,8 @@ packages: - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space - - bcrypt < 0 # GHC 8.4 via entropy - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - - vhd < 0 # GHC 8.4 via cipher-aes - - uuid < 0 # GHC 8.4 via entropy - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - biopsl < 0 # GHC 8.4 via biocore @@ -4431,23 +4407,9 @@ packages: - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - - clientsession < 0 # GHC 8.4 via cipher-aes - - clientsession < 0 # GHC 8.4 via cprng-aes - - DRBG < 0 # GHC 8.4 via crypto-api - - RSA < 0 # GHC 8.4 via crypto-api - - cipher-aes128 < 0 # GHC 8.4 via crypto-api - - clientsession < 0 # GHC 8.4 via crypto-api - - cryptohash-cryptoapi < 0 # GHC 8.4 via crypto-api - - skein < 0 # GHC 8.4 via crypto-api - - DRBG < 0 # GHC 8.4 via crypto-api-tests - RSA < 0 # GHC 8.4 via crypto-pubkey-types - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - - clientsession < 0 # GHC 8.4 via crypto-random - riak < 0 # GHC 8.4 via enclosed-exceptions - - DRBG < 0 # GHC 8.4 via entropy - - cipher-aes128 < 0 # GHC 8.4 via entropy - - clientsession < 0 # GHC 8.4 via entropy - - websockets < 0 # GHC 8.4 via entropy - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 @@ -4495,7 +4457,6 @@ packages: - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - datadog < 0 # GHC 8.4 via buffer-builder - - wai-middleware-crowd < 0 # GHC 8.4 via clientsession - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - mysql-haskell < 0 # GHC 8.4 via io-streams @@ -4510,7 +4471,6 @@ packages: - soap-openssl < 0 # GHC 8.4 via soap - soap-tls < 0 # GHC 8.4 via soap - kdt < 0 # GHC 8.4 via MonadRandom - - yesod-core < 0 # GHC 8.4 via clientsession - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin @@ -4528,8 +4488,6 @@ packages: - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - yesod-sitemap < 0 # GHC 8.4 via yesod-core - yesod-table < 0 # GHC 8.4 via yesod-core - - fb < 0 # GHC 8.4 via crypto-api - - yesod-fb < 0 # GHC 8.4 via crypto-api - fb < 0 # GHC 8.4 via cryptohash-cryptoapi - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras @@ -4551,18 +4509,12 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3154 - - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.4 - # https://github.com/fpco/stackage/issues/3184 - - eliminators < 0.4 - # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 From ca6b501e1294c5c6cb63eba8e9d062af3cd4c658 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:48:35 -0700 Subject: [PATCH 1134/1926] Remove pushbullet-types per tsani/pushbullet-hs#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba036ad8..7c224733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,7 +35,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook - - pushbullet-types + # - pushbullet-types # build failure with ghc 8.4 https://github.com/tsani/pushbullet-hs/issues/1 "Theodore Lief Gannon @tejon": - aeson-yak @@ -3285,6 +3285,7 @@ packages: - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 + - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 63e80bd3a0330c88715a477012ba208ae957c611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 14 Mar 2018 21:58:05 -0400 Subject: [PATCH 1135/1926] re-enabling language-dockerfile --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c224733..b08562dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3048,7 +3048,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3279,7 +3279,6 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 From bc6d27a1ff1fed9d5cc10da75617971fd110f66d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:00:15 -0700 Subject: [PATCH 1136/1926] Unblock language-docker, block vhd --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c224733..0f57b475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - socks - tls - tls-debug - - vhd + # - vhd # build failure with ghc 8.4 - xenstore "Chris Done @chrisdone": @@ -3048,7 +3048,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3279,7 +3279,6 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 @@ -3289,6 +3288,7 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 + - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From 89ef10fec1c9afa553c1e2df9effda6a8e1a38e5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:02:15 -0700 Subject: [PATCH 1137/1926] Unblock yesod-core revdeps --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f57b475..d95e81bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4476,23 +4476,13 @@ packages: - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - yesod-static < 0 # GHC 8.4 via wai-app-static - - yesod-core < 0 # GHC 8.4 via wai-extra - - yesod-eventsource < 0 # GHC 8.4 via wai-extra - - yesod-static < 0 # GHC 8.4 via wai-extra - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - - yesod-alerts < 0 # GHC 8.4 via yesod-core - - yesod-gitrepo < 0 # GHC 8.4 via yesod-core - - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - - yesod-sitemap < 0 # GHC 8.4 via yesod-core - - yesod-table < 0 # GHC 8.4 via yesod-core - - fb < 0 # GHC 8.4 via cryptohash-cryptoapi - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras - - yesod-fb < 0 # GHC 8.4 via yesod-core - req < 0 # GHC 8.4 via authenticate-oauth - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta From 91e084af5f71bbf5001b5428e0bb490724136fa6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:09:11 -0700 Subject: [PATCH 1138/1926] Unblock revdeps of wai-* --- build-constraints.yaml | 46 ++++-------------------------------------- 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d95e81bc..e51c4f4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3960,33 +3960,8 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - webdriver-angular < 0 # GHC 8.4 via wai-app-static - - MFlow < 0 # GHC 8.4 via wai-extra - - Spock < 0 # GHC 8.4 via wai-extra - - filter-logger < 0 # GHC 8.4 via wai-extra - - hledger-web < 0 # GHC 8.4 via wai-extra - - hspec-wai < 0 # GHC 8.4 via wai-extra - - microformats2-parser < 0 # GHC 8.4 via wai-extra - - wai-cli < 0 # GHC 8.4 via wai-extra - - wai-cors < 0 # GHC 8.4 via wai-extra - - yesod < 0 # GHC 8.4 via wai-extra - - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra - - yesod-paginator < 0 # GHC 8.4 via wai-extra - - hledger-web < 0 # GHC 8.4 via wai-handler-launch - - serversession-frontend-wai < 0 # GHC 8.4 via wai-session - - wai-cors < 0 # GHC 8.4 via wai-websockets - - wai-transformers < 0 # GHC 8.4 via wai-websockets - - yesod-websockets < 0 # GHC 8.4 via wai-websockets - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - - gdax < 0 # GHC 8.4 via websockets - - tidal < 0 # GHC 8.4 via websockets - - transient-universe < 0 # GHC 8.4 via websockets - - wai-cors < 0 # GHC 8.4 via websockets - - wai-transformers < 0 # GHC 8.4 via websockets - - websockets-snap < 0 # GHC 8.4 via websockets - - wuss < 0 # GHC 8.4 via websockets - - yesod-websockets < 0 # GHC 8.4 via websockets - bitcoin-api < 0 # GHC 8.4 via wreq - bitcoin-api-extra < 0 # GHC 8.4 via wreq - datasets < 0 # GHC 8.4 via wreq @@ -4053,7 +4028,6 @@ packages: - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell - messagepack-rpc < 0 # GHC 8.4 via network-simple - distributed-process < 0 # GHC 8.4 via network-transport-tcp - - serversession < 0 # GHC 8.4 via nonce - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec - hasql < 0 # GHC 8.4 via postgresql-binary @@ -4295,15 +4269,6 @@ packages: - validity-aeson < 0 # GHC 8.4 via validity-text - genvalidity-time < 0 # GHC 8.4 via validity-time - hledger-ui < 0 # GHC 8.4 via vty - - wai-middleware-consul < 0 # GHC 8.4 via wai - - wai-middleware-prometheus < 0 # GHC 8.4 via wai - - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static - - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit - - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - - websockets-rpc < 0 # GHC 8.4 via wai-transformers - - websockets-simple < 0 # GHC 8.4 via wai-transformers - - websockets-rpc < 0 # GHC 8.4 via websockets - - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable - sets < 0 # GHC 8.4 via witherable - yi-core < 0 # GHC 8.4 via yi-rope @@ -4444,10 +4409,6 @@ packages: - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - - fn < 0 # GHC 8.4 via wai-extra - - simple-session < 0 # GHC 8.4 via wai-extra - - wai-app-static < 0 # GHC 8.4 via wai-extra - - wai-websockets < 0 # GHC 8.4 via websockets - hledger-lib < 0 # GHC 8.4 via hashtables - skylighting < 0 # GHC 8.4 via hxt - skylighting-core < 0 # GHC 8.4 via hxt @@ -4465,8 +4426,6 @@ packages: - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle - - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap @@ -4475,7 +4434,6 @@ packages: - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - - yesod-static < 0 # GHC 8.4 via wai-app-static - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri @@ -4492,6 +4450,10 @@ packages: - eventful-core < 0 # GHC 8.4 via uuid - persistent-template < 0 # GHC 8.4 via persistent - slug < 0 # GHC 8.4 via persistent + - MFlow < 0 # GHC 8.4 via RefSerialize + - MFlow < 0 # GHC 8.4 via TCache + - MFlow < 0 # GHC 8.4 via Workflow + - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client "GHC upper bounds": From 43379da31788f8b386faa5294ef5eabed94e1dd4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:14:19 -0700 Subject: [PATCH 1139/1926] Unblock revdeps of shakespeare --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e51c4f4c..51728623 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,6 @@ packages: - sdl2-image < 0 # GHC 8.4 via sdl2 - sdl2-mixer < 0 # GHC 8.4 via sdl2 - sdl2-ttf < 0 # GHC 8.4 via sdl2 - - state-codes < 0 # GHC 8.4 via shakespeare - yi-snippet < 0 # GHC 8.4 via tasty-hunit - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams @@ -4227,7 +4226,6 @@ packages: - lexer-applicative < 0 # GHC 8.4 via regex-applicative - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - - heterocephalus < 0 # GHC 8.4 via shakespeare - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec @@ -4351,7 +4349,6 @@ packages: - fasta < 0 # GHC 8.4 via pipes-group - fasta < 0 # GHC 8.4 via pipes-text - random-tree < 0 # GHC 8.4 via random-shuffle - - dom-parser < 0 # GHC 8.4 via shakespeare - jose < 0 # GHC 8.4 via tasty-hspec - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics @@ -4400,10 +4397,6 @@ packages: - yesod-persistent < 0 # GHC 8.4 via persistent-template - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - riak < 0 # GHC 8.4 via pureMD5 - - servius < 0 # GHC 8.4 via shakespeare - - yesod-auth < 0 # GHC 8.4 via shakespeare - - yesod-bin < 0 # GHC 8.4 via shakespeare - - yesod-form < 0 # GHC 8.4 via shakespeare - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep From a211fbabc956200fab4395fb9dd9f72271b148ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:21:13 -0700 Subject: [PATCH 1140/1926] Remove text-format per bos/text-format#22 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51728623..59ec42b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3410,7 +3411,6 @@ packages: - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - text-format < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From f502846d7dcc958955192d54b4e679d271a96e6d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:26:39 -0700 Subject: [PATCH 1141/1926] Remove fb per psibi/fb#3 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad943a54..2b4c2bee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -457,7 +457,7 @@ packages: - textlocal # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 - tldr - - fb + # - fb # build failure with ghc 8.4 https://github.com/psibi/fb/issues/3 - yesod-fb - yesod-auth-fb - hourglass-orphans @@ -3272,6 +3272,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 + - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 @@ -3443,6 +3444,7 @@ packages: - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") + - yesod-fb < 0 # GHC 8.4 via fb # This section was used to programmatically generate a set of removals From 3a9a6b3151d0980e18ae086a5d590ad591814fa5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:32:03 -0700 Subject: [PATCH 1142/1926] Remove (xml-)conduit-parse per k0ral/conduit-parse#3 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b4c2bee..a28725c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1783,7 +1783,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - - conduit-parse + # - conduit-parse # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - dublincore-xml-conduit - euler-tour-tree - opml-conduit @@ -3271,6 +3271,7 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 @@ -3445,6 +3446,7 @@ packages: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb + - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse # This section was used to programmatically generate a set of removals From c68ec97687ed4fa04059cada22bc2731d09ad0cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:34:21 -0700 Subject: [PATCH 1143/1926] Remove heterocephalus per arowM/heterocephalus#22 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a28725c6..07b4cf0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2793,7 +2793,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - - heterocephalus + # - heterocephalus # build failure with ghc 8.4 https://github.com/arowM/heterocephalus/issues/22 - bookkeeping - ochintin-daicho @@ -3278,6 +3278,7 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From b04c20f7751b2783ea6f8b28247bc44021361b1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:36:51 -0700 Subject: [PATCH 1144/1926] Remove dom-parser per typeable/dom-parser#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07b4cf0e..ccf1f312 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3062,7 +3062,7 @@ packages: - ghost-buster "typeable.io ": - - dom-parser + # - dom-parser # build failure with ghc 8.4 https://github.com/typeable/dom-parser/issues/10 - xml-isogen "Jeremy Huffman @jeremyjh": @@ -3272,6 +3272,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 + - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 From 95bc18837317030627716f34ab79f0c0a3c577d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:38:42 -0700 Subject: [PATCH 1145/1926] Revert "Revert "Unskip tests for email-validate per Porges/email-validate-hs#31"" This reverts commit ae509526a5ebee77773a130b2101abae9df29686. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccf1f312..5ebbbed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4656,7 +4656,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 37eae7066b8de42ef3f066cbdf4fdc220489f1fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:54:31 -0700 Subject: [PATCH 1146/1926] Misc unblocks --- build-constraints.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ebbbed4..5327fa52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,8 +3821,6 @@ packages: - microformats2-parser < 0 # GHC 8.4 via aeson-qq - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - check-email < 0 # GHC 8.4 via email-validate @@ -4068,14 +4066,6 @@ packages: - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens - - yi-fuzzy-open < 0 # GHC 8.4 via yi-core - - yi-ireader < 0 # GHC 8.4 via yi-core - - yi-keymap-cua < 0 # GHC 8.4 via yi-core - - yi-keymap-emacs < 0 # GHC 8.4 via yi-core - - yi-misc-modes < 0 # GHC 8.4 via yi-core - - yi-mode-haskell < 0 # GHC 8.4 via yi-core - - yi-mode-javascript < 0 # GHC 8.4 via yi-core - - yi-snippet < 0 # GHC 8.4 via yi-core - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - yi-ireader < 0 # GHC 8.4 via yi-language - yi-keymap-emacs < 0 # GHC 8.4 via yi-language @@ -4095,7 +4085,6 @@ packages: - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - flat-mcmc < 0 # GHC 8.4 via formatting - - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub @@ -4134,7 +4123,6 @@ packages: - network-transport-tests < 0 # GHC 8.4 via network-transport - path-extra < 0 # GHC 8.4 via path - validity-path < 0 # GHC 8.4 via path - - pdfinfo < 0 # GHC 8.4 via process-extras - selda-postgresql < 0 # GHC 8.4 via selda - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers @@ -4224,8 +4212,6 @@ packages: - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via poly-arity - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - tasty-silver < 0 # GHC 8.4 via process-extras - - yi-core < 0 # GHC 8.4 via process-extras - rainbox < 0 # GHC 8.4 via rainbow - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp @@ -4439,7 +4425,6 @@ packages: - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - hoogle < 0 # GHC 8.4 via process-extras - req < 0 # GHC 8.4 via authenticate-oauth - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta @@ -4453,6 +4438,9 @@ packages: - MFlow < 0 # GHC 8.4 via TCache - MFlow < 0 # GHC 8.4 via Workflow - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client + - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs + - yi-keymap-cua < 0 # GHC 8.4 via yi-rope "GHC upper bounds": From ec9bb5dcc412fb97f20c7b10a698fe573d20a14a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 20:01:00 -0700 Subject: [PATCH 1147/1926] Remove hoogle per ndmitchell/hoogle#245 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5327fa52..e77aafe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -408,7 +408,7 @@ packages: "Neil Mitchell @ndmitchell": - hlint - - hoogle + # - hoogle # build failure with ghc 8.4 https://github.com/ndmitchell/hoogle/issues/245 - shake - tagsoup - cmdargs @@ -3280,6 +3280,7 @@ packages: - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 + - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From 0a75712b06e59fbad6c3789e3687f7f9b21863f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 21:15:25 -0700 Subject: [PATCH 1148/1926] Re-block data-inttrie, let the build succeed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e77aafe7..e737f09c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,8 +3322,7 @@ packages: - cuda < 0 # build failure with GHC 8.4 - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - # - data-inttrie < 0 # build failure with GHC 8.4 - - data-inttrie # todo: remove + - data-inttrie < 0 # build failure with GHC 8.4 - data-memocombinators < 0 # build failure with GHC 8.4 - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 From afd60c07ce5a1f817c739f287f09c4d80250df0f Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Thu, 15 Mar 2018 09:10:38 +0100 Subject: [PATCH 1149/1926] Re-enabling Rasterific Semigroup instances has been added, and uploaded to Hackage --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e737f09c..f6673730 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - # - Rasterific # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 + - Rasterific - svg-tree - rasterific-svg - asciidiagram @@ -3268,7 +3268,6 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 From ae91f311a67707414da5f844d194363bd5b2f3d6 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Thu, 15 Mar 2018 14:21:50 +0300 Subject: [PATCH 1150/1926] Add back massiv and massiv-io --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab6a3051..f1828959 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,11 +2810,10 @@ packages: # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": - [] # - wai-middleware-auth # via hoauth2 # - hip # lens 4.16 via diagrams/chart - # - massiv # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - # - massiv-io # GHC 8.4 via massiv + - massiv + - massiv-io "Hans-Peter Deifel @hpdeifel": - hledger-iadd From 96dc8c5595cce3048f0d3508aed223b72a62dfc1 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sun, 18 Feb 2018 23:35:17 +0000 Subject: [PATCH 1151/1926] Add th-nowq --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e737f09c..eebc7ab7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: "Dmitry Dzhus @dzhus": - static-text + - th-nowq "Dan Fithian @dfithian": - oauthenticated From 5153a07c77c9a40c08115ad8cd49586d9a277af6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:11:06 -0700 Subject: [PATCH 1152/1926] Remove adler32 from list of build failures --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0679db99..1829343d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,7 +3382,6 @@ packages: # round 2: - HSet < 0 # DependencyFailed (PackageName "hashtables") - HaTeX < 0 # DependencyFailed (PackageName "matrix") - - adler32 < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") From 5e301477c4877dee08ac60bdafe207ac428873cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:12:33 -0700 Subject: [PATCH 1153/1926] Remove massiv and massiv-io from list of build failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7896eb2a..29765990 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,7 +3283,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 @@ -3417,7 +3416,6 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - massiv-io < 0 # GHC 8.4 via massiv - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 69343ae8fb33be1332f5a1e907afd40fdddfa129 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:52:02 -0700 Subject: [PATCH 1154/1926] Remove Rasterific per Twinside/Rasterific#38 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29765990..920a2024 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - - Rasterific + # - Rasterific # build failure with ghc 8.4 https://github.com/Twinside/Rasterific/issues/38 - svg-tree - rasterific-svg - asciidiagram @@ -3267,6 +3267,7 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) + - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 From 10b62c14976518c7109145792c9c6af17dbdc1ef Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:23:10 -0700 Subject: [PATCH 1155/1926] Unblock megaparsec and misc --- build-constraints.yaml | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 920a2024..791aaf75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,7 @@ packages: - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 + - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 @@ -3353,7 +3354,6 @@ packages: - nfc < 0 # build failure with GHC 8.4 - nvvm < 0 # build failure with GHC 8.4 - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - - pipes-safe < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - pure-io < 0 # build failure with GHC 8.4 - reform < 0 # build failure with GHC 8.4 @@ -3491,7 +3491,7 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 # https://github.com/tibbe/ekg/issues/70 - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 @@ -3641,8 +3641,6 @@ packages: - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3791,14 +3789,6 @@ packages: - online < 0 # GHC 8.4 via tdigest - wrecker < 0 # GHC 8.4 via tdigest - type-assertions < 0 # GHC 8.4 via test-fixture - - blosum < 0 # GHC 8.4 via text-show - - find-clumpiness < 0 # GHC 8.4 via text-show - - hpqtypes < 0 # GHC 8.4 via text-show - - log < 0 # GHC 8.4 via text-show - - log-elasticsearch < 0 # GHC 8.4 via text-show - - log-postgres < 0 # GHC 8.4 via text-show - - modify-fasta < 0 # GHC 8.4 via text-show - - tibetan-utils < 0 # GHC 8.4 via text-show - snap-server < 0 # GHC 8.4 via threads - threads-extras < 0 # GHC 8.4 via threads - wrecker < 0 # GHC 8.4 via threads @@ -4068,7 +4058,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - log-base < 0 # GHC 8.4 via aeson-pretty - witherable < 0 # GHC 8.4 via base-orphans - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints @@ -4142,14 +4131,12 @@ packages: # After first wave of unblocks - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - - weigh < 0 # GHC 8.4 via bytestring-trie - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql @@ -4269,10 +4256,6 @@ packages: - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - apecs < 0 # GHC 8.4 via linear - - cue-sheet < 0 # GHC 8.4 via megaparsec - - dotenv < 0 # GHC 8.4 via megaparsec - - hspec-megaparsec < 0 # GHC 8.4 via megaparsec - - inflections < 0 # GHC 8.4 via megaparsec - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses @@ -4289,10 +4272,7 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - - pipes-bytestring < 0 # GHC 8.4 via pipes-group - - pipes-text < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-safe - - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space @@ -4333,8 +4313,6 @@ packages: - speedy-slice < 0 # GHC 8.4 via mcmc-types - aern2-mp < 0 # GHC 8.4 via mixed-types-num - aern2-real < 0 # GHC 8.4 via mixed-types-num - - fasta < 0 # GHC 8.4 via pipes-bytestring - - fasta < 0 # GHC 8.4 via pipes-group - fasta < 0 # GHC 8.4 via pipes-text - random-tree < 0 # GHC 8.4 via random-shuffle - jose < 0 # GHC 8.4 via tasty-hspec @@ -4383,7 +4361,6 @@ packages: - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite - yesod-auth < 0 # GHC 8.4 via persistent-template - yesod-persistent < 0 # GHC 8.4 via persistent-template - - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server @@ -4393,7 +4370,6 @@ packages: - hledger-lib < 0 # GHC 8.4 via hashtables - skylighting < 0 # GHC 8.4 via hxt - skylighting-core < 0 # GHC 8.4 via hxt - - hledger-lib < 0 # GHC 8.4 via megaparsec - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core @@ -4437,6 +4413,10 @@ packages: - yi-keymap-cua < 0 # GHC 8.4 via yi-core - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs - yi-keymap-cua < 0 # GHC 8.4 via yi-rope + - blosum < 0 # GHC 8.4 via fasta + - modify-fasta < 0 # GHC 8.4 via fasta + - blosum < 0 # GHC 8.4 via pipes-text + - modify-fasta < 0 # GHC 8.4 via pipes-text "GHC upper bounds": @@ -4636,14 +4616,17 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 + - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 + - megaparsec # QuickCheck 2.11.3 https://github.com/mrkkrp/megaparsec/issues/283 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck @@ -5132,6 +5115,8 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables + - megaparsec # ghc 8.4 via weigh via bytestring-trie build failure + - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From 2cc7e14bfd390917cc4518f5b60d0996e3e93be0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:38:48 -0700 Subject: [PATCH 1156/1926] Unblock misc --- build-constraints.yaml | 43 +++++------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 791aaf75..8e412bdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,7 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3333,7 +3334,6 @@ packages: - ghcjs-perch < 0 # build failure with GHC 8.4 - gluturtle < 0 # build failure with GHC 8.4 - group-by-date < 0 # build failure with GHC 8.4 - - haskell-src < 0 # build failure with GHC 8.4 - heap < 0 # build failure with GHC 8.4 - hid < 0 # build failure with GHC 8.4 - hpp < 0 # build failure with GHC 8.4 @@ -3347,7 +3347,6 @@ packages: - json < 0 # build failure with GHC 8.4 - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - - list-t < 0 # build failure with GHC 8.4 - median-stream < 0 # build failure with GHC 8.4 - miniutter < 0 # build failure with GHC 8.4 - monadoid < 0 # build failure with GHC 8.4 @@ -3797,8 +3796,6 @@ packages: - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - vector-space < 0 # GHC 8.4 via MemoTrie - - Spock < 0 # GHC 8.4 via Spock-core - - Spock-api-server < 0 # GHC 8.4 via Spock-core - boltzmann-samplers < 0 # GHC 8.4 via ad - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad @@ -3916,16 +3913,10 @@ packages: - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - goggles < 0 # GHC 8.4 via req - mapquest-api < 0 # GHC 8.4 via req - - Spock < 0 # GHC 8.4 via reroute - - Spock-api < 0 # GHC 8.4 via reroute - - filter-logger < 0 # GHC 8.4 via scotty - - line < 0 # GHC 8.4 via scotty - - microformats2-parser < 0 # GHC 8.4 via scotty - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - bench < 0 # GHC 8.4 via turtle @@ -3960,7 +3951,6 @@ packages: - mustache < 0 # GHC 8.4 via wreq - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - - HTF < 0 # GHC 8.4 via xmlgen - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth @@ -3977,14 +3967,9 @@ packages: - yesod-csp < 0 # GHC 8.4 via yesod-test - yesod-paginator < 0 # GHC 8.4 via yesod-test - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - - HPDF < 0 # GHC 8.4 via HTF - - Spock-worker < 0 # GHC 8.4 via HTF - - dataurl < 0 # GHC 8.4 via HTF - - graph-core < 0 # GHC 8.4 via HTF - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - cassava-conduit < 0 # GHC 8.4 via bifunctors @@ -4075,7 +4060,6 @@ packages: - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema - shake < 0 # GHC 8.4 via js-flot - shake < 0 # GHC 8.4 via js-jquery - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers @@ -4098,11 +4082,6 @@ packages: - RefSerialize < 0 # GHC 8.4 via hashtables - TCache < 0 # GHC 8.4 via hashtables - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables - - gl < 0 # GHC 8.4 via hxt - - hxt-css < 0 # GHC 8.4 via hxt - - hxt-curl < 0 # GHC 8.4 via hxt - - hxt-expat < 0 # GHC 8.4 via hxt - - hxt-tagsoup < 0 # GHC 8.4 via hxt - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4174,14 +4153,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - xml-html-qq < 0 # GHC 8.4 via html-conduit - - HandsomeSoup < 0 # GHC 8.4 via hxt - - hxt-http < 0 # GHC 8.4 via hxt - - katydid < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt-curl - - xml-to-json < 0 # GHC 8.4 via hxt-expat - - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t @@ -4330,7 +4301,6 @@ packages: - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - large-hashable < 0 # GHC 8.4 via HTF - approximate < 0 # GHC 8.4 via simple-reflect - compensated < 0 # GHC 8.4 via simple-reflect - hyperloglog < 0 # GHC 8.4 via simple-reflect @@ -4342,9 +4312,6 @@ packages: - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - scotty < 0 # GHC 8.4 via hspec-wai - - yesod-test < 0 # GHC 8.4 via html-conduit - - xmlgen < 0 # GHC 8.4 via hxt - haxr < 0 # GHC 8.4 via io-streams - http-streams < 0 # GHC 8.4 via io-streams - snap-core < 0 # GHC 8.4 via io-streams @@ -4368,8 +4335,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - hledger-lib < 0 # GHC 8.4 via hashtables - - skylighting < 0 # GHC 8.4 via hxt - - skylighting-core < 0 # GHC 8.4 via hxt - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core @@ -4398,10 +4363,8 @@ packages: - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - req < 0 # GHC 8.4 via authenticate-oauth - - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta - persistent-redis < 0 # GHC 8.4 via hedis - - Spock-core < 0 # GHC 8.4 via hspec-wai - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid - persistent-template < 0 # GHC 8.4 via persistent @@ -4417,6 +4380,10 @@ packages: - modify-fasta < 0 # GHC 8.4 via fasta - blosum < 0 # GHC 8.4 via pipes-text - modify-fasta < 0 # GHC 8.4 via pipes-text + - xml-html-qq < 0 # GHC 8.4 via heterocephalus + - Spock < 0 # GHC 8.4 via list-t + - Spock < 0 # GHC 8.4 via stm-containers + - Spock-worker < 0 # GHC 8.4 via Spock "GHC upper bounds": From 5686bc8819ff0964bd5151ea5162fafa5acdc536 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:43:53 -0700 Subject: [PATCH 1157/1926] Remove text-show-instances per RyanGlScott/text-show-instances#6 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e412bdd..28dfb47b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1904,7 +1904,7 @@ packages: - mtl-compat - proxied - text-show - - text-show-instances + # - text-show-instances # build failure with ghc 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - th-abstraction - thread-local-storage @@ -3292,6 +3292,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 + - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From ed5c78fda7ad491faa02dabf96a7bb63317c182f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:47:15 -0700 Subject: [PATCH 1158/1926] Remove hpqtypes per scrive/hpqtypes#7 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28dfb47b..49df130e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,7 @@ packages: - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 + - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 From 0cd03e129fbaa4966fcea0cd4f32e5f89609ced7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:52:59 -0700 Subject: [PATCH 1159/1926] Misc blocks and unblocks, incl unblock vinyl --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 629d0b7d..84ffbc57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2215,7 +2215,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - # - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 + - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 "Christoph Breitkopf @bokesan": - IntervalMap @@ -3298,7 +3298,6 @@ packages: - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 # may have no issue yet @@ -4387,6 +4386,8 @@ packages: - Spock < 0 # GHC 8.4 via list-t - Spock < 0 # GHC 8.4 via stm-containers - Spock-worker < 0 # GHC 8.4 via Spock + - log-postgres < 0 # GHC 8.4 via hpqtypes + - log < 0 # GHC 8.4 via log-postgres "GHC upper bounds": @@ -4593,6 +4594,7 @@ skipped-tests: - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 + - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 0af52c88a05d73383fa11603bce3a8d2ff8e4cd9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:54:24 -0700 Subject: [PATCH 1160/1926] Unblock simple-reflect and revdeps --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84ffbc57..2679c491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,7 +3408,6 @@ packages: - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") - - simple-reflect < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -4303,9 +4302,6 @@ packages: - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - approximate < 0 # GHC 8.4 via simple-reflect - - compensated < 0 # GHC 8.4 via simple-reflect - - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - RSA < 0 # GHC 8.4 via crypto-pubkey-types @@ -4588,10 +4584,6 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 From 63a934aec080683d58ed4ef199d8e376c438edd9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:48:21 -0700 Subject: [PATCH 1161/1926] Remove reroute per agrafix/Spock#140 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2679c491..dc9c8e2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1078,7 +1078,7 @@ packages: - Spock-worker - graph-core - hvect - - reroute + # - reroute # build failure with ghc 8.4 https://github.com/agrafix/Spock/issues/140 - users # - users-persistent # persistent 2.8 - users-postgresql-simple @@ -3293,6 +3293,7 @@ packages: - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 @@ -3445,6 +3446,10 @@ packages: - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse + - Spock-api < 0 # GHC 8.4 via reroute + - Spock-core < 0 # GHC 8.4 via reroute + - Spock-api-server < 0 # GHC 8.4 via Spock-api + - Spock-api-server < 0 # GHC 8.4 via Spock-core # This section was used to programmatically generate a set of removals From ddb584576081e61dca44f0b0649185f5410c9d52 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:51:04 -0700 Subject: [PATCH 1162/1926] Skip skylighting-core benches per jgm/skylighting#42 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc9c8e2c..bccf6b90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5102,6 +5102,7 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 + - skylighting-core # https://github.com/jgm/skylighting/issues/42 # Cyclic dependencies - cassava From aa069409d86e0dbc70021be9379e27cd737146a1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:58:11 -0700 Subject: [PATCH 1163/1926] Remove xmlgen per skogsbaer/xmlgen#7 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bccf6b90..8c641de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -488,7 +488,7 @@ packages: "Stefan Wehr @skogsbaer": - HTF - - xmlgen + # - xmlgen # build failure with ghc 8.4 https://github.com/skogsbaer/xmlgen/issues/7 - stm-stats - large-hashable @@ -3300,6 +3300,7 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 @@ -3450,6 +3451,10 @@ packages: - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - Spock-api-server < 0 # GHC 8.4 via Spock-core + - HTF < 0 # GHC 8.4 via xmlgen + - HPDF < 0 # GHC 8.4 via HTF + - dataurl < 0 # GHC 8.4 via HTF + - graph-core < 0 # GHC 8.4 via HTF # This section was used to programmatically generate a set of removals From 7ca82aef952daad2603b0c5506390b0efa04f756 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:02:10 -0700 Subject: [PATCH 1164/1926] Restore hpack per sol/hpack#276 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c641de3..053a6ec9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,7 +1043,7 @@ packages: - ghc-events - monad-extras - optparse-simple - # - hpack # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 + - hpack - bindings-uname - stack < 9.9.9 @@ -3281,7 +3281,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From a198d82809e3d8a25796e01b6eb4239114dc16b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:04:38 -0700 Subject: [PATCH 1165/1926] Restore markdown per snoyberg/markdown#38 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 053a6ec9..d8cf03a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -317,7 +317,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # - markdown # build failure with ghc 8.4 https://github.com/snoyberg/markdown/issues/38 + - markdown - mime-mail - mime-mail-ses - network-conduit-tls @@ -3285,7 +3285,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 From 1e890ce951dec3911aab28791c18a6be5de139f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:05:50 -0700 Subject: [PATCH 1166/1926] Restore text-show-instances per RyanGlScott/text-show-instances#6 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8cf03a3..dbe717bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1904,7 +1904,7 @@ packages: - mtl-compat - proxied - text-show - # - text-show-instances # build failure with ghc 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 + - text-show-instances - th-abstraction - thread-local-storage @@ -3293,7 +3293,6 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 07e409b240427adab33b6de5dafae5ca28192d5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:08:13 -0700 Subject: [PATCH 1167/1926] (optimistically) expect doctest test suite to pass --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..fd4dc7cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4760,7 +4760,6 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From 7818d8ee631c293d60f408acced6fdb4c8400c1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:21:56 -0700 Subject: [PATCH 1168/1926] Revert "(optimistically) expect doctest test suite to pass" This reverts commit 07e409b240427adab33b6de5dafae5ca28192d5e. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd4dc7cd..dbe717bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4760,6 +4760,7 @@ skipped-tests: expected-test-failures: # GHC 8.4 + - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ab380de205a42552ffb52dda32a06c27e336c2c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 20:22:57 +0100 Subject: [PATCH 1169/1926] build-constraints.yaml: add cabal2spec to my package list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..71afd631 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,6 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix + - cabal2spec - distribution-nixpkgs - funcmp - hackage-db From 5c05e446fac9c26022a37c7aeeb4113e92c64eb5 Mon Sep 17 00:00:00 2001 From: k0ral Date: Thu, 15 Mar 2018 20:48:16 +0100 Subject: [PATCH 1170/1926] Fixed conduit-parse for GHC 8.4 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..1dec9d81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1783,7 +1783,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - # - conduit-parse # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 + - conduit-parse - dublincore-xml-conduit - euler-tour-tree - opml-conduit @@ -3271,7 +3271,6 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 @@ -3443,7 +3442,6 @@ packages: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api From 3a63d82350c527a5fa73a5a015e7e67c9511452e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:25:02 -0700 Subject: [PATCH 1171/1926] Tweak comments on katip-* --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56de4e04..2013458f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2427,8 +2427,8 @@ packages: - ua-parser - hs-GeoIP - retry - # - katip # conduit 1.3 - # - katip-elasticsearch # conduit 1.3 + - katip + # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2935,7 +2935,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": - # - katip-rollbar # conduit 1.3 + # - katip-rollbar # async 2.2 - rollbar-hs - servant-ruby - wai-middleware-rollbar From 68a92a9caac8e96f8a8f729b0a60759b9224788e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:29:45 -0700 Subject: [PATCH 1172/1926] Remove cabal2spec per peti/cabal2spec#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2013458f..6183cf01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,7 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix - - cabal2spec + # - cabal2spec # build failure with ghc 8.4 https://github.com/peti/cabal2spec/issues/1 - distribution-nixpkgs - funcmp - hackage-db @@ -3272,6 +3272,7 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From 2b10653d3c182353271f43e1c807d7f9b99774bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:30:33 -0700 Subject: [PATCH 1173/1926] Unskip megaparsec tests per mrkkrp/megaparsec#283 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6183cf01..273ffd2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4598,7 +4598,6 @@ skipped-tests: - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - - megaparsec # QuickCheck 2.11.3 https://github.com/mrkkrp/megaparsec/issues/283 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 42ff24e0d5b31d1206ed5f0bf8228db1c34fee84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:31:39 -0700 Subject: [PATCH 1174/1926] Unskip skylighting benches per jgm/skylighting#42 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273ffd2c..45dc2e13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5104,7 +5104,6 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - - skylighting-core # https://github.com/jgm/skylighting/issues/42 # Cyclic dependencies - cassava From 2b15745f248b1f270922038a8b540cd13bcd9650 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:32:49 -0700 Subject: [PATCH 1175/1926] Unskip tests for vinyl per VinylRecords/Vinyl#115 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45dc2e13..f12bf028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2216,7 +2216,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 + - vinyl "Christoph Breitkopf @bokesan": - IntervalMap @@ -4594,7 +4594,6 @@ skipped-tests: - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 81eb544390ce547fd98e4d5dd918ec8a2ab4c960 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:42:02 -0700 Subject: [PATCH 1176/1926] Unblock haskell-src-meta, persistent, persistent-sqlite --- build-constraints.yaml | 44 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f12bf028..c4b820fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3636,7 +3636,6 @@ packages: - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3678,18 +3677,6 @@ packages: - reform-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - QuasiText < 0 # GHC 8.4 via haskell-src-meta - - aeson-qq < 0 # GHC 8.4 via haskell-src-meta - - codo-notation < 0 # GHC 8.4 via haskell-src-meta - - here < 0 # GHC 8.4 via haskell-src-meta - - interpolate < 0 # GHC 8.4 via haskell-src-meta - - interpolatedstring-perl6 < 0 # GHC 8.4 via haskell-src-meta - - invertible < 0 # GHC 8.4 via haskell-src-meta - - jmacro < 0 # GHC 8.4 via haskell-src-meta - - language-c-quote < 0 # GHC 8.4 via haskell-src-meta - - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta - - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta - - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint @@ -3899,21 +3886,9 @@ packages: - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy - microformats2-parser < 0 # GHC 8.4 via pcre-heavy - - classy-prelude-yesod < 0 # GHC 8.4 via persistent - - eventful-postgresql < 0 # GHC 8.4 via persistent - - eventful-sql-common < 0 # GHC 8.4 via persistent - - eventful-sqlite < 0 # GHC 8.4 via persistent - - persistent-mysql-haskell < 0 # GHC 8.4 via persistent - - persistent-sqlite < 0 # GHC 8.4 via persistent - - serversession-backend-persistent < 0 # GHC 8.4 via persistent - - yesod-auth-hashdb < 0 # GHC 8.4 via persistent - - yesod-paginator < 0 # GHC 8.4 via persistent - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - eventful-sql-common < 0 # GHC 8.4 via persistent-template - - persistent-mysql-haskell < 0 # GHC 8.4 via persistent-template - - persistent-sqlite < 0 # GHC 8.4 via persistent-template - - serversession-backend-persistent < 0 # GHC 8.4 via persistent-template - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - debug < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter @@ -4326,14 +4301,6 @@ packages: - persistent-mysql < 0 # GHC 8.4 via mysql - yesod-auth < 0 # GHC 8.4 via nonce - http-streams < 0 # GHC 8.4 via openssl-streams - - persistent-mysql < 0 # GHC 8.4 via persistent - - yesod-auth < 0 # GHC 8.4 via persistent - - yesod-form < 0 # GHC 8.4 via persistent - - yesod-persistent < 0 # GHC 8.4 via persistent - - yesod-test < 0 # GHC 8.4 via persistent - - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite - - yesod-auth < 0 # GHC 8.4 via persistent-template - - yesod-persistent < 0 # GHC 8.4 via persistent-template - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server @@ -4369,12 +4336,9 @@ packages: - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - req < 0 # GHC 8.4 via authenticate-oauth - - persistent < 0 # GHC 8.4 via haskell-src-meta - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid - - persistent-template < 0 # GHC 8.4 via persistent - - slug < 0 # GHC 8.4 via persistent - MFlow < 0 # GHC 8.4 via RefSerialize - MFlow < 0 # GHC 8.4 via TCache - MFlow < 0 # GHC 8.4 via Workflow @@ -4392,6 +4356,14 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - log-postgres < 0 # GHC 8.4 via hpqtypes - log < 0 # GHC 8.4 via log-postgres + - persistent-mysql-haskell < 0 # GHC 8.4 via io-streams + - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell + - postgresql-typed < 0 # GHC 8.4 via postgresql-binary + - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - postgresql-typed < 0 # GHC 8.4 via uuid + - jmacro < 0 # GHC 8.4 via wl-pprint-text + - exception-mtl < 0 # GHC 8.4 via exception-transformers + - language-c-quote < 0 # GHC 8.4 via exception-transformers "GHC upper bounds": From 02a80c77d9fcbb077e9c507cfcef35f1045c9881 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:47:52 -0700 Subject: [PATCH 1177/1926] Remove TypeCompose and invertible per conal/TypeCompose#6 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4b820fa..862d20cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,7 +2851,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # GHC 8.4 via TypeCompose - ztail "Louis Pan @louispan": @@ -3271,6 +3271,7 @@ packages: - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 + - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 @@ -3453,6 +3454,7 @@ packages: - HPDF < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF + - invertible < 0 # GHC 8.4 via TypeCompose # This section was used to programmatically generate a set of removals From 559180bb42fc3be77e8e3472991d3546d8402a46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:58:06 -0700 Subject: [PATCH 1178/1926] Misc yesod-* unblocks --- build-constraints.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 862d20cc..204ce2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,7 @@ packages: - ghc-exactprint - haskell-lsp - hjsmin - - language-javascript + # - language-javascript # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": @@ -3287,6 +3287,7 @@ packages: - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - language-javascript < 0 # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3436,7 +3437,6 @@ packages: - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") - - language-javascript < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") @@ -3940,18 +3940,8 @@ packages: - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - - hledger-web < 0 # GHC 8.4 via yesod-form - - yesod < 0 # GHC 8.4 via yesod-form - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form - - yesod-form-bootstrap4 < 0 # GHC 8.4 via yesod-form - - yesod < 0 # GHC 8.4 via yesod-persistent - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-persistent - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - hledger-web < 0 # GHC 8.4 via yesod-static - - hledger-web < 0 # GHC 8.4 via yesod-test - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-test - - yesod-csp < 0 # GHC 8.4 via yesod-test - - yesod-paginator < 0 # GHC 8.4 via yesod-test - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL @@ -4331,7 +4321,6 @@ packages: - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned @@ -4366,6 +4355,7 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers + - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod "GHC upper bounds": From 2bbd072a49e372728ef0e8a0053d352cf517a199 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:03:19 -0700 Subject: [PATCH 1179/1926] Unblock yesod-auth --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204ce2c6..36e9143b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3938,8 +3938,6 @@ packages: - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - hledger-web < 0 # GHC 8.4 via yesod-static - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell @@ -4291,7 +4289,6 @@ packages: - servius < 0 # GHC 8.4 via markdown - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - yesod-auth < 0 # GHC 8.4 via nonce - http-streams < 0 # GHC 8.4 via openssl-streams - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates @@ -4356,6 +4353,8 @@ packages: - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod + - yesod-auth-fb < 0 # GHC 8.4 via fb + - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb "GHC upper bounds": From 8c0b567eeb4353ea94d7b35ca09061242da9ce6a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:03:58 -0700 Subject: [PATCH 1180/1926] Restore cabal2spec per peti/cabal2spec#1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36e9143b..33ffdfa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,7 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix - # - cabal2spec # build failure with ghc 8.4 https://github.com/peti/cabal2spec/issues/1 + - cabal2spec - distribution-nixpkgs - funcmp - hackage-db @@ -3273,7 +3273,6 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From ebffc19237ad9f754f8a665027bbe629bd0dd72c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:27:47 -0700 Subject: [PATCH 1181/1926] Unblock various, to see what the build failures are --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ffdfa1..7971dc7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,17 +3307,13 @@ packages: - Genbank < 0 # build failure with GHC 8.4 - HCodecs < 0 # build failure with GHC 8.4 - HaXml < 0 # build failure with GHC 8.4 - - OneTuple < 0 # build failure with GHC 8.4 - ShellCheck < 0 # build failure with GHC 8.4 - YampaSynth < 0 # build failure with GHC 8.4 - alsa-pcm < 0 # build failure with GHC 8.4 - audacity < 0 # build failure with GHC 8.4 - bioace < 0 # build failure with GHC 8.4 - bioalign < 0 # build failure with GHC 8.4 - - biocore < 0 # build failure with GHC 8.4 - - biofasta < 0 # build failure with GHC 8.4 - biofastq < 0 # build failure with GHC 8.4 - - blastxml < 0 # build failure with GHC 8.4 - bytestring-trie < 0 # build failure with GHC 8.4 - cabal-file-th < 0 # build failure with GHC 8.4 - cassette < 0 # build failure with GHC 8.4 @@ -3371,7 +3367,6 @@ packages: - timespan < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - transient < 0 # build failure with GHC 8.4 - - tuple < 0 # build failure with GHC 8.4 - validity < 0 # build failure with GHC 8.4 - validity-bytestring < 0 # build failure with GHC 8.4 - validity-containers < 0 # build failure with GHC 8.4 From 448ebfad3b369c421a1c6f3b4c973fdf2239a4cb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:37:17 -0700 Subject: [PATCH 1182/1926] Re-Block build failures: biocore and OneTuple --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7971dc7c..2f4e9433 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -906,10 +906,10 @@ packages: - vectortiles "Ketil Malde @ketil-malde": - - biocore - - biofasta + # - biocore # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 + # - biofasta # ghc 8.4 via biocore - biofastq - - blastxml + # - blastxml # ghc 8.4 via biocore - bioace - biopsl - seqloc @@ -2431,8 +2431,9 @@ packages: # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - - tuple - - OneTuple + [] + # - tuple # ghc 8.4 via OneTuple + # - OneTuple # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": @@ -3269,10 +3270,12 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From e9a0e8667652836b57e2526b22226520d99ee374 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:39:39 -0700 Subject: [PATCH 1183/1926] Unskip bench for megaparsec --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f4e9433..d16292c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5045,7 +5045,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables - - megaparsec # ghc 8.4 via weigh via bytestring-trie build failure - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure From 878d9aad2729da00b06999f93e86c302c3e977de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:40:12 -0700 Subject: [PATCH 1184/1926] Unblock weigh revdeps --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d16292c5..4e7e0678 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4203,8 +4203,6 @@ packages: - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - pcre-heavy < 0 # GHC 8.4 via string-conversions - - IntervalMap < 0 # GHC 8.4 via weigh - - text-metrics < 0 # GHC 8.4 via weigh - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - hocilib < 0 # GHC 8.4 via inline-c - ctrie < 0 # GHC 8.4 via random-shuffle @@ -4237,7 +4235,6 @@ packages: - opml-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via vinyl - - tar-conduit < 0 # GHC 8.4 via weigh - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt From c7cc437ba217f840839926c21c20dc4ef7db21c4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:09:36 -0700 Subject: [PATCH 1185/1926] Misc unblocks --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e7e0678..44e9a97b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3795,9 +3795,6 @@ packages: - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad - uncertain < 0 # GHC 8.4 via ad - - hspec-wai-json < 0 # GHC 8.4 via aeson-qq - - microformats2-parser < 0 # GHC 8.4 via aeson-qq - - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs @@ -3830,7 +3827,6 @@ packages: - IPv6DB < 0 # GHC 8.4 via hedis - hworker < 0 # GHC 8.4 via hedis - serversession-backend-redis < 0 # GHC 8.4 via hedis - - hledger < 0 # GHC 8.4 via here - follow-file < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify - hledger-web < 0 # GHC 8.4 via hjsmin @@ -3847,7 +3843,6 @@ packages: - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - ses-html < 0 # GHC 8.4 via http-streams - - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip - IPv6Addr < 0 # GHC 8.4 via iproute @@ -4124,7 +4119,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t @@ -4238,7 +4232,6 @@ packages: - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt - - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc @@ -4349,6 +4342,7 @@ packages: - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb + - aeson-typescript < 0 # GHC 8.4 via tasty-hspec "GHC upper bounds": From d2839a2b02877aad881c11463004b6010c6edf0e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:14:29 -0700 Subject: [PATCH 1186/1926] Remove IntervalMap per bokesan/IntervalMap#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e9a97b..9aa534fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2219,7 +2219,8 @@ packages: - vinyl "Christoph Breitkopf @bokesan": - - IntervalMap + [] + # - IntervalMap # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 "Michele Lacchia @rubik": - docopt @@ -3270,6 +3271,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - IntervalMap < 0 # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 From 1e0ad3f3858f6be1753d076337a4a7bc3b32d2dc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:20:47 -0700 Subject: [PATCH 1187/1926] Unblock language-javascript, classy-prelude-yesod, and more --- build-constraints.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa534fb..5894e405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,7 @@ packages: - ghc-exactprint - haskell-lsp - hjsmin - # - language-javascript # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 + - language-javascript - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": @@ -3291,7 +3291,6 @@ packages: - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-javascript < 0 # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3435,7 +3434,6 @@ packages: - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") @@ -3831,7 +3829,6 @@ packages: - serversession-backend-redis < 0 # GHC 8.4 via hedis - follow-file < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify - - hledger-web < 0 # GHC 8.4 via hjsmin - hledger < 0 # GHC 8.4 via hledger-lib - hledger-iadd < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib @@ -3855,7 +3852,6 @@ packages: - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - buffer-builder < 0 # GHC 8.4 via json-builder - - webdriver-angular < 0 # GHC 8.4 via language-javascript - cabal2nix < 0 # GHC 8.4 via language-nix - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - asciidiagram < 0 # GHC 8.4 via linear @@ -3932,8 +3928,6 @@ packages: - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - - hledger-web < 0 # GHC 8.4 via yesod-static - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL @@ -4000,7 +3994,6 @@ packages: - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - openexr-write < 0 # GHC 8.4 via vector-split - - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras @@ -4306,7 +4299,6 @@ packages: - kdt < 0 # GHC 8.4 via MonadRandom - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - - yesod-static < 0 # GHC 8.4 via hjsmin - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned @@ -4341,7 +4333,6 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers - - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - aeson-typescript < 0 # GHC 8.4 via tasty-hspec From becb851743f1300900500843fa22d0a5bf7f716a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:22:58 -0700 Subject: [PATCH 1188/1926] Remove stratosphere per frontrowed/stratosphere#81 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5894e405..daf7e7b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,7 +2558,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - stratosphere + # - stratosphere # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": @@ -3299,6 +3299,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 + - stratosphere < 0 # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From c5c039d321eb1da0203fef5f7b036b84ded4a8e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:30:35 -0700 Subject: [PATCH 1189/1926] Remove hspec-webriver and webdriver-angular per build failure --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index daf7e7b8..b797146b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,9 +1820,10 @@ packages: - seqalign "John Lenz @wuzzeb": + [] # - yesod-static-angular # conduit 1.3, yesod 1.6 - - hspec-webdriver - - webdriver-angular + # - hspec-webdriver # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 + # - webdriver-angular # via hspec-webdriver "Sven Heyll @sheyll": # - b9 # GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 @@ -3289,6 +3290,7 @@ packages: - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 + - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 From 6471cc00226c7b4a0bafdaf68245eef952f87660 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:31:04 -0700 Subject: [PATCH 1190/1926] Expect haddock failure for classy-prelude-yesod --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b797146b..6913d984 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4991,6 +4991,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - classy-prelude-yesod - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 From a044c5d95171df63b6ee48074459f383d019a483 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Thu, 15 Mar 2018 19:55:13 -0700 Subject: [PATCH 1191/1926] Re-add hasty-hamiltonian, declarative. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dcf824f..c87098c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "2.0" packages: "Fraser Murray @yusent": [] # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 @@ -2175,8 +2175,8 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - # - declarative # via hasty-hamiltonian + - hasty-hamiltonian + - declarative - sampling - flat-mcmc @@ -3234,7 +3234,7 @@ packages: "Avi Press @aviaviavi": - curl-runnings - cryptocompare - + "Jack Kiefer @JackKiefer": - herms From e40901f3c6d20c08dcf656921841a5a011caafb4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 16 Mar 2018 10:58:57 -0400 Subject: [PATCH 1192/1926] Unblock mcmc-types, mighty-metropolis, speedy-slice --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dcf824f..7c18936a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4060,7 +4060,6 @@ packages: - cairo < 0 # GHC 8.4 via gtk2hs-buildtools - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - - mcmc-types < 0 # GHC 8.4 via mwc-probability - plot < 0 # GHC 8.4 via cairo - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - cryptocipher < 0 # GHC 8.4 via cipher-camellia @@ -4120,8 +4119,6 @@ packages: - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory @@ -4240,7 +4237,6 @@ packages: - eventstore < 0 # GHC 8.4 via uuid - random-tree < 0 # GHC 8.4 via MonadRandom - Chart-cairo < 0 # GHC 8.4 via cairo - - speedy-slice < 0 # GHC 8.4 via mcmc-types - aern2-mp < 0 # GHC 8.4 via mixed-types-num - aern2-real < 0 # GHC 8.4 via mixed-types-num - fasta < 0 # GHC 8.4 via pipes-text From cdd27cfa0cebae200430e3acf59e7b25431d3a44 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 16 Mar 2018 19:13:31 +0000 Subject: [PATCH 1193/1926] Reenable Hoogle --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18936a..0dd14184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -408,7 +408,7 @@ packages: "Neil Mitchell @ndmitchell": - hlint - # - hoogle # build failure with ghc 8.4 https://github.com/ndmitchell/hoogle/issues/245 + - hoogle - shake - tagsoup - cmdargs @@ -418,7 +418,6 @@ packages: - js-jquery - js-flot - extra - # - bake # https://github.com/ndmitchell/bake/issues/44 - ghcid - hexml - weeder @@ -3288,7 +3287,6 @@ packages: - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 From 9eb3cfc5a7b3134a2e4b83833922a755cfe1ffdd Mon Sep 17 00:00:00 2001 From: David Reaver Date: Fri, 16 Mar 2018 14:16:16 -0700 Subject: [PATCH 1194/1926] Add stratosphere back to stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18936a..81b4fb59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,7 +2559,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - # - stratosphere # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 + - stratosphere - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": From 353079da1984016bdc14b4cacae7f1c51bcedb1a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:40:46 -0700 Subject: [PATCH 1195/1926] Restore newtype-generics and revdeps --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af9b26c3..1624ea52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3555,7 +3555,6 @@ packages: - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - - newtype-generics < 0 # GHC 8.4 via base-4.11.0.0 - numhask < 0 # GHC 8.4 via base-4.11.0.0 - numhask-range < 0 # GHC 8.4 via base-4.11.0.0 - palette < 0 # GHC 8.4 via base-4.11.0.0 @@ -3698,7 +3697,6 @@ packages: - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri - req-url-extra < 0 # GHC 8.4 via modern-uri - - MemoTrie < 0 # GHC 8.4 via newtype-generics - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette - online < 0 # GHC 8.4 via perf @@ -3791,7 +3789,6 @@ packages: - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - vector-space < 0 # GHC 8.4 via MemoTrie - boltzmann-samplers < 0 # GHC 8.4 via ad - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad @@ -4202,7 +4199,6 @@ packages: - pipes-text < 0 # GHC 8.4 via pipes-safe - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - - haskell-spacegoo < 0 # GHC 8.4 via vector-space - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - hasql-migration < 0 # GHC 8.4 via hasql From c542a24903cc375dbb13856666a08e377e127cdc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:42:34 -0700 Subject: [PATCH 1196/1926] Unskip tests for xlsx per qrilka/xlsx#113 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1624ea52..237d4610 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4854,7 +4854,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - xlsx # https://github.com/qrilka/xlsx/issues/113 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 From c3ce050f835e5504b03869e42c6832b42d0888ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:44:13 -0700 Subject: [PATCH 1197/1926] Restore heterocephalus per arowM/heterocephalus#22 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 237d4610..89079083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2796,7 +2796,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - # - heterocephalus # build failure with ghc 8.4 https://github.com/arowM/heterocephalus/issues/22 + - heterocephalus - bookkeeping - ochintin-daicho @@ -3286,7 +3286,6 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 @@ -4312,7 +4311,6 @@ packages: - modify-fasta < 0 # GHC 8.4 via fasta - blosum < 0 # GHC 8.4 via pipes-text - modify-fasta < 0 # GHC 8.4 via pipes-text - - xml-html-qq < 0 # GHC 8.4 via heterocephalus - Spock < 0 # GHC 8.4 via list-t - Spock < 0 # GHC 8.4 via stm-containers - Spock-worker < 0 # GHC 8.4 via Spock From 72b1d3a852f0afcb889cbb4b215bfdf6b95fba9c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:01:59 -0700 Subject: [PATCH 1198/1926] Unblock misc packages, incl wreq, xlsx --- build-constraints.yaml | 47 ++++-------------------------------------- 1 file changed, 4 insertions(+), 43 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89079083..d2dbb83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3689,7 +3689,6 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java - - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - heist < 0 # GHC 8.4 via map-syntax @@ -3781,9 +3780,6 @@ packages: - online < 0 # GHC 8.4 via tdigest - wrecker < 0 # GHC 8.4 via tdigest - type-assertions < 0 # GHC 8.4 via test-fixture - - snap-server < 0 # GHC 8.4 via threads - - threads-extras < 0 # GHC 8.4 via threads - - wrecker < 0 # GHC 8.4 via threads - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket @@ -3838,7 +3834,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - ses-html < 0 # GHC 8.4 via http-streams - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip - IPv6Addr < 0 # GHC 8.4 via iproute @@ -3884,10 +3879,7 @@ packages: - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - - goggles < 0 # GHC 8.4 via req - - mapquest-api < 0 # GHC 8.4 via req - c2hs < 0 # GHC 8.4 via shelly - - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit @@ -3916,21 +3908,12 @@ packages: - yi-frontend-vty < 0 # GHC 8.4 via vty - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - - bitcoin-api < 0 # GHC 8.4 via wreq - - bitcoin-api-extra < 0 # GHC 8.4 via wreq - - datasets < 0 # GHC 8.4 via wreq - - gdax < 0 # GHC 8.4 via wreq - - handwriting < 0 # GHC 8.4 via wreq - - mustache < 0 # GHC 8.4 via wreq - - package-description-remote < 0 # GHC 8.4 via wreq - - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - pell < 0 # GHC 8.4 via arithmoi - - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4069,7 +4052,6 @@ packages: - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie @@ -4101,8 +4083,6 @@ packages: - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - hapistrano < 0 # GHC 8.4 via gitrev - hasmin < 0 # GHC 8.4 via gitrev - - hexml-lens < 0 # GHC 8.4 via hexml - - xeno < 0 # GHC 8.4 via hexml - hledger-ui < 0 # GHC 8.4 via hledger - blake2 < 0 # GHC 8.4 via hlint - folds < 0 # GHC 8.4 via hlint @@ -4127,7 +4107,6 @@ packages: - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - hedis < 0 # GHC 8.4 via slave-thread - - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - htoml < 0 # GHC 8.4 via tasty-hspec - websockets-simple < 0 # GHC 8.4 via tasty-hspec @@ -4144,7 +4123,6 @@ packages: - eventsource-store-specs < 0 # GHC 8.4 via uuid - squeal-postgresql < 0 # GHC 8.4 via uuid - websockets-rpc < 0 # GHC 8.4 via uuid - - wreq < 0 # GHC 8.4 via uuid - genvalidity < 0 # GHC 8.4 via validity - genvalidity-aeson < 0 # GHC 8.4 via validity - genvalidity-bytestring < 0 # GHC 8.4 via validity @@ -4171,14 +4149,10 @@ packages: - sets < 0 # GHC 8.4 via witherable - yi-core < 0 # GHC 8.4 via yi-rope - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - git < 0 # GHC 8.4 via zlib-bindings - - hit < 0 # GHC 8.4 via zlib-bindings - - io-streams < 0 # GHC 8.4 via zlib-bindings - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - fsnotify < 0 # GHC 8.4 via hinotify - - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - apecs < 0 # GHC 8.4 via linear - incremental-parser < 0 # GHC 8.4 via monoid-subclasses @@ -4197,7 +4171,6 @@ packages: - xxhash-ffi < 0 # GHC 8.4 via xxhash - pipes-text < 0 # GHC 8.4 via pipes-safe - wire-streams < 0 # GHC 8.4 via binary-parsers - - wire-streams < 0 # GHC 8.4 via io-streams - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - hasql-migration < 0 # GHC 8.4 via hasql @@ -4211,7 +4184,6 @@ packages: - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - - irc-dcc < 0 # GHC 8.4 via io-streams - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep @@ -4238,7 +4210,6 @@ packages: - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - - xlsx-tabular < 0 # GHC 8.4 via xlsx - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -4247,40 +4218,29 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - - RSA < 0 # GHC 8.4 via crypto-pubkey-types - - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - haxr < 0 # GHC 8.4 via io-streams - - http-streams < 0 # GHC 8.4 via io-streams - - snap-core < 0 # GHC 8.4 via io-streams - servius < 0 # GHC 8.4 via markdown - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - http-streams < 0 # GHC 8.4 via openssl-streams - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - hledger-lib < 0 # GHC 8.4 via hashtables - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - - snap-blaze < 0 # GHC 8.4 via snap-core - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - datadog < 0 # GHC 8.4 via buffer-builder - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - - mysql-haskell < 0 # GHC 8.4 via io-streams - - tcp-streams < 0 # GHC 8.4 via io-streams - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle @@ -4291,12 +4251,10 @@ packages: - kdt < 0 # GHC 8.4 via MonadRandom - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - req < 0 # GHC 8.4 via authenticate-oauth - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid @@ -4316,7 +4274,6 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - log-postgres < 0 # GHC 8.4 via hpqtypes - log < 0 # GHC 8.4 via log-postgres - - persistent-mysql-haskell < 0 # GHC 8.4 via io-streams - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell - postgresql-typed < 0 # GHC 8.4 via postgresql-binary - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4327,6 +4284,8 @@ packages: - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - aeson-typescript < 0 # GHC 8.4 via tasty-hspec + - snap-server < 0 # GHC 8.4 via base-4.11.0.0 + - websockets-snap < 0 # GHC 8.4 via snap-server "GHC upper bounds": @@ -4530,6 +4489,8 @@ skipped-tests: - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 + - wreq # ghc 8.4 via uuid + - http-streams # ghc 8.4 via snap-server - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From a98d71bae3d46ef58baf5f9a97bb0943694d8310 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:06:11 -0700 Subject: [PATCH 1199/1926] Unblock revdeps of web-routes and io-streams --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2dbb83c..2e8c554a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3906,8 +3906,6 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - web-routes-hsp < 0 # GHC 8.4 via web-routes - - web-routes-wai < 0 # GHC 8.4 via web-routes - xmonad-contrib < 0 # GHC 8.4 via xmonad - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL @@ -3930,10 +3928,6 @@ packages: - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect - H < 0 # GHC 8.4 via inline-r - - mysql-haskell-nem < 0 # GHC 8.4 via io-streams - - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -4038,12 +4032,6 @@ packages: - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - plot < 0 # GHC 8.4 via cairo - - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - - cryptocipher < 0 # GHC 8.4 via cipher-camellia - - cryptocipher < 0 # GHC 8.4 via cipher-des - - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-tests - - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 From 53a42f36025da9c9078f8e6df0d0c6d7bba24a95 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:19:59 -0700 Subject: [PATCH 1200/1926] Redid base-4.11 blocks --- build-constraints.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e8c554a..3741eb1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,6 +3464,7 @@ packages: - Frames < 0 # GHC 8.4 via base-4.11.0.0 - GPipe < 0 # GHC 8.4 via base-4.11.0.0 - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 + - Unique < 0 # GHC 8.4 via base-4.11.0.0 - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 @@ -3484,7 +3485,6 @@ packages: - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 @@ -3498,7 +3498,7 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 # https://github.com/tibbe/ekg/issues/70 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 @@ -3515,7 +3515,7 @@ packages: - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 - - github < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 @@ -3527,7 +3527,7 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 + - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 @@ -3551,7 +3551,6 @@ packages: - mole < 0 # GHC 8.4 via base-4.11.0.0 - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 - multistate < 0 # GHC 8.4 via base-4.11.0.0 - - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - numhask < 0 # GHC 8.4 via base-4.11.0.0 @@ -3577,9 +3576,6 @@ packages: - ratel < 0 # GHC 8.4 via base-4.11.0.0 - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 - - repa < 0 # GHC 8.4 via base-4.11.0.0 - - repa-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - - repa-io < 0 # GHC 8.4 via base-4.11.0.0 - rest-core < 0 # GHC 8.4 via base-4.11.0.0 - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 - rest-types < 0 # GHC 8.4 via base-4.11.0.0 @@ -3589,6 +3585,7 @@ packages: - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - servant-client < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 @@ -3596,7 +3593,6 @@ packages: - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - - setlocale < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 - spdx < 0 # GHC 8.4 via base-4.11.0.0 @@ -3608,7 +3604,6 @@ packages: - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 - union < 0 # GHC 8.4 via base-4.11.0.0 - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - userid < 0 # GHC 8.4 via base-4.11.0.0 @@ -4274,6 +4269,16 @@ packages: - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - websockets-snap < 0 # GHC 8.4 via snap-server + - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - mwc-random-accelerate < 0 # GHC 8.4 via accelerate + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 + - Frames < 0 # GHC 8.4 via htoml + - Frames < 0 # GHC 8.4 via pipes-safe + - Frames < 0 # GHC 8.4 via pipes-text + - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 + - repa-algorithms < 0 # GHC 8.4 via repa + - repa-io < 0 # GHC 8.4 via repa "GHC upper bounds": From 9c7c3eac982b1a935ea02a1b7e3b61f94f9ca2fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:26:43 -0700 Subject: [PATCH 1201/1926] Redid template-haskell-2.13 blocks --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3741eb1b..04e6b85d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3638,12 +3638,10 @@ packages: - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 @@ -4202,7 +4200,6 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-bin < 0 # GHC 8.4 via fsnotify From f5b7c6325028db81a49bc4cfbc2b5a7b6ba1e540 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:30:05 -0700 Subject: [PATCH 1202/1926] Unblock revdeps of safecopy --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04e6b85d..5a831f6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,8 +3682,6 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java - - hOpenPGP < 0 # GHC 8.4 via ixset-typed - - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri @@ -3720,11 +3718,6 @@ packages: - stack < 0 # GHC 8.4 via regex-applicative-text - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - - approximate < 0 # GHC 8.4 via safecopy - - compensated < 0 # GHC 8.4 via safecopy - - hyperloglog < 0 # GHC 8.4 via safecopy - - ixset < 0 # GHC 8.4 via safecopy - - large-hashable < 0 # GHC 8.4 via safecopy - lxd-client < 0 # GHC 8.4 via servant - miso < 0 # GHC 8.4 via servant - servant-blaze < 0 # GHC 8.4 via servant @@ -3819,7 +3812,6 @@ packages: - hledger-iadd < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib - hledger-web < 0 # GHC 8.4 via hledger-lib - - cabal2nix < 0 # GHC 8.4 via hopenssl - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail @@ -4276,6 +4268,9 @@ packages: - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 - repa-algorithms < 0 # GHC 8.4 via repa - repa-io < 0 # GHC 8.4 via repa + - large-hashable < 0 # GHC 8.4 via HTF + - hOpenPGP < 0 # GHC 8.4 via incremental-parser + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 "GHC upper bounds": From 2776a2b57389e3271c8a5b175f720a52fa1a47cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:32:46 -0700 Subject: [PATCH 1203/1926] Specify 30 mins in PR template, closes #3386 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 253ecd41..c1e16a2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` -- [ ] Some time passed since Hackage upload +- [ ] At least 30 minutes have passed since Hackage upload - [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): stack unpack $package From 3d16c956d76ed2f22ace03a17b1b83e9d411e11c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:38:16 -0700 Subject: [PATCH 1204/1926] Redid ghc-*-8.4.1 blocks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a831f6d..81118969 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3614,6 +3614,7 @@ packages: - versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 From d8b42e8e2c61d412813f4205f25949bbd9ac656e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:41:31 -0700 Subject: [PATCH 1205/1926] Unblock stratosphere --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81118969..9d323aa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,7 +3298,6 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - - stratosphere < 0 # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 8ee801e407c0c0ec32e7a289de09fade8548f658 Mon Sep 17 00:00:00 2001 From: orome Date: Fri, 16 Mar 2018 19:49:44 -0400 Subject: [PATCH 1206/1926] Update for crypto-enigma 8.4 compatibility --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..e6543c0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,7 +3492,7 @@ packages: - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 + # - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 From 3b46e8cd9d487f4941feb34a6b692be16d3b8b04 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 16 Mar 2018 17:55:10 -0600 Subject: [PATCH 1207/1926] Unblock monad-logger-prefix Fixed in 0.1.9 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..42281e99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,7 +3644,6 @@ packages: - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 - morte < 0 # GHC 8.4 via Earley - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate From 22cb94a13f6f56140b8b3016e3b57ffc70a39194 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:28:06 -0700 Subject: [PATCH 1208/1926] Removals overhaul, in conjunction with reporting --- build-constraints.yaml | 787 ++++++++++++++++------------------------- 1 file changed, 298 insertions(+), 489 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..78656118 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3452,6 +3452,122 @@ packages: - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose + # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 + - Spock-worker < 0 # GHC 8.4 via HTF + - buffer-builder < 0 # GHC 8.4 via HTF + - ignore < 0 # GHC 8.4 via HTF + - large-hashable < 0 # GHC 8.4 via HTF + - haxr < 0 # GHC 8.4 via HaXml + - rasterific-svg < 0 # GHC 8.4 via Rasterific + - Spock < 0 # GHC 8.4 via Spock-core + - pell < 0 # GHC 8.4 via arithmoi + - biopsl < 0 # GHC 8.4 via biocore + - seqloc < 0 # GHC 8.4 via biocore + - tries < 0 # GHC 8.4 via bytestring-trie + - cmark-lucid < 0 # GHC 8.4 via cmark + - tldr < 0 # GHC 8.4 via cmark + - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids + - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite + - selda-sqlite < 0 # GHC 8.4 via direct-sqlite + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - xml-isogen < 0 # GHC 8.4 via dom-parser + - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions + - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions + - riak < 0 # GHC 8.4 via enclosed-exceptions + - yesod-auth-fb < 0 # GHC 8.4 via fb + - disposable < 0 # GHC 8.4 via ghcjs-base-stub + - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - axiom < 0 # GHC 8.4 via ghcjs-perch + - groundhog-inspector < 0 # GHC 8.4 via groundhog + - groundhog-mysql < 0 # GHC 8.4 via groundhog + - groundhog-sqlite < 0 # GHC 8.4 via groundhog + - groundhog-th < 0 # GHC 8.4 via groundhog + - Hoed < 0 # GHC 8.4 via hashtables + - RefSerialize < 0 # GHC 8.4 via hashtables + - TCache < 0 # GHC 8.4 via hashtables + - hledger-lib < 0 # GHC 8.4 via hashtables + - pred-trie < 0 # GHC 8.4 via hashtables + - hsass < 0 # GHC 8.4 via hlibsass + - log-postgres < 0 # GHC 8.4 via hpqtypes + - hocilib < 0 # GHC 8.4 via inline-c + - inline-c-cpp < 0 # GHC 8.4 via inline-c + - inline-r < 0 # GHC 8.4 via inline-c + - liboath-hs < 0 # GHC 8.4 via inline-c + - hledger-web < 0 # GHC 8.4 via json + - katydid < 0 # GHC 8.4 via json + - Spock < 0 # GHC 8.4 via list-t + - slave-thread < 0 # GHC 8.4 via list-t + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - astro < 0 # GHC 8.4 via matrix + - exp-pairs < 0 # GHC 8.4 via matrix + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - opml-conduit < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - groundhog-mysql < 0 # GHC 8.4 via mysql + - mysql-simple < 0 # GHC 8.4 via mysql + - persistent-mysql < 0 # GHC 8.4 via mysql + - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency + - pipes-misc < 0 # GHC 8.4 via pipes-concurrency + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via pred-set + - rainbox < 0 # GHC 8.4 via rainbow + - reform-blaze < 0 # GHC 8.4 via reform + - reform-hamlet < 0 # GHC 8.4 via reform + - Spock < 0 # GHC 8.4 via reroute + - c2hs < 0 # GHC 8.4 via shelly + - simple < 0 # GHC 8.4 via simple-templates + - mbtiles < 0 # GHC 8.4 via sqlite-simple + - morte < 0 # GHC 8.4 via text-format + - redis-io < 0 # GHC 8.4 via tinylog + - axiom < 0 # GHC 8.4 via transient + - transient-universe < 0 # GHC 8.4 via transient + - backprop < 0 # GHC 8.4 via type-combinators + - genvalidity < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-path < 0 # GHC 8.4 via validity + - validity-scientific < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity-text + - hamilton < 0 # GHC 8.4 via vector-sized + - elm-export < 0 # GHC 8.4 via wl-pprint-text + - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text + - jmacro < 0 # GHC 8.4 via wl-pprint-text + - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb + - xturtle < 0 # GHC 8.4 via yjsvg + + # transitive failures, gen 2 + - debug < 0 # GHC 8.4 via Hoed + - MFlow < 0 # GHC 8.4 via RefSerialize + - Workflow < 0 # GHC 8.4 via RefSerialize + - Spock-lucid < 0 # GHC 8.4 via Spock + - MFlow < 0 # GHC 8.4 via TCache + - Workflow < 0 # GHC 8.4 via TCache + - datadog < 0 # GHC 8.4 via buffer-builder + - hledger < 0 # GHC 8.4 via hledger-lib + - hledger-interest < 0 # GHC 8.4 via hledger-lib + - H < 0 # GHC 8.4 via inline-r + - jmacro-rpc < 0 # GHC 8.4 via jmacro + - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro + - log < 0 # GHC 8.4 via log-postgres + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - asciidiagram < 0 # GHC 8.4 via rasterific-svg + - simple-session < 0 # GHC 8.4 via simple + - hedis < 0 # GHC 8.4 via slave-thread + - atom-conduit < 0 # GHC 8.4 via timerep + - dublincore-xml-conduit < 0 # GHC 8.4 via timerep + - rss-conduit < 0 # GHC 8.4 via timerep + + # transitive failures, gen 3 + - persistent-redis < 0 # GHC 8.4 via hedis + - serversession-backend-redis < 0 # GHC 8.4 via hedis + - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis + + # transitive failures, rediscovered. + # (none yet) + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. @@ -3645,32 +3761,88 @@ packages: - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 - - morte < 0 # GHC 8.4 via Earley + + # missed by first wave + - snap-server < 0 # GHC 8.4 via base-4.11.0.0 + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + + + # trans deps, gen 1 + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 + - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 + - glib < 0 # GHC 8.4 via Cabal-2.2.0.0 + - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 + - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 + - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 + - data-clist < 0 # GHC 8.4 via QuickCheck-2.11.3 + - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 + - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate + - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - brick < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 + - hastache < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 + - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 + - uuid < 0 # GHC 8.4 via cryptohash-sha1 + - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core + - uuid < 0 # GHC 8.4 via entropy-0.4.1.1 - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson - - profiterole < 0 # GHC 8.4 via ghc-prof + - hint < 0 # GHC 8.4 via ghc-8.4.1 - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - - servant-github-webhook < 0 # GHC 8.4 via github - - pandoc < 0 # GHC 8.4 via haddock-library + - stack < 0 # GHC 8.4 via hackage-security + - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - reform-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - buchhaltung < 0 # GHC 8.4 via hint - - haskintex < 0 # GHC 8.4 via hint - - xmonad-extras < 0 # GHC 8.4 via hint + - hjsonschema < 0 # GHC 8.4 via hjsonpointer + - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 + - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 + - chatwork < 0 # GHC 8.4 via hspec-2.5.0 + - clay < 0 # GHC 8.4 via hspec-2.5.0 + - fmt < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 + - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 + - hsyslog-udp < 0 # GHC 8.4 via hspec-2.5.0 + - postgresql-simple-migration < 0 # GHC 8.4 via hspec-2.5.0 + - rakuten < 0 # GHC 8.4 via hspec-2.5.0 + - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 + - simple-log < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 + - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - servant-blaze < 0 # GHC 8.4 via http-media @@ -3682,6 +3854,9 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java + - hOpenPGP < 0 # GHC 8.4 via ixset-typed + - text-generic-pretty < 0 # GHC 8.4 via ixset-typed + - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri @@ -3716,7 +3891,6 @@ packages: - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - lxd-client < 0 # GHC 8.4 via servant - miso < 0 # GHC 8.4 via servant @@ -3752,525 +3926,160 @@ packages: - servant-subscriber < 0 # GHC 8.4 via servant-server - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - - xmonad < 0 # GHC 8.4 via setlocale - - xturtle < 0 # GHC 8.4 via setlocale + - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 + - websockets-snap < 0 # GHC 8.4 via snap-server - mmark-cli < 0 # GHC 8.4 via stache + - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 - hledger-api < 0 # GHC 8.4 via swagger2 + - teardown < 0 # GHC 8.4 via tasty-rerun + - online < 0 # GHC 8.4 via tdigest + - wrecker < 0 # GHC 8.4 via tdigest + - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - type-assertions < 0 # GHC 8.4 via test-fixture + - threepenny-editors < 0 # GHC 8.4 via threepenny-gui + - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - websockets-rpc < 0 # GHC 8.4 via websockets-simple-0.0.6.3 + + # trans deps, gen 2 + - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b + - auto < 0 # GHC 8.4 via MonadRandom + - boltzmann-samplers < 0 # GHC 8.4 via MonadRandom + - distribution < 0 # GHC 8.4 via MonadRandom + - diversity < 0 # GHC 8.4 via MonadRandom + - general-games < 0 # GHC 8.4 via MonadRandom + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - kdt < 0 # GHC 8.4 via MonadRandom + - mltool < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - random-tree < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - herms < 0 # GHC 8.4 via brick + - hledger-iadd < 0 # GHC 8.4 via brick + - hledger-ui < 0 # GHC 8.4 via brick + - Chart-cairo < 0 # GHC 8.4 via cairo + - plot < 0 # GHC 8.4 via cairo + - markup < 0 # GHC 8.4 via clay + - exception-mtl < 0 # GHC 8.4 via exception-transformers + - language-c-quote < 0 # GHC 8.4 via exception-transformers + - shikensu < 0 # GHC 8.4 via flow + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec + - profiterole < 0 # GHC 8.4 via ghc-prof + - follow-file < 0 # GHC 8.4 via hinotify + - fsnotify < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify + - buchhaltung < 0 # GHC 8.4 via hint + - haskintex < 0 # GHC 8.4 via hint + - xmonad-extras < 0 # GHC 8.4 via hint + - urlpath < 0 # GHC 8.4 via monad-control-aligned + - pandoc-citeproc < 0 # GHC 8.4 via pandoc + - plot < 0 # GHC 8.4 via pango + - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql + - blosum < 0 # GHC 8.4 via pipes-text + - fasta < 0 # GHC 8.4 via pipes-text + - modify-fasta < 0 # GHC 8.4 via pipes-text + - hmatrix-repa < 0 # GHC 8.4 via repa + - repa-algorithms < 0 # GHC 8.4 via repa + - repa-io < 0 # GHC 8.4 via repa - ixset < 0 # GHC 8.4 via syb-with-class - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - - teardown < 0 # GHC 8.4 via tasty-rerun - - online < 0 # GHC 8.4 via tdigest - - wrecker < 0 # GHC 8.4 via tdigest - - type-assertions < 0 # GHC 8.4 via test-fixture - - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - aeson-typescript < 0 # GHC 8.4 via tasty-hspec + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - jose < 0 # GHC 8.4 via tasty-hspec + - milena < 0 # GHC 8.4 via tasty-hspec + - tasty-auto < 0 # GHC 8.4 via tasty-hspec + - tasty-discover < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - boltzmann-samplers < 0 # GHC 8.4 via ad - - hamilton < 0 # GHC 8.4 via ad - - matplotlib < 0 # GHC 8.4 via ad - - uncertain < 0 # GHC 8.4 via ad - - mltool < 0 # GHC 8.4 via ascii-progress - - brick < 0 # GHC 8.4 via config-ini - - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - check-email < 0 # GHC 8.4 via email-validate - - hailgun < 0 # GHC 8.4 via email-validate - - hailgun-simple < 0 # GHC 8.4 via email-validate - - mandrill < 0 # GHC 8.4 via email-validate - - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions - - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions - - eventful-memory < 0 # GHC 8.4 via eventful-core - - eventful-postgresql < 0 # GHC 8.4 via eventful-core - - eventful-sql-common < 0 # GHC 8.4 via eventful-core - - eventful-sqlite < 0 # GHC 8.4 via eventful-core - - eventful-test-helpers < 0 # GHC 8.4 via eventful-core - - fixed-vector-hetero < 0 # GHC 8.4 via fixed-vector - - shikensu < 0 # GHC 8.4 via flow - - filecache < 0 # GHC 8.4 via fsnotify - - ghcid < 0 # GHC 8.4 via fsnotify - - starter < 0 # GHC 8.4 via fsnotify - - data-diverse-lens < 0 # GHC 8.4 via generic-lens - - groundhog-inspector < 0 # GHC 8.4 via groundhog - - groundhog-mysql < 0 # GHC 8.4 via groundhog - - groundhog-sqlite < 0 # GHC 8.4 via groundhog - - groundhog-th < 0 # GHC 8.4 via groundhog - - gi-atk < 0 # GHC 8.4 via haskell-gi - - gi-cairo < 0 # GHC 8.4 via haskell-gi - - gi-glib < 0 # GHC 8.4 via haskell-gi - - gi-gobject < 0 # GHC 8.4 via haskell-gi - - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi - - IPv6DB < 0 # GHC 8.4 via hedis - - hworker < 0 # GHC 8.4 via hedis - - serversession-backend-redis < 0 # GHC 8.4 via hedis - - follow-file < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify - - hledger < 0 # GHC 8.4 via hledger-lib - - hledger-iadd < 0 # GHC 8.4 via hledger-lib - - hledger-interest < 0 # GHC 8.4 via hledger-lib - - hledger-web < 0 # GHC 8.4 via hledger-lib - - tidal < 0 # GHC 8.4 via hosc - - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - - mbox-utility < 0 # GHC 8.4 via hsemail - - hdaemonize < 0 # GHC 8.4 via hsyslog - - hsyslog-udp < 0 # GHC 8.4 via hsyslog - - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - attoparsec-ip < 0 # GHC 8.4 via ip - - attoparsec-uri < 0 # GHC 8.4 via ip - - IPv6Addr < 0 # GHC 8.4 via iproute - - cql < 0 # GHC 8.4 via iproute - - transient-universe < 0 # GHC 8.4 via iproute - - irc-client < 0 # GHC 8.4 via irc-conduit - - hsx-jmacro < 0 # GHC 8.4 via jmacro - - jmacro-rpc < 0 # GHC 8.4 via jmacro - - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - buffer-builder < 0 # GHC 8.4 via json-builder - - cabal2nix < 0 # GHC 8.4 via language-nix - - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - - asciidiagram < 0 # GHC 8.4 via linear - - qchas < 0 # GHC 8.4 via linear - - rasterific-svg < 0 # GHC 8.4 via linear - - sdl2 < 0 # GHC 8.4 via linear - - sdl2-gfx < 0 # GHC 8.4 via linear - - smoothie < 0 # GHC 8.4 via linear - - svg-tree < 0 # GHC 8.4 via linear - - random-fu < 0 # GHC 8.4 via log-domain - - Spock-lucid < 0 # GHC 8.4 via lucid - - cheapskate-lucid < 0 # GHC 8.4 via lucid - - cmark-lucid < 0 # GHC 8.4 via lucid - - markup < 0 # GHC 8.4 via lucid - - webpage < 0 # GHC 8.4 via lucid - - machines-binary < 0 # GHC 8.4 via machines - - machines-directory < 0 # GHC 8.4 via machines - - machines-io < 0 # GHC 8.4 via machines - - HaskellNet < 0 # GHC 8.4 via mime-mail - - mime-mail-ses < 0 # GHC 8.4 via mime-mail - - smtp-mail < 0 # GHC 8.4 via mime-mail - - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - pandoc-citeproc < 0 # GHC 8.4 via pandoc - - heatshrink < 0 # GHC 8.4 via pcre-heavy - - ignore < 0 # GHC 8.4 via pcre-heavy - - microformats2-parser < 0 # GHC 8.4 via pcre-heavy - - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - - eventful-sql-common < 0 # GHC 8.4 via persistent-template - - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - - debug < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - - c2hs < 0 # GHC 8.4 via shelly - - mbtiles < 0 # GHC 8.4 via sqlite-simple - - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - mega-sdist < 0 # GHC 8.4 via tar-conduit - - lentil < 0 # GHC 8.4 via terminal-progress-bar - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle - - mega-sdist < 0 # GHC 8.4 via typed-process - - tldr < 0 # GHC 8.4 via typed-process + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - consul-haskell < 0 # GHC 8.4 via uuid + - courier < 0 # GHC 8.4 via uuid - cql < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - docker < 0 # GHC 8.4 via uuid + - eventful-core < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid + - eventsource-api < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid - gdax < 0 # GHC 8.4 via uuid - genvalidity-uuid < 0 # GHC 8.4 via uuid - hworker < 0 # GHC 8.4 via uuid - ipython-kernel < 0 # GHC 8.4 via uuid - network-anonymous-i2p < 0 # GHC 8.4 via uuid - postgresql-binary < 0 # GHC 8.4 via uuid + - postgresql-typed < 0 # GHC 8.4 via uuid - rollbar-hs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid - validity-uuid < 0 # GHC 8.4 via uuid - wai-middleware-rollbar < 0 # GHC 8.4 via uuid - - brick < 0 # GHC 8.4 via vty - - hamilton < 0 # GHC 8.4 via vty - - herms < 0 # GHC 8.4 via vty - - hledger-iadd < 0 # GHC 8.4 via vty - - yi-frontend-vty < 0 # GHC 8.4 via vty - - xmonad-contrib < 0 # GHC 8.4 via xmonad - - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - - ip6addr < 0 # GHC 8.4 via IPv6Addr - - pell < 0 # GHC 8.4 via arithmoi - - cassava-conduit < 0 # GHC 8.4 via bifunctors - - descriptive < 0 # GHC 8.4 via bifunctors - - nagios-check < 0 # GHC 8.4 via bifunctors - - one-liner < 0 # GHC 8.4 via bifunctors - - product-profunctors < 0 # GHC 8.4 via bifunctors - - result < 0 # GHC 8.4 via bifunctors - - redis-resp < 0 # GHC 8.4 via bytestring-conversion - - hspec-checkers < 0 # GHC 8.4 via checkers - - picedit < 0 # GHC 8.4 via cli - - termcolor < 0 # GHC 8.4 via cli - - diversity < 0 # GHC 8.4 via fasta - - glazier-pipes < 0 # GHC 8.4 via glazier - - hslua-aeson < 0 # GHC 8.4 via hslua - - hw-json < 0 # GHC 8.4 via hw-rankselect - - hw-succinct < 0 # GHC 8.4 via hw-rankselect - - H < 0 # GHC 8.4 via inline-r - - result < 0 # GHC 8.4 via keys - - astro < 0 # GHC 8.4 via matrix - - general-games < 0 # GHC 8.4 via monad-loops - - hindent < 0 # GHC 8.4 via monad-loops - - hsass < 0 # GHC 8.4 via monad-loops - - misfortune < 0 # GHC 8.4 via monad-loops - - pipes-mongodb < 0 # GHC 8.4 via mongoDB - - mysql-haskell-nem < 0 # GHC 8.4 via mysql-haskell - - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell - - messagepack-rpc < 0 # GHC 8.4 via network-simple - - distributed-process < 0 # GHC 8.4 via network-transport-tcp - - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec - - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec + + # trans deps, gen 3 + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-test-helpers < 0 # GHC 8.4 via eventful-core + - filecache < 0 # GHC 8.4 via fsnotify + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - ghcid < 0 # GHC 8.4 via fsnotify + - starter < 0 # GHC 8.4 via fsnotify + - yesod-bin < 0 # GHC 8.4 via fsnotify - hasql < 0 # GHC 8.4 via postgresql-binary - - auto < 0 # GHC 8.4 via profunctors - - dejafu < 0 # GHC 8.4 via profunctors - - discrimination < 0 # GHC 8.4 via profunctors - - hasql < 0 # GHC 8.4 via profunctors - - netwire < 0 # GHC 8.4 via profunctors - - objective < 0 # GHC 8.4 via profunctors - - one-liner < 0 # GHC 8.4 via profunctors - - product-profunctors < 0 # GHC 8.4 via profunctors - - withdependencies < 0 # GHC 8.4 via profunctors - - zlib-lens < 0 # GHC 8.4 via profunctors - - hspec-golden-aeson < 0 # GHC 8.4 via quickcheck-arbitrary-adt - - dice < 0 # GHC 8.4 via random-fu - - misfortune < 0 # GHC 8.4 via random-fu - - rank-product < 0 # GHC 8.4 via random-fu - - sdl2-image < 0 # GHC 8.4 via sdl2 - - sdl2-mixer < 0 # GHC 8.4 via sdl2 - - sdl2-ttf < 0 # GHC 8.4 via sdl2 - - yi-snippet < 0 # GHC 8.4 via tasty-hunit - - yi-snippet < 0 # GHC 8.4 via tasty-th - - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - tidal-midi < 0 # GHC 8.4 via tidal - - axiom < 0 # GHC 8.4 via transient-universe - - haskell-names < 0 # GHC 8.4 via traverse-with-class - - universe < 0 # GHC 8.4 via universe-instances-extended - - openexr-write < 0 # GHC 8.4 via vector-split - - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams - - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras - - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens + - ctrie < 0 # GHC 8.4 via random-shuffle + - mongoDB < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - random-fu < 0 # GHC 8.4 via random-shuffle + - yi-core < 0 # GHC 8.4 via yi-language + - yi-frontend-vty < 0 # GHC 8.4 via yi-language - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - yi-ireader < 0 # GHC 8.4 via yi-language - yi-keymap-emacs < 0 # GHC 8.4 via yi-language + - yi-keymap-vim < 0 # GHC 8.4 via yi-language - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - witherable < 0 # GHC 8.4 via base-orphans - - configurator-export < 0 # GHC 8.4 via configurator - - monad-unlift < 0 # GHC 8.4 via constraints - - monad-unlift-ref < 0 # GHC 8.4 via constraints - - poly-arity < 0 # GHC 8.4 via constraints - - typelits-witnesses < 0 # GHC 8.4 via constraints - - unfoldable-restricted < 0 # GHC 8.4 via constraints - - unit-constraint < 0 # GHC 8.4 via constraints - - hunit-dejafu < 0 # GHC 8.4 via dejafu - - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - - flat-mcmc < 0 # GHC 8.4 via formatting - - unicode-transforms < 0 # GHC 8.4 via getopt-generics - - disposable < 0 # GHC 8.4 via ghcjs-base-stub - - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + + # trans deps, gen 4 + - hasql-migration < 0 # GHC 8.4 via hasql - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - - shake < 0 # GHC 8.4 via js-flot - - shake < 0 # GHC 8.4 via js-jquery - - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers - - netwire-input < 0 # GHC 8.4 via netwire - - one-liner-instances < 0 # GHC 8.4 via one-liner - - unfoldable < 0 # GHC 8.4 via one-liner - - users < 0 # GHC 8.4 via path-pieces - - protocol-radius-test < 0 # GHC 8.4 via protocol-radius - - bno055-haskell < 0 # GHC 8.4 via resourcet - - h2c < 0 # GHC 8.4 via resourcet - - monad-unlift-ref < 0 # GHC 8.4 via resourcet - - scalpel < 0 # GHC 8.4 via scalpel-core - - hackage-db < 0 # GHC 8.4 via tar - - packdeps < 0 # GHC 8.4 via tar - - lxd-client-config < 0 # GHC 8.4 via yaml - - weeder < 0 # GHC 8.4 via yaml - - epub-metadata < 0 # GHC 8.4 via zip-archive - - quickbench < 0 # GHC 8.4 via docopt - - optparse-simple < 0 # GHC 8.4 via gitrev - - RefSerialize < 0 # GHC 8.4 via hashtables - - TCache < 0 # GHC 8.4 via hashtables - - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables - - network-transport-composed < 0 # GHC 8.4 via network-transport - - network-transport-inmemory < 0 # GHC 8.4 via network-transport - - network-transport-tests < 0 # GHC 8.4 via network-transport - - path-extra < 0 # GHC 8.4 via path - - validity-path < 0 # GHC 8.4 via path - - selda-postgresql < 0 # GHC 8.4 via selda - - quickcheck-special < 0 # GHC 8.4 via special-values - - slave-thread < 0 # GHC 8.4 via stm-containers - - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - - Workflow < 0 # GHC 8.4 via RefSerialize - - Workflow < 0 # GHC 8.4 via TCache - - cairo < 0 # GHC 8.4 via gtk2hs-buildtools - - glib < 0 # GHC 8.4 via gtk2hs-buildtools - - pango < 0 # GHC 8.4 via gtk2hs-buildtools - - plot < 0 # GHC 8.4 via cairo - - plot < 0 # GHC 8.4 via pango - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - # After first wave of unblocks - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - bower-json < 0 # GHC 8.4 via aeson-better-errors - - hinotify < 0 # GHC 8.4 via async-2.2.1 - - seqloc < 0 # GHC 8.4 via biocore - - hledger-ui < 0 # GHC 8.4 via brick - - tries < 0 # GHC 8.4 via bytestring-trie - - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - - cql-io < 0 # GHC 8.4 via cql - - tasty-dejafu < 0 # GHC 8.4 via dejafu - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process - - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process - - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - flow < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - hapistrano < 0 # GHC 8.4 via formatting - - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - - hapistrano < 0 # GHC 8.4 via gitrev - - hasmin < 0 # GHC 8.4 via gitrev - - hledger-ui < 0 # GHC 8.4 via hledger - - blake2 < 0 # GHC 8.4 via hlint - - folds < 0 # GHC 8.4 via hlint - - gc < 0 # GHC 8.4 via hlint - - rcu < 0 # GHC 8.4 via hlint - - sbv < 0 # GHC 8.4 via hlint - - structs < 0 # GHC 8.4 via hlint - - katydid < 0 # GHC 8.4 via json - - stm-containers < 0 # GHC 8.4 via list-t - - timemap < 0 # GHC 8.4 via list-t - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pipes-network < 0 # GHC 8.4 via pipes-safe - - pred-trie < 0 # GHC 8.4 via poly-arity - - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - rainbox < 0 # GHC 8.4 via rainbow - - lambdabot-core < 0 # GHC 8.4 via random-fu - - redis-io < 0 # GHC 8.4 via redis-resp - - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - generics-eot < 0 # GHC 8.4 via shake - - shake-language-c < 0 # GHC 8.4 via shake - - hedis < 0 # GHC 8.4 via slave-thread - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - cql-io < 0 # GHC 8.4 via tinylog - - redis-io < 0 # GHC 8.4 via tinylog - - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - - users-test < 0 # GHC 8.4 via users - - courier < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid - - eventsource-store-specs < 0 # GHC 8.4 via uuid - - squeal-postgresql < 0 # GHC 8.4 via uuid - - websockets-rpc < 0 # GHC 8.4 via uuid - - genvalidity < 0 # GHC 8.4 via validity - - genvalidity-aeson < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity - - genvalidity-containers < 0 # GHC 8.4 via validity - - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity - - genvalidity-property < 0 # GHC 8.4 via validity - - genvalidity-scientific < 0 # GHC 8.4 via validity - - genvalidity-text < 0 # GHC 8.4 via validity - - genvalidity-unordered-containers < 0 # GHC 8.4 via validity - - genvalidity-vector < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity - - validity-unordered-containers < 0 # GHC 8.4 via validity - - validity-vector < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring - - genvalidity-containers < 0 # GHC 8.4 via validity-containers - - genvalidity-path < 0 # GHC 8.4 via validity-path - - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific - - validity-aeson < 0 # GHC 8.4 via validity-scientific - - genvalidity-text < 0 # GHC 8.4 via validity-text - - validity-aeson < 0 # GHC 8.4 via validity-text - - genvalidity-time < 0 # GHC 8.4 via validity-time - - hledger-ui < 0 # GHC 8.4 via vty - - rose-trees < 0 # GHC 8.4 via witherable - - sets < 0 # GHC 8.4 via witherable - - yi-core < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - - random-shuffle < 0 # GHC 8.4 via MonadRandom - - vivid < 0 # GHC 8.4 via MonadRandom - - fsnotify < 0 # GHC 8.4 via hinotify - - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - - apecs < 0 # GHC 8.4 via linear - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - - freer-simple < 0 # GHC 8.4 via natural-transformation - - pcre-heavy < 0 # GHC 8.4 via string-conversions - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - - hocilib < 0 # GHC 8.4 via inline-c - - ctrie < 0 # GHC 8.4 via random-shuffle - - prometheus-client < 0 # GHC 8.4 via random-shuffle - - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - - gravatar < 0 # GHC 8.4 via pureMD5 - - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - - xxhash-ffi < 0 # GHC 8.4 via xxhash - - pipes-text < 0 # GHC 8.4 via pipes-safe - - wire-streams < 0 # GHC 8.4 via binary-parsers - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - - biopsl < 0 # GHC 8.4 via biocore - - tagged-binary < 0 # GHC 8.4 via pureMD5 - - validity-scientific < 0 # GHC 8.4 via validity - - Hoed < 0 # GHC 8.4 via hashtables - - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - - rss-conduit < 0 # GHC 8.4 via atom-conduit - - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - - inline-c-cpp < 0 # GHC 8.4 via inline-c - - liboath-hs < 0 # GHC 8.4 via inline-c - - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - - opml-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via vinyl - - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - - eventstore < 0 # GHC 8.4 via ekg-core - - log-warper < 0 # GHC 8.4 via fmt - - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - - pipes-fluid < 0 # GHC 8.4 via pipes-misc - - eventstore < 0 # GHC 8.4 via tasty-hspec - - eventstore < 0 # GHC 8.4 via text-format - - log-warper < 0 # GHC 8.4 via universum - - eventsource-api < 0 # GHC 8.4 via uuid - - eventstore < 0 # GHC 8.4 via uuid - - random-tree < 0 # GHC 8.4 via MonadRandom - - Chart-cairo < 0 # GHC 8.4 via cairo - - aern2-mp < 0 # GHC 8.4 via mixed-types-num - - aern2-real < 0 # GHC 8.4 via mixed-types-num - - fasta < 0 # GHC 8.4 via pipes-text - - random-tree < 0 # GHC 8.4 via random-shuffle - - jose < 0 # GHC 8.4 via tasty-hspec - - milena < 0 # GHC 8.4 via tasty-hspec - - fuzzyset < 0 # GHC 8.4 via text-metrics - - backprop < 0 # GHC 8.4 via type-combinators - - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec < 0 # GHC 8.4 via validity - - elm-export < 0 # GHC 8.4 via wl-pprint-text - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - - exp-pairs < 0 # GHC 8.4 via matrix - - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - haxr < 0 # GHC 8.4 via HaXml - - riak < 0 # GHC 8.4 via enclosed-exceptions - - yesod-bin < 0 # GHC 8.4 via fsnotify - - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - servius < 0 # GHC 8.4 via markdown - - mysql-simple < 0 # GHC 8.4 via mysql - - persistent-mysql < 0 # GHC 8.4 via mysql - - riak < 0 # GHC 8.4 via pureMD5 - - simple < 0 # GHC 8.4 via simple-templates - - atom-conduit < 0 # GHC 8.4 via timerep - - docker < 0 # GHC 8.4 via uuid - - simple-session < 0 # GHC 8.4 via simple - - hledger-lib < 0 # GHC 8.4 via hashtables - - reform-blaze < 0 # GHC 8.4 via reform - - reform-hamlet < 0 # GHC 8.4 via reform - - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - - datadog < 0 # GHC 8.4 via buffer-builder - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - mongoDB < 0 # GHC 8.4 via hashtables - - mongoDB < 0 # GHC 8.4 via nonce - - mongoDB < 0 # GHC 8.4 via pureMD5 - - mongoDB < 0 # GHC 8.4 via random-shuffle - - mysql-haskell < 0 # GHC 8.4 via wire-streams - - soap < 0 # GHC 8.4 via xml-conduit-writer - - soap-openssl < 0 # GHC 8.4 via soap - - soap-tls < 0 # GHC 8.4 via soap - - kdt < 0 # GHC 8.4 via MonadRandom - - xml-isogen < 0 # GHC 8.4 via dom-parser - - kdt < 0 # GHC 8.4 via heap - - urlpath < 0 # GHC 8.4 via attoparsec-uri - - urlpath < 0 # GHC 8.4 via monad-control-aligned - - urlpath < 0 # GHC 8.4 via path-extra - - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - - eventful-core < 0 # GHC 8.4 via uuid - - MFlow < 0 # GHC 8.4 via RefSerialize - - MFlow < 0 # GHC 8.4 via TCache - - MFlow < 0 # GHC 8.4 via Workflow + - pipes-mongodb < 0 # GHC 8.4 via mongoDB + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client + - dice < 0 # GHC 8.4 via random-fu + - lambdabot-core < 0 # GHC 8.4 via random-fu + - misfortune < 0 # GHC 8.4 via random-fu + - rank-product < 0 # GHC 8.4 via random-fu - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-snippet < 0 # GHC 8.4 via yi-core - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs - - yi-keymap-cua < 0 # GHC 8.4 via yi-rope - - blosum < 0 # GHC 8.4 via fasta - - modify-fasta < 0 # GHC 8.4 via fasta - - blosum < 0 # GHC 8.4 via pipes-text - - modify-fasta < 0 # GHC 8.4 via pipes-text - - Spock < 0 # GHC 8.4 via list-t - - Spock < 0 # GHC 8.4 via stm-containers - - Spock-worker < 0 # GHC 8.4 via Spock - - log-postgres < 0 # GHC 8.4 via hpqtypes - - log < 0 # GHC 8.4 via log-postgres - - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell - - postgresql-typed < 0 # GHC 8.4 via postgresql-binary - - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - postgresql-typed < 0 # GHC 8.4 via uuid - - jmacro < 0 # GHC 8.4 via wl-pprint-text - - exception-mtl < 0 # GHC 8.4 via exception-transformers - - language-c-quote < 0 # GHC 8.4 via exception-transformers - - yesod-auth-fb < 0 # GHC 8.4 via fb - - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - - websockets-snap < 0 # GHC 8.4 via snap-server - - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 - - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - - Frames < 0 # GHC 8.4 via base-4.11.0.0 - - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 - - Frames < 0 # GHC 8.4 via htoml - - Frames < 0 # GHC 8.4 via pipes-safe - - Frames < 0 # GHC 8.4 via pipes-text - - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 - - repa-algorithms < 0 # GHC 8.4 via repa - - repa-io < 0 # GHC 8.4 via repa - - large-hashable < 0 # GHC 8.4 via HTF - - hOpenPGP < 0 # GHC 8.4 via incremental-parser - - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + + # trans deps, gen 5 + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + + # trans deps, rediscovered. + # (none yet) "GHC upper bounds": From e9f669df368156b9fa8c89fed897f2d8da646e1a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:41:28 -0700 Subject: [PATCH 1209/1926] Restore monoid-subclasses and revdeps --- build-constraints.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78656118..c70a8413 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -648,7 +648,7 @@ packages: - monad-parallel - monad-coroutine - incremental-parser - # - monoid-subclasses # GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - monoid-subclasses - picoparsec - rank2classes @@ -3291,7 +3291,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 @@ -3501,10 +3500,6 @@ packages: - timemap < 0 # GHC 8.4 via list-t - astro < 0 # GHC 8.4 via matrix - exp-pairs < 0 # GHC 8.4 via matrix - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql @@ -3556,9 +3551,6 @@ packages: - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread - - atom-conduit < 0 # GHC 8.4 via timerep - - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via timerep # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis From 2b49dd51b95e83bfe89f36f4cbad614d34584704 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:52:40 -0700 Subject: [PATCH 1210/1926] Unblock pipes-network, block pipes-concurrency --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c70a8413..c9b62df0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -763,7 +763,7 @@ packages: - pipes-extras - pipes-http - pipes-parse - - pipes-concurrency + # - pipes-concurrency # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pipes-safe - turtle - foldl @@ -3293,7 +3293,7 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 + - pipes-concurrency < 0 # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 @@ -3404,7 +3404,6 @@ packages: - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3505,7 +3504,6 @@ packages: - persistent-mysql < 0 # GHC 8.4 via mysql - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 74ffc5f4cf47562e538e50298b1422bd66bab474 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:57:30 -0700 Subject: [PATCH 1211/1926] Unblock hw-fingertree-strict per haskell-works/hw-fingertree-strict#28 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9b62df0..d996b186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2509,7 +2509,7 @@ packages: - hw-hspec-hedgehog - hw-int - hw-fingertree - # - hw-fingertree-strict # build failure with ghc 8.4 https://hub.darcs.net/ross/fingertree/issue/5 + - hw-fingertree-strict - hw-json - hw-parser - hw-prim @@ -3288,7 +3288,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 From 8e46fe510b1a91d0151500e658c53bfa971840f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:59:34 -0700 Subject: [PATCH 1212/1926] Restore IntervalMap per bokesan/IntervalMap#5 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d996b186..3452cfd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2219,8 +2219,7 @@ packages: - vinyl "Christoph Breitkopf @bokesan": - [] - # - IntervalMap # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 + - IntervalMap "Michele Lacchia @rubik": - docopt @@ -3271,7 +3270,6 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - - IntervalMap < 0 # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 From 3b925e5ef469818af86e2111c2fbeebde2ca3018 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 17 Mar 2018 01:00:15 +0000 Subject: [PATCH 1213/1926] Re-enable arithmoi --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3452cfd2..38cf1bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,7 +3422,6 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From c10fb718ae342a4fa03a5889eafa346c6c2f5500 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 18:59:58 -0700 Subject: [PATCH 1214/1926] Remove weird artifact of merge --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07218419..c0ce9e69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,6 @@ packages: - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - morte < 0 # GHC 8.4 via Earley # missed by first wave - snap-server < 0 # GHC 8.4 via base-4.11.0.0 From d25e29e840fc5c2a81002e46789e201cb04f1825 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 19:10:40 -0700 Subject: [PATCH 1215/1926] Restore c2hs, shelly, enclosed-exceptions --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0ce9e69..8f628115 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3412,11 +3412,9 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3465,9 +3463,6 @@ packages: - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - xml-isogen < 0 # GHC 8.4 via dom-parser - - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions - - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions - - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub @@ -3505,7 +3500,6 @@ packages: - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - Spock < 0 # GHC 8.4 via reroute - - c2hs < 0 # GHC 8.4 via shelly - simple < 0 # GHC 8.4 via simple-templates - mbtiles < 0 # GHC 8.4 via sqlite-simple - morte < 0 # GHC 8.4 via text-format @@ -3541,7 +3535,6 @@ packages: - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - log < 0 # GHC 8.4 via log-postgres - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread @@ -4270,6 +4263,7 @@ skipped-tests: - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - wreq # ghc 8.4 via uuid - http-streams # ghc 8.4 via snap-server + - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson @@ -4436,6 +4430,7 @@ expected-test-failures: # GHC 8.4 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 + - shelly # hspec 2.5 https://github.com/yesodweb/Shelly.hs/issues/169 # Intermittent failures or unreliable. These tests may pass when From 0afd635977b4be554dd1f5b3f01079745698c545 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 19:57:51 -0700 Subject: [PATCH 1216/1926] Remove a bunch of build failures & transitive failures --- build-constraints.yaml | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f628115..bf109b20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3443,6 +3443,58 @@ packages: - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose + - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") + - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") + - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cabal2nix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra + - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - heatshrink < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup configure hindent: DependencyFailed (PackageName "descriptive") + - hit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ip < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") + - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - netwire < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - netwire-input < 0 # DependencyFailed (PackageName "netwire") + - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP + - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") + - pdf-toolbox-core < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pdf-toolbox-document < 0 # DependencyFailed (PackageName "pdf-toolbox-content") + - picedit < 0 # DependencyFailed (PackageName "cli") + - picoparsec < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pixelated-avatar-generator < 0 # DependencyFailed (PackageName "cli") + - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") + - quickcheck-combinators < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - rose-trees < 0 # DependencyFailed (PackageName "sets") + - sbv < 0 # DependencyFailed (PackageName "crackNum") + - sets < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - termcolor < 0 # DependencyFailed (PackageName "cli") + - tidal < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - tidal-midi < 0 # DependencyFailed (PackageName "tidal") + - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") + - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xlsx < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") + - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") + - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - Spock-worker < 0 # GHC 8.4 via HTF @@ -3520,6 +3572,13 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg + - threads < 0 # GHC 8.4 via concurrent-extra + - hindent < 0 # GHC 8.4 via descriptive + - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy + - distributed-process < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp + - xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - debug < 0 # GHC 8.4 via Hoed @@ -3538,6 +3597,9 @@ packages: - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread + - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - threads-extras < 0 # GHC 8.4 via threads # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis From 9528085ffea50977c80cb547e512a7070580cbaa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 20:11:17 -0700 Subject: [PATCH 1217/1926] Remove configuration-tools per alephcloud/hs-configuration-tools#65 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf109b20..2f1cd2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1734,7 +1734,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools + # - configuration-tools # build failure with GHC 8.4 ttps://github.com/alephcloud/hs-configuration-tools/issues/65 "Sam Rijs @srijs": - ndjson-conduit @@ -3277,6 +3277,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - configuration-tools < 0 # build failure with GHC 8.4 https://github.com/alephcloud/hs-configuration-tools/issues/65 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 From cdefa51d17dbcc023bedf9f28bbd48acb99475ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 20:12:07 -0700 Subject: [PATCH 1218/1926] Remove riak per riak-haskell-client/riak-haskell-client#105 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1cd2fc..b67994d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3127,7 +3127,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - airship "Sam Stites @stites": @@ -3295,6 +3295,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 + - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 87e86069f83e93991c60eba7ec3b79032a9984b6 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 17 Mar 2018 13:37:20 +0800 Subject: [PATCH 1219/1926] Unblock `ghc-parser` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..577b789a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3773,7 +3773,6 @@ packages: - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - inline-java < 0 # GHC 8.4 via ghc-8.4.1 From 5a81d0aa4097abcad60be53f08226d366354291e Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sat, 17 Mar 2018 08:06:18 +0100 Subject: [PATCH 1220/1926] Hoed 0.5.1 works also for GHC 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..deaf807e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3525,7 +3525,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - Hoed < 0 # GHC 8.4 via hashtables - RefSerialize < 0 # GHC 8.4 via hashtables - TCache < 0 # GHC 8.4 via hashtables - hledger-lib < 0 # GHC 8.4 via hashtables From 4b5e0931180ea366fe6b1880801ac6019bbc3035 Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Sat, 17 Mar 2018 11:10:42 +0100 Subject: [PATCH 1221/1926] Re-re enable Rasterific This one managed to build latest stack windows and compile against GHC 8.4.1 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..ead4ac21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,7 +670,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - # - Rasterific # build failure with ghc 8.4 https://github.com/Twinside/Rasterific/issues/38 + - Rasterific - svg-tree - rasterific-svg - asciidiagram @@ -3272,7 +3272,6 @@ packages: - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 @@ -3504,7 +3503,6 @@ packages: - ignore < 0 # GHC 8.4 via HTF - large-hashable < 0 # GHC 8.4 via HTF - haxr < 0 # GHC 8.4 via HaXml - - rasterific-svg < 0 # GHC 8.4 via Rasterific - Spock < 0 # GHC 8.4 via Spock-core - pell < 0 # GHC 8.4 via arithmoi - biopsl < 0 # GHC 8.4 via biocore From ba5c8c51d0fb3b6b96914c0ea83356cda0517654 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 12:05:32 +0100 Subject: [PATCH 1222/1926] build-constraints.yaml: cabal2nix 2.9.1 compiles fine in nightly-2018-03-17 See also https://travis-ci.org/NixOS/cabal2nix/builds/354683580. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..6155eea1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,7 +3449,6 @@ packages: - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - cabal2nix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 4c8df8e98b2485fdd5ec5f6e6840ed5a2de84cbc Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Sat, 17 Mar 2018 08:57:34 -0700 Subject: [PATCH 1223/1926] unblock configuration-tools version 0.3.1 builds with GHC-8.4.1 and Cabal-2.2 (https://github.com/alephcloud/hs-configuration-tools/issues/65) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..8be11f4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1734,7 +1734,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - # - configuration-tools # build failure with GHC 8.4 ttps://github.com/alephcloud/hs-configuration-tools/issues/65 + - configuration-tools "Sam Rijs @srijs": - ndjson-conduit @@ -3277,7 +3277,6 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - configuration-tools < 0 # build failure with GHC 8.4 https://github.com/alephcloud/hs-configuration-tools/issues/65 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 From f593f65b7b196db9f1cc3bc67c4b629488bf62c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 10:02:28 -0700 Subject: [PATCH 1224/1926] Unblock debug --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 411517ca..5ab890ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3582,7 +3582,6 @@ packages: - xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - - debug < 0 # GHC 8.4 via Hoed - MFlow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via RefSerialize - Spock-lucid < 0 # GHC 8.4 via Spock From 6472f969d549cc77e308eb0bae79ad443cc59fdf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 10:05:44 -0700 Subject: [PATCH 1225/1926] Delete comment --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2ccd0ff..60d7f347 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3646,7 +3646,6 @@ packages: - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - # - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 From a7dcf021e529334a451c2d79736d410491544d35 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sat, 17 Mar 2018 18:59:52 +0100 Subject: [PATCH 1226/1926] Add al to the build-constraints.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I tried to have al in stackage years ago but there was an issue with pkg-config on Ubuntu. If that fails again, I’d love peeps to see how we can fix that problem. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..d751639a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -959,6 +959,7 @@ packages: - io-manager "Dimitri Sabadie @phaazon": + - al - event - hid - monad-journal From 76dfc6188af09b5bfeda230f003588c716b61d7b Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Sat, 17 Mar 2018 11:07:50 -0700 Subject: [PATCH 1227/1926] Add text-builder --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..6e483e8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4432,6 +4432,7 @@ skipped-tests: - refined - slave-thread - stm-containers + - text-builder # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 - fgl - fgl-arbitrary From b59fabbac368b732a3380bfdc6447dc296c5182d Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Sat, 17 Mar 2018 17:36:54 -0400 Subject: [PATCH 1228/1926] Add hjsonschema to no-revisions. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..0bb73ed1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5072,6 +5072,7 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - hjsonpointer +- hjsonschema - tls - mime-mail - basement From c3769d5a9bd42a3d2b01c6e5abbaf687a91b8029 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 15:02:24 -0700 Subject: [PATCH 1229/1926] Restore yesod-gitrev --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..84406f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -740,7 +740,7 @@ packages: - rev-state - runmemo - tardis - # - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/1 + - yesod-gitrev "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 3fa8f01602a8e6c75d46bc491aa2ca64dcf4b64f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 15:17:08 -0700 Subject: [PATCH 1230/1926] Expect tests to pass for shelly per yesodweb/Shelly.hs#169 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..67a1e589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4486,7 +4486,6 @@ expected-test-failures: # GHC 8.4 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 - - shelly # hspec 2.5 https://github.com/yesodweb/Shelly.hs/issues/169 # Intermittent failures or unreliable. These tests may pass when From 4891f6bac43c4ba69e755f9ce333ee02e568054b Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Sat, 17 Mar 2018 22:29:15 +0000 Subject: [PATCH 1231/1926] Add sexp-grammar package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67a1e589..5c87d1be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3235,6 +3235,9 @@ packages: "Jack Kiefer @JackKiefer": - herms + + "Sergey Vinokurov @sergv": + - sexp-grammar # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 26dcb5a087da71bb1babe0ad0526dbaa4785e0f9 Mon Sep 17 00:00:00 2001 From: Daniel Casanueva Date: Sun, 18 Mar 2018 10:26:04 +0100 Subject: [PATCH 1232/1926] Issue 55 of matrix solved in matrix-0.3.6.1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de5c9e75..bf33a51d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4149,9 +4149,6 @@ packages: - microlens-platform < 0.3.10 - microlens-th < 0.4.2 - # https://github.com/Daniel-Diaz/matrix/issues/55 - - matrix < 0.3.6.0 - # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 From 4b0715f9413bda481847a572ce68348f677a3680 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Sun, 18 Mar 2018 09:36:22 +0000 Subject: [PATCH 1233/1926] re-enable `ghc-typelits-*` type-checker plugins Now that `ghc-tcplugins-extra-0.2.4` is in nightly: - `ghc-typelits-natnormalise-0.5.9`, and - `ghc-typelits-knownnat-0.4.1` Can be build on GHC 8.4. - `ghc-typelits-extra-0.2.4` can now also build on GHC 8.4 now that its (transitive) dependencies can build on GHC 8.4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de5c9e75..074cf118 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,7 +3391,6 @@ packages: - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fmt < 0 # DependencyFailed (PackageName "text-format") - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ghc-typelits-natnormalise < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3782,7 +3781,6 @@ packages: - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3845,7 +3843,6 @@ packages: - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - stack < 0 # GHC 8.4 via hackage-security From d3358caa810880b8cc0a0827ee734e9799a8b4c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 08:16:16 -0700 Subject: [PATCH 1234/1926] Restore matrix --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf33a51d..0e2d46e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,7 +3402,6 @@ packages: - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") From 7c1d824fb3fbc346a6edc793e506666379b9bb37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 08:17:30 -0700 Subject: [PATCH 1235/1926] Restore matrix revdeps: astro, exp-pairs --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e2d46e3..b0432f1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3540,8 +3540,6 @@ packages: - slave-thread < 0 # GHC 8.4 via list-t - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - - astro < 0 # GHC 8.4 via matrix - - exp-pairs < 0 # GHC 8.4 via matrix - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql From 327f63e0323d366ec3244193a038924eeb30382c Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 18 Mar 2018 11:44:20 -0700 Subject: [PATCH 1236/1926] Restore `pipes-concurrency` `pipes-concurrency` is now GHC-8.4-compatible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c366b20..caedd62f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -763,7 +763,7 @@ packages: - pipes-extras - pipes-http - pipes-parse - # - pipes-concurrency # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 + - pipes-concurrency - pipes-safe - turtle - foldl From 79132e1f6a0d430989c82adb1b1dac7336c277fa Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 18 Mar 2018 16:47:38 -0400 Subject: [PATCH 1237/1926] Restore pipes-fluid, pipes-misc --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index caedd62f..c5870b11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pipes-concurrency < 0 # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 @@ -3542,8 +3541,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 63b361c1e46ce20b41ed8ef751fa1c5a1206f9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sun, 18 Mar 2018 21:58:16 +0100 Subject: [PATCH 1238/1926] Re-add gi-gtk, gi-gio, and remove bound on haskell-gi-overloading These were removed due to a bug in GHC 8.2.1, and work fine with GHC 8.4.1. See https://github.com/fpco/stackage/issues/3186 and https://github.com/haskell-gi/haskell-gi/issues/113 for further context. --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..f0ed7d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,16 +2562,18 @@ packages: - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": + - haskell-gi + - haskell-gi-base - gi-atk - gi-cairo - gi-glib + - gi-gio - gi-gobject + - gi-gtk + - gi-gtk-hs + - gi-gtksource - gi-javascriptcore - - haskell-gi - - haskell-gi-base - # - gi-gtk-hs # gi-gio fails to build with ghc-8.2 - # - gi-gtksource # gi-gio fails to build with ghc-8.2 - # - gi-webkit2 # gi-gio fails to build with ghc-8.2 + - gi-webkit2 "Brandon Simmons @jberryman": - directory-tree @@ -4123,9 +4125,6 @@ packages: # https://github.com/fpco/stackage/issues/3183 - criterion < 1.4 - # https://github.com/fpco/stackage/issues/3186 - - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 From 2072d91324c31cb5846dc153f9938b58c042794f Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Sun, 18 Mar 2018 15:51:49 -0700 Subject: [PATCH 1239/1926] Add package random-bytestring --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..03f8221d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - configuration-tools + - random-bytestring "Sam Rijs @srijs": - ndjson-conduit From 90568d72780b9f161ada8741e3d67440df23c0f6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:29:08 -0700 Subject: [PATCH 1240/1926] Expect pipes-misc tests to fail per louispan/pipes-misc#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..4afe80d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4629,6 +4629,7 @@ expected-test-failures: - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 + - pipes-misc # https://github.com/louispan/pipes-misc/issues/1 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 From d4d9d7402d301a5035421e5b38c345d071b0de5c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:34:47 -0700 Subject: [PATCH 1241/1926] Remove gi-gtk-hs per its constraint: base < 4.11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a779a86..71748538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2571,7 +2571,7 @@ packages: - gi-gio - gi-gobject - gi-gtk - - gi-gtk-hs + # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 - gi-gtksource - gi-javascriptcore - gi-webkit2 From 93b14d4638590f5c8f59f46deef47a964322d9d6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:39:18 -0700 Subject: [PATCH 1242/1926] Restore hamtsolo per tfc/hamtsolo#3 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71748538..266483c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,8 +25,7 @@ packages: - zstd "Jacek Galowicz @tfc": - [] - # - hamtsolo # conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 + - hamtsolo "Ferdinand van Walree @Ferdinand-vW": [] @@ -3286,7 +3285,6 @@ packages: - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 From bab903b8ae47426e23fcf1d661caa28697c5cdf9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:45:31 -0700 Subject: [PATCH 1243/1926] Restore hpqtypes & revdeps per scrive/hpqtypes#7 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 266483c8..38b68eba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,7 +3288,6 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 @@ -3528,7 +3527,6 @@ packages: - hledger-lib < 0 # GHC 8.4 via hashtables - pred-trie < 0 # GHC 8.4 via hashtables - hsass < 0 # GHC 8.4 via hlibsass - - log-postgres < 0 # GHC 8.4 via hpqtypes - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c @@ -3587,7 +3585,6 @@ packages: - H < 0 # GHC 8.4 via inline-r - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - log < 0 # GHC 8.4 via log-postgres - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread From e64cf008c9febc86085dd9a88e8a504547aeb339 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 20:27:20 -0700 Subject: [PATCH 1244/1926] Remove gi-webkit2 per #3415 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b68eba..a945de57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,7 +2573,7 @@ packages: # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 - gi-gtksource - gi-javascriptcore - - gi-webkit2 + # - gi-webkit2 # GHC 8.4 "Brandon Simmons @jberryman": - directory-tree @@ -3270,7 +3270,8 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": [] + "Removed packages": + - gi-webkit2 < 0 # https://github.com/fpco/stackage/issues/3415 # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 From b2e75d18609aeab53a2368868c841a86ef2eae87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Mon, 19 Mar 2018 08:17:00 +0100 Subject: [PATCH 1245/1926] Re-add gi-gtk-hs There is a new revision of gi-gtk-hs-0.3.5.0 in hackage with a relaxed upper bound on base, better reflecting reality. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..604c88b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,7 +2570,7 @@ packages: - gi-gio - gi-gobject - gi-gtk - # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 + - gi-gtk-hs - gi-gtksource - gi-javascriptcore # - gi-webkit2 # GHC 8.4 From 35b7b1c84ca9a6865e6286310fe98694b216df1b Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 19 Mar 2018 08:55:11 +0000 Subject: [PATCH 1246/1926] Reenable profiterole as ghc-prof got updated --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..1c0f89b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3817,7 +3817,6 @@ packages: - wrecker < 0 # GHC 8.4 via ansigraph - hinotify < 0 # GHC 8.4 via async-2.2.1 - brick < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 @@ -4004,7 +4003,6 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - profiterole < 0 # GHC 8.4 via ghc-prof - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify From 7296842156b105052e91d2eb2671c1a33b75d2b1 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Mon, 19 Mar 2018 08:53:53 -0400 Subject: [PATCH 1247/1926] Datadog is released as 0.2.2.0, with buffer-builder. Include in build-constraints.yaml. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..72f8f792 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3580,7 +3580,6 @@ packages: - Spock-lucid < 0 # GHC 8.4 via Spock - MFlow < 0 # GHC 8.4 via TCache - Workflow < 0 # GHC 8.4 via TCache - - datadog < 0 # GHC 8.4 via buffer-builder - hledger < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib - H < 0 # GHC 8.4 via inline-r From 5f59355c5da284c30dd6d253adfb506db15dec49 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 19 Mar 2018 15:26:50 -0400 Subject: [PATCH 1248/1926] Update build-constraints.yaml --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1604de0..0d933716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,9 +3864,7 @@ packages: - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 From e94022ac4be201561ab643b2aae94c82508dcdbe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 13:04:33 -0700 Subject: [PATCH 1249/1926] Unblock tasty-hspec & misc revdeps --- build-constraints.yaml | 42 +++++++++++++----------------------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1604de0..7ba19d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3599,7 +3599,18 @@ packages: - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis # transitive failures, rediscovered. - # (none yet) + - yi-core < 0 # GHC 8.4 via dynamic-state + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-frontend-vty < 0 # GHC 8.4 via yi-rope + - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope + - yi-ireader < 0 # GHC 8.4 via yi-rope + - yi-keymap-cua < 0 # GHC 8.4 via yi-rope + - yi-keymap-emacs < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - yi-misc-modes < 0 # GHC 8.4 via yi-rope + - yi-mode-haskell < 0 # GHC 8.4 via yi-rope + - yi-mode-javascript < 0 # GHC 8.4 via yi-rope + - yi-snippet < 0 # GHC 8.4 via yi-rope # This section was used to programmatically generate a set of removals @@ -3864,9 +3875,7 @@ packages: - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 @@ -3970,7 +3979,6 @@ packages: - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - websockets-rpc < 0 # GHC 8.4 via websockets-simple-0.0.6.3 # trans deps, gen 2 - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b @@ -4024,15 +4032,6 @@ packages: - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - jose < 0 # GHC 8.4 via tasty-hspec - - milena < 0 # GHC 8.4 via tasty-hspec - - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - tasty-discover < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle @@ -4059,6 +4058,7 @@ packages: - squeal-postgresql < 0 # GHC 8.4 via uuid - validity-uuid < 0 # GHC 8.4 via uuid - wai-middleware-rollbar < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid # trans deps, gen 3 - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell @@ -4074,15 +4074,6 @@ packages: - mongoDB < 0 # GHC 8.4 via random-shuffle - prometheus-client < 0 # GHC 8.4 via random-shuffle - random-fu < 0 # GHC 8.4 via random-shuffle - - yi-core < 0 # GHC 8.4 via yi-language - - yi-frontend-vty < 0 # GHC 8.4 via yi-language - - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - - yi-ireader < 0 # GHC 8.4 via yi-language - - yi-keymap-emacs < 0 # GHC 8.4 via yi-language - - yi-keymap-vim < 0 # GHC 8.4 via yi-language - - yi-misc-modes < 0 # GHC 8.4 via yi-language - - yi-mode-haskell < 0 # GHC 8.4 via yi-language - - yi-mode-javascript < 0 # GHC 8.4 via yi-language # trans deps, gen 4 - hasql-migration < 0 # GHC 8.4 via hasql @@ -4097,9 +4088,6 @@ packages: - lambdabot-core < 0 # GHC 8.4 via random-fu - misfortune < 0 # GHC 8.4 via random-fu - rank-product < 0 # GHC 8.4 via random-fu - - yi-keymap-cua < 0 # GHC 8.4 via yi-core - - yi-snippet < 0 # GHC 8.4 via yi-core - - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs # trans deps, gen 5 - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core @@ -4123,10 +4111,6 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/athanclark/websockets-rpc/issues/2 - # (downstream build failure) - - websockets-simple < 0.0.7 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From 0f205f665337b11734f363a09d683c77db342e9f Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 20 Mar 2018 08:11:41 +1100 Subject: [PATCH 1250/1926] Add bits-extra library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..3ad1da25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2500,6 +2500,7 @@ packages: - irc-dcc "John Ky newhoggy@gmail.com @newhoggy": + - bits-extra - hw-balancedparens - hw-bits - hw-conduit From a110b7c72ba2a0e72953c47866dc4cbe6ff1b818 Mon Sep 17 00:00:00 2001 From: Anton Gushcha Date: Tue, 20 Mar 2018 00:28:47 +0300 Subject: [PATCH 1251/1926] Add JuicyPixels-blp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..894135bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2674,6 +2674,7 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector + - JuicyPixels-blp "Al Zohali @zohl": # - servant-auth-cookie # servant 0.13 From a1edfd623e4e5afd6edeb8c25395141b22dcd379 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 14:53:20 -0700 Subject: [PATCH 1252/1926] Restore buffer-builder, but with skipped tests. See #3418 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..1f48f795 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3499,7 +3499,6 @@ packages: # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - Spock-worker < 0 # GHC 8.4 via HTF - - buffer-builder < 0 # GHC 8.4 via HTF - ignore < 0 # GHC 8.4 via HTF - large-hashable < 0 # GHC 8.4 via HTF - haxr < 0 # GHC 8.4 via HaXml @@ -4297,6 +4296,7 @@ skipped-tests: - binary-parser # tasty-quickcheck - blaze-html - blaze-markup + - buffer-builder # ghc 8.4 via HTF via xmlgen https://github.com/skogsbaer/xmlgen/issues/7 - case-insensitive # HUnit 1.6 - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 From 784420265af580f94b5775aabba3e35b160ca516 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 19 Mar 2018 18:20:32 -0400 Subject: [PATCH 1253/1926] Fix tfausak's packages --- build-constraints.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01519f41..7fc37b8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1575,27 +1575,27 @@ packages: "Taylor Fausak @tfausak": - autoexporter - - bento - - bmp - # - Chart # Maintained by @timbod7. # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. - # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - - ekg-statsd # Maintained by @tibbe. + - derulo - flow - github-release - - gloss # Maintained by @benl23x5. - - gloss-rendering # Maintained by @benl23x5. - - gpolyline # Maintained by @fegu. + - json-feed - lackey - - monad-memo # Maintained by @EduardSergeev. - - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - # - rattletrap # text-1.2.3.0 - - statestack # Maintained by @byorgey. + - rattletrap + - salve - strive - wuss + - bmp # @benl23x5 + - ekg-statsd # @tibbe + - gloss # @benl23x5 + - gloss-rendering # @benl23x5 + - gpolyline # @fegu + - monad-memo # @EduardSergeev + - postgresql-simple-migration # @ameingast + - statestack # @byorgey + "Marios Titas @redneb": - HsOpenSSL-x509-system - adler32 From d1ac29997e14202a328b64b256a29174aa308173 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 16:34:46 -0700 Subject: [PATCH 1254/1926] Remove json-builder per lpsmith/json-builder#2 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97d4e802..9ce46583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 @@ -4782,6 +4783,7 @@ skipped-benchmarks: - unordered-containers # criterion 1.2 # ghc 8.4 outdated dependencies + - buffer-builder # ghc 8.4 via json-builder build failure - http2 # ghc 8.4 via hashtables - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure From 34004d39b3c0be48f459019b92befaf17b59135c Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Tue, 20 Mar 2018 10:47:16 +0900 Subject: [PATCH 1255/1926] Re-enable papillon #3390 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..c0418476 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3792,7 +3792,6 @@ packages: - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 From d7c23b0b4abbfccf960a26d73ab904a9220cc94a Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 19 Mar 2018 19:52:46 -0700 Subject: [PATCH 1256/1926] Restore `morte` `morte` no longer depends on `text-format` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..b6d742d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,6 @@ packages: - Spock < 0 # GHC 8.4 via reroute - simple < 0 # GHC 8.4 via simple-templates - mbtiles < 0 # GHC 8.4 via sqlite-simple - - morte < 0 # GHC 8.4 via text-format - redis-io < 0 # GHC 8.4 via tinylog - axiom < 0 # GHC 8.4 via transient - transient-universe < 0 # GHC 8.4 via transient From 47357836a0ac09b0f15880dad13d12c4a005abe1 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 19 Mar 2018 20:13:00 -0700 Subject: [PATCH 1257/1926] Restore `turtle` and `bench` `turtle` now builds against the latest version of `doctest` This also unblocks `bench` --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..fc70e733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,7 +3839,6 @@ packages: - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core @@ -4034,7 +4033,6 @@ packages: - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms From 012b3f2a50e8308f6fc8665f132acfcfefac1576 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Tue, 20 Mar 2018 15:27:26 +0900 Subject: [PATCH 1258/1926] Add X11-xft library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0418476..66173447 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2491,6 +2491,7 @@ packages: - io-machine - yjsvg - x11-xim + - X11-xft - Imlib - xturtle - gluturtle From cda998ae53782ad44790b9aa938e0d432caee55c Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 14:46:27 +0100 Subject: [PATCH 1259/1926] Re-add snap-server --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..cf24fb71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3804,7 +3804,6 @@ packages: - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave - - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 From a741578e3a004afe7725ce82c33c6f3fd0c7c5c9 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 14:53:53 +0100 Subject: [PATCH 1260/1926] Re-add threads and threads-extras --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf24fb71..4e70c3b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3568,7 +3568,6 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg - - threads < 0 # GHC 8.4 via concurrent-extra - hindent < 0 # GHC 8.4 via descriptive - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - distributed-process < 0 # GHC 8.4 via network-transport-tcp @@ -3592,7 +3591,6 @@ packages: - hedis < 0 # GHC 8.4 via slave-thread - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - threads-extras < 0 # GHC 8.4 via threads # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis @@ -4637,7 +4635,6 @@ expected-test-failures: - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - - threads - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 From 9f738428eef5829dc0ea9c85b332cbf91c6232b0 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 15:07:44 +0100 Subject: [PATCH 1261/1926] Unblock concurrent-extra --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e70c3b0..cd0abdd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,7 +131,7 @@ packages: - calendar-recycling - combinatorial - comfort-graph - - concurrent-split + - /ent-split - cutter - data-accessor - data-accessor-mtl @@ -3453,7 +3453,6 @@ packages: - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 3d83e696deabbcde9f8a2b94675f85d2e89cfeb5 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 15:13:11 +0100 Subject: [PATCH 1262/1926] Fix mangled package name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd0abdd6..937f7695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,7 +131,7 @@ packages: - calendar-recycling - combinatorial - comfort-graph - - /ent-split + - concurrent-split - cutter - data-accessor - data-accessor-mtl From faa480667292eccc4099ffacb272f303cea79176 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 07:37:32 -0700 Subject: [PATCH 1263/1926] Unblock ekg and revdeps --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 937f7695..8bc7d69b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3654,10 +3654,6 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 @@ -3836,9 +3832,6 @@ packages: - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - eventstore < 0 # GHC 8.4 via ekg-core - - monad-metrics < 0 # GHC 8.4 via ekg-core - - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - uuid < 0 # GHC 8.4 via entropy-0.4.1.1 - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson @@ -3960,7 +3953,6 @@ packages: - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - - websockets-snap < 0 # GHC 8.4 via snap-server - mmark-cli < 0 # GHC 8.4 via stache - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 @@ -4090,7 +4082,9 @@ packages: - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core # trans deps, rediscovered. - # (none yet) + - websockets-snap < 0 # GHC 8.4 via snap-server-1.1.0.0 + - eventstore < 0 # GHC 8.4 via text-format + - eventstore < 0 # GHC 8.4 via uuid "GHC upper bounds": @@ -4285,7 +4279,7 @@ skipped-tests: - stb-image-redux # hspec 2.5 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - wreq # ghc 8.4 via uuid - - http-streams # ghc 8.4 via snap-server + - http-streams # via snap-server-1.1.0.0 - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 @@ -4780,7 +4774,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - buffer-builder # ghc 8.4 via json-builder build failure - http2 # ghc 8.4 via hashtables - - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From cc27339fefcd8938b079e0dd424740df1d07ce0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 07:52:18 -0700 Subject: [PATCH 1264/1926] Expect test failure for concurrent-extra per basvandijk/concurrent-extra#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bc7d69b..992598c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4447,6 +4447,7 @@ skipped-tests: expected-test-failures: # GHC 8.4 + - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ccdd62699eb9b1b04f1e61a05221b53f38105ef0 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Tue, 20 Mar 2018 15:55:43 +0000 Subject: [PATCH 1265/1926] Re-enable mysql in nightly Version 0.1.5, just released to hackage, builds against nightly-2018-03-20 without any errors or warnings, so I think it should be OK! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 992598c8..33241270 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,7 +3404,6 @@ packages: - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") From 6edfbb037fe3645d13e41735d0e72d642a321658 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Tue, 20 Mar 2018 22:37:14 +0300 Subject: [PATCH 1266/1926] Restore dom-parser --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7c14820..fc7f4079 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,7 +3070,7 @@ packages: - ghost-buster "typeable.io ": - # - dom-parser # build failure with ghc 8.4 https://github.com/typeable/dom-parser/issues/10 + - dom-parser - xml-isogen "Jeremy Huffman @jeremyjh": @@ -3286,7 +3286,6 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 From 9938a87de43a5437486fb2813dc7850f0c02d692 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 20 Mar 2018 15:15:11 -0700 Subject: [PATCH 1267/1926] vector-sized back in stackage v1.0.0.0 https://github.com/expipiplus1/vector-sized/pull/35 fixes build issues with ghc 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc7f4079..61f81ed2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,7 +3378,6 @@ packages: - validity-containers < 0 # build failure with GHC 8.4 - validity-text < 0 # build failure with GHC 8.4 - validity-time < 0 # build failure with GHC 8.4 - - vector-sized < 0 # build failure with GHC 8.4 - wl-pprint < 0 # build failure with GHC 8.4 - yjsvg < 0 # build failure with GHC 8.4 From 1a65a1b463ba7174783bf877331cfe379398d92d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 18:35:01 -0700 Subject: [PATCH 1268/1926] Remove morte per Gabriel439/Haskell-Morte-Library#72 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f81ed2..b09dcd1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -766,7 +766,7 @@ packages: - pipes-safe - turtle - foldl - - morte + # - morte # https://github.com/Gabriel439/Haskell-Morte-Library/issues/72 - bench # - dhall # ansi-terminal-0.8 # - dhall-bash # via dhall From f15c4ad1f3c859d34e245992a1b62771a8ff2b3b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 18:38:44 -0700 Subject: [PATCH 1269/1926] Remove async-refresh-tokens per mtesseract/async-refresh-tokens#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b09dcd1c..4b14255f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2973,7 +2973,7 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - - async-refresh-tokens + # - async-refresh-tokens # https://github.com/mtesseract/async-refresh-tokens/issues/9 - type-level-integers - partial-order - async-timer From 28c955316a18ffd28294c6569c35693d9e80b9c5 Mon Sep 17 00:00:00 2001 From: Daniel Casanueva Date: Wed, 21 Mar 2018 02:54:47 +0100 Subject: [PATCH 1270/1926] Restore HaTeX Since matrix was fixed, HaTeX should be building again fine. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b14255f..c74f0261 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,7 +3383,6 @@ packages: # round 2: - HSet < 0 # DependencyFailed (PackageName "hashtables") - - HaTeX < 0 # DependencyFailed (PackageName "matrix") - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") From c9f00d1c4a1ebbcca5ac7afbf81cd8661b72e3d6 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 21 Mar 2018 09:14:07 +0800 Subject: [PATCH 1271/1926] Restore vty, data-clist and brick --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f81ed2..818e9a13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3241,7 +3241,7 @@ packages: "Jack Kiefer @JackKiefer": - herms - + "Sergey Vinokurov @sergv": - sexp-grammar @@ -3807,7 +3807,6 @@ packages: - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 - - data-clist < 0 # GHC 8.4 via QuickCheck-2.11.3 - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 @@ -3816,7 +3815,6 @@ packages: - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - hinotify < 0 # GHC 8.4 via async-2.2.1 - - brick < 0 # GHC 8.4 via base-4.11.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 @@ -4627,7 +4625,6 @@ expected-test-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - vty # https://github.com/jtdaugherty/vty/issues/132 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 From fcf187a6b49059ed30aa5303b69f70c763cdf6c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 22:08:17 -0700 Subject: [PATCH 1272/1926] Unblock morte --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..9fe65740 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -766,7 +766,7 @@ packages: - pipes-safe - turtle - foldl - # - morte # https://github.com/Gabriel439/Haskell-Morte-Library/issues/72 + - morte - bench # - dhall # ansi-terminal-0.8 # - dhall-bash # via dhall From 8d4a565759a163e562b0167a0bb002f9569f3b6e Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 20 Mar 2018 23:34:08 -0700 Subject: [PATCH 1273/1926] hamilton, hmatrix-vector-sized sized back into stackage nightlies hamilton-0.1.0.3 fixes build issues; hmatrix-vector-sized back on because vector-sized is back. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..4dae14f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3557,7 +3557,6 @@ packages: - validity-unordered-containers < 0 # GHC 8.4 via validity - validity-vector < 0 # GHC 8.4 via validity - validity-aeson < 0 # GHC 8.4 via validity-text - - hamilton < 0 # GHC 8.4 via vector-sized - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text @@ -3829,7 +3828,6 @@ packages: - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - stack < 0 # GHC 8.4 via hackage-security - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server From 46ed66190ea8695fd8a03bbacd11693d9a93218b Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Fri, 16 Mar 2018 21:53:36 -0400 Subject: [PATCH 1274/1926] unblock pushbullet-types pushbullet-hs now builds, following https://github.com/tsani/pushbullet-hs/commit/da06bce --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..717a722b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -34,7 +34,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook - # - pushbullet-types # build failure with ghc 8.4 https://github.com/tsani/pushbullet-hs/issues/1 + - pushbullet-types "Theodore Lief Gannon @tejon": - aeson-yak @@ -3297,7 +3297,6 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 From d31a9fd127ab30c9e99500439be5aa507b4b674e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 08:10:19 -0700 Subject: [PATCH 1275/1926] Revert "Remove async-refresh-tokens per mtesseract/async-refresh-tokens#9" This reverts commit f15c4ad1f3c859d34e245992a1b62771a8ff2b3b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f1d60c..86ab6b91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2973,7 +2973,7 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - # - async-refresh-tokens # https://github.com/mtesseract/async-refresh-tokens/issues/9 + - async-refresh-tokens - type-level-integers - partial-order - async-timer From cb51fd5fee7d0c262982d1b48b96528c704e35df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 09:23:47 -0700 Subject: [PATCH 1276/1926] Update comment, ip blocked per andrewthad/haskell-ip#34 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f1d60c..41c40922 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - ip < 0 # build failure with GHC 8.4 https://github.com/andrewthad/haskell-ip/issues/34 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3458,7 +3459,6 @@ packages: - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ip < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From d9bad3c247322b1e4f6f7ef0d7b8ce5dec0b676f Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 21 Mar 2018 12:47:18 -0400 Subject: [PATCH 1277/1926] Add zip-stream --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41c40922..504e5708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2860,6 +2860,7 @@ packages: - postgresql-typed # - invertible # GHC 8.4 via TypeCompose - ztail + - zip-stream "Louis Pan @louispan": - alternators From d95504d2760a2d328badedd7686d8dca6e15ff47 Mon Sep 17 00:00:00 2001 From: Mihaly Barasz Date: Wed, 21 Mar 2018 18:57:29 +0100 Subject: [PATCH 1278/1926] Restore `tz` Fixed in nilcons/haskell-tz@9298bca5ee41c8315a3aada4a8f81579858dbf0f --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66646edc..562f7ba2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3787,7 +3787,6 @@ packages: - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave From 328d85a17a1406853e666fadb308066c7a283750 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 14:33:10 -0700 Subject: [PATCH 1279/1926] Restore IP but skip tests --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 562f7ba2..eafc7bf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,7 +3294,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - ip < 0 # build failure with GHC 8.4 https://github.com/andrewthad/haskell-ip/issues/34 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -4291,6 +4290,7 @@ skipped-tests: - GLFW-b # HUnit 1.6 - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 + - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - model # tasty-quickcheck 0.9.2 @@ -4693,7 +4693,6 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 # end of expected-benchmark-failures From 8cbef869ea46e9c652b194c1e2135a5a7a5a3c0e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 14:42:54 -0700 Subject: [PATCH 1280/1926] Restore ip revdeps --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eafc7bf5..9d45b707 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,8 +3446,6 @@ packages: - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") - - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 02475e31469fbe3c4df953f3f9ff6675f2d24088 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 22 Mar 2018 09:10:27 +0000 Subject: [PATCH 1281/1926] Re-enable mysql-simple in nightly Was blocked by `mysql`, which is now back in. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d45b707..64b2cb4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3534,7 +3534,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - groundhog-mysql < 0 # GHC 8.4 via mysql - - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow From 4dd657a7df0ceb3f003ebf1022d4313b230e162d Mon Sep 17 00:00:00 2001 From: Jack Conrad Kiefer II Date: Thu, 22 Mar 2018 12:22:11 -0600 Subject: [PATCH 1282/1926] Unblock herms from GHC 8.4.1 build failure list Now that herms dependencies brick and vty are back in action, we've updated our package version constraints and compile fine in 8.4.1! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64b2cb4c..0babb87d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3967,7 +3967,6 @@ packages: - random-shuffle < 0 # GHC 8.4 via MonadRandom - random-tree < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - herms < 0 # GHC 8.4 via brick - hledger-iadd < 0 # GHC 8.4 via brick - hledger-ui < 0 # GHC 8.4 via brick - Chart-cairo < 0 # GHC 8.4 via cairo From f5668e1f34877ecadc987cdbf509f2f38812ebb8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:25:43 -0700 Subject: [PATCH 1283/1926] Add constraint "wai-transformers < 0.1" per #3445 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64b2cb4c..dd5580d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4097,6 +4097,9 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + # https://github.com/fpco/stackage/issues/3445 + - wai-transformers < 0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c03116b5606a89d0bce395718c7fafce212f251 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:27:09 -0700 Subject: [PATCH 1284/1926] Add constraint "OpenGLRaw < 3.3" per #3446 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd5580d6..ac912481 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4100,6 +4100,9 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 + # https://github.com/fpco/stackage/issues/3446 + - OpenGLRaw < 3.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 032d7aa594bd0a20284f7e4bfccb2f6b11274880 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:28:12 -0700 Subject: [PATCH 1285/1926] Add comment re: xlsx exclusion, see qrilka/xlsx#116 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac912481..27b3f3ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,7 @@ packages: - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 + - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 @@ -3486,7 +3487,6 @@ packages: - tidal-midi < 0 # DependencyFailed (PackageName "tidal") - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - xlsx < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") From 2dd262745faa2c86cf7c2cc26c3819a7e306c40e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 22 Mar 2018 20:02:35 -0400 Subject: [PATCH 1286/1926] Skip ini tests per #3444 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27b3f3ea..9e281002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4320,6 +4320,7 @@ skipped-tests: - static-text # tasty - test-framework # QuickCheck 2.10 - heist # lens 4.16 + - config-ini # ini # Transitive outdated dependencies # These packages From 0cdd034dc0656367c28d8532f8981538038ead6f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 22 Mar 2018 22:12:08 -0400 Subject: [PATCH 1287/1926] Remove constraint "OpenGLRaw < 3.3", closes #3446 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f01a1744..3edc59e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4099,9 +4099,6 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 - # https://github.com/fpco/stackage/issues/3446 - - OpenGLRaw < 3.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 03a6cd8607133b81fee997e8954a014cac7e5512 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Fri, 23 Mar 2018 12:03:22 +0000 Subject: [PATCH 1288/1926] Re-enable persistent-mysql in nightly This was waiting for `mysql-simple` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3edc59e0..099d51a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3534,7 +3534,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - groundhog-mysql < 0 # GHC 8.4 via mysql - - persistent-mysql < 0 # GHC 8.4 via mysql - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 90ffdafc93ad367459bb74db4c880b8663f5ebe5 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 23 Mar 2018 14:21:56 +0000 Subject: [PATCH 1289/1926] Add odbc package This adds the new odbc package: http://hackage.haskell.org/package/odbc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 099d51a9..5b3e0190 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,6 +541,7 @@ packages: - wrap - path - weigh + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From 73efff2b30a1e703a99736fbeef653bedc7bca8c Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 11:47:38 -0400 Subject: [PATCH 1290/1926] Unblock viewprof --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b3e0190..c99cf1cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2855,7 +2855,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run - # - viewprof # brick 0.30 + - viewprof "Dylan Simon @dylex": - postgresql-typed From aa39d92540fc545e2703d5832621ef5b12bc56c0 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 12:29:33 -0400 Subject: [PATCH 1291/1926] Unblocks deps on hashtables per gregorycollins/hashtables#47 --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c99cf1cb..31785c0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2059,7 +2059,7 @@ packages: - wai-middleware-metrics "Gregory Collins @gregorycollins": - # - hashtables # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 + - hashtables - io-streams - openssl-streams @@ -3290,7 +3290,6 @@ packages: - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 @@ -3384,7 +3383,6 @@ packages: - yjsvg < 0 # build failure with GHC 8.4 # round 2: - - HSet < 0 # DependencyFailed (PackageName "hashtables") - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") @@ -3519,10 +3517,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - RefSerialize < 0 # GHC 8.4 via hashtables - - TCache < 0 # GHC 8.4 via hashtables - - hledger-lib < 0 # GHC 8.4 via hashtables - - pred-trie < 0 # GHC 8.4 via hashtables - hsass < 0 # GHC 8.4 via hlibsass - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c @@ -4760,7 +4754,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - buffer-builder # ghc 8.4 via json-builder build failure - - http2 # ghc 8.4 via hashtables - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From f2f76f80b633ff1ab725f571d56e95b6d8829cdb Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 12:43:29 -0400 Subject: [PATCH 1292/1926] Unblocks deps of hledger-lib via simonmichael/hledger#718 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31785c0b..17329735 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3565,8 +3565,6 @@ packages: - Spock-lucid < 0 # GHC 8.4 via Spock - MFlow < 0 # GHC 8.4 via TCache - Workflow < 0 # GHC 8.4 via TCache - - hledger < 0 # GHC 8.4 via hledger-lib - - hledger-interest < 0 # GHC 8.4 via hledger-lib - H < 0 # GHC 8.4 via inline-r - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro @@ -3961,8 +3959,7 @@ packages: - random-shuffle < 0 # GHC 8.4 via MonadRandom - random-tree < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - hledger-iadd < 0 # GHC 8.4 via brick - - hledger-ui < 0 # GHC 8.4 via brick + - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - Chart-cairo < 0 # GHC 8.4 via cairo - plot < 0 # GHC 8.4 via cairo - markup < 0 # GHC 8.4 via clay From a860749363775e124089994885e094764fea0d96 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Fri, 23 Mar 2018 11:46:00 -0700 Subject: [PATCH 1293/1926] Add aeson-iproute --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17329735..a5a0b4d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3247,6 +3247,9 @@ packages: "Sergey Vinokurov @sergv": - sexp-grammar + "Maximilian Tagher @MaxGabriel": + - aeson-iproute + # 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 dcbcb31ab12555f5d4180092d2eed53906898c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 24 Mar 2018 14:28:11 +0100 Subject: [PATCH 1294/1926] Restore `hlibsass` and `hsass` --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a0b4d5..709947b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,7 +3400,6 @@ packages: - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") @@ -3520,7 +3519,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - hsass < 0 # GHC 8.4 via hlibsass - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c From ef8dd368d49289f61182bdc813237689dcbd2a48 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sat, 24 Mar 2018 16:14:38 -0400 Subject: [PATCH 1295/1926] Remove odbc (missing C library on build server) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 709947b2..e22306a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,6 @@ packages: - wrap - path - weigh - - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From a61fd7e06fa60f2499db623f96e71f4c244189f4 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 25 Mar 2018 00:10:34 -0700 Subject: [PATCH 1296/1926] Reenable netwire and netwire-input. These should both be working now with the release of netwire-5.0.3 to hackage. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..d585e9f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3463,8 +3463,6 @@ packages: - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - netwire < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - netwire-input < 0 # DependencyFailed (PackageName "netwire") - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") From 301a51f2fc6ff35f4a3c3639774152c11fd2c3be Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 25 Mar 2018 14:28:33 +0700 Subject: [PATCH 1297/1926] Unblock my (Mark Karpov's) packages --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..9eda498d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2143,7 +2143,7 @@ packages: - text-metrics - tagged-identity - req - # - req-conduit # conduit 1.3 + - req-conduit - cue-sheet - wave - flac @@ -3399,9 +3399,7 @@ packages: - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") @@ -3766,11 +3764,9 @@ packages: - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3861,8 +3857,6 @@ packages: - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - heist < 0 # GHC 8.4 via map-syntax - - mmark < 0 # GHC 8.4 via modern-uri - - mmark-ext < 0 # GHC 8.4 via modern-uri - req-url-extra < 0 # GHC 8.4 via modern-uri - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette @@ -3930,7 +3924,6 @@ packages: - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - - mmark-cli < 0 # GHC 8.4 via stache - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 From 3b6fed36d12077bd618c23298c0ff68b1919f7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEevi=C4=87?= Date: Sun, 25 Mar 2018 08:33:18 -0400 Subject: [PATCH 1298/1926] Unblocked rank2classes from GHC 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..22d199c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3768,7 +3768,6 @@ packages: - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 From c41481eb0842d54e6df06bcdb4f47fc479fe5c72 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 25 Mar 2018 22:23:13 +0900 Subject: [PATCH 1299/1926] Add transaction --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..edec818a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,6 +2804,7 @@ packages: - heterocephalus - bookkeeping - ochintin-daicho + - transaction "Marcin Tolysz @tolysz": - rawstring-qm From a2848767d09c2e8e8864785f1fd425ec1121f6fa Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Sun, 25 Mar 2018 23:06:31 +0300 Subject: [PATCH 1300/1926] add uniprot-kb --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d585e9f4..6676843b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2916,6 +2916,7 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt + - uniprot-kb "Christopher A. Gorski @cgorski": - general-games From 1f3fc4bcc233b4e9db9a003982e0284616516c17 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sun, 25 Mar 2018 12:54:15 -0600 Subject: [PATCH 1301/1926] more moderately stable packages can't build websockets-simple yet either --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d585e9f4..f3eb2b83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1645,10 +1645,14 @@ packages: - ghc-typelits-natnormalise "Athan Clark @athanclark": + - aeson-attoparsec - alternative-vector + - almost-fix + - attoparsec-base64 - attoparsec-path - attoparsec-ip - attoparsec-uri + - chan - commutative - composition-extra - every @@ -1667,6 +1671,7 @@ packages: - quickcheck-combinators - rose-trees - sets + - since - timemap - tmapchan - tmapmvar @@ -1676,7 +1681,9 @@ packages: - urlpath - wai-transformers - websockets-rpc + # - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 - webpage + - ws "Fumiaki Kinoshita @fumieval": - boundingboxes From 677aa9c3506b20d271852a7577ec01c30593a2ef Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 25 Mar 2018 23:35:58 -0400 Subject: [PATCH 1302/1926] Skip json-autotype tests per mgajda/json-autotype#17 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a79ca612..e7f80cee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4334,6 +4334,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 + - json-autotype # https://github.com/mgajda/json-autotype/issues/17 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From e0bd7fdb39a680f816d6374efc25d54d2ef5bae9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 11:20:28 +0300 Subject: [PATCH 1303/1926] Update debian-bootstrap for odbc --- debian-bootstrap.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c407a32a..7cae7a47 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,14 +25,20 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' +# odbc +curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - +curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list + GHCVER=8.4.1 apt-get update apt-get install -y \ + apt-transport-https \ build-essential \ cmake \ curl \ freeglut3-dev \ + freetds-dev \ fsharp \ g++ \ gawk \ @@ -41,6 +47,7 @@ apt-get install -y \ ghc-$GHCVER-htmldocs \ ghc-$GHCVER-prof \ git \ + gnupg \ gradle \ hscolour \ libadns1-dev \ @@ -143,12 +150,15 @@ apt-get install -y \ r-base-dev \ ruby-dev \ sudo \ + unixodbc-dev \ wget \ xclip \ z3 \ zip \ zlib1g-dev +ACCEPT_EULA=Y apt-get install msodbcsql17 -y + locale-gen en_US.UTF-8 curl -sSL https://get.haskellstack.org/ | sh From 8f817f671f446c4d9a324338ab9a442a8d9333cc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 11:27:33 +0300 Subject: [PATCH 1304/1926] Install curl first --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 7cae7a47..bb051d00 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,10 +25,6 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -# odbc -curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - -curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list - GHCVER=8.4.1 apt-get update @@ -157,6 +153,10 @@ apt-get install -y \ zip \ zlib1g-dev +# odbc +curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - +curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list +apt-get update ACCEPT_EULA=Y apt-get install msodbcsql17 -y locale-gen en_US.UTF-8 From 6746407a2615c38cd4bce07cce27132fa5b62291 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 12:15:39 +0300 Subject: [PATCH 1305/1926] Revert "Remove odbc (missing C library on build server)" This reverts commit ef8dd368d49289f61182bdc813237689dcbd2a48. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7f80cee..07b35a7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,6 +541,7 @@ packages: - wrap - path - weigh + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From 4d90b9a2637f537f19014e83dc13722359652ea9 Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Tue, 27 Mar 2018 19:32:58 +0200 Subject: [PATCH 1306/1926] Unblock nvim-hs-* The issue in neovimhaskell/nvim-hs#63 is fixed. This reverts commit 6e7bc4ae9bbd869123580d373a7f52869157a218. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d880ec..5952d3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2997,10 +2997,9 @@ packages: - katip-scalyr-scribe "Sebastian Witte @saep": - [] - # - nvim-hs # https://github.com/neovimhaskell/nvim-hs/issues/63 - # - nvim-hs-contrib # via nvim-hs - # - nvim-hs-ghcid # via nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From ba4a017bda9633e9b5f061aa9dc889f8d9562f89 Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Tue, 27 Mar 2018 21:52:00 +0200 Subject: [PATCH 1307/1926] Don't include nvim-hs-ghcid as ghcid and transitive dependencies are failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5952d3c2..66151694 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,7 +2999,7 @@ packages: "Sebastian Witte @saep": - nvim-hs - nvim-hs-contrib - - nvim-hs-ghcid + # - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From 333f0222efad620c52a69d4c18c937e1ab276721 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 27 Mar 2018 22:52:50 -0400 Subject: [PATCH 1308/1926] Skips s3-signer tests, omits hledger-iadd --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d880ec..3ea045b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,7 +2834,8 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # megaparsec 6.5.0 "Roy Levien @orome": - crypto-enigma @@ -4419,6 +4420,9 @@ skipped-tests: - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here + + # Uses Cabal's "library internal" stanza feature + - s3-signer # end of skipped-tests From c4107a2b87c50524c20d42530cb9b525f05e1c3f Mon Sep 17 00:00:00 2001 From: capitanbatata Date: Wed, 28 Mar 2018 09:17:02 +0200 Subject: [PATCH 1309/1926] Added hierarchy. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ea045b1..1a614aab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: "Maximilian Tagher @MaxGabriel": - aeson-iproute + "Damian Nadales @capitanbatata": + - hierarchy + # 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 579b5d8f0786159372936cf01faabc8ec24f2fa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 17:28:00 +0900 Subject: [PATCH 1310/1926] Revert "Revert "Remove odbc (missing C library on build server)"" This reverts commit 6746407a2615c38cd4bce07cce27132fa5b62291. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ea045b1..d6bea704 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,7 @@ packages: - wrap - path - weigh - - odbc + # - odbc # fails with: Database/ODBC/SQLServer.hs: No instance for (Semigroup Query) # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From a2a8f6d3b5ad35cd731eb7640f3d53ce7aff4c91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:24:47 +0900 Subject: [PATCH 1311/1926] Revert "Revert "Revert "Remove odbc (missing C library on build server)""" 0.0.2 should build on ghc-8.4 This reverts commit 579b5d8f0786159372936cf01faabc8ec24f2fa6. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69d2173..45434962 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,7 @@ packages: - wrap - path - weigh - # - odbc # fails with: Database/ODBC/SQLServer.hs: No instance for (Semigroup Query) + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From ea2c58f2b92aa0b0086d2c668b9a8da643263688 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:31:32 +0900 Subject: [PATCH 1312/1926] log-elasticsearch < 0.10.0.0 (#3457) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45434962..e7cb9496 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4090,6 +4090,8 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 + # https://github.com/fpco/stackage/issues/3457 + - log-elasticsearch < 0.10.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From c5f32412313494acc281a5e6cce8f8354d99191a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:49:28 +0900 Subject: [PATCH 1313/1926] odbc tests fail to run test/Main.hs:458:7: 1) Database.ODBC.Internal.Connectivity Connect, no close uncaught exception: ErrorCall Need ODBC_TEST_CONNECTION_STRING environment variable. Example: ODBC_TEST_CONNECTION_STRING='DRIVER={ODBC Driver 13 for SQL Server};SERVER=127.0.0.1;Uid=SA;Pwd=Passw0rd;Encrypt=no' CallStack (from HasCallStack): error, called at test/Main.hs:458:7 in main:Main --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7cb9496..f43eefd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4528,6 +4528,7 @@ expected-test-failures: - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p + - odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable" - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb From ae68f01747bcb96e7db3cb506df1dae138f3824d Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 28 Mar 2018 20:26:34 +0800 Subject: [PATCH 1314/1926] Reenabled xmlgen and some dependents --- build-constraints.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7cb9496..f049ee27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -486,7 +486,7 @@ packages: "Stefan Wehr @skogsbaer": - HTF - # - xmlgen # build failure with ghc 8.4 https://github.com/skogsbaer/xmlgen/issues/7 + - xmlgen - stm-stats - large-hashable @@ -3318,7 +3318,6 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 # may have no issue yet @@ -3449,10 +3448,6 @@ packages: - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - Spock-api-server < 0 # GHC 8.4 via Spock-core - - HTF < 0 # GHC 8.4 via xmlgen - - HPDF < 0 # GHC 8.4 via HTF - - dataurl < 0 # GHC 8.4 via HTF - - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3500,9 +3495,7 @@ packages: # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - - Spock-worker < 0 # GHC 8.4 via HTF - - ignore < 0 # GHC 8.4 via HTF - - large-hashable < 0 # GHC 8.4 via HTF + - Spock-worker < 0 # GHC 8.4 via Spock - haxr < 0 # GHC 8.4 via HaXml - Spock < 0 # GHC 8.4 via Spock-core - pell < 0 # GHC 8.4 via arithmoi @@ -4267,7 +4260,6 @@ skipped-tests: - binary-parser # tasty-quickcheck - blaze-html - blaze-markup - - buffer-builder # ghc 8.4 via HTF via xmlgen https://github.com/skogsbaer/xmlgen/issues/7 - case-insensitive # HUnit 1.6 - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 @@ -4421,7 +4413,7 @@ skipped-tests: - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here - + # Uses Cabal's "library internal" stanza feature - s3-signer From 11bb6df451d934925fefc8508ba874fa927b07f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 20:33:39 +0900 Subject: [PATCH 1315/1926] add back cabal-rpm (juhp/cabal-rpm#55) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52814aa..4c94e655 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1161,7 +1161,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm # build failure with ghc 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - cabal-rpm - fedora-haskell-tools # - idris # ansi-terminal-0.8 From 21b83fcf1a573364c4637b1abef665a03b42dd0d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 20:48:41 +0900 Subject: [PATCH 1316/1926] try to reenable cabal-install, pandoc, stack, and more skip tests for haddock-library (hspec) and resolv (tasty) --- build-constraints.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c94e655..44f66ce5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3628,7 +3628,6 @@ packages: - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 @@ -3664,7 +3663,6 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 @@ -3814,8 +3812,6 @@ packages: - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - - stack < 0 # GHC 8.4 via hackage-security - - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server @@ -3824,10 +3820,6 @@ packages: - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - hjsonschema < 0 # GHC 8.4 via hjsonpointer - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 - - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - chatwork < 0 # GHC 8.4 via hspec-2.5.0 - - clay < 0 # GHC 8.4 via hspec-2.5.0 - - fmt < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -3835,12 +3827,6 @@ packages: - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 - - hsyslog-udp < 0 # GHC 8.4 via hspec-2.5.0 - - postgresql-simple-migration < 0 # GHC 8.4 via hspec-2.5.0 - - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 @@ -3926,7 +3912,6 @@ packages: - servant-subscriber < 0 # GHC 8.4 via servant-server - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 @@ -3978,7 +3963,6 @@ packages: - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - urlpath < 0 # GHC 8.4 via monad-control-aligned - - pandoc-citeproc < 0 # GHC 8.4 via pandoc - plot < 0 # GHC 8.4 via pango - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql @@ -4277,6 +4261,7 @@ skipped-tests: - GLFW-b # HUnit 1.6 - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 + - haddock-library # hspec 2.5 - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 @@ -4352,6 +4337,7 @@ skipped-tests: - cryptohash-sha256 - cryptohash-sha512 - lzma + - resolv # tasty - token-bucket - uuid - uuid-types From 99375b2ce3c84e9a6586271e7f360e9efb9f8555 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 21:58:54 +0900 Subject: [PATCH 1317/1926] try enabling a chunk of packages: http-media, servant, crypto --- build-constraints.yaml | 106 +++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 56 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44f66ce5..ad3bac15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3393,7 +3393,7 @@ packages: - validity-containers < 0 # build failure with GHC 8.4 - validity-text < 0 # build failure with GHC 8.4 - validity-time < 0 # build failure with GHC 8.4 - - wl-pprint < 0 # build failure with GHC 8.4 + - wl-pprint < 0 # base-4.11 - yjsvg < 0 # build failure with GHC 8.4 # round 2: @@ -3666,7 +3666,6 @@ packages: - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 @@ -3717,16 +3716,8 @@ packages: - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - schematic < 0 # GHC 8.4 via base-4.11.0.0 - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - - servant-js < 0 # GHC 8.4 via base-4.11.0.0 - - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 @@ -3734,7 +3725,7 @@ packages: - statestack < 0 # GHC 8.4 via base-4.11.0.0 - stitch < 0 # GHC 8.4 via base-4.11.0.0 - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 +# - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 @@ -3767,7 +3758,7 @@ packages: - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3776,8 +3767,8 @@ packages: # missed by first wave - Frames < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 +# - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 +# - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3828,17 +3819,17 @@ packages: - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - - servant-blaze < 0 # GHC 8.4 via http-media - - servant-cassava < 0 # GHC 8.4 via http-media - - servant-exceptions < 0 # GHC 8.4 via http-media - - servant-lucid < 0 # GHC 8.4 via http-media - - servant-pandoc < 0 # GHC 8.4 via http-media - - servant-static-th < 0 # GHC 8.4 via http-media +# - servant-blaze < 0 # GHC 8.4 via http-media +# - servant-cassava < 0 # GHC 8.4 via http-media +# - servant-exceptions < 0 # GHC 8.4 via http-media +# - servant-lucid < 0 # GHC 8.4 via http-media +# - servant-pandoc < 0 # GHC 8.4 via http-media +# - servant-static-th < 0 # GHC 8.4 via http-media - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java @@ -3878,40 +3869,40 @@ packages: - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - rest-snap < 0 # GHC 8.4 via rest-core - - lxd-client < 0 # GHC 8.4 via servant - - miso < 0 # GHC 8.4 via servant - - servant-blaze < 0 # GHC 8.4 via servant - - servant-cassava < 0 # GHC 8.4 via servant + # - lxd-client < 0 # GHC 8.4 via servant + # - miso < 0 # GHC 8.4 via servant + # - servant-blaze < 0 # GHC 8.4 via servant + # - servant-cassava < 0 # GHC 8.4 via servant - servant-elm < 0 # GHC 8.4 via servant - - servant-exceptions < 0 # GHC 8.4 via servant - - servant-github-webhook < 0 # GHC 8.4 via servant - - servant-kotlin < 0 # GHC 8.4 via servant - - servant-lucid < 0 # GHC 8.4 via servant - - servant-mock < 0 # GHC 8.4 via servant - - servant-purescript < 0 # GHC 8.4 via servant - - servant-static-th < 0 # GHC 8.4 via servant - - servant-subscriber < 0 # GHC 8.4 via servant - - lxd-client < 0 # GHC 8.4 via servant-client - - servant-pandoc < 0 # GHC 8.4 via servant-docs - - servant-elm < 0 # GHC 8.4 via servant-foreign - - servant-kotlin < 0 # GHC 8.4 via servant-foreign - - servant-purescript < 0 # GHC 8.4 via servant-foreign - - servant-ruby < 0 # GHC 8.4 via servant-foreign - - servant-subscriber < 0 # GHC 8.4 via servant-foreign - - chatwork < 0 # GHC 8.4 via servant-server - - hledger-api < 0 # GHC 8.4 via servant-server - - rakuten < 0 # GHC 8.4 via servant-server - - servant-blaze < 0 # GHC 8.4 via servant-server - - servant-cassava < 0 # GHC 8.4 via servant-server - - servant-exceptions < 0 # GHC 8.4 via servant-server - - servant-github-webhook < 0 # GHC 8.4 via servant-server - - servant-lucid < 0 # GHC 8.4 via servant-server - - servant-mock < 0 # GHC 8.4 via servant-server - - servant-purescript < 0 # GHC 8.4 via servant-server - - servant-static-th < 0 # GHC 8.4 via servant-server - - servant-subscriber < 0 # GHC 8.4 via servant-server - - servant-websockets < 0 # GHC 8.4 via servant-server - - hledger-api < 0 # GHC 8.4 via servant-swagger + # - servant-exceptions < 0 # GHC 8.4 via servant + # - servant-github-webhook < 0 # GHC 8.4 via servant + # - servant-kotlin < 0 # GHC 8.4 via servant + # - servant-lucid < 0 # GHC 8.4 via servant + # - servant-mock < 0 # GHC 8.4 via servant + - servant-purescript < 0 # mainland-pretty <- srcloc + # - servant-static-th < 0 # GHC 8.4 via servant + # - servant-subscriber < 0 # GHC 8.4 via servant + # - lxd-client < 0 # GHC 8.4 via servant-client + # - servant-pandoc < 0 # GHC 8.4 via servant-docs + # - servant-elm < 0 # GHC 8.4 via servant-foreign + # - servant-kotlin < 0 # GHC 8.4 via servant-foreign + # - servant-purescript < 0 # GHC 8.4 via servant-foreign + # - servant-ruby < 0 # GHC 8.4 via servant-foreign + # - servant-subscriber < 0 # GHC 8.4 via servant-foreign + # - chatwork < 0 # GHC 8.4 via servant-server + # - hledger-api < 0 # GHC 8.4 via servant-server + # - rakuten < 0 # GHC 8.4 via servant-server + # - servant-blaze < 0 # GHC 8.4 via servant-server + # - servant-cassava < 0 # GHC 8.4 via servant-server + # - servant-exceptions < 0 # GHC 8.4 via servant-server + # - servant-github-webhook < 0 # GHC 8.4 via servant-server + # - servant-lucid < 0 # GHC 8.4 via servant-server + # - servant-mock < 0 # GHC 8.4 via servant-server + # - servant-purescript < 0 # GHC 8.4 via servant-server + # - servant-static-th < 0 # GHC 8.4 via servant-server + # - servant-subscriber < 0 # GHC 8.4 via servant-server + # - servant-websockets < 0 # GHC 8.4 via servant-server + # - hledger-api < 0 # GHC 8.4 via servant-swagger - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 @@ -4040,6 +4031,9 @@ packages: - eventstore < 0 # GHC 8.4 via text-format - eventstore < 0 # GHC 8.4 via uuid + - language-ecmascript < 0 # wl-pprint + - servant-js < 0 # language-ecmascript + - mainland-pretty < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From 35450d79b8271cd41c849e31c56c549fa7b912be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 23:24:30 +0900 Subject: [PATCH 1318/1926] HTF (skogsbaer/HTF#66) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad3bac15..9fe941c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -485,7 +485,7 @@ packages: - clock "Stefan Wehr @skogsbaer": - - HTF + # - HTF # https://github.com/skogsbaer/HTF/issues/66 - xmlgen - stm-stats - large-hashable From 4ee9930fa0b71fc073569666da53ee4312907b6c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 00:15:35 +0900 Subject: [PATCH 1319/1926] HTF does not build (skogsbaer/HTF#66) --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fe941c7..d6bb1ce4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -485,7 +485,7 @@ packages: - clock "Stefan Wehr @skogsbaer": - # - HTF # https://github.com/skogsbaer/HTF/issues/66 + - HTF - xmlgen - stm-stats - large-hashable @@ -3595,6 +3595,15 @@ packages: - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - yi-snippet < 0 # GHC 8.4 via yi-rope + # https://github.com/skogsbaer/HTF/issues/66 + - HTF < 0 + - HPDF < 0 + - buffer-builder < 0 + - datadog < 0 + - dataurl < 0 + - graph-core < 0 + - ignore < 0 + - large-hashable < 0 # This section was used to programmatically generate a set of removals # that would result in a valid build plan. From 94bf9441160c6cb8682018f93942948eb2e097a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 00:32:38 +0900 Subject: [PATCH 1320/1926] servant-swagger testsuite failing --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6bb1ce4..53505a6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4653,6 +4653,7 @@ expected-test-failures: - folds - aeson-diff + - servant-swagger # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2718e570650838b80296bf8cf7205317221a9d15 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 29 Mar 2018 12:03:55 -0400 Subject: [PATCH 1321/1926] Unblock hledger-iadd per hpdeifel/hledger-iadd#32 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53505a6a..ed8670f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,8 +2834,7 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # megaparsec 6.5.0 + - hledger-iadd "Roy Levien @orome": - crypto-enigma From b5320fba750419ff2d3342c4d8baa69ee949290c Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Thu, 29 Mar 2018 19:27:29 +0200 Subject: [PATCH 1322/1926] Re-enable websockets-snap and threepenny-gui --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed8670f1..f74cc17c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3770,7 +3770,6 @@ packages: - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave @@ -3920,8 +3919,8 @@ packages: - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - type-assertions < 0 # GHC 8.4 via test-fixture - - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - threepenny-editors < 0 # GHC 8.4 + - threepenny-gui-flexbox < 0 # GHC 8.4 via clay - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4035,7 +4034,6 @@ packages: - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core # trans deps, rediscovered. - - websockets-snap < 0 # GHC 8.4 via snap-server-1.1.0.0 - eventstore < 0 # GHC 8.4 via text-format - eventstore < 0 # GHC 8.4 via uuid From 9bac48453bc23d3b1f31044c27e6d230cab7c147 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Thu, 29 Mar 2018 15:23:30 -0700 Subject: [PATCH 1323/1926] Add persisent-iproute --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a0b4d5..00a5b418 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,6 +3249,7 @@ packages: "Maximilian Tagher @MaxGabriel": - aeson-iproute + - persistent-iproute # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ca6ae1713d260c85bb311c75d2486565ab31d5da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 12:45:42 +0900 Subject: [PATCH 1324/1926] disable cabal-install again for now since we can't handle buildable "stack install cabal-install" should work though via Hackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2da299a4..4762488f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,6 +3637,7 @@ packages: - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 + - cabal-install < 0 # fails due to library buildable - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 From 649856de200ddc57730af9bcb206ddb7001b27b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 30 Mar 2018 20:23:12 +0200 Subject: [PATCH 1325/1926] Re-enable some bergmark/silk packages --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4762488f..50393d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -787,6 +787,7 @@ packages: "Adam Bergmark @bergmark": - HUnit - aeson + - attoparsec-iso8601 - feed - time-compat - through-text @@ -3658,9 +3659,7 @@ packages: - fold-debounce-conduit < 0 # GHC 8.4 via base-4.11.0.0 - force-layout < 0 # GHC 8.4 via base-4.11.0.0 - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 - - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 @@ -3676,7 +3675,6 @@ packages: - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - kraken < 0 # GHC 8.4 via base-4.11.0.0 @@ -3738,7 +3736,6 @@ packages: # - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - - through-text < 0 # GHC 8.4 via base-4.11.0.0 - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - union < 0 # GHC 8.4 via base-4.11.0.0 - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 From 909bb68748ac934f442f40b8c6112af6cf486395 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 30 Mar 2018 21:36:45 +0200 Subject: [PATCH 1326/1926] Remove commented out constraints --- build-constraints.yaml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4762488f..8223f9c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3735,7 +3735,6 @@ packages: - statestack < 0 # GHC 8.4 via base-4.11.0.0 - stitch < 0 # GHC 8.4 via base-4.11.0.0 - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 -# - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 @@ -3777,8 +3776,6 @@ packages: # missed by first wave - Frames < 0 # GHC 8.4 via base-4.11.0.0 -# - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 -# - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3834,12 +3831,6 @@ packages: - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media -# - servant-blaze < 0 # GHC 8.4 via http-media -# - servant-cassava < 0 # GHC 8.4 via http-media -# - servant-exceptions < 0 # GHC 8.4 via http-media -# - servant-lucid < 0 # GHC 8.4 via http-media -# - servant-pandoc < 0 # GHC 8.4 via http-media -# - servant-static-th < 0 # GHC 8.4 via http-media - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java @@ -3879,40 +3870,8 @@ packages: - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - rest-snap < 0 # GHC 8.4 via rest-core - # - lxd-client < 0 # GHC 8.4 via servant - # - miso < 0 # GHC 8.4 via servant - # - servant-blaze < 0 # GHC 8.4 via servant - # - servant-cassava < 0 # GHC 8.4 via servant - servant-elm < 0 # GHC 8.4 via servant - # - servant-exceptions < 0 # GHC 8.4 via servant - # - servant-github-webhook < 0 # GHC 8.4 via servant - # - servant-kotlin < 0 # GHC 8.4 via servant - # - servant-lucid < 0 # GHC 8.4 via servant - # - servant-mock < 0 # GHC 8.4 via servant - servant-purescript < 0 # mainland-pretty <- srcloc - # - servant-static-th < 0 # GHC 8.4 via servant - # - servant-subscriber < 0 # GHC 8.4 via servant - # - lxd-client < 0 # GHC 8.4 via servant-client - # - servant-pandoc < 0 # GHC 8.4 via servant-docs - # - servant-elm < 0 # GHC 8.4 via servant-foreign - # - servant-kotlin < 0 # GHC 8.4 via servant-foreign - # - servant-purescript < 0 # GHC 8.4 via servant-foreign - # - servant-ruby < 0 # GHC 8.4 via servant-foreign - # - servant-subscriber < 0 # GHC 8.4 via servant-foreign - # - chatwork < 0 # GHC 8.4 via servant-server - # - hledger-api < 0 # GHC 8.4 via servant-server - # - rakuten < 0 # GHC 8.4 via servant-server - # - servant-blaze < 0 # GHC 8.4 via servant-server - # - servant-cassava < 0 # GHC 8.4 via servant-server - # - servant-exceptions < 0 # GHC 8.4 via servant-server - # - servant-github-webhook < 0 # GHC 8.4 via servant-server - # - servant-lucid < 0 # GHC 8.4 via servant-server - # - servant-mock < 0 # GHC 8.4 via servant-server - # - servant-purescript < 0 # GHC 8.4 via servant-server - # - servant-static-th < 0 # GHC 8.4 via servant-server - # - servant-subscriber < 0 # GHC 8.4 via servant-server - # - servant-websockets < 0 # GHC 8.4 via servant-server - # - hledger-api < 0 # GHC 8.4 via servant-swagger - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 From da142eefe1a5505b88fb1cd0602833bef18ca323 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 30 Mar 2018 21:44:46 +0200 Subject: [PATCH 1327/1926] Remove duplicate constraints --- build-constraints.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95320889..c79a35f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3356,7 +3356,6 @@ packages: - ghcjs-perch < 0 # build failure with GHC 8.4 - gluturtle < 0 # build failure with GHC 8.4 - group-by-date < 0 # build failure with GHC 8.4 - - heap < 0 # build failure with GHC 8.4 - hid < 0 # build failure with GHC 8.4 - hpp < 0 # build failure with GHC 8.4 - hsb2hs < 0 # build failure with GHC 8.4 @@ -3451,7 +3450,6 @@ packages: - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - - Spock-api-server < 0 # GHC 8.4 via Spock-core - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3519,7 +3517,6 @@ packages: - axiom < 0 # GHC 8.4 via ghcjs-perch - groundhog-inspector < 0 # GHC 8.4 via groundhog - groundhog-mysql < 0 # GHC 8.4 via groundhog - - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c @@ -3527,20 +3524,16 @@ packages: - liboath-hs < 0 # GHC 8.4 via inline-c - hledger-web < 0 # GHC 8.4 via json - katydid < 0 # GHC 8.4 via json - - Spock < 0 # GHC 8.4 via list-t - slave-thread < 0 # GHC 8.4 via list-t - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - - groundhog-mysql < 0 # GHC 8.4 via mysql - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - - Spock < 0 # GHC 8.4 via reroute - simple < 0 # GHC 8.4 via simple-templates - mbtiles < 0 # GHC 8.4 via sqlite-simple - redis-io < 0 # GHC 8.4 via tinylog - - axiom < 0 # GHC 8.4 via transient - transient-universe < 0 # GHC 8.4 via transient - backprop < 0 # GHC 8.4 via type-combinators - genvalidity < 0 # GHC 8.4 via validity @@ -3549,7 +3542,6 @@ packages: - validity-scientific < 0 # GHC 8.4 via validity - validity-unordered-containers < 0 # GHC 8.4 via validity - validity-vector < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity-text - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text @@ -3567,7 +3559,6 @@ packages: - Workflow < 0 # GHC 8.4 via RefSerialize - Spock-lucid < 0 # GHC 8.4 via Spock - MFlow < 0 # GHC 8.4 via TCache - - Workflow < 0 # GHC 8.4 via TCache - H < 0 # GHC 8.4 via inline-r - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro @@ -3584,7 +3575,6 @@ packages: # transitive failures, rediscovered. - yi-core < 0 # GHC 8.4 via dynamic-state - - yi-core < 0 # GHC 8.4 via yi-rope - yi-frontend-vty < 0 # GHC 8.4 via yi-rope - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope - yi-ireader < 0 # GHC 8.4 via yi-rope @@ -3751,7 +3741,6 @@ packages: - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - inline-java < 0 # GHC 8.4 via ghc-8.4.1 - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - - brittany < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3772,7 +3761,6 @@ packages: - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave - - Frames < 0 # GHC 8.4 via base-4.11.0.0 - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3798,11 +3786,9 @@ packages: - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - - uuid < 0 # GHC 8.4 via cryptohash-sha1 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - uuid < 0 # GHC 8.4 via entropy-0.4.1.1 - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 @@ -3838,7 +3824,6 @@ packages: - req-url-extra < 0 # GHC 8.4 via modern-uri - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette - - online < 0 # GHC 8.4 via perf - dbcleaner < 0 # GHC 8.4 via postgresql-simple - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple - emailaddress < 0 # GHC 8.4 via postgresql-simple @@ -3858,11 +3843,9 @@ packages: - bhoogle < 0 # GHC 8.4 via protolude - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-stub-store < 0 # GHC 8.4 via protolude - - hjsonschema < 0 # GHC 8.4 via protolude - hpio < 0 # GHC 8.4 via protolude - kanji < 0 # GHC 8.4 via protolude - logger-thread < 0 # GHC 8.4 via protolude - - online < 0 # GHC 8.4 via protolude - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text @@ -3874,7 +3857,6 @@ packages: - highjson-th < 0 # GHC 8.4 via swagger2 - hledger-api < 0 # GHC 8.4 via swagger2 - teardown < 0 # GHC 8.4 via tasty-rerun - - online < 0 # GHC 8.4 via tdigest - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - type-assertions < 0 # GHC 8.4 via test-fixture @@ -3920,7 +3902,6 @@ packages: - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - urlpath < 0 # GHC 8.4 via monad-control-aligned - - plot < 0 # GHC 8.4 via pango - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - blosum < 0 # GHC 8.4 via pipes-text @@ -3948,7 +3929,6 @@ packages: - eventsource-api < 0 # GHC 8.4 via uuid - eventsource-store-specs < 0 # GHC 8.4 via uuid - gdax < 0 # GHC 8.4 via uuid - - genvalidity-uuid < 0 # GHC 8.4 via uuid - hworker < 0 # GHC 8.4 via uuid - ipython-kernel < 0 # GHC 8.4 via uuid - network-anonymous-i2p < 0 # GHC 8.4 via uuid @@ -3995,7 +3975,6 @@ packages: # trans deps, rediscovered. - websockets-snap < 0 # GHC 8.4 via snap-server-1.1.0.0 - eventstore < 0 # GHC 8.4 via text-format - - eventstore < 0 # GHC 8.4 via uuid - language-ecmascript < 0 # wl-pprint - servant-js < 0 # language-ecmascript From 730b7500d8f597a0f59bd2a4dafb51d53f289752 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Mar 2018 13:20:06 -0700 Subject: [PATCH 1328/1926] Restore tinylog (@twittner) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79a35f2..fe66aa0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -998,7 +998,7 @@ packages: - redis-resp - redis-io - swagger - # - tinylog # build failure with ghc 8.4 https://gitlab.com/twittner/tinylog/issues/1 + - tinylog - wai-predicates - wai-routing - zeromq4-haskell @@ -3318,7 +3318,6 @@ packages: - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From 332712449678749fe12b31178e9a80bf2652b60e Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 31 Mar 2018 02:22:41 +0530 Subject: [PATCH 1329/1926] Enable shell-conduit and fb --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95320889..c84add18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -453,9 +453,9 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal - # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 + - shell-conduit - tldr - # - fb # build failure with ghc 8.4 https://github.com/psibi/fb/issues/3 + - fb - yesod-fb - yesod-auth-fb - hourglass-orphans From f7d5921967563a1ee3a2bd260f67622e572f6243 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 31 Mar 2018 17:49:04 -0400 Subject: [PATCH 1330/1926] Remove transformers-compat from expected-test-failures I've just pushed `transformers-compat-0.6.1`, which no longer includes a test suite (see https://github.com/ekmett/transformers-compat/pull/33), so there's no need to include it in `expected-test-failures` anymore. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60661115..b4fd8e5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4354,7 +4354,6 @@ expected-test-failures: # GHC 8.4 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 - - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 # Intermittent failures or unreliable. These tests may pass when From 8b56eabdda757d523e9c53aad514a3d36eba23b7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Apr 2018 00:13:05 +0200 Subject: [PATCH 1331/1926] Re-enable MonadRandom and dependents --- build-constraints.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60661115..7e7c4028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1012,7 +1012,7 @@ packages: - envparse "Luis G. Torres @giogadi": - - kdt + - kdt < 0 # via heap "Pavel Krajcevski @Mokosha": - netwire @@ -2119,7 +2119,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - - diversity + - diversity < 0 # via fasta - modify-fasta - tree-fun - random-tree @@ -3862,23 +3862,11 @@ packages: - type-assertions < 0 # GHC 8.4 via test-fixture - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui - - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 # trans deps, gen 2 - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - auto < 0 # GHC 8.4 via MonadRandom - - boltzmann-samplers < 0 # GHC 8.4 via MonadRandom - - distribution < 0 # GHC 8.4 via MonadRandom - - diversity < 0 # GHC 8.4 via MonadRandom - - general-games < 0 # GHC 8.4 via MonadRandom - - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - - kdt < 0 # GHC 8.4 via MonadRandom - - mltool < 0 # GHC 8.4 via MonadRandom - - random-shuffle < 0 # GHC 8.4 via MonadRandom - - random-tree < 0 # GHC 8.4 via MonadRandom - - vivid < 0 # GHC 8.4 via MonadRandom - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - Chart-cairo < 0 # GHC 8.4 via cairo - plot < 0 # GHC 8.4 via cairo From 78538b604ae3cdb2020a7feeffd8c538be6f07e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 16:22:56 +0900 Subject: [PATCH 1332/1926] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ba41206..23350abe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,6 +3858,8 @@ packages: - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - type-assertions < 0 # GHC 8.4 via test-fixture + - threepenny-editors < 0 # GHC 8.4 + - threepenny-gui-flexbox < 0 # GHC 8.4 via clay - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 From 4b4a3ce3fb7f02a5908614109865d976d1bae1f2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 16:42:16 +0900 Subject: [PATCH 1333/1926] brick < 0.36 (#3472) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23350abe..2eee9225 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3996,6 +3996,9 @@ packages: # https://github.com/fpco/stackage/issues/3457 - log-elasticsearch < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/3472 + - brick < 0.36 # end of packages # Package flags are applied to individual packages, and override the values of From c5e4015a4b762ef8222bc5233bcb44f3f1b3d9a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 16:47:34 +0900 Subject: [PATCH 1334/1926] disable hledger-iadd for hledger-lib-1.9 (#3473) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eee9225..5a6c2893 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,7 +2835,8 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + {} + # - hledger-iadd # https://github.com/fpco/stackage/issues/3473 "Roy Levien @orome": - crypto-enigma From 53c738c08793c077e3d8e499507c72f4a91250b0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 16:49:47 +0900 Subject: [PATCH 1335/1926] fix previous hledger-iadd commit: s/{}/[]/ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a6c2893..af5f7da4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,7 +2835,7 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - {} + [] # - hledger-iadd # https://github.com/fpco/stackage/issues/3473 "Roy Levien @orome": From 7ca8f310f40cf9975a831c2fa688b5bd4f030675 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 20:45:41 +0900 Subject: [PATCH 1336/1926] Revert "disable hledger-iadd for hledger-lib-1.9 (#3473)" should be fixed in 1.3.3 This reverts commit c5e4015a4b762ef8222bc5233bcb44f3f1b3d9a1. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af5f7da4..2eee9225 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,8 +2835,7 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # https://github.com/fpco/stackage/issues/3473 + - hledger-iadd "Roy Levien @orome": - crypto-enigma From e19b4ec2e7bb79a91649374db0f4c6bde6f6bf06 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 20:55:40 +0900 Subject: [PATCH 1337/1926] disable mltool (Alexander-Ignatyev/mltool#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eee9225..7b280fee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3031,7 +3031,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - - mltool + # - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/2 - hmatrix-morpheus "Edward Amsden @eamsden": From f1409b5b23cc60e682f6f0365fc56611a1066fbd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 21:24:37 +0900 Subject: [PATCH 1338/1926] disable boltzmann-samplers (Lysxia/boltzmann-samplers#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b5b4cc8..a0b24957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -213,7 +213,7 @@ packages: - text-generic-pretty "Li-yao Xia @Lysxia": - - boltzmann-samplers + # - boltzmann-samplers # https://github.com/Lysxia/boltzmann-samplers/issues/2 - generic-random - show-combinators From b9c1e05c2ca94271050f22fca46e82226e076739 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Apr 2018 22:56:39 +0900 Subject: [PATCH 1339/1926] hledger-iadd testsuite fails to build (#3473) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0b24957..ab901fc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4513,6 +4513,7 @@ expected-test-failures: - flat # https://github.com/Quid2/flat/issues/1 - haddock - heap # https://github.com/pruvisto/heap/issues/4 + - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From d02329d32aa23d6497396683245eadbb9e195b8e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 12:31:18 +0900 Subject: [PATCH 1340/1926] algebraic-graphs-0.1.0 (#3474) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab901fc4..aa84d6b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3999,6 +3999,9 @@ packages: # https://github.com/fpco/stackage/issues/3472 - brick < 0.36 + + # https://github.com/fpco/stackage/issues/3474 + - algebraic-graphs < 0.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From 3737ef1e1b440aaebd817a8b1fddfe16cb7ba4df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 12:55:18 +0900 Subject: [PATCH 1341/1926] enable slack-web (#3460) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa84d6b8..11192b72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3716,7 +3716,6 @@ packages: - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 - spdx < 0 # GHC 8.4 via base-4.11.0.0 - statestack < 0 # GHC 8.4 via base-4.11.0.0 From 3e1fc3a4d8e5c2513fbc0261aafba9fd370314d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 13:30:28 +0900 Subject: [PATCH 1342/1926] add explicit cryptohash-md5 and cryptohash-sha1 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11192b72..023821c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1179,6 +1179,10 @@ packages: - ShellCheck - binary-shared + # please take these + - cryptohash-md5 + - cryptohash-sha1 + "Renzo Carbonara @k0001": - network-simple - pipes-aeson From a3c399066cd8b745ae333f48bd27c9a60b07fa5b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 19:37:31 +0900 Subject: [PATCH 1343/1926] reenable HTF et al (skogsbaer/HTF#66) --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 023821c3..21fc6f10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3589,16 +3589,6 @@ packages: - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - yi-snippet < 0 # GHC 8.4 via yi-rope - # https://github.com/skogsbaer/HTF/issues/66 - - HTF < 0 - - HPDF < 0 - - buffer-builder < 0 - - datadog < 0 - - dataurl < 0 - - graph-core < 0 - - ignore < 0 - - large-hashable < 0 - # This section was used to programmatically generate a set of removals # that would result in a valid build plan. # These packages have version bounds in their deps or transitive deps From 17ec896976bb0108872e1709963421cb506638bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 19:40:22 +0900 Subject: [PATCH 1344/1926] Revert "disable boltzmann-samplers (Lysxia/boltzmann-samplers#2)" should be fixed in 0.1.1.0 This reverts commit f1409b5b23cc60e682f6f0365fc56611a1066fbd. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21fc6f10..989ce31e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -213,7 +213,7 @@ packages: - text-generic-pretty "Li-yao Xia @Lysxia": - # - boltzmann-samplers # https://github.com/Lysxia/boltzmann-samplers/issues/2 + - boltzmann-samplers - generic-random - show-combinators From b714d42bde19cccb69496b5d55e711df04a9065e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Apr 2018 23:00:30 +0900 Subject: [PATCH 1345/1926] ignore failing (agrafix/ignore#5) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989ce31e..2778061b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1085,7 +1085,7 @@ packages: - users-postgresql-simple - users-test # - validate-input # https://github.com/agrafix/validate-input/issues/3 - - ignore + # - ignore # https://github.com/agrafix/ignore/issues/5 - blaze-bootstrap - dataurl - psql-helpers From 08d0860ab03df42949a67b3dd8ec656513ef48ed Mon Sep 17 00:00:00 2001 From: Hexirp Date: Tue, 3 Apr 2018 14:16:39 +0900 Subject: [PATCH 1346/1926] Unblock doctest-driver-gen --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2778061b..a2cab140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3631,7 +3631,6 @@ packages: - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 From 26723c68210736df9c28acf383a3aaaf3c24eb3b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 3 Apr 2018 08:43:32 +0300 Subject: [PATCH 1347/1926] cabal-install: lib is buildable fpco/stackage-curator#60 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2778061b..b6e9e870 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,7 +3621,6 @@ packages: - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - cabal-install < 0 # fails due to library buildable - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 @@ -4093,6 +4092,9 @@ package-flags: alerta: servant-client-core: false + cabal-install: + lib: true + # end of package-flags # Special configure options for individual packages From 453b65ef270c1ac3e2ebf872e4449bc005b67aee Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Tue, 3 Apr 2018 10:16:36 +0100 Subject: [PATCH 1348/1926] Add the Clash Haskell-to-HDL compiler Now that that a released version of the compiler runs on GHC 8.4.1, re-enable the Clash on stackage again. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6e9e870..19d951c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1649,6 +1649,9 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise + - clash-prelude + - clash-lib + - clash-ghc "Athan Clark @athanclark": - aeson-attoparsec From 400b73b65da732c4144949d3530891a1321c42fc Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 3 Apr 2018 13:12:52 +0100 Subject: [PATCH 1349/1926] Protolude fixed under base-4.11 for 0.21 and 0.22 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19d951c7..a9a2ccda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3695,7 +3695,6 @@ packages: - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 - - protolude < 0 # GHC 8.4 via base-4.11.0.0 - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 - raaz < 0 # GHC 8.4 via base-4.11.0.0 From ab2a07aab301c6a98b08188383c6f11c6d70471a Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Tue, 3 Apr 2018 17:11:09 +0100 Subject: [PATCH 1350/1926] Drop upper bound on algebraic-graphs See #3474 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9a2ccda..7f2ed5bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,8 +3994,6 @@ packages: # https://github.com/fpco/stackage/issues/3472 - brick < 0.36 - # https://github.com/fpco/stackage/issues/3474 - - algebraic-graphs < 0.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From e60f250035342a731644fcf58fe20958d9f66e13 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 3 Apr 2018 21:34:41 +0200 Subject: [PATCH 1351/1926] Re-enable tasty-hedgehog. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9a2ccda..99329048 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3773,7 +3773,6 @@ packages: - wrecker < 0 # GHC 8.4 via ansigraph - hinotify < 0 # GHC 8.4 via async-2.2.1 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang From 24247e6dfe8da520a959b261e5c1791f4d9f1e6b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 Apr 2018 23:47:03 +0200 Subject: [PATCH 1352/1926] Re-enable rest-stringmap and json-schema --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f2ed5bb..6b8b6dd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3703,7 +3703,6 @@ packages: - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 - rest-core < 0 # GHC 8.4 via base-4.11.0.0 - - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 - rest-types < 0 # GHC 8.4 via base-4.11.0.0 - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - schematic < 0 # GHC 8.4 via base-4.11.0.0 @@ -3782,7 +3781,6 @@ packages: - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - download < 0 # GHC 8.4 via feed - - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - happstack-jmacro < 0 # GHC 8.4 via happstack-server From 157d5b85364108b42582eec7deb2dc3bfe85b022 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Apr 2018 13:06:44 +0900 Subject: [PATCH 1353/1926] jose testsuite not building (frasertweedale/hs-jose#59) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b8b6dd8..defd05fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4512,6 +4512,7 @@ expected-test-failures: - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 + - jose # https://github.com/frasertweedale/hs-jose/issues/59 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 From 4f094abd3564c96f23bcc14e1a7f43daf51044cd Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Wed, 4 Apr 2018 21:45:40 -0400 Subject: [PATCH 1354/1926] Add tao and tao-example --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c435a879..a20a25d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2403,6 +2403,8 @@ packages: - logging-effect-extra-file - logging-effect-extra-handler - overhang + - tao + - tao-example "Suhail Shergill @suhailshergill": - extensible-effects From 807a03540463a3c76afefc3b972b69ecc2016fa1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 5 Apr 2018 08:53:11 +0300 Subject: [PATCH 1355/1926] Skip benchmarks kcsongor/generic-lens#42 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c435a879..0244bd2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4733,6 +4733,9 @@ skipped-benchmarks: - dlist-nonempty # criterion-1.3 - splitmix# # criterion-1.3 + # https://github.com/kcsongor/generic-lens/issues/42 + - generic-lens + # end of skipped-benchmarks From b1d0a0da6fead2d30fd8e5de16a9d3342f78e9bc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 5 Apr 2018 09:12:48 +0300 Subject: [PATCH 1356/1926] Upper bound for broken test suite kcsongor/generic-lens#43 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4eaac2e0..209b9780 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3992,6 +3992,9 @@ packages: # https://github.com/fpco/stackage/issues/3472 - brick < 0.36 + # https://github.com/kcsongor/generic-lens/issues/43 + - generic-lens < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6c95b4e3b43a6855b5f2478ac789958cab3d90c2 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Thu, 5 Apr 2018 15:57:25 +0530 Subject: [PATCH 1357/1926] Add packcheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209b9780..f6ea2c64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -264,6 +264,7 @@ packages: "Harendra Kumar @harendra-kumar": - monad-recorder + - packcheck - streamly - unicode-transforms - xls From 96aaa92c115d05c00067248a561eab3eae53365e Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 5 Apr 2018 07:47:07 -0700 Subject: [PATCH 1358/1926] Reinstate `streaming-bytestring` Since it builds with the latest nightly (2018 April 5). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..d5349988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3442,7 +3442,7 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + #- streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 7d004f95ca5c4f4099b98d2db8e088e65c2e75d3 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 5 Apr 2018 20:11:28 +0300 Subject: [PATCH 1359/1926] Re-enable xml-isogen --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..e01b6151 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,6 @@ packages: - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - xml-isogen < 0 # GHC 8.4 via dom-parser - yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub From 453347895e23fb4bb9e5fd806fb1e506c952e6c7 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Fri, 6 Apr 2018 00:31:45 +0200 Subject: [PATCH 1360/1926] Relax constraints on `generic-lens` --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..3ccbe7d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3993,9 +3993,6 @@ packages: # https://github.com/fpco/stackage/issues/3472 - brick < 0.36 - # https://github.com/kcsongor/generic-lens/issues/43 - - generic-lens < 1 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -4739,9 +4736,6 @@ skipped-benchmarks: - dlist-nonempty # criterion-1.3 - splitmix# # criterion-1.3 - # https://github.com/kcsongor/generic-lens/issues/42 - - generic-lens - # end of skipped-benchmarks From ce810d2144905fb91988b5f73a42eff879b7e342 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Apr 2018 11:08:22 +0200 Subject: [PATCH 1361/1926] Re-enable lentil. Build failure resolved. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..28dd948d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3472,7 +3472,6 @@ packages: - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 85dea70e665bc79954819fb89094ccdf7241c2fe Mon Sep 17 00:00:00 2001 From: Kofi Date: Thu, 5 Apr 2018 17:44:55 -0500 Subject: [PATCH 1362/1926] Add codec-beam, by @hkgumbs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..eae05287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,6 +3273,9 @@ packages: "Damian Nadales @capitanbatata": - hierarchy + "Kofi Gumbs @hkgumbs": + - codec-beam + # 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 5cb8b6e157395f6073e56ab3fa14a7b6529e8fa1 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Sat, 7 Apr 2018 16:09:34 +0900 Subject: [PATCH 1363/1926] fold-debounce-conduit-0.2.0.1 is compatible with base-4.11.0.0 now. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..92fc6114 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3643,7 +3643,6 @@ packages: - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 - fast-builder < 0 # GHC 8.4 via base-4.11.0.0 - feed < 0 # GHC 8.4 via base-4.11.0.0 - - fold-debounce-conduit < 0 # GHC 8.4 via base-4.11.0.0 - force-layout < 0 # GHC 8.4 via base-4.11.0.0 - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 From 76a62e51469962c5e7f6eeeaedc7026b6f6ee2a6 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Sat, 7 Apr 2018 17:34:44 +1000 Subject: [PATCH 1364/1926] Re-adding numhask and friends --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..7a87eebc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2778,6 +2778,7 @@ packages: "Tony Day @tonyday567": - numhask + - numhask-prelude - numhask-range - perf - online @@ -3682,12 +3683,9 @@ packages: - multistate < 0 # GHC 8.4 via base-4.11.0.0 - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - - numhask < 0 # GHC 8.4 via base-4.11.0.0 - - numhask-range < 0 # GHC 8.4 via base-4.11.0.0 - palette < 0 # GHC 8.4 via base-4.11.0.0 - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 - - perf < 0 # GHC 8.4 via base-4.11.0.0 - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 - pomaps < 0 # GHC 8.4 via base-4.11.0.0 - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 From e3dc935286ef272fdf313142d13dbc985b5be53f Mon Sep 17 00:00:00 2001 From: aiya000 Date: Sat, 7 Apr 2018 21:30:28 +0900 Subject: [PATCH 1365/1926] Drop dirty packages of aiya000 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..7c53e8ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,9 +2867,7 @@ packages: - socket-activation "aiya000 @aiya000": - - stack-type - throwable-exceptions - # - snowtify # https://github.com/aiya000/hs-snowtify/issues/1 "Mitsutoshi Aoe @maoe": - influxdb From a6a251f4f42358c705cf65efcce7cc8f27f1bf46 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Sat, 7 Apr 2018 22:51:48 +0100 Subject: [PATCH 1366/1926] Enable mltool --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e01b6151..210d3afe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,7 +3041,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - # - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/2 + - mltool - hmatrix-morpheus "Edward Amsden @eamsden": From b38540966f28503e5a372b371d2e724a98dd8870 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 07:50:36 +0300 Subject: [PATCH 1367/1926] Upper bounds for #3493 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e01b6151..d545c695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3995,6 +3995,12 @@ packages: # https://github.com/kcsongor/generic-lens/issues/43 - generic-lens < 1 + # https://github.com/fpco/stackage/issues/3493 + - base-compat < 0.10 + - base-compat-batteries < 0.10 + - text-show < 3.7.3 + - text-show-instances < 3.6.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 726908c5af9e76793ed8de4070c8f64734465b99 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 07:51:24 +0300 Subject: [PATCH 1368/1926] Upper bounds for #3494 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d545c695..bf88496c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4001,6 +4001,10 @@ packages: - text-show < 3.7.3 - text-show-instances < 3.6.4 + # https://github.com/fpco/stackage/issues/3494 + - hledger-lib < 1.9 + - hledger < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 2a2d7b1f6dc52d9ac34d2b2a4b50ee8df9835ddb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 07:52:56 +0300 Subject: [PATCH 1369/1926] Upper bound on scotty due to hpc-coveralls --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf88496c..951bd716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3469,7 +3469,10 @@ packages: - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - heatshrink < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup configure hindent: DependencyFailed (PackageName "descriptive") - hit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - scotty < 0.11.1 # due to hpc-coveralls dep + - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 00e592d39d3d37c9823a983fd5d16094efdc4c40 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 07:53:38 +0300 Subject: [PATCH 1370/1926] Remove unneeded commented out line --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4d90936..3c47c4f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3442,7 +3442,6 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - #- streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 922b61ed3d13d3cc8e97939e89cc55d9ab8029fb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Apr 2018 23:15:07 +0900 Subject: [PATCH 1371/1926] Revert "jose testsuite not building (frasertweedale/hs-jose#59)" 0.7.0.0 tests should build This reverts commit 157d5b85364108b42582eec7deb2dc3bfe85b022. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6422e157..c432eb53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4518,7 +4518,6 @@ expected-test-failures: - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - - jose # https://github.com/frasertweedale/hs-jose/issues/59 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 From 931ab6a40d6b46c90e4e1e5dad1f73df83d93490 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Sun, 8 Apr 2018 23:30:06 +0800 Subject: [PATCH 1372/1926] Reenabled loc-th, cases, list-t, slave-thread, stm-containers, hedis --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c432eb53..4d2a96f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3320,7 +3320,6 @@ packages: - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 @@ -3407,7 +3406,6 @@ packages: # round 2: - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - cases < 0 # DependencyFailed (PackageName "loch-th") - clay < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3420,7 +3418,6 @@ packages: - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") @@ -3532,8 +3529,6 @@ packages: - liboath-hs < 0 # GHC 8.4 via inline-c - hledger-web < 0 # GHC 8.4 via json - katydid < 0 # GHC 8.4 via json - - slave-thread < 0 # GHC 8.4 via list-t - - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow @@ -3572,7 +3567,6 @@ packages: - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - - hedis < 0 # GHC 8.4 via slave-thread - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - distributed-process-tests < 0 # GHC 8.4 via distributed-process From 3b1fbb31df8795fafb5eb0b31828c21b29d15988 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 18:52:41 +0300 Subject: [PATCH 1373/1926] Revert upper bounds and close #3494 This reverts commit 726908c5af9e76793ed8de4070c8f64734465b99. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c432eb53..fa3aa265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,10 +3994,6 @@ packages: - text-show < 3.7.3 - text-show-instances < 3.6.4 - # https://github.com/fpco/stackage/issues/3494 - - hledger-lib < 1.9 - - hledger < 1.9 - # end of packages # Package flags are applied to individual packages, and override the values of From a3c2e60c7ee82f2b331012477cdfe4e8dce4f0bb Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Sun, 8 Apr 2018 23:54:17 +0800 Subject: [PATCH 1374/1926] Reenabled direct-sqlite, sqlite-simple, selda-sqlite, mbtiles --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c432eb53..dca15926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3443,9 +3443,7 @@ packages: - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") - cmark < 0 # DependencyFailed (PackageName "markdown") @@ -3517,7 +3515,6 @@ packages: - tldr < 0 # GHC 8.4 via cmark - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub @@ -3540,7 +3537,6 @@ packages: - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - simple < 0 # GHC 8.4 via simple-templates - - mbtiles < 0 # GHC 8.4 via sqlite-simple - redis-io < 0 # GHC 8.4 via tinylog - transient-universe < 0 # GHC 8.4 via transient - backprop < 0 # GHC 8.4 via type-combinators From 56300b6d838ce4a0a1127233739d00b9bfd9cdd8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Apr 2018 19:08:04 +0300 Subject: [PATCH 1375/1926] Add erlang-base #3496 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bb051d00..26e1e62d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -33,6 +33,7 @@ apt-get install -y \ build-essential \ cmake \ curl \ + erlang-base \ freeglut3-dev \ freetds-dev \ fsharp \ From 6e94f70a1b723bbb88118ca76c62abfa55a22b2a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Apr 2018 10:21:11 -0700 Subject: [PATCH 1376/1926] note hledger packaging preference --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0213495a..7ca9daa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -948,11 +948,18 @@ packages: - uri-encode "Simon Michael @simonmichael": - - hledger + # + # The hledger project prefers to keep the latest release of the core + # hledger-lib and hledger packages in stackage. If other hledger-* packages have + # too-restrictive bounds, we would prefer they be removed rather than holding back + # hledger-lib and hledger. (https://github.com/fpco/stackage/issues/3494) + # - hledger-lib + - hledger - hledger-ui - hledger-web - hledger-api + # - quickbench - regex-compat-tdfa - shelltestrunner From fd0e78b0a833a28d1b145a150ce6db1b545accdd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Apr 2018 10:23:01 -0700 Subject: [PATCH 1377/1926] fixup --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ca9daa5..36815ba0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -949,9 +949,9 @@ packages: "Simon Michael @simonmichael": # - # The hledger project prefers to keep the latest release of the core - # hledger-lib and hledger packages in stackage. If other hledger-* packages have - # too-restrictive bounds, we would prefer they be removed rather than holding back + # The hledger project aims to keep the latest release of the core + # hledger-lib and hledger packages in stackage. When other hledger-* packages have + # too-restrictive bounds, we prefer they be removed rather than holding back # hledger-lib and hledger. (https://github.com/fpco/stackage/issues/3494) # - hledger-lib From 71eebe6f72e7e7b1153fe0eae188734a2d3caff3 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Mon, 9 Apr 2018 00:28:56 +0300 Subject: [PATCH 1378/1926] Update 'union', 'transformers-lift', remove 'ether', add 'named' --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0213495a..8494b025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1857,8 +1857,8 @@ packages: "Vladislav Zavialov @int-index": - transformers-lift - - ether - union + - named "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write @@ -3629,7 +3629,6 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 @@ -3707,8 +3706,6 @@ packages: - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - - union < 0 # GHC 8.4 via base-4.11.0.0 - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - userid < 0 # GHC 8.4 via base-4.11.0.0 - vado < 0 # GHC 8.4 via base-4.11.0.0 From f8fb0497e77e8474704776643273860326e8a292 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Apr 2018 18:07:42 -0700 Subject: [PATCH 1379/1926] unblock hledger-ui, hinotify builds now --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0213495a..ae887bab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3846,7 +3846,6 @@ packages: # trans deps, gen 2 - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - Chart-cairo < 0 # GHC 8.4 via cairo - plot < 0 # GHC 8.4 via cairo - markup < 0 # GHC 8.4 via clay From 2c76504343868552fb1305a4b2818fe095c70d2c Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 8 Apr 2018 18:10:46 -0700 Subject: [PATCH 1380/1926] Re-enable glfw-dependent libraries. Fixes bsl/GLFW-b#75 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0213495a..0be51ea6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3725,7 +3725,6 @@ packages: - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3763,7 +3762,6 @@ packages: - hinotify < 0 # GHC 8.4 via async-2.2.1 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 @@ -3845,7 +3843,6 @@ packages: - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 # trans deps, gen 2 - - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - Chart-cairo < 0 # GHC 8.4 via cairo - plot < 0 # GHC 8.4 via cairo @@ -4176,7 +4173,6 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - - GLFW-b # HUnit 1.6 - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - haddock-library # hspec 2.5 From 0e98abf32744d7d38acb085a184ce02ba2885dca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 Apr 2018 06:33:33 +0300 Subject: [PATCH 1381/1926] Temporarily disable codec-beam --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0213495a..53027caa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,7 +3273,9 @@ packages: - hierarchy "Kofi Gumbs @hkgumbs": - - codec-beam + [] + # Tests currently fail: https://github.com/fpco/stackage/pull/3496#issuecomment-379571009 + # - codec-beam # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 612a65a5a3b0e91f95b3585d6b59ff6a525d8057 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 Apr 2018 06:40:08 +0300 Subject: [PATCH 1382/1926] Reenable json (closes #3502) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf2455a3..12c7a257 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3377,7 +3377,6 @@ packages: - hsshellscript < 0 # build failure with GHC 8.4 - hstatistics < 0 # build failure with GHC 8.4 - hw-fingertree < 0 # build failure with GHC 8.4 - - json < 0 # build failure with GHC 8.4 - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - median-stream < 0 # build failure with GHC 8.4 From a727c6b9be327f181faaeaa6d82a7cb41cbff416 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Apr 2018 20:53:06 -0700 Subject: [PATCH 1383/1926] unblock more hinotify things --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae887bab..d36893c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3760,7 +3760,6 @@ packages: - linear-accelerate < 0 # GHC 8.4 via accelerate - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - hinotify < 0 # GHC 8.4 via async-2.2.1 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - GLFW-b < 0 # GHC 8.4 via bindings-GLFW @@ -3861,9 +3860,6 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - follow-file < 0 # GHC 8.4 via hinotify - - fsnotify < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 8b6b7a0c5e8595936a41eb47a5b0904a71ccbaa7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 09:54:38 -0700 Subject: [PATCH 1384/1926] Upper bound hw-rankselect due to #3508 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5b1e327..761767ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3989,6 +3989,9 @@ packages: - text-show < 3.7.3 - text-show-instances < 3.6.4 + # https://github.com/fpco/stackage/issues/3508 + - hw-rankselect < 0.11 + # end of packages # Package flags are applied to individual packages, and override the values of From a6b3a2b9a39b94d40530e0c555d075744c38d299 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sun, 8 Apr 2018 09:31:03 -0700 Subject: [PATCH 1385/1926] Add servant-xml, streaming-attoparsec And also reinstate my other libs which were disabled due to bounds. --- build-constraints.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 761767ad..aaa243b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,13 +897,15 @@ packages: - disk-free-space "Colin Woodbury @fosskers": + - kanji - microlens-aeson + - pipes-random - repa - repa-io - repa-algorithms + - servant-xml + - streaming-attoparsec - versions - - kanji - - pipes-random - vectortiles "Ketil Malde @ketil-malde": @@ -3683,7 +3685,8 @@ packages: - palette < 0 # GHC 8.4 via base-4.11.0.0 - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 - - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 + - perf < 0 # GHC 8.4 via base-4.11.0.0 + # - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 - pomaps < 0 # GHC 8.4 via base-4.11.0.0 - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 @@ -3719,8 +3722,8 @@ packages: - vado < 0 # GHC 8.4 via base-4.11.0.0 - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 - - vectortiles < 0 # GHC 8.4 via base-4.11.0.0 - - versions < 0 # GHC 8.4 via base-4.11.0.0 + #- vectortiles < 0 # GHC 8.4 via base-4.11.0.0 + #- versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 @@ -3826,7 +3829,7 @@ packages: - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-stub-store < 0 # GHC 8.4 via protolude - hpio < 0 # GHC 8.4 via protolude - - kanji < 0 # GHC 8.4 via protolude + #- kanji < 0 # GHC 8.4 via protolude - logger-thread < 0 # GHC 8.4 via protolude - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude From 3f1e6edd82e305ea937056c6ae713c4c7c9df28e Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 5 Apr 2018 13:10:24 -0700 Subject: [PATCH 1386/1926] Remove repa entries under @fosskers - It belongs to someone else now. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaa243b9..0667f7ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -900,10 +900,6 @@ packages: - kanji - microlens-aeson - pipes-random - - repa - - repa-io - - repa-algorithms - - servant-xml - streaming-attoparsec - versions - vectortiles @@ -3685,7 +3681,6 @@ packages: - palette < 0 # GHC 8.4 via base-4.11.0.0 - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 - - perf < 0 # GHC 8.4 via base-4.11.0.0 # - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 - pomaps < 0 # GHC 8.4 via base-4.11.0.0 - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 From bbddc1534b372d84a10f41ef9092cb1685ac2d76 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 9 Apr 2018 07:00:01 -0700 Subject: [PATCH 1387/1926] Remove commented lines completely --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0667f7ab..9a4adde9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3681,7 +3681,6 @@ packages: - palette < 0 # GHC 8.4 via base-4.11.0.0 - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 - # - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 - pomaps < 0 # GHC 8.4 via base-4.11.0.0 - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 @@ -3717,8 +3716,6 @@ packages: - vado < 0 # GHC 8.4 via base-4.11.0.0 - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 - #- vectortiles < 0 # GHC 8.4 via base-4.11.0.0 - #- versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 @@ -3824,7 +3821,6 @@ packages: - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-stub-store < 0 # GHC 8.4 via protolude - hpio < 0 # GHC 8.4 via protolude - #- kanji < 0 # GHC 8.4 via protolude - logger-thread < 0 # GHC 8.4 via protolude - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude From 13b8d9383e47260f0f86843c6344dcadc07c7465 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Mon, 9 Apr 2018 21:03:05 +0800 Subject: [PATCH 1388/1926] Reenabled hinotify, follow-file and ztail --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a4adde9..b7c31fa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3759,7 +3759,6 @@ packages: - linear-accelerate < 0 # GHC 8.4 via accelerate - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - hinotify < 0 # GHC 8.4 via async-2.2.1 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - web-routes-boomerang < 0 # GHC 8.4 via boomerang @@ -3858,9 +3857,7 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 0e34f935f960b5645866081e75ee6771b708c397 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 10:27:03 -0700 Subject: [PATCH 1389/1926] Add back follow-file and ztail (partially revert #3507) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7c31fa7..ed662f8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,7 +3857,9 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec + - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 15debfb2c6da43686946be94d58e0dfde242e1b7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 10:38:46 -0700 Subject: [PATCH 1390/1926] Now remove block on follow-file and ztail (full version of #3507) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed662f8e..0f2a31a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,9 +3857,9 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - follow-file < 0 # GHC 8.4 via hinotify - - fsnotify < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify + # follow-file < 0 # GHC 8.4 via hinotify + # fsnotify < 0 # GHC 8.4 via hinotify + # ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From b208b1a26f53e1680f4150da36ad3f0d246733ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 10:42:44 -0700 Subject: [PATCH 1391/1926] Updated one extra package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f2a31a9..6e7d1596 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,7 +3858,7 @@ packages: - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec # follow-file < 0 # GHC 8.4 via hinotify - # fsnotify < 0 # GHC 8.4 via hinotify + - fsnotify < 0 # GHC 8.4 via hinotify # ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint From b22dea433e36127df8f7c3b4bdc01431f563859e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 12:14:16 -0700 Subject: [PATCH 1392/1926] Keep follow-file and ztail blocked (#3507) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e7d1596..ed662f8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,9 +3857,9 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - # follow-file < 0 # GHC 8.4 via hinotify + - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - # ztail < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 4acb21a65a2d47a5de936ee5ee598fa76fee8179 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Apr 2018 21:04:07 -0700 Subject: [PATCH 1393/1926] unblock hledger-web, katydid --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed662f8e..5af1513e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3533,8 +3533,6 @@ packages: - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - - hledger-web < 0 # GHC 8.4 via json - - katydid < 0 # GHC 8.4 via json - timemap < 0 # GHC 8.4 via list-t - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow From 19ca9319c956dd795316b1268653628d67ab3ffc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 13:30:04 -0700 Subject: [PATCH 1394/1926] Try #3505 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5af1513e..bd58e505 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,7 +3439,7 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + # highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3826,9 +3826,9 @@ packages: - servant-elm < 0 # GHC 8.4 via servant - servant-purescript < 0 # mainland-pretty <- srcloc - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - - highjson-swagger < 0 # GHC 8.4 via swagger2 - - highjson-th < 0 # GHC 8.4 via swagger2 - - hledger-api < 0 # GHC 8.4 via swagger2 + # highjson-swagger < 0 # GHC 8.4 via swagger2 + # highjson-th < 0 # GHC 8.4 via swagger2 + # hledger-api < 0 # GHC 8.4 via swagger2 - teardown < 0 # GHC 8.4 via tasty-rerun - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 From 3fa8f5c5624697d3c0cacd7a2066f16fb9147b75 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 13:39:14 -0700 Subject: [PATCH 1395/1926] Re-block the failing part of #3505 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd58e505..624340d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,7 +3439,7 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - # highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3826,8 +3826,8 @@ packages: - servant-elm < 0 # GHC 8.4 via servant - servant-purescript < 0 # mainland-pretty <- srcloc - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - # highjson-swagger < 0 # GHC 8.4 via swagger2 - # highjson-th < 0 # GHC 8.4 via swagger2 + - highjson-swagger < 0 # GHC 8.4 via swagger2 + - highjson-th < 0 # GHC 8.4 via swagger2 # hledger-api < 0 # GHC 8.4 via swagger2 - teardown < 0 # GHC 8.4 via tasty-rerun - wrecker < 0 # GHC 8.4 via tdigest From 41133d28476b0191c07a165fc865f8353a40dea3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 13:42:37 -0700 Subject: [PATCH 1396/1926] hledger-api can be unblocked (#3505) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 624340d7..58c0f720 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3828,7 +3828,6 @@ packages: - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 - # hledger-api < 0 # GHC 8.4 via swagger2 - teardown < 0 # GHC 8.4 via tasty-rerun - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 From 018aa7c56864b3be2c12cd016908ec0c9c77337e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 14:57:36 -0700 Subject: [PATCH 1397/1926] Try #3509 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58c0f720..73ae37a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3558,7 +3558,7 @@ packages: - distributed-process < 0 # GHC 8.4 via network-transport-tcp - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp - - xxhash-ffi < 0 # GHC 8.4 via xxhash + # xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - MFlow < 0 # GHC 8.4 via RefSerialize From 1d3e7d088a30f9763ef877cad0f0165154ec825c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 14:59:03 -0700 Subject: [PATCH 1398/1926] Also unblock xxhash to test #3509 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73ae37a3..f446af3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,7 +3506,7 @@ packages: - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + # xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 From d5e05d846aff5ada046caa87a811cc58e96b4e1c Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Mon, 9 Apr 2018 23:38:17 +0200 Subject: [PATCH 1399/1926] Renable xxhash-ffi after disabling benchmarks --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f446af3d..9c1a20b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3558,7 +3558,6 @@ packages: - distributed-process < 0 # GHC 8.4 via network-transport-tcp - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp - # xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - MFlow < 0 # GHC 8.4 via RefSerialize @@ -4653,6 +4652,7 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - buffer-builder # ghc 8.4 via json-builder build failure - psqueues # ghc 8.4 via PSQueue build failure + - xxhash-ffi # ghc 8.4 via xxhash build failure # Transitive outdated dependencies # These packages From 38a406af383b10a4243caf84d1c5cfea1dcc2b48 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Tue, 10 Apr 2018 00:27:50 +0200 Subject: [PATCH 1400/1926] Redisable xxhash --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c1a20b2..97fc9ec9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,7 +3506,7 @@ packages: - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - # xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 From 9ebde1f5f876251877ab3590a40c45ee0a36a72d Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Mon, 9 Apr 2018 12:32:28 +0200 Subject: [PATCH 1401/1926] Add haskey-btree, haskey and haskey-mtl --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97fc9ec9..017902fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2632,6 +2632,9 @@ packages: "Henri Verroken @hverr": - bordacount - cache + - haskey-btree + - haskey + - haskey-mtl - lxd-client - lxd-client-config - xxhash-ffi From da7bc3a451e728a123aa6f174893f1bb8ade7e23 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 16:13:35 -0700 Subject: [PATCH 1402/1926] Skip snappy tests (#3511) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 017902fa..42db7ff8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4301,6 +4301,7 @@ skipped-tests: # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + - snappy # https://github.com/fpco/stackage/issues/3511 # tasty 0.12 and tasty-hunit 0.10 - airship From 8d640bada65ee1dfe9c24e920baaddbf59caec1e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Apr 2018 16:13:45 -0700 Subject: [PATCH 1403/1926] Skip lz4 benchmarks (#3510) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42db7ff8..65836c6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4589,6 +4589,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 + - lz4 # https://github.com/fpco/stackage/issues/3510 # end of expected-benchmark-failures From b82ed5155a5bb1e6967e27786acadc6613ead886 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 12:18:00 -0700 Subject: [PATCH 1404/1926] Upper bound temporary (#3512) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65836c6c..e4390ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3984,6 +3984,9 @@ packages: # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 + # https://github.com/fpco/stackage/issues/3512 + - temporary < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 58590e65a96247c7e80c7d2842996cf875bed5d2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 15:06:17 -0700 Subject: [PATCH 1405/1926] Test ztail (#3501 #3507) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4390ed7..83caaf34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,7 +3858,7 @@ packages: - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify + # ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 11bb95fbbd1f69bf6a34add2cc2c74fe9e7127e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 15:08:47 -0700 Subject: [PATCH 1406/1926] ztail is fixed (#3501 #3507) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83caaf34..aeb26fdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,7 +3858,6 @@ packages: - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - # ztail < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint From 32381c71a4db60de04c38cea8970290a1a494eaa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 15:15:29 -0700 Subject: [PATCH 1407/1926] Check ekg-wai (#3513) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb26fdd..cc48ef9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,7 +3634,7 @@ packages: - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 + # ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 From 6a47c6b47ec1b2049230125aae4b1955a37cb2df Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 15:17:05 -0700 Subject: [PATCH 1408/1926] All is good (merge #3513) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc48ef9d..aeb26fdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,7 +3634,7 @@ packages: - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - # ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 From 3b27d2a1bc98f59fff576079371ee00f396e4dd9 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 10 Apr 2018 21:37:02 +0200 Subject: [PATCH 1409/1926] Reenable ekg-wai Bounds fixed on hackage --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb26fdd..8e8a6be6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,7 +3634,6 @@ packages: - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 From b94ab1c9fe67d29a1d406ab02722980adba14f1b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 15:33:21 -0700 Subject: [PATCH 1410/1926] Move some of the blockings to their authors --- build-constraints.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e8a6be6..7ca93f25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -905,7 +905,7 @@ packages: - vectortiles "Ketil Malde @ketil-malde": - # - biocore # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 + - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 # - biofasta # ghc 8.4 via biocore - biofastq # - blastxml # ghc 8.4 via biocore @@ -1168,7 +1168,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - fedora-haskell-tools # - idris # ansi-terminal-0.8 @@ -1848,7 +1848,7 @@ packages: # - webdriver-angular # via hspec-webdriver "Sven Heyll @sheyll": - # - b9 # GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - type-spec - pretty-types @@ -2456,9 +2456,8 @@ packages: # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - [] # - tuple # ghc 8.4 via OneTuple - # - OneTuple # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 + - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": @@ -3315,17 +3314,13 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": - gi-webkit2 < 0 # https://github.com/fpco/stackage/issues/3415 + - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 From 425c78cd343cc979b7ce1a3f3a22e69325775eac Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 10 Apr 2018 16:36:02 -0700 Subject: [PATCH 1411/1926] More blockers moved under maintainers --- build-constraints.yaml | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ca93f25..5c10bbb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -396,7 +396,7 @@ packages: - http-conduit "Omari Norman @massysett": - # - rainbow # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox - multiarg - cartel @@ -520,7 +520,7 @@ packages: - socks - tls - tls-debug - # - vhd # build failure with ghc 8.4 + - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xenstore "Chris Done @chrisdone": @@ -1085,7 +1085,7 @@ packages: - Spock-worker - graph-core - hvect - # - reroute # build failure with ghc 8.4 https://github.com/agrafix/Spock/issues/140 + - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - users # - users-persistent # persistent 2.8 - users-postgresql-simple @@ -1527,7 +1527,7 @@ packages: # - gogol-youtube-analytics # - gogol-youtube-reporting # - ede # https://github.com/brendanhay/ede/issues/28 - # - pagerduty # build failure with ghc 8.4 https://github.com/brendanhay/pagerduty/issues/10 + - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - semver - text-manipulate @@ -1677,7 +1677,7 @@ packages: - markup - monad-control-aligned - monadoid - # - n-tuple # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra - pred-trie - pred-set @@ -1842,9 +1842,8 @@ packages: - seqalign "John Lenz @wuzzeb": - [] # - yesod-static-angular # conduit 1.3, yesod 1.6 - # - hspec-webdriver # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 + - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 # - webdriver-angular # via hspec-webdriver "Sven Heyll @sheyll": @@ -1892,8 +1891,7 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - [] - # - haskell-neo4j-client # ghc 8.4 build failure https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 + - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 "Anton Kholomiov ": - data-fix @@ -1932,7 +1930,7 @@ packages: - thread-local-storage "Kirill Zaborsky @qrilka": - - xlsx + - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 "Matt Parsons @parsonsmatt": - monad-logger-prefix @@ -2094,7 +2092,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl # - graphviz # fgl 5.6.0.0 - # - wl-pprint-text # build failure with ghc 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - servant-pandoc "Sharif Olorin @olorin": @@ -2256,7 +2254,7 @@ packages: - webdriver "Luke Iannini @lukexi": - # - inline-c # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - inline-c-cpp - ekg @@ -3160,7 +3158,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - # - riak # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 + - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - airship "Sam Stites @stites": @@ -3323,21 +3321,10 @@ packages: - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 From ddd1e2243c9ffedcf5dc262619872ead5543f8e8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 06:50:50 -0700 Subject: [PATCH 1412/1926] Upper bound swagger2 (#3515) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c10bbb8..6e634a00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3967,6 +3967,9 @@ packages: # https://github.com/fpco/stackage/issues/3512 - temporary < 1.3 + # https://github.com/fpco/stackage/issues/3515 + - swagger2 < 2.2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From ae279a7ebf5d8c7f58f286ce26a6dfbb9f1c8437 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Wed, 11 Apr 2018 21:28:59 +0900 Subject: [PATCH 1413/1926] re-enable wild-bind and wild-bind-x11 it's now compatible with base-4.11.0.0 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e634a00..5d9c4740 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,8 +3421,6 @@ packages: - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 6d4ede1a88e22f25bcc10f5d8a39d707cdcdea3b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 09:00:00 -0700 Subject: [PATCH 1414/1926] Test microlens solution --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d9c4740..97bb08d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3935,10 +3935,10 @@ packages: # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - - microlens < 0.4.9 - - microlens-ghc < 0.4.9 - - microlens-platform < 0.3.10 - - microlens-th < 0.4.2 + # microlens < 0.4.9 + # microlens-ghc < 0.4.9 + # microlens-platform < 0.3.10 + # microlens-th < 0.4.2 # needed by path # https://github.com/fpco/stackage/issues/3315 From c75c8fb0d69b3c9574baf9bc158837b98e1fe5ac Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Tue, 10 Apr 2018 21:14:42 +0200 Subject: [PATCH 1415/1926] Add saltine saltine is a haskell binding to the libsodium library, a modern cryptographic library with simplicity, safety and ease of use as primary goals. I'm not the author of the library, but briefly exchanged e-mails with him and he is fine with me adding his package to stackage. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97bb08d9..e150055b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2371,6 +2371,7 @@ packages: "Hans-Christian Esperer @hce": - avwx + - saltine - wai-session-postgresql "Haisheng Wu @freizl": From 8175ca2a8e798d02c7bd0809b4f7acff46ce11a6 Mon Sep 17 00:00:00 2001 From: Travis Athougies Date: Tue, 10 Apr 2018 22:32:13 -0700 Subject: [PATCH 1416/1926] Add beam-core, beam-migrate, beam-postgres, and beam-sqlite --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e150055b..58a248d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,12 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Travis Athougies @tathougies": + - beam-core + - beam-migrate + - beam-postgres + - beam-sqlite + "Fraser Murray Date: Wed, 11 Apr 2018 13:43:34 -0700 Subject: [PATCH 1417/1926] Remove beam-postgres --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58a248d3..09c39a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,6 @@ packages: "Travis Athougies @tathougies": - beam-core - beam-migrate - - beam-postgres - beam-sqlite "Fraser Murray Date: Wed, 11 Apr 2018 09:21:45 -0700 Subject: [PATCH 1418/1926] Remove microlens-* blockers as downstream failure is solved (jtdaugherty/vty/#147) --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09c39a4b..0f3c02be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3939,13 +3939,6 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/jtdaugherty/vty/issues/147 - # (downstream build failure) - # microlens < 0.4.9 - # microlens-ghc < 0.4.9 - # microlens-platform < 0.3.10 - # microlens-th < 0.4.2 - # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 From 153c016e6f6a85982a531b7d50d78cf55c6d60a4 Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Thu, 12 Apr 2018 08:34:05 +0900 Subject: [PATCH 1419/1926] Add main-tester https://hackage.haskell.org/package/main-tester --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09c39a4b..9dc92a5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,6 +2373,7 @@ packages: "Yuji Yamamoto @igrep": - yes-precure5-command - th-strict-compat + - main-tester "Hans-Christian Esperer @hce": - avwx From 128ff09a5c40b91bc11b4c164665a27d637559f3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:39:00 -0700 Subject: [PATCH 1420/1926] Revert c263065/#3517 'Add saltine' --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f3c02be..f1920a00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2376,7 +2376,6 @@ packages: "Hans-Christian Esperer @hce": - avwx - - saltine - wai-session-postgresql "Haisheng Wu @freizl": From 55807ba4bbd68a1b0b4a48063f5530b9e10a6221 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:43:01 -0700 Subject: [PATCH 1421/1926] Move blocked invertible under maintainer --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1920a00..e8467383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2887,7 +2887,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # GHC 8.4 via TypeCompose + - invertible < 0 # GHC 8.4 via TypeCompose - ztail - zip-stream @@ -3449,7 +3449,6 @@ packages: - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From f560c2e7878816df0cdd12660d1ca33cd4ee197f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:43:27 -0700 Subject: [PATCH 1422/1926] Test claim that enummapset builds --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8467383..dd7234e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 + # enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 From f5dd62d4c4dff162cf542bfb527283266aba2ef9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:47:20 -0700 Subject: [PATCH 1423/1926] Also test set-cover --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd7234e0..ad03360c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,7 +3444,7 @@ packages: - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - set-cover < 0 # DependencyFailed (PackageName "enummapset") + # set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute From 7b4342fdea74811e1245a729c6ad1737f68fa6c1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:49:58 -0700 Subject: [PATCH 1424/1926] Add enummapset, set-cover back to the snapshot --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad03360c..dca2fc53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,6 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - # enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 @@ -3444,7 +3443,6 @@ packages: - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - # set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute From 0fda32d70ade9cf9afa09ec36e8bb2ffd692ef9c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:51:09 -0700 Subject: [PATCH 1425/1926] Test that issues with fb are solved --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dca2fc53..f8f3e9b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 + # fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 @@ -3443,7 +3443,7 @@ packages: - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - yesod-fb < 0 # GHC 8.4 via fb + # yesod-fb < 0 # GHC 8.4 via fb - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api @@ -3507,7 +3507,7 @@ packages: - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - yesod-auth-fb < 0 # GHC 8.4 via fb + # yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - axiom < 0 # GHC 8.4 via ghcjs-perch @@ -3536,7 +3536,7 @@ packages: - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text - - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb + # yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg - hindent < 0 # GHC 8.4 via descriptive - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy From 67f0fca029c11784e74a3e01203989742045210a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:53:13 -0700 Subject: [PATCH 1426/1926] fb and deps work, adding back to snapshot --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8f3e9b4..cf9af604 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,6 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - # fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 @@ -3443,7 +3442,6 @@ packages: - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - # yesod-fb < 0 # GHC 8.4 via fb - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api @@ -3507,7 +3505,6 @@ packages: - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - # yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - axiom < 0 # GHC 8.4 via ghcjs-perch @@ -3536,7 +3533,6 @@ packages: - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text - # yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg - hindent < 0 # GHC 8.4 via descriptive - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy From 653c129195a9c0f8601f45c114dec2e33e81abc7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:55:23 -0700 Subject: [PATCH 1427/1926] Test claim that heap works with GHC 8.4 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf9af604..d53a1c85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -244,7 +244,7 @@ packages: "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - # - median-stream # GHC 8.4 via heap + - median-stream # GHC 8.4 via heap - stm-supply - filter-logger - tile @@ -1023,7 +1023,7 @@ packages: - envparse "Luis G. Torres @giogadi": - - kdt < 0 # via heap + - kdt # 0 # via heap "Pavel Krajcevski @Mokosha": - netwire @@ -3324,7 +3324,7 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + # heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 @@ -3372,7 +3372,7 @@ packages: - hw-fingertree < 0 # build failure with GHC 8.4 - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - - median-stream < 0 # build failure with GHC 8.4 + # median-stream < 0 # build failure with GHC 8.4 - miniutter < 0 # build failure with GHC 8.4 - monadoid < 0 # build failure with GHC 8.4 - nfc < 0 # build failure with GHC 8.4 @@ -4475,7 +4475,7 @@ expected-test-failures: - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 - haddock - - heap # https://github.com/pruvisto/heap/issues/4 + # heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 From 705e5012c9baca859088a0fe8d3de90e12aefc39 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Apr 2018 16:58:44 -0700 Subject: [PATCH 1428/1926] Add back heap, median-stream and kdt --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d53a1c85..b5bf8bf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -244,7 +244,7 @@ packages: "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - - median-stream # GHC 8.4 via heap + - median-stream - stm-supply - filter-logger - tile @@ -1023,7 +1023,7 @@ packages: - envparse "Luis G. Torres @giogadi": - - kdt # 0 # via heap + - kdt "Pavel Krajcevski @Mokosha": - netwire @@ -3324,7 +3324,6 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - # heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 @@ -3372,7 +3371,6 @@ packages: - hw-fingertree < 0 # build failure with GHC 8.4 - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - # median-stream < 0 # build failure with GHC 8.4 - miniutter < 0 # build failure with GHC 8.4 - monadoid < 0 # build failure with GHC 8.4 - nfc < 0 # build failure with GHC 8.4 @@ -4475,7 +4473,6 @@ expected-test-failures: - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 - haddock - # heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 From a91882686bdb3d09752b3507e55c3298fe312852 Mon Sep 17 00:00:00 2001 From: Kofi Gumbs Date: Thu, 12 Apr 2018 11:05:17 -0500 Subject: [PATCH 1429/1926] Install erlang from erlang-solutions.com --- debian-bootstrap.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 26e1e62d..9d723b47 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -33,7 +33,6 @@ apt-get install -y \ build-essential \ cmake \ curl \ - erlang-base \ freeglut3-dev \ freetds-dev \ fsharp \ @@ -225,6 +224,15 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig +# Install erlang/otp platform and its dependencies +ERLANG_VERSION="20.2.2" +ERLANG_DEB_FILE="esl-erlang_${ERLANG_VERSION}-1~debian~jessie_amd64.deb" +pushd /tmp \ + && wget https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/${ERLANG_DEB_FILE} \ + && (dpkg -i ${ERLANG_DEB_FILE}; apt-get install -yf) \ + && rm ${ERLANG_DEB_FILE} \ + && popd + # 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 \ From d0f9f423f922a7e49ce0175e217fa89a5cbd66b8 Mon Sep 17 00:00:00 2001 From: Kofi Gumbs Date: Thu, 12 Apr 2018 11:05:24 -0500 Subject: [PATCH 1430/1926] Re-enable codec-beam --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5bf8bf4..57e0dbf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,9 +3283,7 @@ packages: - hierarchy "Kofi Gumbs @hkgumbs": - [] - # Tests currently fail: https://github.com/fpco/stackage/pull/3496#issuecomment-379571009 - # - codec-beam + - codec-beam # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 20747f65cb343e545f4b6a235724611ef62b55b5 Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Thu, 12 Apr 2018 10:33:17 +0200 Subject: [PATCH 1431/1926] Install libsodium-dev --- debian-bootstrap.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9d723b47..29356170 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -245,6 +245,14 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# Install libsodium +curl https://download.libsodium.org/libsodium/releases/LATEST.tar.gz > libsodium.tar.gz \ + && sudo tar xfz libsodium.tar.gz -C /tmp \ + && rm libsodium.tar.gz \ + && cd /tmp/libsodium-stable \ + && ./configure \ + && make install + # NOTE: also update Dockerfile when cuda version changes # Install CUDA toolkit # The current version can be found at: https://developer.nvidia.com/cuda-downloads From e11b12c9a919a31b270d3a702764c80a28e96796 Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Tue, 10 Apr 2018 21:14:42 +0200 Subject: [PATCH 1432/1926] Add saltine saltine is a haskell binding to the libsodium library, a modern cryptographic library with simplicity, safety and ease of use as primary goals. I'm not the author of the library, but briefly exchanged e-mails with him and he is fine with me adding his package to stackage. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57e0dbf5..17775e70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2376,6 +2376,7 @@ packages: "Hans-Christian Esperer @hce": - avwx + - saltine - wai-session-postgresql "Haisheng Wu @freizl": From e49fcce7b13acd909ca14f37d4a0cee63dbbbdbe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 06:45:52 -0700 Subject: [PATCH 1433/1926] Upper bound massiv, #3521 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17775e70..fa24ae1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3956,6 +3956,9 @@ packages: # https://github.com/fpco/stackage/issues/3515 - swagger2 < 2.2.2 + # https://github.com/fpco/stackage/issues/3521 + - massiv < 0.1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8a1b24a18043d86fda6bd0d44938703626eb8a6d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 07:18:36 -0700 Subject: [PATCH 1434/1926] Remove massiv bound, close #3521 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa24ae1f..17775e70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3956,9 +3956,6 @@ packages: # https://github.com/fpco/stackage/issues/3515 - swagger2 < 2.2.2 - # https://github.com/fpco/stackage/issues/3521 - - massiv < 0.1.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 8ca9488d9ac9da4b1999fe86595de6fed733ffe8 Mon Sep 17 00:00:00 2001 From: Chris Parks Date: Fri, 13 Apr 2018 11:46:31 +0100 Subject: [PATCH 1435/1926] Add closed library closed is a library for natural numbers with type-level lower and upper bounds. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17775e70..05462d51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,9 @@ packages: "Kofi Gumbs @hkgumbs": - codec-beam + "Chris Parks @cdparks": + - closed + # 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 148bb685274677fb709e766c9564124e84a3c12a Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Fri, 13 Apr 2018 22:10:40 +0800 Subject: [PATCH 1436/1926] Reenabled ini and test for config-ini --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05462d51..62c23988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,7 +3414,6 @@ packages: - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") @@ -4178,7 +4177,6 @@ skipped-tests: - static-text # tasty - test-framework # QuickCheck 2.10 - heist # lens 4.16 - - config-ini # ini # Transitive outdated dependencies # These packages From 1afebbe8ec9b9600ac356af41883fc1b822980e2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 08:52:56 -0700 Subject: [PATCH 1437/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62c23988..4aa4bef3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -60,7 +60,7 @@ packages: - wreq-stringless "Olaf Chitil @OlafChitil": - - FPretty + - FPretty < 0 # build failure with GHC 8.4 "Maarten Faddegon @MaartenFaddegon": - libgraph @@ -127,10 +127,10 @@ packages: - accelerate-fourier - accelerate-fftw - alsa-core - - alsa-pcm + - alsa-pcm < 0 # build failure with GHC 8.4 - alsa-seq - apportionment - - audacity + - audacity < 0 # build failure with GHC 8.4 - bibtex - buffer-pipe - calendar-recycling @@ -864,8 +864,8 @@ packages: - tuples-homogenous-h98 "George Giorgidze @giorgidze": - - HCodecs - - YampaSynth + - HCodecs < 0 # build failure with GHC 8.4 + - YampaSynth < 0 # build failure with GHC 8.4 - set-monad "Phil Hargett @hargettp": @@ -912,18 +912,18 @@ packages: "Ketil Malde @ketil-malde": - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 # - biofasta # ghc 8.4 via biocore - - biofastq + - biofastq < 0 # build failure with GHC 8.4 # - blastxml # ghc 8.4 via biocore - - bioace + - bioace < 0 # build failure with GHC 8.4 - biopsl - seqloc - - bioalign + - bioalign < 0 # build failure with GHC 8.4 # - BlastHTTP # https://github.com/eggzilla/BlastHTTP/issues/1 "Florian Eggenhofer @eggzilla": - ClustalParser # - EntrezHTTP # fgl via graphviz via Taxonomy - - Genbank + - Genbank < 0 # build failure with GHC 8.4 # - RNAlien # fgl via graphviz via Taxonomy # - Taxonomy # fgl via graphviz - ViennaRNAParser @@ -1036,7 +1036,7 @@ packages: - BoundedChan - broadcast-chan - bytestring-lexing - # - bytestring-trie # build failure GHC 8.4 + - bytestring-trie < 0 # build failure with GHC 8.4 - data-accessor - data-accessor-mtl - fuzzcheck @@ -1187,7 +1187,7 @@ packages: # - jsaddle # http-types 0.12 - vado - vcswrapper - - ShellCheck + - ShellCheck < 0 # build failure with GHC 8.4 - binary-shared # please take these @@ -1537,8 +1537,7 @@ packages: - text-manipulate "Nick Partridge @nkpart": - [] - # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 + - cabal-file-th < 0 # build failure with GHC 8.4 "Gershom Bazerman @gbaz": - jmacro @@ -1774,7 +1773,7 @@ packages: - fn "Mathieu Boespflug @mboes": - - cassette + - cassette < 0 # build failure with GHC 8.4 - choice - distributed-closure - inline-java @@ -2498,7 +2497,7 @@ packages: "wren romano @wrengr": - bytestring-lexing - - bytestring-trie + - bytestring-trie < 0 # build failure with GHC 8.4 - data-or - exact-combinatorics - logfloat @@ -3331,20 +3330,7 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 # may have no issue yet - - FPretty < 0 # build failure with GHC 8.4 - - Genbank < 0 # build failure with GHC 8.4 - - HCodecs < 0 # build failure with GHC 8.4 - HaXml < 0 # build failure with GHC 8.4 - - ShellCheck < 0 # build failure with GHC 8.4 - - YampaSynth < 0 # build failure with GHC 8.4 - - alsa-pcm < 0 # build failure with GHC 8.4 - - audacity < 0 # build failure with GHC 8.4 - - bioace < 0 # build failure with GHC 8.4 - - bioalign < 0 # build failure with GHC 8.4 - - biofastq < 0 # build failure with GHC 8.4 - - bytestring-trie < 0 # build failure with GHC 8.4 - - cabal-file-th < 0 # build failure with GHC 8.4 - - cassette < 0 # build failure with GHC 8.4 - colorful-monoids < 0 # build failure with GHC 8.4 - cublas < 0 # build failure with GHC 8.4 - cuda < 0 # build failure with GHC 8.4 From f15b6811819790e70fc355fe18cc8e0497903559 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 09:00:52 -0700 Subject: [PATCH 1438/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aa4bef3..3fe8abfe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -200,7 +200,7 @@ packages: - threepenny-gui-flexbox "Romain Edelmann @redelmann": - - distribution + - distribution < 0 # build failure with GHC 8.4 "Nikita Tchayka @nickseagull": - ramus @@ -729,10 +729,10 @@ packages: - colour-accelerate - lens-accelerate - mwc-random-accelerate - - cuda - - cublas - - cusparse - - cusolver + - cuda < 0 # build failure with GHC 8.4 + - cublas < 0 # build failure with GHC 8.4 + - cusparse < 0 # build failure with GHC 8.4 + - cusolver < 0 # build failure with GHC 8.4 - nvvm - wide-word @@ -1015,8 +1015,8 @@ packages: - zeromq4-haskell "trupill@gmail.com": - - djinn-lib - - djinn-ghc + - djinn-lib < 0 # build failure with GHC 8.4 + - djinn-ghc < 0 # GHC 8.4 via djinn-lib "Matvey Aksenov @supki": - terminal-size @@ -1102,7 +1102,7 @@ packages: - psql-helpers - superbuffer # - timespan # build failure GHC 8.4 https://github.com/agrafix/timespan/issues/1 - - distance + - distance < 0 # build failure with GHC 8.4 - async-extra - format-numbers - highjson @@ -1883,7 +1883,7 @@ packages: - Network-NineP "Oliver Charles @ocharles": - - diff3 + - diff3 < 0 # build failure with GHC 8.4 - exhaustive - libsystemd-journal - network-carbon @@ -2738,7 +2738,7 @@ packages: - intro - tasty-auto - tasty-stats - - colorful-monoids + - colorful-monoids < 0 # build failure with GHC 8.4 - ihs "Taras Serduke @tserduke": @@ -3331,17 +3331,8 @@ packages: # may have no issue yet - HaXml < 0 # build failure with GHC 8.4 - - colorful-monoids < 0 # build failure with GHC 8.4 - - cublas < 0 # build failure with GHC 8.4 - - cuda < 0 # build failure with GHC 8.4 - - cusolver < 0 # build failure with GHC 8.4 - - cusparse < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - data-memocombinators < 0 # build failure with GHC 8.4 - - diff3 < 0 # build failure with GHC 8.4 - - distance < 0 # build failure with GHC 8.4 - - distribution < 0 # build failure with GHC 8.4 - - djinn-lib < 0 # build failure with GHC 8.4 - fitspec < 0 # build failure with GHC 8.4 - ghc-events < 0 # build failure with GHC 8.4 - ghc-syb-utils < 0 # build failure with GHC 8.4 @@ -3489,7 +3480,6 @@ packages: - tldr < 0 # GHC 8.4 via cmark - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - - djinn-ghc < 0 # GHC 8.4 via djinn-lib - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - axiom < 0 # GHC 8.4 via ghcjs-perch From 468d7a14fe1f694685ea40c0ed94b40d9cca401b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 10:27:49 -0700 Subject: [PATCH 1439/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 48 ++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fe8abfe..552b68e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -150,7 +150,7 @@ packages: - explicit-exception - fixed-length - gnuplot - - group-by-date + - group-by-date < 0 # build failure with GHC 8.4 - iff - interpolation - jack @@ -557,7 +557,7 @@ packages: - MFlow - transient - transient-universe - - axiom + - axiom < 0 # GHC 8.4 via ghcjs-perch "Edward Kmett @ekmett": - ad @@ -973,14 +973,14 @@ packages: "Dimitri Sabadie @phaazon": - al - event - - hid + - hid < 0 # build failure with GHC 8.4 - monad-journal - smoothie - wavefront - zero "Thomas Schilling @nominolo": - - ghc-syb-utils + - ghc-syb-utils < 0 # build failure with GHC 8.4 "Boris Buliga @d12frosted": - io-choice @@ -1052,7 +1052,7 @@ packages: - parallel-io - text-binary - Chart-cairo - - ghc-events + - ghc-events < 0 # build failure with GHC 8.4 - monad-extras - optparse-simple - hpack @@ -1122,7 +1122,7 @@ packages: "Arthur Fayzrakhmanov @geraldus": # - yesod-form-richtext # conduit 1.3, yesod 1.6 - - ghcjs-perch + - ghcjs-perch < 0 # build failure with GHC 8.4 "Tom Ellis @tomjaguarpaw": - opaleye @@ -1561,8 +1561,8 @@ packages: "Vivian McPhail @amcphail": - hmatrix-gsl-stats - - hsignal - - hstatistics + - hsignal < 0 # build failure with GHC 8.4 + - hstatistics < 0 # build failure with GHC 8.4 - plot - vector-buffer - hmatrix-repa @@ -2016,7 +2016,7 @@ packages: "Rudy Matela @rudymatela": - leancheck - - fitspec + - fitspec < 0 # build failure with GHC 8.4 - speculate - extrapolate @@ -2270,8 +2270,8 @@ packages: - exp-pairs "Stefan Kersten @kaoskorobase": - - hsndfile - - hsndfile-vector + - hsndfile < 0 # build failure with GHC 8.4 + - hsndfile-vector < 0 # build failure with GHC 8.4 "yihuang @yihuang": - tagstream-conduit @@ -2401,7 +2401,7 @@ packages: "Anthony Cowley @acowley": - Frames - # - hpp # GHC 8.4 via bytestring-trie + - hpp < 0 # build failure with GHC 8.4 via bytestring-trie "Takayuki Muranushi @nushio3": - binary-search @@ -2432,7 +2432,7 @@ packages: - typography-geometry "John MacFarlane @jgm": - - hsb2hs + - hsb2hs < 0 # build failure with GHC 8.4 - cmark - texmath - highlighting-kate @@ -2520,7 +2520,7 @@ packages: - X11-xft - Imlib - xturtle - - gluturtle + - gluturtle < 0 # build failure with GHC 8.4 - papillon "Jan Gerlinger @JanGe": @@ -2536,7 +2536,7 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - - hw-fingertree + - hw-fingertree < 0 # build failure with GHC 8.4 - hw-fingertree-strict - hw-json - hw-parser @@ -2694,7 +2694,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - codo-notation - - language-fortran + - language-fortran < 0 # build failure with GHC 8.4 "Philipp Schuster @phischu": - haskell-names @@ -3333,22 +3333,7 @@ packages: - HaXml < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - data-memocombinators < 0 # build failure with GHC 8.4 - - fitspec < 0 # build failure with GHC 8.4 - - ghc-events < 0 # build failure with GHC 8.4 - - ghc-syb-utils < 0 # build failure with GHC 8.4 - - ghcjs-perch < 0 # build failure with GHC 8.4 - - gluturtle < 0 # build failure with GHC 8.4 - - group-by-date < 0 # build failure with GHC 8.4 - - hid < 0 # build failure with GHC 8.4 - - hpp < 0 # build failure with GHC 8.4 - - hsb2hs < 0 # build failure with GHC 8.4 - - hsignal < 0 # build failure with GHC 8.4 - - hsndfile < 0 # build failure with GHC 8.4 - - hsndfile-vector < 0 # build failure with GHC 8.4 - hsshellscript < 0 # build failure with GHC 8.4 - - hstatistics < 0 # build failure with GHC 8.4 - - hw-fingertree < 0 # build failure with GHC 8.4 - - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - miniutter < 0 # build failure with GHC 8.4 - monadoid < 0 # build failure with GHC 8.4 @@ -3482,7 +3467,6 @@ packages: - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - axiom < 0 # GHC 8.4 via ghcjs-perch - groundhog-inspector < 0 # GHC 8.4 via groundhog - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog From cb4c222730da7a852f38f8435a5a80d066c768cd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 11:29:17 -0700 Subject: [PATCH 1440/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 552b68e3..eb43a762 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -54,7 +54,7 @@ packages: - sdl2-ttf - assert-failure - minimorph - - miniutter + - miniutter < 0 # build failure with GHC 8.4 "Jürgen Keck @j-keck": - wreq-stringless @@ -540,7 +540,7 @@ packages: - lucid - pdfinfo - present - - pure-io + - pure-io < 0 # build failure with GHC 8.4 - sourcemap - hindent - descriptive @@ -733,7 +733,7 @@ packages: - cublas < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - cusolver < 0 # build failure with GHC 8.4 - - nvvm + - nvvm < 0 # build failure with GHC 8.4 - wide-word "Dan Burton @DanBurton": @@ -1114,7 +1114,7 @@ packages: - aeson-pretty - digest - elm-core-sources - - language-glsl + - language-glsl < 0 # build failure with GHC 8.4 - prettyclass - QuasiText - union-find @@ -1680,7 +1680,7 @@ packages: - HSet - markup - monad-control-aligned - - monadoid + - monadoid < 0 # build failure with GHC 8.4 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra - pred-trie @@ -2252,7 +2252,7 @@ packages: "John Galt @centromere": - blake2 - - nfc + - nfc < 0 # build failure with GHC 8.4 "Adam Curtis @kallisti-dev": - webdriver @@ -2331,10 +2331,10 @@ packages: - happstack-server-tls - hsx-jmacro - ixset - - reform - - reform-blaze - - reform-hamlet - - reform-happstack + - reform < 0 # build failure with GHC 8.4 + - reform-blaze < 0 # GHC 8.4 via reform + - reform-hamlet < 0 # GHC 8.4 via reform + - reform-happstack < 0 # GHC 8.4 via happstack-server # - reform-hsp # haskell-src-exts via hsx2hs - userid - web-plugins @@ -2486,7 +2486,7 @@ packages: - th-reify-compat - relational-query - relational-query-HDBC - - persistable-types-HDBC-pg + - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - relational-record - text-ldap - debian-build @@ -3328,21 +3328,11 @@ packages: - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - - # may have no issue yet - HaXml < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - data-memocombinators < 0 # build failure with GHC 8.4 - hsshellscript < 0 # build failure with GHC 8.4 - - language-glsl < 0 # build failure with GHC 8.4 - - miniutter < 0 # build failure with GHC 8.4 - - monadoid < 0 # build failure with GHC 8.4 - - nfc < 0 # build failure with GHC 8.4 - - nvvm < 0 # build failure with GHC 8.4 - - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - - pure-io < 0 # build failure with GHC 8.4 - - reform < 0 # build failure with GHC 8.4 - relational-query < 0 # build failure with GHC 8.4 - relational-query-HDBC < 0 # build failure with GHC 8.4 - relational-record < 0 # build failure with GHC 8.4 @@ -3477,8 +3467,6 @@ packages: - timemap < 0 # GHC 8.4 via list-t - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - - reform-blaze < 0 # GHC 8.4 via reform - - reform-hamlet < 0 # GHC 8.4 via reform - simple < 0 # GHC 8.4 via simple-templates - redis-io < 0 # GHC 8.4 via tinylog - transient-universe < 0 # GHC 8.4 via transient @@ -3708,7 +3696,6 @@ packages: - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - - reform-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - hjsonschema < 0 # GHC 8.4 via hjsonpointer From b10b30539526dea16829dd577c9232a47bc02bfa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 15:27:53 -0700 Subject: [PATCH 1441/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 69 ++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 46 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb43a762..a45df374 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -555,8 +555,8 @@ packages: - TCache - Workflow - MFlow - - transient - - transient-universe + - transient < 0 # build failure with GHC 8.4 + - transient-universe < 0 # GHC 8.4 via transient - axiom < 0 # GHC 8.4 via ghcjs-perch "Edward Kmett @ekmett": @@ -744,7 +744,7 @@ packages: - lens-family-th - numbers - rev-state - - runmemo + - runmemo < 0 # build failure with GHC 8.4 - tardis - yesod-gitrev @@ -866,7 +866,7 @@ packages: "George Giorgidze @giorgidze": - HCodecs < 0 # build failure with GHC 8.4 - YampaSynth < 0 # build failure with GHC 8.4 - - set-monad + - set-monad < 0 # build failure with GHC 8.4 "Phil Hargett @hargettp": - courier @@ -1101,7 +1101,7 @@ packages: - dataurl - psql-helpers - superbuffer - # - timespan # build failure GHC 8.4 https://github.com/agrafix/timespan/issues/1 + - timespan < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - async-extra - format-numbers @@ -1570,7 +1570,7 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - - wl-pprint + - wl-pprint < 0 # base-4.11 # not a maintainer - hxt-curl - hxt-expat @@ -1637,7 +1637,7 @@ packages: - pipes-csv - pipes-mongodb - servant-elm - - skeletons + - skeletons < 0 # build failure with GHC 8.4 "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -2484,10 +2484,10 @@ packages: "Kei Hibino @khibino": - th-data-compat - th-reify-compat - - relational-query - - relational-query-HDBC + - relational-query < 0 # build failure with GHC 8.4 + - relational-query-HDBC < 0 # build failure with GHC 8.4 - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - - relational-record + - relational-record < 0 # build failure with GHC 8.4 - text-ldap - debian-build - aeson-generic-compat @@ -2515,11 +2515,11 @@ packages: - zot - yjtools - io-machine - - yjsvg + - yjsvg < 0 # build failure with GHC 8.4 - x11-xim - X11-xft - Imlib - - xturtle + - xturtle < 0 # GHC 8.4 via yjsvg - gluturtle < 0 # build failure with GHC 8.4 - papillon @@ -3188,17 +3188,17 @@ packages: - genvalidity-unordered-containers - genvalidity-uuid - genvalidity-vector - - validity - - validity-aeson - - validity-bytestring - - validity-containers - - validity-path - - validity-scientific - - validity-text - - validity-time - - validity-unordered-containers - - validity-uuid - - validity-vector + - validity < 0 # build failure with GHC 8.4 + - validity-aeson < 0 # GHC 8.4 via validity + - validity-bytestring < 0 # build failure with GHC 8.4 + - validity-containers < 0 # build failure with GHC 8.4 + - validity-path < 0 # GHC 8.4 via validity + - validity-scientific < 0 # GHC 8.4 via validity + - validity-text < 0 # build failure with GHC 8.4 + - validity-time < 0 # build failure with GHC 8.4 + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-uuid < 0 # GHC 8.4 via uuid + - validity-vector < 0 # GHC 8.4 via validity "Henry Laxen @HenryLaxen": - bbdb @@ -3333,24 +3333,9 @@ packages: - data-memocombinators < 0 # build failure with GHC 8.4 - hsshellscript < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - - relational-query < 0 # build failure with GHC 8.4 - - relational-query-HDBC < 0 # build failure with GHC 8.4 - - relational-record < 0 # build failure with GHC 8.4 - relational-schemas < 0 # build failure with GHC 8.4 - - runmemo < 0 # build failure with GHC 8.4 - - set-monad < 0 # build failure with GHC 8.4 - - skeletons < 0 # build failure with GHC 8.4 - sql-words < 0 # build failure with GHC 8.4 - - timespan < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - - transient < 0 # build failure with GHC 8.4 - - validity < 0 # build failure with GHC 8.4 - - validity-bytestring < 0 # build failure with GHC 8.4 - - validity-containers < 0 # build failure with GHC 8.4 - - validity-text < 0 # build failure with GHC 8.4 - - validity-time < 0 # build failure with GHC 8.4 - - wl-pprint < 0 # base-4.11 - - yjsvg < 0 # build failure with GHC 8.4 # round 2: - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3469,18 +3454,11 @@ packages: - rainbox < 0 # GHC 8.4 via rainbow - simple < 0 # GHC 8.4 via simple-templates - redis-io < 0 # GHC 8.4 via tinylog - - transient-universe < 0 # GHC 8.4 via transient - backprop < 0 # GHC 8.4 via type-combinators - genvalidity < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity - - validity-path < 0 # GHC 8.4 via validity - - validity-scientific < 0 # GHC 8.4 via validity - - validity-unordered-containers < 0 # GHC 8.4 via validity - - validity-vector < 0 # GHC 8.4 via validity - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text - - xturtle < 0 # GHC 8.4 via yjsvg - hindent < 0 # GHC 8.4 via descriptive - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - distributed-process < 0 # GHC 8.4 via network-transport-tcp @@ -3819,7 +3797,6 @@ packages: - postgresql-typed < 0 # GHC 8.4 via uuid - rollbar-hs < 0 # GHC 8.4 via uuid - squeal-postgresql < 0 # GHC 8.4 via uuid - - validity-uuid < 0 # GHC 8.4 via uuid - wai-middleware-rollbar < 0 # GHC 8.4 via uuid - websockets-rpc < 0 # GHC 8.4 via uuid From 5a2dfee7bf5e95daeceb052e07e536dd81a3f7a1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 16:53:10 -0700 Subject: [PATCH 1442/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 169 ++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 112 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a45df374..7f439bc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Pasqualino Assini @tittoassini": # - zm # haskell-src-exts via derive # - flat # haskell-src-exts via derive - - model + - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Jose Iborra @pepeiborra": # - arrowp-qq # build failure https://github.com/pepeiborra/arrowp/issues/8 @@ -108,7 +108,7 @@ packages: - NoHoed - threepenny-editors # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - - strict-types + - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Roman Gonzalez @roman": - teardown @@ -223,7 +223,7 @@ packages: - show-combinators "Tobias Dammers @tdammers": - - ginger + - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yeshql "Yair Chuchem @yairchu": @@ -272,7 +272,7 @@ packages: - packcheck - streamly - unicode-transforms - - xls + - xls < 0 # DependencyFailed (PackageName "getopt-generics") "Aleksey Uimanov @s9gf4ult": # - postgresql-query # haskell-src-exts via derive @@ -284,7 +284,7 @@ packages: "Schell Scivally @schell": - renderable - - varying + - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Nicolas Mattia @nmattia": - makefile @@ -362,7 +362,7 @@ packages: - async - base16-bytestring - c2hs - - csv-conduit + - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - executable-hash - executable-path - foreign-store @@ -404,7 +404,7 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox - multiarg - - cartel + - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - Earley - ofx - accuerr @@ -761,7 +761,7 @@ packages: - pcre-light - phantom-state - post-mess-age - - sorted-list + - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Gabriel Gonzalez @Gabriel439": - optparse-generic @@ -798,14 +798,14 @@ packages: - time-compat - through-text # Not my packages - - HStringTemplate + - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Benedict Aas @Shou": - boolean-like - type-operators "Sebastiaan Visser @sebastiaanvisser": - - clay + - clay < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - fclabels "Robert Klotzner @eskimor": @@ -818,12 +818,12 @@ packages: - messagepack-rpc "Boris Lykah @lykahb": - - groundhog - - groundhog-th - - groundhog-sqlite - - groundhog-postgresql - - groundhog-mysql - - groundhog-inspector + - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - groundhog-inspector < 0 # GHC 8.4 via groundhog + - groundhog-mysql < 0 # GHC 8.4 via groundhog + - groundhog-postgresql < 0 # GHC 8.4 via postgresql-simple + - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite + - groundhog-th < 0 # GHC 8.4 via groundhog "Janne Hellsten @nurpax": - sqlite-simple @@ -850,13 +850,13 @@ packages: - regex-applicative - lexer-applicative - smallcheck - - socket + - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - tasty - tasty-golden - tasty-hunit - tasty-quickcheck - tasty-smallcheck - - tasty-html + - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - time-lens - timezone-olson - timezone-series @@ -1020,7 +1020,7 @@ packages: "Matvey Aksenov @supki": - terminal-size - - envparse + - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Luis G. Torres @giogadi": - kdt @@ -1105,7 +1105,7 @@ packages: - distance < 0 # build failure with GHC 8.4 - async-extra - format-numbers - - highjson + - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - highjson-swagger - highjson-th - fileplow @@ -1148,9 +1148,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - - hformat - - simple-log - - text-region + - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - simple-log < 0 # DependencyFailed (PackageName "hformat") + - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Aleksey Kliger @lambdageek": - unbound-generics @@ -1258,7 +1258,7 @@ packages: "Sönke Hahn @soenkehahn": - generics-eot - - getopt-generics + - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - graph-wrapper - string-conversions - hspec-checkers @@ -1334,7 +1334,7 @@ packages: "Abhinav Gupta @abhinav": - farmhash - - pinch + - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sandman "Adam C. Foltzer @acfoltzer": @@ -1683,8 +1683,8 @@ packages: - monadoid < 0 # build failure with GHC 8.4 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra - - pred-trie - - pred-set + - pred-set < 0 # DependencyFailed (PackageName "HSet") + - pred-trie < 0 # GHC 8.4 via pred-set - path-extra - poly-arity - quickcheck-combinators @@ -1978,12 +1978,12 @@ packages: - cheapskate-lucid - cheapskate-highlight - cmark-lucid - - cmark-highlight + - cmark-highlight < 0 # GHC 8.4 via cmark - Spock-lucid - charsetdetect-ae - ilist # - text-all # text-1.2.3.0 - - fmt + - fmt < 0 # DependencyFailed (PackageName "text-format") "Takano Akio tak@anoak.io @takano-akio": - fast-builder @@ -2047,7 +2047,7 @@ packages: - charsetdetect-ae - compiler-warnings - docopt - - dynamic-state + - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - dyre - io-storage - oo-prototypes @@ -2055,19 +2055,19 @@ packages: - unordered-intmap - word-trie - xdg-basedir - - yi-core - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim + - yi-core < 0 # GHC 8.4 via dynamic-state + - yi-frontend-vty < 0 # GHC 8.4 via yi-rope + - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope + - yi-ireader < 0 # GHC 8.4 via yi-rope + - yi-keymap-cua < 0 # GHC 8.4 via yi-rope + - yi-keymap-emacs < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript - - yi-rope - - yi-snippet + - yi-misc-modes < 0 # GHC 8.4 via yi-rope + - yi-mode-haskell < 0 # GHC 8.4 via yi-rope + - yi-mode-javascript < 0 # GHC 8.4 via yi-rope + - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - yi-snippet < 0 # GHC 8.4 via yi-rope "Tobias Bexelius @tobbebex": - GPipe @@ -2145,7 +2145,7 @@ packages: "Simon Marechal @bartavelle": - compactmap - - stateWriter + - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - filecache - pcre-utils - strict-base-types @@ -2215,7 +2215,7 @@ packages: - network-transport-tcp - network-transport-inmemory - network-transport-composed - - pthread + - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - rank1dynamic "Takahiro Himura @himura": @@ -2389,8 +2389,8 @@ packages: - dawg-ord "Amit Levy @alevy": - - simple - - simple-templates + - simple < 0 # GHC 8.4 via simple-templates + - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - simple-session "Sergey Astanin @astanin": @@ -2433,7 +2433,7 @@ packages: "John MacFarlane @jgm": - hsb2hs < 0 # build failure with GHC 8.4 - - cmark + - cmark < 0 # DependencyFailed (PackageName "markdown") - texmath - highlighting-kate - skylighting @@ -2444,7 +2444,7 @@ packages: - pandoc-citeproc "Karun Ramakrishnan @karun012": - - doctest-discover + - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Elie Genard @elaye": - turtle-options @@ -2617,7 +2617,7 @@ packages: - th-desugar - singletons - HUnit-approx - - units-parser + - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main "Doug McClean @dmcclean": - dimensional @@ -2827,13 +2827,13 @@ packages: - atom-basic "Reuben D'Netto ": - - glob-posix + - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus - - bookkeeping - - ochintin-daicho + - bookkeeping < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ochintin-daicho < 0 # GHC 8.4 DependencyFailed (PackageName "bookkeeping") - transaction "Marcin Tolysz @tolysz": @@ -2897,7 +2897,7 @@ packages: - data-diverse - data-diverse-lens - disposable - - ghcjs-base-stub + - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glaze - glazier - glazier-pipes @@ -3204,10 +3204,10 @@ packages: - bbdb "Stevan Andjelkovic @stevana": - - quickcheck-state-machine + - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Sebastian Nagel @ch1bo": - - hdevtools + - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - servant-exceptions "Vaibhav Sagar @vaibhavsagar": @@ -3336,47 +3336,10 @@ packages: - relational-schemas < 0 # build failure with GHC 8.4 - sql-words < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - - # round 2: - - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - clay < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - fmt < 0 # DependencyFailed (PackageName "text-format") - - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - - pred-set < 0 # DependencyFailed (PackageName "HSet") - - simple-log < 0 # DependencyFailed (PackageName "hformat") - - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main - - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") - - cmark < 0 # DependencyFailed (PackageName "markdown") - - cmark-highlight < 0 # GHC 8.4 via cmark - - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + + # round 2: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute @@ -3439,20 +3402,14 @@ packages: - cmark-lucid < 0 # GHC 8.4 via cmark - tldr < 0 # GHC 8.4 via cmark - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - groundhog-inspector < 0 # GHC 8.4 via groundhog - - groundhog-mysql < 0 # GHC 8.4 via groundhog - - groundhog-th < 0 # GHC 8.4 via groundhog - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - timemap < 0 # GHC 8.4 via list-t - - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - - simple < 0 # GHC 8.4 via simple-templates - redis-io < 0 # GHC 8.4 via tinylog - backprop < 0 # GHC 8.4 via type-combinators - genvalidity < 0 # GHC 8.4 via validity @@ -3484,17 +3441,6 @@ packages: - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis # transitive failures, rediscovered. - - yi-core < 0 # GHC 8.4 via dynamic-state - - yi-frontend-vty < 0 # GHC 8.4 via yi-rope - - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope - - yi-ireader < 0 # GHC 8.4 via yi-rope - - yi-keymap-cua < 0 # GHC 8.4 via yi-rope - - yi-keymap-emacs < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - yi-misc-modes < 0 # GHC 8.4 via yi-rope - - yi-mode-haskell < 0 # GHC 8.4 via yi-rope - - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - - yi-snippet < 0 # GHC 8.4 via yi-rope # This section was used to programmatically generate a set of removals # that would result in a valid build plan. @@ -3704,7 +3650,6 @@ packages: - dbcleaner < 0 # GHC 8.4 via postgresql-simple - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple - emailaddress < 0 # GHC 8.4 via postgresql-simple - - groundhog-postgresql < 0 # GHC 8.4 via postgresql-simple - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple - opaleye < 0 # GHC 8.4 via postgresql-simple - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple From 589ef9b84a7a9773334bde1f691d401e81c2eb39 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 16:57:22 -0700 Subject: [PATCH 1443/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f439bc0..ab1cb138 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1083,10 +1083,10 @@ packages: - prefix-units "Alexander Thiemann @agrafix": - - Spock - - Spock-core - - Spock-api - - Spock-api-server + - Spock < 0 # GHC 8.4 via Spock-core + - Spock-core < 0 # GHC 8.4 via reroute + - Spock-api < 0 # GHC 8.4 via reroute + - Spock-api-server < 0 # GHC 8.4 via Spock-api - Spock-worker - graph-core - hvect @@ -3341,9 +3341,6 @@ packages: # round 2: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - Spock-api < 0 # GHC 8.4 via reroute - - Spock-core < 0 # GHC 8.4 via reroute - - Spock-api-server < 0 # GHC 8.4 via Spock-api - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3394,7 +3391,6 @@ packages: # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - Spock-worker < 0 # GHC 8.4 via Spock - haxr < 0 # GHC 8.4 via HaXml - - Spock < 0 # GHC 8.4 via Spock-core - pell < 0 # GHC 8.4 via arithmoi - biopsl < 0 # GHC 8.4 via biocore - seqloc < 0 # GHC 8.4 via biocore From 4484302bdcc1f3f53d6233b0b7ab8f71911f736f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 17:02:15 -0700 Subject: [PATCH 1444/1926] Space fixes --- build-constraints.yaml | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab1cb138..89ca0db1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1083,32 +1083,32 @@ packages: - prefix-units "Alexander Thiemann @agrafix": - - Spock < 0 # GHC 8.4 via Spock-core - - Spock-core < 0 # GHC 8.4 via reroute - - Spock-api < 0 # GHC 8.4 via reroute - - Spock-api-server < 0 # GHC 8.4 via Spock-api - - Spock-worker - - graph-core - - hvect - - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - - users - # - users-persistent # persistent 2.8 - - users-postgresql-simple - - users-test - # - validate-input # https://github.com/agrafix/validate-input/issues/3 - # - ignore # https://github.com/agrafix/ignore/issues/5 - - blaze-bootstrap - - dataurl - - psql-helpers - - superbuffer - - timespan < 0 # build failure with GHC 8.4 - - distance < 0 # build failure with GHC 8.4 - - async-extra - - format-numbers - - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - highjson-swagger - - highjson-th - - fileplow + - Spock < 0 # GHC 8.4 via Spock-core + - Spock-core < 0 # GHC 8.4 via reroute + - Spock-api < 0 # GHC 8.4 via reroute + - Spock-api-server < 0 # GHC 8.4 via Spock-api + - Spock-worker + - graph-core + - hvect + - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 + - users + # - users-persistent # persistent 2.8 + - users-postgresql-simple + - users-test + # - validate-input # https://github.com/agrafix/validate-input/issues/3 + # - ignore # https://github.com/agrafix/ignore/issues/5 + - blaze-bootstrap + - dataurl + - psql-helpers + - superbuffer + - timespan < 0 # build failure with GHC 8.4 + - distance < 0 # build failure with GHC 8.4 + - async-extra + - format-numbers + - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - highjson-swagger + - highjson-th + - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty @@ -3141,7 +3141,7 @@ packages: - swish "Adam Flott @adamflott": - - milena + - milena "Csongor Kiss @kcsongor": - generic-lens From 54621727e90a65feb55e57a467b5f7fd8b6a6fe1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 17:36:20 -0700 Subject: [PATCH 1445/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 296 +++++++++++++---------------------------- 1 file changed, 93 insertions(+), 203 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89ca0db1..20cc4f61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -70,7 +70,7 @@ packages: - state-codes "Sebastian Mihai Ardelean @ardeleanasm": - - qchas + - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Patrick Pelletier @ppelleti": - mercury-api @@ -316,7 +316,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - mega-sdist + - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - case-insensitive - classy-prelude-yesod - conduit-combinators @@ -350,7 +350,7 @@ packages: - binary-conduit - lzma-conduit - mutable-containers - - hpc-coveralls + - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - monad-unlift - monad-unlift-ref - yaml @@ -379,7 +379,7 @@ packages: - quickcheck-assertions - wai-middleware-consul - - wai-middleware-crowd + - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - monad-logger-json - safe-exceptions - monad-logger-syslog @@ -402,7 +402,7 @@ packages: "Omari Norman @massysett": - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - - rainbox + - rainbox < 0 # GHC 8.4 via rainbow - multiarg - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - Earley @@ -440,7 +440,7 @@ packages: - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": - - mandrill + - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Jon Schoning @jonschoning": - pinboard @@ -460,7 +460,7 @@ packages: - download - textlocal - shell-conduit - - tldr + - tldr < 0 # GHC 8.4 via cmark - fb - yesod-fb - yesod-auth-fb @@ -469,7 +469,7 @@ packages: - sysinfo - xmonad-extras - shelly - - persistent-redis + - persistent-redis < 0 # GHC 8.4 via hedis "haskell-openal": - OpenAL @@ -515,8 +515,8 @@ packages: - crypto-random-api - foundation - gauge - - git - - hit + - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - memory - language-java - libgit @@ -542,8 +542,8 @@ packages: - present - pure-io < 0 # build failure with GHC 8.4 - sourcemap - - hindent - - descriptive + - hindent < 0 # GHC 8.4 via descriptive + - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wrap - path - weigh @@ -553,8 +553,8 @@ packages: "Alberto G. Corona @agocorona": - RefSerialize - TCache - - Workflow - - MFlow + - Workflow < 0 # GHC 8.4 via RefSerialize + - MFlow < 0 # GHC 8.4 via RefSerialize - transient < 0 # build failure with GHC 8.4 - transient-universe < 0 # GHC 8.4 via transient - axiom < 0 # GHC 8.4 via ghcjs-perch @@ -638,8 +638,8 @@ packages: - zlib-lens "Andrew Farmer @xich": - - scotty - - wai-middleware-static + - scotty < 0.11.1 # due to hpc-coveralls dep + - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") "Simon Hengel @sol": - hspec @@ -653,9 +653,9 @@ packages: "Mario Blazevic @blamario": - monad-parallel - monad-coroutine - - incremental-parser + - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - monoid-subclasses - - picoparsec + - picoparsec < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - rank2classes "Brent Yorgey @byorgey": @@ -669,7 +669,7 @@ packages: # - diagrams-rasterific # lens 4.16 # - diagrams-svg # lens 4.16 - force-layout - - haxr + - haxr < 0 # GHC 8.4 via HaXml - MonadRandom - monoid-extras @@ -679,7 +679,7 @@ packages: - Rasterific - svg-tree - rasterific-svg - - asciidiagram + - asciidiagram < 0 # GHC 8.4 via rasterific-svg "Patrick Brisbin @pbrisbin": - gravatar @@ -693,7 +693,7 @@ packages: - nonce - serversession - serversession-backend-persistent - - serversession-backend-redis + - serversession-backend-redis < 0 # GHC 8.4 via hedis - serversession-frontend-wai # - serversession-frontend-yesod # conduit 1.3, yesod 1.6 # - thumbnail-plus # https://github.com/prowdsponsor/thumbnail-plus/issues/5 @@ -848,7 +848,7 @@ packages: - heredoc - immortal - regex-applicative - - lexer-applicative + - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - smallcheck - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - tasty @@ -915,8 +915,8 @@ packages: - biofastq < 0 # build failure with GHC 8.4 # - blastxml # ghc 8.4 via biocore - bioace < 0 # build failure with GHC 8.4 - - biopsl - - seqloc + - biopsl < 0 # GHC 8.4 via biocore + - seqloc < 0 # GHC 8.4 via biocore - bioalign < 0 # build failure with GHC 8.4 # - BlastHTTP # https://github.com/eggzilla/BlastHTTP/issues/1 @@ -990,7 +990,7 @@ packages: # - holy-project # https://github.com/yogsototh/holy-project/issues/7 - wai-middleware-caching - wai-middleware-caching-lru - - wai-middleware-caching-redis + - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis # not package maintainer - ekg - ekg-json @@ -1006,8 +1006,8 @@ packages: - bytestring-conversion - cql - cql-io - - redis-resp - - redis-io + - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - redis-io < 0 # GHC 8.4 via tinylog - swagger - tinylog - wai-predicates @@ -1087,7 +1087,7 @@ packages: - Spock-core < 0 # GHC 8.4 via reroute - Spock-api < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - - Spock-worker + - Spock-worker < 0 # GHC 8.4 via Spock - graph-core - hvect - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 @@ -1178,7 +1178,7 @@ packages: # - idris # ansi-terminal-0.8 - libffi - - xmonad-contrib + - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - cairo - glib - pango @@ -1271,7 +1271,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - - binary-tagged + - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cabal-doctest - crypt-sha512 - dlist-nonempty @@ -1540,10 +1540,10 @@ packages: - cabal-file-th < 0 # build failure with GHC 8.4 "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc + - jmacro < 0 # GHC 8.4 via wl-pprint-text + - jmacro-rpc < 0 # GHC 8.4 via jmacro + - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - jmacro-rpc-happstack - - jmacro-rpc-snap - mbox - kmeans @@ -1632,7 +1632,7 @@ packages: "William Casarin @jb55": - bson-lens - cased - - elm-export + - elm-export < 0 # GHC 8.4 via wl-pprint-text # - elm-export-persistent # https://github.com/jb55/elm-export-persistent/issues/2 - pipes-csv - pipes-mongodb @@ -1687,21 +1687,21 @@ packages: - pred-trie < 0 # GHC 8.4 via pred-set - path-extra - poly-arity - - quickcheck-combinators - - rose-trees - - sets + - quickcheck-combinators < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - rose-trees < 0 # DependencyFailed (PackageName "sets") + - sets < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - since - - timemap + - timemap < 0 # GHC 8.4 via list-t - tmapchan - tmapmvar - - tries + - tries < 0 # GHC 8.4 via bytestring-trie - unit-constraint - unfoldable-restricted - urlpath - wai-transformers - websockets-rpc # - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 - - webpage + - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ws "Fumiaki Kinoshita @fumieval": @@ -1730,10 +1730,10 @@ packages: "Justin Le @mstksg": - auto - - backprop + - backprop < 0 # GHC 8.4 via type-combinators - configurator-export - hamilton - - hmatrix-backprop + - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized - one-liner-instances - prompt @@ -1777,11 +1777,11 @@ packages: - choice - distributed-closure - inline-java - # - inline-r # GHC 8.4 via inline-c + - inline-r < 0 # GHC 8.4 via inline-c # - jni # GHC 8.4 via inline-c # - jvm # GHC 8.4 via inline-c - jvm-streaming - - H + - H < 0 # GHC 8.4 via inline-r - sparkle - th-lift @@ -1941,7 +1941,7 @@ packages: - monad-metrics # - ekg-cloudwatch # http-conduit 2.3 via amazonka - smtp-mail - - liboath-hs + - liboath-hs < 0 # GHC 8.4 via inline-c "Matthew Pickering @mpickering": - refact @@ -1977,9 +1977,9 @@ packages: - shortcut-links - cheapskate-lucid - cheapskate-highlight - - cmark-lucid + - cmark-lucid < 0 # GHC 8.4 via cmark - cmark-highlight < 0 # GHC 8.4 via cmark - - Spock-lucid + - Spock-lucid < 0 # GHC 8.4 via Spock - charsetdetect-ae - ilist # - text-all # text-1.2.3.0 @@ -2073,7 +2073,7 @@ packages: - GPipe "Jonas Carpay @jonascarpay": - - apecs + - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Spencer Janssen @spencerjanssen": - Xauth @@ -2205,14 +2205,14 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet + - distributed-process < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-tests < 0 # GHC 8.4 via distributed-process - distributed-static - jvm-batching - network-transport - network-transport-tests - - network-transport-tcp + - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP - network-transport-inmemory - network-transport-composed - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -2233,9 +2233,9 @@ packages: - hashable-time "Yuras Shumovich @Yuras": - - pdf-toolbox-core - - pdf-toolbox-content - - pdf-toolbox-document + - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") + - pdf-toolbox-core < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pdf-toolbox-document < 0 # DependencyFailed (PackageName "pdf-toolbox-content") - io-region - scanner @@ -2259,7 +2259,7 @@ packages: "Luke Iannini @lukexi": - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - inline-c-cpp + - inline-c-cpp < 0 # GHC 8.4 via inline-c - ekg "Michael Schröder @mcschroeder": @@ -2329,7 +2329,7 @@ packages: - happstack-jmacro - happstack-server - happstack-server-tls - - hsx-jmacro + - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - ixset - reform < 0 # build failure with GHC 8.4 - reform-blaze < 0 # GHC 8.4 via reform @@ -2353,7 +2353,7 @@ packages: - frontmatter - read-editor # - list-prompt # https://github.com/yamadapc/list-prompt/issues/3 - - package-description-remote + - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - projectroot # - questioner # ansi-terminal-0.7 # - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 @@ -2391,7 +2391,7 @@ packages: "Amit Levy @alevy": - simple < 0 # GHC 8.4 via simple-templates - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - simple-session + - simple-session < 0 # GHC 8.4 via simple "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2467,7 +2467,7 @@ packages: - free-vl "Kazuo Koga @kkazuo": - - xlsx-tabular + - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") "Mikhail Glushenkov @23Skidoo": - Cabal @@ -2478,8 +2478,8 @@ packages: - binary-bits "Alex McLean @yaxu": - - tidal - - tidal-midi + - tidal < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - tidal-midi < 0 # DependencyFailed (PackageName "tidal") "Kei Hibino @khibino": - th-data-compat @@ -2689,7 +2689,7 @@ packages: - elerea "Christopher Wells @ExcalburZero": - - pixelated-avatar-generator + - pixelated-avatar-generator < 0 # DependencyFailed (PackageName "cli") "Dominic Orchard @dorchard": - array-memoize @@ -2697,7 +2697,7 @@ packages: - language-fortran < 0 # build failure with GHC 8.4 "Philipp Schuster @phischu": - - haskell-names + - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Shao Cheng @TerrorJack": - cabal-toolkit @@ -2721,8 +2721,8 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - - heatshrink - - hocilib + - heatshrink < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup configure hindent: DependencyFailed (PackageName "descriptive") + - hocilib < 0 # GHC 8.4 via inline-c "Daniel Mendler @minad": - quickcheck-special @@ -2732,7 +2732,7 @@ packages: - writer-cps-lens - writer-cps-full - wl-pprint-annotated - - wl-pprint-console + - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - console-style - unlit - intro @@ -2813,9 +2813,9 @@ packages: - postgresql-simple-queue "Mahdi Dibaiee @mdibaiee": - - picedit + - picedit < 0 # DependencyFailed (PackageName "cli") - mathexpr - - termcolor + - termcolor < 0 # DependencyFailed (PackageName "cli") "XT @xtendo-org": - rawfilepath @@ -2896,12 +2896,12 @@ packages: - arrow-extras - data-diverse - data-diverse-lens - - disposable + - disposable < 0 # GHC 8.4 via ghcjs-base-stub - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glaze - glazier - glazier-pipes - - javascript-extras + - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - l10n - pipes-category - pipes-fluid @@ -2927,7 +2927,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - csp - - matplotlib + - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "mackeyrms @mackeyrms": - tsv2csv @@ -3058,14 +3058,14 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - - pell + - pell < 0 # GHC 8.4 via arithmoi "Matt Noonan @matt-noonan": - justified-containers - roles >= 0.2 "Levent Erkok @LeventErkok": - - sbv + - sbv < 0 # DependencyFailed (PackageName "crackNum") "János Tapolczai @jtapolczai": - listsafe @@ -3105,8 +3105,8 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - - distributed-process-monad-control - - distributed-process-lifted + - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process "Adam Curtis @kallisti-dev": - webdriver @@ -3171,23 +3171,23 @@ packages: # - gym-http-api # https://github.com/fpco/stackage/issues/3354 "Tom Sydney Kerckhove @NorfairKing": - - genvalidity - - genvalidity-aeson - - genvalidity-bytestring - - genvalidity-containers - - genvalidity-hspec - - genvalidity-hspec-aeson - - genvalidity-hspec-binary - - genvalidity-hspec-cereal - - genvalidity-hspec-hashable - - genvalidity-path - - genvalidity-property - - genvalidity-scientific - - genvalidity-text - - genvalidity-time - - genvalidity-unordered-containers - - genvalidity-uuid - - genvalidity-vector + - genvalidity < 0 # GHC 8.4 via validity + - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - validity < 0 # build failure with GHC 8.4 - validity-aeson < 0 # GHC 8.4 via validity - validity-bytestring < 0 # build failure with GHC 8.4 @@ -3338,106 +3338,16 @@ packages: - tinytemplate < 0 # build failure with GHC 8.4 - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") - - # round 2: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - heatshrink < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup configure hindent: DependencyFailed (PackageName "descriptive") - - hit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - scotty < 0.11.1 # due to hpc-coveralls dep - - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP - - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") - - pdf-toolbox-core < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - pdf-toolbox-document < 0 # DependencyFailed (PackageName "pdf-toolbox-content") - - picedit < 0 # DependencyFailed (PackageName "cli") - - picoparsec < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - pixelated-avatar-generator < 0 # DependencyFailed (PackageName "cli") - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") - - quickcheck-combinators < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - rose-trees < 0 # DependencyFailed (PackageName "sets") - - sbv < 0 # DependencyFailed (PackageName "crackNum") - - sets < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - termcolor < 0 # DependencyFailed (PackageName "cli") - - tidal < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - tidal-midi < 0 # DependencyFailed (PackageName "tidal") - - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") - - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - - Spock-worker < 0 # GHC 8.4 via Spock - - haxr < 0 # GHC 8.4 via HaXml - - pell < 0 # GHC 8.4 via arithmoi - - biopsl < 0 # GHC 8.4 via biocore - - seqloc < 0 # GHC 8.4 via biocore - - tries < 0 # GHC 8.4 via bytestring-trie - - cmark-lucid < 0 # GHC 8.4 via cmark - - tldr < 0 # GHC 8.4 via cmark - - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids - - disposable < 0 # GHC 8.4 via ghcjs-base-stub - - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - hocilib < 0 # GHC 8.4 via inline-c - - inline-c-cpp < 0 # GHC 8.4 via inline-c - - inline-r < 0 # GHC 8.4 via inline-c - - liboath-hs < 0 # GHC 8.4 via inline-c - - timemap < 0 # GHC 8.4 via list-t - - rainbox < 0 # GHC 8.4 via rainbow - - redis-io < 0 # GHC 8.4 via tinylog - - backprop < 0 # GHC 8.4 via type-combinators - - genvalidity < 0 # GHC 8.4 via validity - - elm-export < 0 # GHC 8.4 via wl-pprint-text - - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - - jmacro < 0 # GHC 8.4 via wl-pprint-text - - hindent < 0 # GHC 8.4 via descriptive - - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - - distributed-process < 0 # GHC 8.4 via network-transport-tcp - - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp - - # transitive failures, gen 2 - - MFlow < 0 # GHC 8.4 via RefSerialize - - Workflow < 0 # GHC 8.4 via RefSerialize - - Spock-lucid < 0 # GHC 8.4 via Spock - - MFlow < 0 # GHC 8.4 via TCache - - H < 0 # GHC 8.4 via inline-r - - jmacro-rpc < 0 # GHC 8.4 via jmacro - - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - asciidiagram < 0 # GHC 8.4 via rasterific-svg - - simple-session < 0 # GHC 8.4 via simple - - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - # transitive failures, gen 3 - - persistent-redis < 0 # GHC 8.4 via hedis - - serversession-backend-redis < 0 # GHC 8.4 via hedis - - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - - # transitive failures, rediscovered. - # This section was used to programmatically generate a set of removals # that would result in a valid build plan. # These packages have version bounds in their deps or transitive deps @@ -3587,7 +3497,6 @@ packages: # missed by first wave - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 - # trans deps, gen 1 - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 @@ -3612,7 +3521,6 @@ packages: - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - download < 0 # GHC 8.4 via feed - hint < 0 # GHC 8.4 via ghc-8.4.1 - - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server @@ -3620,13 +3528,6 @@ packages: - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - hjsonschema < 0 # GHC 8.4 via hjsonpointer - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 @@ -3689,15 +3590,6 @@ packages: - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers - shikensu < 0 # GHC 8.4 via flow - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - buchhaltung < 0 # GHC 8.4 via hint @@ -3775,7 +3667,6 @@ packages: # trans deps, rediscovered. - eventstore < 0 # GHC 8.4 via text-format - - language-ecmascript < 0 # wl-pprint - servant-js < 0 # language-ecmascript - mainland-pretty < 0 @@ -3785,7 +3676,6 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 From d00f565195975b5d243e7a5e1dc3fa59b56a211f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 18:09:55 -0700 Subject: [PATCH 1446/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 422 ++++++++++++++--------------------------- 1 file changed, 140 insertions(+), 282 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20cc4f61..6f4e0fcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - beam-sqlite "Fraser Murray @yusent": [] @@ -112,7 +112,7 @@ packages: "Roman Gonzalez @roman": - teardown - - capataz + - capataz < 0 # GHC 8.4 via base-4.11.0.0 "Richard Cook @rcook": - hidden-char @@ -122,10 +122,10 @@ packages: - tibetan-utils "Henning Thielemann @thielema": - - accelerate-utility - - accelerate-arithmetic - - accelerate-fourier - - accelerate-fftw + - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fftw < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fourier < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 - alsa-core - alsa-pcm < 0 # build failure with GHC 8.4 - alsa-seq @@ -140,7 +140,7 @@ packages: - cutter - data-accessor - data-accessor-mtl - - data-accessor-template + - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-transformers - data-ref - dsp @@ -192,7 +192,7 @@ packages: - blas-carray - lapack-ffi - lapack-carray - - lapack-ffi-tools + - lapack-ffi-tools < 0 # GHC 8.4 via base-4.11.0.0 # Not a maintainer - ix-shapable @@ -219,7 +219,7 @@ packages: "Li-yao Xia @Lysxia": - boltzmann-samplers - - generic-random + - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - show-combinators "Tobias Dammers @tdammers": @@ -389,7 +389,7 @@ packages: - say - unliftio-core - unliftio - - compact + - compact < 0 # GHC 8.4 via base-4.11.0.0 - fsnotify - hinotify @@ -434,7 +434,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - - haskell-lsp + - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsmin - language-javascript - Strafunski-StrategyLib @@ -659,7 +659,7 @@ packages: - rank2classes "Brent Yorgey @byorgey": - - active + - active < 0 # GHC 8.4 via base-4.11.0.0 # - diagrams # lens 4.16 # - diagrams-builder # haskell-src-exts # - diagrams-cairo # lens 4.16 @@ -668,10 +668,10 @@ packages: # - diagrams-lib # lens 4.16 # - diagrams-rasterific # lens 4.16 # - diagrams-svg # lens 4.16 - - force-layout + - force-layout < 0 # GHC 8.4 via base-4.11.0.0 - haxr < 0 # GHC 8.4 via HaXml - MonadRandom - - monoid-extras + - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 "Vincent Berthoux @Twinside": - JuicyPixels @@ -708,26 +708,26 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - - accelerate - - accelerate-llvm - - accelerate-llvm-native - - accelerate-llvm-ptx - - accelerate-io - - accelerate-fft - - accelerate-blas - - accelerate-bignum + - accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-blas < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fft < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-io < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 - repa - repa-io - repa-algorithms - - gloss - - gloss-algorithms - - gloss-raster - - gloss-rendering - - gloss-accelerate - - gloss-raster-accelerate - - colour-accelerate - - lens-accelerate + - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 + - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - mwc-random-accelerate - cuda < 0 # build failure with GHC 8.4 - cublas < 0 # build failure with GHC 8.4 @@ -753,7 +753,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list + - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - haskintex - HaTeX - include-file @@ -794,7 +794,7 @@ packages: - HUnit - aeson - attoparsec-iso8601 - - feed + - feed < 0 # GHC 8.4 via base-4.11.0.0 - time-compat - through-text # Not my packages @@ -840,7 +840,7 @@ packages: - random-fu "Ben Gamari @bgamari": - - vector-fftw + - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 "Roman Cheplyaka @feuerbach": - action-permutations @@ -876,7 +876,7 @@ packages: - hweblib "Joachim Breitner @nomeata": - - circle-packing + - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - haskell-spacegoo - tasty-expected-failure @@ -892,8 +892,8 @@ packages: - opensource "Piyush P Kurur @piyush-kurur": - - raaz - - naqsha + - raaz < 0 # GHC 8.4 via base-4.11.0.0 + - naqsha < 0 # GHC 8.4 via base-4.11.0.0 "Joey Hess @joeyh": # - git-annex # conduit 1.3 @@ -940,12 +940,12 @@ packages: - json-schema - multipart # - rest-client # http-types 0.12 - - rest-core + - rest-core < 0 # GHC 8.4 via base-4.11.0.0 + - rest-snap < 0 # GHC 8.4 via rest-core # - rest-gen # haskell-src-exts # - rest-happstack # haskell-src-exts via rest-gen - - rest-snap - rest-stringmap - - rest-types + - rest-types < 0 # GHC 8.4 via base-4.11.0.0 # - rest-wai # http-types 0.12 - tostring - uri-encode @@ -976,7 +976,7 @@ packages: - hid < 0 # build failure with GHC 8.4 - monad-journal - smoothie - - wavefront + - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - zero "Thomas Schilling @nominolo": @@ -1132,8 +1132,8 @@ packages: - shake-language-c "David Turner @davecturner": - - alarmclock - - bank-holidays-england + - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 + - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 "Haskell Servant ": - servant @@ -1185,8 +1185,8 @@ packages: - ghcjs-codemirror # - ghcjs-dom # http-types 0.12 # - jsaddle # http-types 0.12 - - vado - - vcswrapper + - vado < 0 # GHC 8.4 via base-4.11.0.0 + - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 - ShellCheck < 0 # build failure with GHC 8.4 - binary-shared @@ -1204,26 +1204,26 @@ packages: # - avers # cryptonite 0.25 # - avers-api # cryptonite 0.25 # - avers-server # cryptonite 0.25 - - css-syntax + - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 # - etcd # https://github.com/wereHamster/etcd-hs/issues/5 - github-types - - github-webhook-handler - - github-webhook-handler-snap - - google-cloud - - kraken - - libinfluxdb - - mole - - publicsuffix - - rethinkdb-client-driver + - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 + - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 + - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 + - kraken < 0 # GHC 8.4 via base-4.11.0.0 + - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 + - mole < 0 # GHC 8.4 via base-4.11.0.0 + - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 + - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette + - palette < 0 # GHC 8.4 via base-4.11.0.0 # - diagrams-canvas # lens 4.16 - - svg-builder + - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1269,11 +1269,11 @@ packages: "Oleg Grenrus @phadej": - aeson-compat - - aeson-extra + - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - binary-orphans - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cabal-doctest - - crypt-sha512 + - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - dlist-nonempty - edit-distance - functor-classes-compat @@ -1286,14 +1286,14 @@ packages: - microstache # - monad-http # http-types 0.12 - postgresql-simple-url - - range-set-list - - regex-applicative-text - - servant-swagger-ui - - servant-yaml + - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 + - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - singleton-bool - - spdx + - spdx < 0 # GHC 8.4 via base-4.11.0.0 - splitmix - - tdigest + - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - these - time-parsers - tree-diff @@ -1590,27 +1590,27 @@ packages: - setlocale "Taylor Fausak @tfausak": - - autoexporter + - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - derulo - flow - - github-release + - github-release < 0 # GHC 8.4 via base-4.11.0.0 - json-feed - - lackey - - ratel - - ratel-wai + - lackey < 0 # GHC 8.4 via base-4.11.0.0 + - ratel < 0 # GHC 8.4 via base-4.11.0.0 + - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 - rattletrap - salve - - strive + - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - wuss - bmp # @benl23x5 - ekg-statsd # @tibbe - - gloss # @benl23x5 - - gloss-rendering # @benl23x5 + - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - gpolyline # @fegu - monad-memo # @EduardSergeev - postgresql-simple-migration # @ameingast - - statestack # @byorgey + - statestack < 0 # GHC 8.4 via base-4.11.0.0 "Marios Titas @redneb": - HsOpenSSL-x509-system @@ -1776,7 +1776,7 @@ packages: - cassette < 0 # build failure with GHC 8.4 - choice - distributed-closure - - inline-java + - inline-java < 0 # GHC 8.4 via ghc-8.4.1 - inline-r < 0 # GHC 8.4 via inline-c # - jni # GHC 8.4 via inline-c # - jvm # GHC 8.4 via inline-c @@ -1811,7 +1811,7 @@ packages: - atom-conduit - conduit-parse - dublincore-xml-conduit - - euler-tour-tree + - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - opml-conduit - rss-conduit - timerep @@ -1837,9 +1837,9 @@ packages: - hsyslog-udp - streaming - streaming-bytestring - - country + - country < 0 # GHC 8.4 via base-4.11.0.0 - friday - - friday-juicypixels + - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx @@ -1884,11 +1884,11 @@ packages: "Oliver Charles @ocharles": - diff3 < 0 # build failure with GHC 8.4 - - exhaustive - - libsystemd-journal - - network-carbon - - tasty-rerun - - logging-effect + - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 + - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 + - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 # - reactive-banana # pqueue-1.4.1 "Antoni Silvestre @asilvestre": @@ -1945,13 +1945,13 @@ packages: "Matthew Pickering @mpickering": - refact - - apply-refact + - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 "Andrew Gibiansky @gibiansky": - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda + - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 "James Cook @mokus0": - dependent-sum @@ -1965,7 +1965,7 @@ packages: - ekg-wai # - haxl-amazonka # http-conduit 2.3 via amazonka - hasql-migration - - servant-JuicyPixels + - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 "Artyom @neongreen": - microlens @@ -1986,7 +1986,7 @@ packages: - fmt < 0 # DependencyFailed (PackageName "text-format") "Takano Akio tak@anoak.io @takano-akio": - - fast-builder + - fast-builder < 0 # GHC 8.4 via base-4.11.0.0 - filelock "Brian Lewis brian@lorf.org @bsl": @@ -2000,7 +2000,7 @@ packages: - netpbm - network-house - reinterpret-cast - - posix-paths + - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 # As dependencies of packages above - attoparsec-binary @@ -2070,7 +2070,7 @@ packages: - yi-snippet < 0 # GHC 8.4 via yi-rope "Tobias Bexelius @tobbebex": - - GPipe + - GPipe < 0 # GHC 8.4 via base-4.11.0.0 "Jonas Carpay @jonascarpay": - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -2230,7 +2230,7 @@ packages: "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - - hashable-time + - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 "Yuras Shumovich @Yuras": - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") @@ -2281,8 +2281,8 @@ packages: - fuzzyset "Will Sewell @willsewell": - - benchpress - - pusher-http-haskell + - benchpress < 0 # GHC 8.4 via base-4.11.0.0 + - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2324,11 +2324,11 @@ packages: - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - - boomerang + - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 # - happstack-hsp # haskell-src-exts via hsx2hs - happstack-jmacro - - happstack-server - - happstack-server-tls + - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - happstack-server-tls < 0 # GHC 8.4 via happstack-server - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - ixset - reform < 0 # build failure with GHC 8.4 @@ -2336,13 +2336,13 @@ packages: - reform-hamlet < 0 # GHC 8.4 via reform - reform-happstack < 0 # GHC 8.4 via happstack-server # - reform-hsp # haskell-src-exts via hsx2hs - - userid + - userid < 0 # GHC 8.4 via base-4.11.0.0 - web-plugins - web-routes - - web-routes-boomerang + - web-routes-boomerang < 0 # GHC 8.4 via boomerang - web-routes-happstack - web-routes-hsp - - web-routes-th + - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-wai # - hsx2hs # haskell-src-exts @@ -2367,7 +2367,7 @@ packages: "Denis Redozubov @dredozubov": - hreader-lens - - schematic + - schematic < 0 # GHC 8.4 via base-4.11.0.0 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2400,7 +2400,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames + - Frames < 0 # GHC 8.4 via base-4.11.0.0 - hpp < 0 # build failure with GHC 8.4 via bytestring-trie "Takayuki Muranushi @nushio3": @@ -2408,15 +2408,15 @@ packages: - unicode-show "Jason Shipman @jship": - - logging-effect-extra - - logging-effect-extra-file - - logging-effect-extra-handler + - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 - overhang - tao - tao-example "Suhail Shergill @suhailshergill": - - extensible-effects + - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 "Justus Adam @JustusAdam": # - marvin # https://github.com/JustusAdam/marvin/issues/22 @@ -2424,7 +2424,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - - NoTrace + - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2607,8 +2607,8 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - - hjsonpointer - - hjsonschema + - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 + - hjsonschema < 0 # GHC 8.4 via hjsonpointer "Drew Hess @dhess": - hpio @@ -2642,7 +2642,7 @@ packages: - xxhash-ffi "Cliff Harvey @BlackBrane": - - ansigraph + - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 # - microsoft-translator # servant 0.13 "Tebello Thejane @tebello-thejane": @@ -2664,15 +2664,15 @@ packages: "Alexis King @lexi-lambda": - freer-simple - - monad-mock - - test-fixture + - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-conversions - - th-to-exp + - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - type-assertions "Patrick Chilton @chpatrick": - webrtc-vad - - servant-generic + - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 # - clang-pure - codec @@ -2704,12 +2704,12 @@ packages: - direct-rocksdb "Anton Gushcha @ncrashed": - - aeson-injector + - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 - JuicyPixels-blp "Al Zohali @zohl": # - servant-auth-cookie # servant 0.13 - - dictionaries + - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - cereal-time "Joachim Fasting @joachifm": @@ -2757,7 +2757,7 @@ packages: - bv "Juan Pedro Villa Isaza @jpvillaisaza": - - licensor + - licensor < 0 # GHC 8.4 via base-4.11.0.0 "Florian Hofmann fho@f12n.de @fhaust": - vector-split @@ -2768,17 +2768,17 @@ packages: # - amazonka-s3-streaming # https://github.com/axman6/amazonka-s3-streaming/issues/9 "Ondrej Palkovsky @ondrap": - - json-stream + - json-stream < 0 # GHC 8.4 via base-4.11.0.0 "Philipp Balzarek ": - xml-picklers "Lennart Spitzner @lspitzner": - - multistate + - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher - - czipwith - - brittany + - butcher < 0 # GHC 8.4 via base-4.11.0.0 + - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": - HDBC-mysql @@ -2864,11 +2864,11 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast - - haskell-tools-backend-ghc - - haskell-tools-rewrite - - haskell-tools-prettyprint - - haskell-tools-refactor + - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 # - haskell-tools-demo # Cabal 2 via minisat-solver # - haskell-tools-cli # Cabal 2 via minisat-solver # - haskell-tools-daemon # Cabal 2 via minisat-solver @@ -2882,7 +2882,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - - sensu-run + - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - viewprof "Dylan Simon @dylex": @@ -2933,7 +2933,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 - edit-distance-vector "Kyle Van Berendonck @donkeybonks": @@ -2986,14 +2986,14 @@ packages: - hslua-aeson "Judah Jacobson @judah": - - lens-labels - - proto-lens - - proto-lens-descriptors - # - proto-lens-protoc # haskell-src-exts + - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 # - proto-lens-combinators # haskell-src-exts via proto-lens-protoc - - proto-lens-arbitrary - - proto-lens-optparse # - proto-lens-protobuf-types # haskell-src-exts via proto-lens-protoc + # - proto-lens-protoc # haskell-src-exts + - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 - tensorflow-test "Christof Schramm ": @@ -3013,7 +3013,7 @@ packages: - conduit-throttle "Simon Hafner @reactormonk": - - uri-bytestring-aeson + - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - katip-scalyr-scribe "Sebastian Witte @saep": @@ -3131,8 +3131,8 @@ packages: - colorize-haskell "Chris Martin @chris-martin": - - partial-semigroup - - path-text-utf8 + - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 + - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string @@ -3211,7 +3211,7 @@ packages: - servant-exceptions "Vaibhav Sagar @vaibhavsagar": - - ihaskell + - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - ghc-parser "Alexis Williams @typedrat": @@ -3226,7 +3226,7 @@ packages: - re2 "Sebastian Graf @sgraf812": - - pomaps + - pomaps < 0 # GHC 8.4 via base-4.11.0.0 "Alexey Kotlyarov @koterpillar": [] @@ -3237,9 +3237,9 @@ packages: - cassava-records "Lucas David Traverso @ludat": - - map-syntax - - snap - - heist + - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - heist < 0 # GHC 8.4 via map-syntax + - snap < 0 # GHC 8.4 via base-4.11.0.0 "Tim Humphries @thumphries": - transformers-either @@ -3249,7 +3249,7 @@ packages: - bhoogle "David Millar-Durrant @DavidM-D": - - indexed-list-literals + - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 "Dmitry Dzhus @dzhus": - static-text @@ -3355,146 +3355,12 @@ packages: # These lines are temporary and should ideally be replaced by commenting out # the packages at their point of inclusion. "Blocked by GHC 8.4": - - Frames < 0 # GHC 8.4 via base-4.11.0.0 - - GPipe < 0 # GHC 8.4 via base-4.11.0.0 - - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 - Unique < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-blas < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-fft < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-fftw < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-fourier < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-io < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-llvm < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 - - active < 0 # GHC 8.4 via base-4.11.0.0 - - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 - - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 - - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - capataz < 0 # GHC 8.4 via base-4.11.0.0 - - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - compact < 0 # GHC 8.4 via base-4.11.0.0 - - country < 0 # GHC 8.4 via base-4.11.0.0 - - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 - - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 - - fast-builder < 0 # GHC 8.4 via base-4.11.0.0 - - feed < 0 # GHC 8.4 via base-4.11.0.0 - - force-layout < 0 # GHC 8.4 via base-4.11.0.0 - - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 - - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - - github-release < 0 # GHC 8.4 via base-4.11.0.0 - - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 - - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 - - gloss < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - - kraken < 0 # GHC 8.4 via base-4.11.0.0 - - lackey < 0 # GHC 8.4 via base-4.11.0.0 - - lapack-ffi-tools < 0 # GHC 8.4 via base-4.11.0.0 - - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 - - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 - - licensor < 0 # GHC 8.4 via base-4.11.0.0 - - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 - - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 - - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 - - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 - - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 - - mole < 0 # GHC 8.4 via base-4.11.0.0 - - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 - - multistate < 0 # GHC 8.4 via base-4.11.0.0 - - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - - palette < 0 # GHC 8.4 via base-4.11.0.0 - - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 - - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 - - pomaps < 0 # GHC 8.4 via base-4.11.0.0 - - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 - - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 - - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 - - raaz < 0 # GHC 8.4 via base-4.11.0.0 - - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 - - ratel < 0 # GHC 8.4 via base-4.11.0.0 - - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 - - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 - - rest-core < 0 # GHC 8.4 via base-4.11.0.0 - - rest-types < 0 # GHC 8.4 via base-4.11.0.0 - - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - - schematic < 0 # GHC 8.4 via base-4.11.0.0 - - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - - snap < 0 # GHC 8.4 via base-4.11.0.0 - - spdx < 0 # GHC 8.4 via base-4.11.0.0 - - statestack < 0 # GHC 8.4 via base-4.11.0.0 - - stitch < 0 # GHC 8.4 via base-4.11.0.0 - - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - - userid < 0 # GHC 8.4 via base-4.11.0.0 - - vado < 0 # GHC 8.4 via base-4.11.0.0 - - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 - - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 - - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - - inline-java < 0 # GHC 8.4 via ghc-8.4.1 - - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - # missed by first wave - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 # trans deps, gen 1 @@ -3514,7 +3380,6 @@ packages: - wrecker < 0 # GHC 8.4 via ansigraph - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 @@ -3522,11 +3387,9 @@ packages: - download < 0 # GHC 8.4 via feed - hint < 0 # GHC 8.4 via ghc-8.4.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server - - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - hjsonschema < 0 # GHC 8.4 via hjsonpointer - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 @@ -3540,7 +3403,6 @@ packages: - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - heist < 0 # GHC 8.4 via map-syntax - req-url-extra < 0 # GHC 8.4 via modern-uri - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette @@ -3567,7 +3429,6 @@ packages: - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - - rest-snap < 0 # GHC 8.4 via rest-core - servant-elm < 0 # GHC 8.4 via servant - servant-purescript < 0 # mainland-pretty <- srcloc - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 @@ -3934,7 +3795,6 @@ skipped-tests: - heist # lens 4.16 # Transitive outdated dependencies - # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog @@ -3944,7 +3804,6 @@ skipped-tests: - system-fileio # ansi-terminal-0.8 via chell - system-filepath # ansi-terminal-0.8 via chell - # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. @@ -4059,7 +3918,6 @@ expected-test-failures: - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 - # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. From 4354e57942187ca874752da4a948aa905b3fb052 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 18:17:46 -0700 Subject: [PATCH 1447/1926] Move a few more blocked package to their author's stanza --- build-constraints.yaml | 129 ++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 86 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f4e0fcd..67c28425 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,7 @@ packages: - aeson-yak "Jaro Reinders @Noughtmare": - - haskell-lsp-client + - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp "Florian Knupfer @knupfer": - type-of-html @@ -78,16 +78,16 @@ packages: "Jacob Stanley @jystic": - hedgehog - - hedgehog-quickcheck + - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - transformers-bifunctors "Walter Schulze @awalterschulze": - katydid "Nobutada Matsubara @matsubara0507": - - chatwork - - rakuten - - servant-kotlin + - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 "Pavol Klacansky @pavolzetor": - openexr-write @@ -116,7 +116,7 @@ packages: "Richard Cook @rcook": - hidden-char - - req-url-extra + - req-url-extra < 0 # GHC 8.4 via modern-uri "Vanessa McHale @vmchale": - tibetan-utils @@ -215,7 +215,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty + - text-generic-pretty < 0 # GHC 8.4 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -239,13 +239,13 @@ packages: - network-multicast - xeno - goggles - - plot-light + - plot-light < 0 # GHC 8.4 via palette - mapquest-api "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - median-stream - - stm-supply + - stm-supply < 0 # GHC 8.4 via Unique - filter-logger - tile - mbtiles @@ -271,7 +271,7 @@ packages: - monad-recorder - packcheck - streamly - - unicode-transforms + - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 - xls < 0 # DependencyFailed (PackageName "getopt-generics") "Aleksey Uimanov @s9gf4ult": @@ -367,7 +367,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools + - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 - happy - hybrid-vectors - indents @@ -457,7 +457,7 @@ packages: # - hakyll # http-types 0.12 "Sibi Prabakaran @psibi": - - download + - download < 0 # GHC 8.4 via feed - textlocal - shell-conduit - tldr < 0 # GHC 8.4 via cmark @@ -485,7 +485,7 @@ packages: "Antoine Latter @aslatter": - byteorder - - uuid + - uuid < 0 # GHC 8.4 via cryptohash-md5 "Philipp Middendorf @pmiddend": - clock @@ -604,7 +604,7 @@ packages: - lens-aeson - lens-properties - linear - - linear-accelerate + - linear-accelerate < 0 # GHC 8.4 via accelerate - log-domain - machines - monadic-arrays @@ -717,9 +717,9 @@ packages: - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 - - repa - - repa-io - - repa-algorithms + - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - repa-algorithms < 0 # GHC 8.4 via repa + - repa-io < 0 # GHC 8.4 via repa - gloss < 0 # GHC 8.4 via base-4.11.0.0 - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 @@ -728,7 +728,7 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - mwc-random-accelerate + - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - cuda < 0 # build failure with GHC 8.4 - cublas < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 @@ -834,7 +834,7 @@ packages: - json-autotype "Dom De Re @domdere": - - cassava-conduit + - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 "Dominic Steinitz @idontgetoutmuch": - random-fu @@ -884,7 +884,7 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP + - hOpenPGP < 0 # GHC 8.4 via ixset-typed - openpgp-asciiarmor # - MusicBrainz # https://github.com/fpco/stackage/issues/3357 - DAV @@ -999,7 +999,7 @@ packages: - mysql - mysql-simple - sphinx - - xmlhtml + - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - yesod-auth-hashdb "Toralf Wittner @twittner": @@ -1179,9 +1179,9 @@ packages: # - idris # ansi-terminal-0.8 - libffi - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - - cairo - - glib - - pango + - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 + - glib < 0 # GHC 8.4 via Cabal-2.2.0.0 + - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 - ghcjs-codemirror # - ghcjs-dom # http-types 0.12 # - jsaddle # http-types 0.12 @@ -1543,7 +1543,7 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - jmacro-rpc-happstack + - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox - kmeans @@ -1592,7 +1592,7 @@ packages: "Taylor Fausak @tfausak": - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - derulo - - flow + - flow < 0 # GHC 8.4 via doctest-0.15.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - json-feed - lackey < 0 # GHC 8.4 via base-4.11.0.0 @@ -1756,7 +1756,7 @@ packages: # - tasty-tap # https://github.com/MichaelXavier/tasty-tap/issues/2 # - tasty-fail-fast # https://github.com/MichaelXavier/tasty-tap/issues/2 - drifter - - drifter-postgresql + - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple "Lars Kuhtz @larskuhtz": - wai-cors @@ -1780,9 +1780,9 @@ packages: - inline-r < 0 # GHC 8.4 via inline-c # - jni # GHC 8.4 via inline-c # - jvm # GHC 8.4 via inline-c - - jvm-streaming + - jvm-streaming < 0 # GHC 8.4 via inline-java - H < 0 # GHC 8.4 via inline-r - - sparkle + - sparkle < 0 # GHC 8.4 via inline-java - th-lift "Christopher Reichert @creichert": @@ -1805,7 +1805,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - - IPv6DB + - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 "koral koral@mailoo.org @k0ral": - atom-conduit @@ -1870,7 +1870,7 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - - dbcleaner + - dbcleaner < 0 # GHC 8.4 via postgresql-simple - dotenv - hapistrano - inflections @@ -2024,7 +2024,7 @@ packages: - irc "Dennis Gosnell @cdepillabout": - - emailaddress + - emailaddress < 0 # GHC 8.4 via postgresql-simple - envelope - from-sum - hailgun @@ -2209,7 +2209,7 @@ packages: - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp - distributed-process-tests < 0 # GHC 8.4 via distributed-process - distributed-static - - jvm-batching + - jvm-batching < 0 # GHC 8.4 via inline-java - network-transport - network-transport-tests - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP @@ -2326,7 +2326,7 @@ packages: "Jeremy Shaw @stepcut": - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 # - happstack-hsp # haskell-src-exts via hsx2hs - - happstack-jmacro + - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server-tls < 0 # GHC 8.4 via happstack-server - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text @@ -2340,7 +2340,7 @@ packages: - web-plugins - web-routes - web-routes-boomerang < 0 # GHC 8.4 via boomerang - - web-routes-happstack + - web-routes-happstack < 0 # GHC 8.4 via happstack-server - web-routes-hsp - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-wai @@ -2637,7 +2637,7 @@ packages: - haskey-btree - haskey - haskey-mtl - - lxd-client + - lxd-client < 0 # GHC 8.4 via http-media - lxd-client-config - xxhash-ffi @@ -2700,8 +2700,8 @@ packages: - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Shao Cheng @TerrorJack": - - cabal-toolkit - - direct-rocksdb + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 "Anton Gushcha @ncrashed": - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 @@ -2791,7 +2791,7 @@ packages: - numhask-prelude - numhask-range - perf - - online + - online < 0 # GHC 8.4 via numhask # - chart-unit # lens 4.16 via diagrams "Iphigenia Df @iphydf": @@ -2951,7 +2951,7 @@ packages: - general-games "Cristian Adrián Ontivero @contivero": - - hasmin + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - hopfli "Peter Trško @trskop": @@ -3072,7 +3072,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - - log-warper + - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - o-clock - universum @@ -3085,7 +3085,7 @@ packages: - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - - wrecker + - wrecker < 0 # GHC 8.4 via ansigraph - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3164,7 +3164,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - - airship + - airship < 0 # GHC 8.4 via http-media "Sam Stites @stites": [] @@ -3364,51 +3364,10 @@ packages: - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 # trans deps, gen 1 - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 - - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - - glib < 0 # GHC 8.4 via Cabal-2.2.0.0 - - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 - - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 - - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 - - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 - - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 - - stm-supply < 0 # GHC 8.4 via Unique - - linear-accelerate < 0 # GHC 8.4 via accelerate - - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - - wrecker < 0 # GHC 8.4 via ansigraph - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - - uuid < 0 # GHC 8.4 via cryptohash-md5 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - - flow < 0 # GHC 8.4 via doctest-0.15.0 - - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - download < 0 # GHC 8.4 via feed - hint < 0 # GHC 8.4 via ghc-8.4.1 - - happstack-jmacro < 0 # GHC 8.4 via happstack-server - - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - - web-routes-happstack < 0 # GHC 8.4 via happstack-server - - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 - - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - - airship < 0 # GHC 8.4 via http-media - - lxd-client < 0 # GHC 8.4 via http-media - - jvm-batching < 0 # GHC 8.4 via inline-java - - jvm-streaming < 0 # GHC 8.4 via inline-java - - sparkle < 0 # GHC 8.4 via inline-java - - hOpenPGP < 0 # GHC 8.4 via ixset-typed - - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - req-url-extra < 0 # GHC 8.4 via modern-uri - - online < 0 # GHC 8.4 via numhask - - plot-light < 0 # GHC 8.4 via palette - - dbcleaner < 0 # GHC 8.4 via postgresql-simple - - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple - - emailaddress < 0 # GHC 8.4 via postgresql-simple - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple - opaleye < 0 # GHC 8.4 via postgresql-simple - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple @@ -3463,8 +3422,6 @@ packages: - fasta < 0 # GHC 8.4 via pipes-text - modify-fasta < 0 # GHC 8.4 via pipes-text - hmatrix-repa < 0 # GHC 8.4 via repa - - repa-algorithms < 0 # GHC 8.4 via repa - - repa-io < 0 # GHC 8.4 via repa - ixset < 0 # GHC 8.4 via syb-with-class - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog From d118b5089b7cfe29f7721341d27f910f91b6c99c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 13 Apr 2018 19:51:51 -0700 Subject: [PATCH 1448/1926] Move al blocked packages to their maintainers --- build-constraints.yaml | 323 +++++++++++++---------------------------- 1 file changed, 100 insertions(+), 223 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67c28425..da5abe09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -20,7 +20,7 @@ packages: # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - - buchhaltung + - buchhaltung < 0 # GHC 8.4 via hint "Tom McLaughlin @thomasjm": - aeson-typescript @@ -74,7 +74,7 @@ packages: "Patrick Pelletier @ppelleti": - mercury-api - - normalization-insensitive + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms "Jacob Stanley @jystic": - hedgehog @@ -106,12 +106,12 @@ packages: - hp2pretty - floatshow - NoHoed - - threepenny-editors + - threepenny-editors < 0 # GHC 8.4 # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Roman Gonzalez @roman": - - teardown + - teardown < 0 # GHC 8.4 via protolude - capataz < 0 # GHC 8.4 via base-4.11.0.0 "Richard Cook @rcook": @@ -197,7 +197,7 @@ packages: - ix-shapable "Jeremy Barisch-Rooney @barischrooneyj": - - threepenny-gui-flexbox + - threepenny-gui-flexbox < 0 # GHC 8.4 via clay "Romain Edelmann @redelmann": - distribution < 0 # build failure with GHC 8.4 @@ -214,7 +214,7 @@ packages: - bsb-http-chunked "Joe M @joe9": - - logger-thread + - logger-thread < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via ixset-typed "Li-yao Xia @Lysxia": @@ -230,7 +230,7 @@ packages: - List "Luke Murphy @lwm": - - tasty-discover + - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - lentil "Marco Zocca @ocramz": @@ -328,7 +328,7 @@ packages: - network-conduit-tls - persistent - persistent-mysql - - persistent-postgresql + - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple - persistent-sqlite - persistent-template # - stackage-curator # http-conduit 2.3 via amazonka @@ -338,7 +338,7 @@ packages: - yesod - yesod-auth - authenticate-oauth - - yesod-bin + - yesod-bin < 0 # GHC 8.4 via fsnotify - yesod-eventsource - yesod-gitrepo - yesod-newsfeed @@ -372,18 +372,18 @@ packages: - hybrid-vectors - indents - language-c - - persistent-mongoDB + - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - pretty-class - th-expand-syns - th-lift - quickcheck-assertions - - wai-middleware-consul + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - monad-logger-json - safe-exceptions - monad-logger-syslog - - fsnotify-conduit + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - pid1 - typed-process - say @@ -391,7 +391,7 @@ packages: - unliftio - compact < 0 # GHC 8.4 via base-4.11.0.0 - - fsnotify + - fsnotify < 0 # GHC 8.4 via hinotify - hinotify - hfsevents - Win32-notify @@ -423,7 +423,7 @@ packages: - js-jquery - js-flot - extra - - ghcid + - ghcid < 0 # GHC 8.4 via fsnotify - hexml - weeder - profiterole @@ -467,7 +467,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras + - xmonad-extras < 0 # GHC 8.4 via hint - shelly - persistent-redis < 0 # GHC 8.4 via hedis @@ -692,7 +692,7 @@ packages: - fb - nonce - serversession - - serversession-backend-persistent + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-redis < 0 # GHC 8.4 via hedis - serversession-frontend-wai # - serversession-frontend-yesod # conduit 1.3, yesod 1.6 @@ -754,7 +754,7 @@ packages: - byteset - Clipboard - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - haskintex + - haskintex < 0 # GHC 8.4 via hint - HaTeX - include-file - matrix @@ -810,7 +810,7 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript + - servant-purescript < 0 # mainland-pretty <- srcloc - servant-subscriber "Rodrigo Setti @rodrigosetti": @@ -837,7 +837,7 @@ packages: - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 "Dominic Steinitz @idontgetoutmuch": - - random-fu + - random-fu < 0 # GHC 8.4 via random-shuffle "Ben Gamari @bgamari": - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 @@ -869,7 +869,7 @@ packages: - set-monad < 0 # build failure with GHC 8.4 "Phil Hargett @hargettp": - - courier + - courier < 0 # GHC 8.4 via uuid "Aycan iRiCAN @aycanirican": - hdaemonize @@ -959,7 +959,7 @@ packages: # - hledger-lib - hledger - - hledger-ui + - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - hledger-web - hledger-api # @@ -1004,8 +1004,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - - cql - - cql-io + - cql < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - redis-io < 0 # GHC 8.4 via tinylog - swagger @@ -1051,13 +1051,13 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + - Chart-cairo < 0 # GHC 8.4 via cairo - ghc-events < 0 # build failure with GHC 8.4 - monad-extras - optparse-simple - hpack - bindings-uname - - stack < 9.9.9 + - stack < 0 # GHC 8.4 via regex-applicative-text "Michael Sloan @mgsloan": - th-orphans @@ -1067,14 +1067,14 @@ packages: - base-prelude - cases - focus - - hasql - - hasql-optparse-applicative - - hasql-pool + - hasql < 0 # GHC 8.4 via postgresql-binary + - hasql-optparse-applicative < 0 # GHC 8.4 via hasql + - hasql-pool < 0 # GHC 8.4 via hasql - list-t - mtl-prelude - neat-interpolation - partial-handler - - postgresql-binary + - postgresql-binary < 0 # GHC 8.4 via uuid - slave-thread - stm-containers - refined @@ -1093,21 +1093,21 @@ packages: - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - users # - users-persistent # persistent 2.8 - - users-postgresql-simple + - users-postgresql-simple < 0 # GHC 8.4 via postgresql-simple - users-test # - validate-input # https://github.com/agrafix/validate-input/issues/3 # - ignore # https://github.com/agrafix/ignore/issues/5 - blaze-bootstrap - dataurl - - psql-helpers + - psql-helpers < 0 # GHC 8.4 via postgresql-simple - superbuffer - timespan < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - async-extra - format-numbers - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - highjson-swagger - - highjson-th + - highjson-swagger < 0 # GHC 8.4 via swagger2 + - highjson-th < 0 # GHC 8.4 via swagger2 - fileplow "Joey Eremondi @JoeyEremondi": @@ -1125,7 +1125,7 @@ packages: - ghcjs-perch < 0 # build failure with GHC 8.4 "Tom Ellis @tomjaguarpaw": - - opaleye + - opaleye < 0 # GHC 8.4 via postgresql-simple - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": @@ -1139,7 +1139,7 @@ packages: - servant - servant-client - servant-docs - - servant-js + - servant-js < 0 # language-ecmascript - servant-server - servant-lucid - servant-blaze @@ -1239,7 +1239,7 @@ packages: - bitcoin-types - hexstring - network-attoparsec - - network-anonymous-i2p + - network-anonymous-i2p < 0 # GHC 8.4 via uuid - network-anonymous-tor "Timothy Jones @zmthy": @@ -1254,7 +1254,7 @@ packages: # - magicbane # https://github.com/myfreeweb/magicbane/issues/9 "Francesco Mazzoli @bitonic": - - language-c-quote + - language-c-quote < 0 # GHC 8.4 via exception-transformers "Sönke Hahn @soenkehahn": - generics-eot @@ -1563,9 +1563,9 @@ packages: - hmatrix-gsl-stats - hsignal < 0 # build failure with GHC 8.4 - hstatistics < 0 # build failure with GHC 8.4 - - plot + - plot < 0 # GHC 8.4 via cairo - vector-buffer - - hmatrix-repa + - hmatrix-repa < 0 # GHC 8.4 via repa "Noam Lewis @sinelaw": - xml-to-json @@ -1609,7 +1609,7 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - gpolyline # @fegu - monad-memo # @EduardSergeev - - postgresql-simple-migration # @ameingast + - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple - statestack < 0 # GHC 8.4 via base-4.11.0.0 "Marios Titas @redneb": @@ -1623,11 +1623,11 @@ packages: - linux-namespaces "Will Coster @fimad": - - prometheus-client - - prometheus-metrics-ghc + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - scalpel - scalpel-core - - wai-middleware-prometheus + - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client "William Casarin @jb55": - bson-lens @@ -1635,8 +1635,8 @@ packages: - elm-export < 0 # GHC 8.4 via wl-pprint-text # - elm-export-persistent # https://github.com/jb55/elm-export-persistent/issues/2 - pipes-csv - - pipes-mongodb - - servant-elm + - pipes-mongodb < 0 # GHC 8.4 via mongoDB + - servant-elm < 0 # GHC 8.4 via servant - skeletons < 0 # build failure with GHC 8.4 "David Raymond Christiansen @david-christiansen": @@ -1676,10 +1676,10 @@ packages: - composition-extra - every - extractable-singleton - - follow-file + - follow-file < 0 # GHC 8.4 via hinotify - HSet - - markup - - monad-control-aligned + - markup < 0 # GHC 8.4 via clay + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monadoid < 0 # build failure with GHC 8.4 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra @@ -1697,9 +1697,9 @@ packages: - tries < 0 # GHC 8.4 via bytestring-trie - unit-constraint - unfoldable-restricted - - urlpath + - urlpath < 0 # GHC 8.4 via monad-control-aligned - wai-transformers - - websockets-rpc + - websockets-rpc < 0 # GHC 8.4 via uuid # - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ws @@ -1723,7 +1723,7 @@ packages: - tasty-silver "Michael Thompson @michaelt": - - pipes-text + - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - lens-simple - lens-family-core - lens-family @@ -1769,7 +1769,7 @@ packages: - result "Daniel Patterson @dbp": - - hworker + - hworker < 0 # GHC 8.4 via uuid - fn "Mathieu Boespflug @mboes": @@ -1789,7 +1789,7 @@ packages: - bencode - hsebaysdk - dockerfile - - wai-middleware-throttle + - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket # - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/2 "Hirotomo Moriwaki @philopon": @@ -1948,7 +1948,7 @@ packages: - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 "Andrew Gibiansky @gibiansky": - - ipython-kernel + - ipython-kernel < 0 # GHC 8.4 via uuid "Andrés Sicard-Ramírez @asr": - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -1957,14 +1957,14 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - - dice + - dice < 0 # GHC 8.4 via random-fu - hstatsd - - misfortune + - misfortune < 0 # GHC 8.4 via random-fu "Timo von Holtz @tvh": - ekg-wai # - haxl-amazonka # http-conduit 2.3 via amazonka - - hasql-migration + - hasql-migration < 0 # GHC 8.4 via hasql - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 "Artyom @neongreen": @@ -2116,8 +2116,8 @@ packages: - hsyslog - jailbreak-cabal - json-autotype - - lambdabot-core - - lambdabot-irc-plugins + - lambdabot-core < 0 # GHC 8.4 via random-fu + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - language-nix - logging-facade-syslog - nix-paths @@ -2126,27 +2126,27 @@ packages: - titlecase "Mark Fine @markfine": - - postgresql-schema + - postgresql-schema < 0 # GHC 8.4 via postgresql-simple - sbp "Jinjing Wang @nfjinjing": - moesocks "Gregory W. Schwartz @GregorySchwartz": - - fasta - diversity < 0 # via fasta - - modify-fasta + - fasta < 0 # GHC 8.4 via pipes-text + - modify-fasta < 0 # GHC 8.4 via pipes-text - tree-fun - random-tree - clumpiness - find-clumpiness - - blosum - - rank-product + - blosum < 0 # GHC 8.4 via pipes-text + - rank-product < 0 # GHC 8.4 via random-fu "Simon Marechal @bartavelle": - compactmap - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - filecache + - filecache < 0 # GHC 8.4 via fsnotify - pcre-utils - strict-base-types - withdependencies @@ -2263,7 +2263,7 @@ packages: - ekg "Michael Schröder @mcschroeder": - - ctrie + - ctrie < 0 # GHC 8.4 via random-shuffle - ttrie "Andrew Lelechenko @Bodigrim": @@ -2285,12 +2285,12 @@ packages: - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api - - eventsource-geteventstore-store - - eventsource-store-specs - - eventsource-stub-store + - eventsource-api < 0 # GHC 8.4 via uuid + - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude + - eventsource-store-specs < 0 # GHC 8.4 via uuid + - eventsource-stub-store < 0 # GHC 8.4 via protolude "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv @@ -2301,7 +2301,7 @@ packages: - graylog - parsec-numeric # - mallard # https://github.com/AndrewRademacher/mallard/issues/49 - - gdax + - gdax < 0 # GHC 8.4 via uuid "Callum Rogers @CRogers": - should-not-typecheck @@ -2330,7 +2330,7 @@ packages: - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server-tls < 0 # GHC 8.4 via happstack-server - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - - ixset + - ixset < 0 # GHC 8.4 via syb-with-class - reform < 0 # build failure with GHC 8.4 - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform @@ -2376,7 +2376,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - saltine - - wai-session-postgresql + - wai-session-postgresql < 0 # GHC 8.4 via postgresql-simple "Haisheng Wu @freizl": [] @@ -2447,11 +2447,11 @@ packages: - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Elie Genard @elaye": - - turtle-options + - turtle-options < 0 # GHC 8.4 via turtle "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - - rng-utils + - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - ua-parser - hs-GeoIP - retry @@ -2558,7 +2558,7 @@ packages: - api-field-json-th "Patrick Thomson @helium": - - postgresql-transactional + - postgresql-transactional < 0 # GHC 8.4 via postgresql-simple "Tom Murphy @amindfv": - vivid @@ -2579,13 +2579,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - eventful-core + - eventful-core < 0 # GHC 8.4 via uuid # - eventful-dynamodb # http-conduit 2.3 via amazonka - - eventful-memory - - eventful-postgresql - - eventful-sql-common - - eventful-sqlite - - eventful-test-helpers + - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql + - eventful-sql-common < 0 # GHC 8.4 via uuid + - eventful-sqlite < 0 # GHC 8.4 via uuid + - eventful-test-helpers < 0 # GHC 8.4 via eventful-core - stratosphere - sum-type-boilerplate @@ -2611,7 +2611,7 @@ packages: - hjsonschema < 0 # GHC 8.4 via hjsonpointer "Drew Hess @dhess": - - hpio + - hpio < 0 # GHC 8.4 via protolude "Richard Eisenberg @goldfirere": - th-desugar @@ -2659,7 +2659,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - - mongoDB + - mongoDB < 0 # GHC 8.4 via random-shuffle - bson "Alexis King @lexi-lambda": @@ -2668,7 +2668,7 @@ packages: - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-conversions - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - type-assertions + - type-assertions < 0 # GHC 8.4 via test-fixture "Patrick Chilton @chpatrick": - webrtc-vad @@ -2807,10 +2807,10 @@ packages: - clock-extras - next-ref - threads-extras - - tmp-postgres - - pg-transact - - hspec-pg-transact - - postgresql-simple-queue + - tmp-postgres < 0 # GHC 8.4 via postgresql-simple + - pg-transact < 0 # GHC 8.4 via postgresql-simple + - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-queue < 0 # GHC 8.4 via postgresql-simple "Mahdi Dibaiee @mdibaiee": - picedit < 0 # DependencyFailed (PackageName "cli") @@ -2886,7 +2886,7 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed + - postgresql-typed < 0 # GHC 8.4 via uuid - invertible < 0 # GHC 8.4 via TypeCompose - ztail - zip-stream @@ -2974,9 +2974,9 @@ packages: "Hardy Jones @joneshf": # - katip-rollbar # async 2.2 - - rollbar-hs + - rollbar-hs < 0 # GHC 8.4 via uuid - servant-ruby - - wai-middleware-rollbar + - wai-middleware-rollbar < 0 # GHC 8.4 via uuid "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3043,7 +3043,7 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - - shikensu + - shikensu < 0 # GHC 8.4 via flow "George Pollard @Porges": - email-validate @@ -3074,7 +3074,7 @@ packages: # - importify # haskell-src-exts via haskell-names - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - o-clock - - universum + - universum < 0 # GHC 8.4 via tasty-hedgehog "Lorenz Moesenlechner @moesenle": - servant-websockets @@ -3087,14 +3087,14 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker < 0 # GHC 8.4 via ansigraph - language-docker - - docker-build-cacher + - docker-build-cacher < 0 # GHC 8.4 via turtle - mysql-haskell-nem "Phil Ruffwind @Rufflewind": - blas-hs "Eitan Chatav @echatav": - - squeal-postgresql + - squeal-postgresql < 0 # GHC 8.4 via uuid "Sam Quinn @Lazersmoke": - ghost-buster @@ -3118,7 +3118,7 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic & James Parker @jprider63": - - docker + - docker < 0 # GHC 8.4 via uuid "Hexirp @Hexirp": - doctest-driver-gen @@ -3246,7 +3246,7 @@ packages: - transformers-fix "Andre Van Der Merwe @andrevdm": - - bhoogle + - bhoogle < 0 # GHC 8.4 via protolude "David Millar-Durrant @DavidM-D": - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 @@ -3260,7 +3260,7 @@ packages: - datadog "Raghu Kaippully @rkaippully": - - starter + - starter < 0 # GHC 8.4 via fsnotify "Alex Washburn @recursion-ninja": - bv-little @@ -3347,14 +3347,6 @@ packages: - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - # This section was used to programmatically generate a set of removals - # that would result in a valid build plan. - # These packages have version bounds in their deps or transitive deps - # which prevent them from forming a valid build plan with ghc 8.4. - # These lines are temporary and should ideally be replaced by commenting out - # the packages at their point of inclusion. - "Blocked by GHC 8.4": - Unique < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 @@ -3362,131 +3354,16 @@ packages: - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - # trans deps, gen 1 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - hint < 0 # GHC 8.4 via ghc-8.4.1 - - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple - - opaleye < 0 # GHC 8.4 via postgresql-simple - - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple - - pg-transact < 0 # GHC 8.4 via postgresql-simple - - postgresql-schema < 0 # GHC 8.4 via postgresql-simple - - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple - - postgresql-simple-queue < 0 # GHC 8.4 via postgresql-simple - - postgresql-transactional < 0 # GHC 8.4 via postgresql-simple - - psql-helpers < 0 # GHC 8.4 via postgresql-simple - - tmp-postgres < 0 # GHC 8.4 via postgresql-simple - - users-postgresql-simple < 0 # GHC 8.4 via postgresql-simple - - wai-session-postgresql < 0 # GHC 8.4 via postgresql-simple - - bhoogle < 0 # GHC 8.4 via protolude - - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - - eventsource-stub-store < 0 # GHC 8.4 via protolude - - hpio < 0 # GHC 8.4 via protolude - - logger-thread < 0 # GHC 8.4 via protolude - - teardown < 0 # GHC 8.4 via protolude - - text-generic-pretty < 0 # GHC 8.4 via protolude - - stack < 0 # GHC 8.4 via regex-applicative-text - - servant-elm < 0 # GHC 8.4 via servant - - servant-purescript < 0 # mainland-pretty <- srcloc - - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - - highjson-swagger < 0 # GHC 8.4 via swagger2 - - highjson-th < 0 # GHC 8.4 via swagger2 - - teardown < 0 # GHC 8.4 via tasty-rerun - - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - type-assertions < 0 # GHC 8.4 via test-fixture - - threepenny-editors < 0 # GHC 8.4 - - threepenny-gui-flexbox < 0 # GHC 8.4 via clay - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - # trans deps, gen 2 - - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - - Chart-cairo < 0 # GHC 8.4 via cairo - - plot < 0 # GHC 8.4 via cairo - - markup < 0 # GHC 8.4 via clay - exception-mtl < 0 # GHC 8.4 via exception-transformers - - language-c-quote < 0 # GHC 8.4 via exception-transformers - - shikensu < 0 # GHC 8.4 via flow - - follow-file < 0 # GHC 8.4 via hinotify - - fsnotify < 0 # GHC 8.4 via hinotify - - buchhaltung < 0 # GHC 8.4 via hint - - haskintex < 0 # GHC 8.4 via hint - - xmonad-extras < 0 # GHC 8.4 via hint - - urlpath < 0 # GHC 8.4 via monad-control-aligned - - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - - blosum < 0 # GHC 8.4 via pipes-text - - fasta < 0 # GHC 8.4 via pipes-text - - modify-fasta < 0 # GHC 8.4 via pipes-text - - hmatrix-repa < 0 # GHC 8.4 via repa - - ixset < 0 # GHC 8.4 via syb-with-class - - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - - universum < 0 # GHC 8.4 via tasty-hedgehog - - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - - docker-build-cacher < 0 # GHC 8.4 via turtle - - turtle-options < 0 # GHC 8.4 via turtle - - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - consul-haskell < 0 # GHC 8.4 via uuid - - courier < 0 # GHC 8.4 via uuid - - cql < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid - - docker < 0 # GHC 8.4 via uuid - - eventful-core < 0 # GHC 8.4 via uuid - - eventful-sql-common < 0 # GHC 8.4 via uuid - - eventful-sqlite < 0 # GHC 8.4 via uuid - - eventsource-api < 0 # GHC 8.4 via uuid - - eventsource-store-specs < 0 # GHC 8.4 via uuid - - gdax < 0 # GHC 8.4 via uuid - - hworker < 0 # GHC 8.4 via uuid - - ipython-kernel < 0 # GHC 8.4 via uuid - - network-anonymous-i2p < 0 # GHC 8.4 via uuid - - postgresql-binary < 0 # GHC 8.4 via uuid - - postgresql-typed < 0 # GHC 8.4 via uuid - - rollbar-hs < 0 # GHC 8.4 via uuid - - squeal-postgresql < 0 # GHC 8.4 via uuid - - wai-middleware-rollbar < 0 # GHC 8.4 via uuid - - websockets-rpc < 0 # GHC 8.4 via uuid - - # trans deps, gen 3 - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - - eventful-memory < 0 # GHC 8.4 via eventful-core - - eventful-test-helpers < 0 # GHC 8.4 via eventful-core - - filecache < 0 # GHC 8.4 via fsnotify - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - - ghcid < 0 # GHC 8.4 via fsnotify - - starter < 0 # GHC 8.4 via fsnotify - - yesod-bin < 0 # GHC 8.4 via fsnotify - - hasql < 0 # GHC 8.4 via postgresql-binary - - ctrie < 0 # GHC 8.4 via random-shuffle - - mongoDB < 0 # GHC 8.4 via random-shuffle - - prometheus-client < 0 # GHC 8.4 via random-shuffle - - random-fu < 0 # GHC 8.4 via random-shuffle - - # trans deps, gen 4 - - hasql-migration < 0 # GHC 8.4 via hasql - - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - - hasql-pool < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - - pipes-mongodb < 0 # GHC 8.4 via mongoDB - - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client - - dice < 0 # GHC 8.4 via random-fu - - lambdabot-core < 0 # GHC 8.4 via random-fu - - misfortune < 0 # GHC 8.4 via random-fu - - rank-product < 0 # GHC 8.4 via random-fu - - # trans deps, gen 5 - - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - - # trans deps, rediscovered. - - eventstore < 0 # GHC 8.4 via text-format - language-ecmascript < 0 # wl-pprint - - servant-js < 0 # language-ecmascript - mainland-pretty < 0 "GHC upper bounds": From 6fa6bb975b3fd3d4c526e51a8dc2d73d1f4b5d89 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:10:12 -0700 Subject: [PATCH 1449/1926] Expect haddock failure for data-diverse-lens #3523 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index da5abe09..0927dc97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,6 +4037,7 @@ expected-haddock-failures: - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - data-diverse-lens # https://github.com/fpco/stackage/issues/3523 # Runs out of memory - store From 80a8168d138fd17872d79d24dc2775b4c0313049 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:22:05 -0700 Subject: [PATCH 1450/1926] Test a few packages --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0927dc97..0c3981b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -54,7 +54,7 @@ packages: - sdl2-ttf - assert-failure - minimorph - - miniutter < 0 # build failure with GHC 8.4 + - miniutter # 0 # build failure with GHC 8.4 "Jürgen Keck @j-keck": - wreq-stringless @@ -70,7 +70,7 @@ packages: - state-codes "Sebastian Mihai Ardelean @ardeleanasm": - - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - qchas # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Patrick Pelletier @ppelleti": - mercury-api From 990475bd199251a7c699bced4bc720a53286f129 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:24:01 -0700 Subject: [PATCH 1451/1926] Cleanup after the previous test --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c3981b9..50cf7335 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -54,7 +54,7 @@ packages: - sdl2-ttf - assert-failure - minimorph - - miniutter # 0 # build failure with GHC 8.4 + - miniutter "Jürgen Keck @j-keck": - wreq-stringless @@ -70,7 +70,7 @@ packages: - state-codes "Sebastian Mihai Ardelean @ardeleanasm": - - qchas # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Patrick Pelletier @ppelleti": - mercury-api From 92a8875d4c2593f2be52491c702ce2fc897071fc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:28:46 -0700 Subject: [PATCH 1452/1926] Test a few packages --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50cf7335..a0e79746 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Pasqualino Assini @tittoassini": # - zm # haskell-src-exts via derive # - flat # haskell-src-exts via derive - - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - model # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Jose Iborra @pepeiborra": # - arrowp-qq # build failure https://github.com/pepeiborra/arrowp/issues/8 @@ -106,7 +106,7 @@ packages: - hp2pretty - floatshow - NoHoed - - threepenny-editors < 0 # GHC 8.4 + - threepenny-editors # 0 # GHC 8.4 # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 48018453c6c512e2127da87064b935bcbaa428d7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:31:56 -0700 Subject: [PATCH 1453/1926] Test a few packages and clean from previous test --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0e79746..f1c447b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Pasqualino Assini @tittoassini": # - zm # haskell-src-exts via derive # - flat # haskell-src-exts via derive - - model # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Jose Iborra @pepeiborra": # - arrowp-qq # build failure https://github.com/pepeiborra/arrowp/issues/8 @@ -106,9 +106,9 @@ packages: - hp2pretty - floatshow - NoHoed - - threepenny-editors # 0 # GHC 8.4 + - threepenny-editors < 0 # GHC 8.4 # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - strict-types # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Roman Gonzalez @roman": - teardown < 0 # GHC 8.4 via protolude From ecf95bacb0f910a653147009cb84886fec24b755 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:35:46 -0700 Subject: [PATCH 1454/1926] Test a few packages and clean from previous test --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1c447b0..7a6a7084 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -108,10 +108,10 @@ packages: - NoHoed - threepenny-editors < 0 # GHC 8.4 # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - - strict-types # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - strict-types "Roman Gonzalez @roman": - - teardown < 0 # GHC 8.4 via protolude + - teardown # 0 # GHC 8.4 via protolude - capataz < 0 # GHC 8.4 via base-4.11.0.0 "Richard Cook @rcook": From c760564b888fdb96069522bb1e17d0fe971291db Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:38:36 -0700 Subject: [PATCH 1455/1926] Add back teardown --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a6a7084..cbfee058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -108,10 +108,10 @@ packages: - NoHoed - threepenny-editors < 0 # GHC 8.4 # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - - strict-types + - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Roman Gonzalez @roman": - - teardown # 0 # GHC 8.4 via protolude + - teardown - capataz < 0 # GHC 8.4 via base-4.11.0.0 "Richard Cook @rcook": @@ -3961,7 +3961,6 @@ expected-test-failures: - makefile # Doctest failures - - teardown - model # https://github.com/Quid2/model/issues/2 # Misc. @@ -4067,7 +4066,6 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - splitmix # criterion 1.3 - superbuffer # criterion 1.3 - - teardown # criterion 1.3 - ttrie # criterion-plus and th-pprint - tz # criterion 1.3 - unicode-transforms # criterion 1.3 From bf79494d9bf771f13ba909327afbb13ae6332c15 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:41:49 -0700 Subject: [PATCH 1456/1926] Test req-url-extra --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfee058..98f77345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -116,16 +116,16 @@ packages: "Richard Cook @rcook": - hidden-char - - req-url-extra < 0 # GHC 8.4 via modern-uri + - req-url-extra "Vanessa McHale @vmchale": - tibetan-utils "Henning Thielemann @thielema": - - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-fftw < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-fourier < 0 # GHC 8.4 via base-4.11.0.0 - - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-arithmetic < 0 # GHC 8.4 via accelerate + - accelerate-fftw < 0 # GHC 8.4 via accelerate + - accelerate-fourier < 0 # GHC 8.4 via accelerate + - accelerate-utility < 0 # GHC 8.4 via accelerate - alsa-core - alsa-pcm < 0 # build failure with GHC 8.4 - alsa-seq From b2aa9b573cf0e5fb9da6a2efe4055f00c8178fb3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:47:30 -0700 Subject: [PATCH 1457/1926] Test alsa-pcm and audacity --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98f77345..b78af7dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -127,10 +127,10 @@ packages: - accelerate-fourier < 0 # GHC 8.4 via accelerate - accelerate-utility < 0 # GHC 8.4 via accelerate - alsa-core - - alsa-pcm < 0 # build failure with GHC 8.4 + - alsa-pcm # 0 # build failure with GHC 8.4 - alsa-seq - apportionment - - audacity < 0 # build failure with GHC 8.4 + - audacity # 0 # build failure with GHC 8.4 - bibtex - buffer-pipe - calendar-recycling From 8f8f13979b56c91905216d7b97fd9d582e1affcf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:48:54 -0700 Subject: [PATCH 1458/1926] alsa-pcm and audacity should still be blocked --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b78af7dd..98f77345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -127,10 +127,10 @@ packages: - accelerate-fourier < 0 # GHC 8.4 via accelerate - accelerate-utility < 0 # GHC 8.4 via accelerate - alsa-core - - alsa-pcm # 0 # build failure with GHC 8.4 + - alsa-pcm < 0 # build failure with GHC 8.4 - alsa-seq - apportionment - - audacity # 0 # build failure with GHC 8.4 + - audacity < 0 # build failure with GHC 8.4 - bibtex - buffer-pipe - calendar-recycling From de92382824305a27efbc71b76b5db5f895fb0d57 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:51:24 -0700 Subject: [PATCH 1459/1926] Test data-accessor-template --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98f77345..8a7952a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -140,7 +140,7 @@ packages: - cutter - data-accessor - data-accessor-mtl - - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - data-accessor-template # 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-transformers - data-ref - dsp @@ -150,7 +150,7 @@ packages: - explicit-exception - fixed-length - gnuplot - - group-by-date < 0 # build failure with GHC 8.4 + - group-by-date < 0 # build failure with GHC 8.4 via hsshellscript - iff - interpolation - jack From d1ac813d92da5018604c51f7c7df60f6f883b82d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:55:03 -0700 Subject: [PATCH 1460/1926] Test lapack-ffi-tools --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a7952a1..9cbe0356 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -140,7 +140,7 @@ packages: - cutter - data-accessor - data-accessor-mtl - - data-accessor-template # 0 # GHC 8.4 via template-haskell-2.13.0.0 + - data-accessor-template - data-accessor-transformers - data-ref - dsp @@ -192,7 +192,7 @@ packages: - blas-carray - lapack-ffi - lapack-carray - - lapack-ffi-tools < 0 # GHC 8.4 via base-4.11.0.0 + - lapack-ffi-tools # 0 # GHC 8.4 via base-4.11.0.0 # Not a maintainer - ix-shapable From 143a4d8c5d54dc3029f2e814e9c80ab46ee65f5b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 10:57:04 -0700 Subject: [PATCH 1461/1926] Test distribution --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cbe0356..72d416f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -192,7 +192,7 @@ packages: - blas-carray - lapack-ffi - lapack-carray - - lapack-ffi-tools # 0 # GHC 8.4 via base-4.11.0.0 + - lapack-ffi-tools # Not a maintainer - ix-shapable @@ -200,7 +200,7 @@ packages: - threepenny-gui-flexbox < 0 # GHC 8.4 via clay "Romain Edelmann @redelmann": - - distribution < 0 # build failure with GHC 8.4 + - distribution # 0 # build failure with GHC 8.4 "Nikita Tchayka @nickseagull": - ramus From f9271d9420efa5a795f30b5ce9e7cb0293d5d42b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:42:23 -0700 Subject: [PATCH 1462/1926] distribution fails --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d416f3..4310597f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -200,7 +200,7 @@ packages: - threepenny-gui-flexbox < 0 # GHC 8.4 via clay "Romain Edelmann @redelmann": - - distribution # 0 # build failure with GHC 8.4 + - distribution < 0 # build failure with GHC 8.4 "Nikita Tchayka @nickseagull": - ramus From 716a5ee92c6b4a59ba7eb1da115c9a88c87c8ae0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:51:14 -0700 Subject: [PATCH 1463/1926] Test butcher, czipwith --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4310597f..76d6228d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,8 +2776,8 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - butcher # 0 # GHC 8.4 via base-4.11.0.0 + - czipwith # 0 # GHC 8.4 via template-haskell-2.13.0.0 - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": From ff3b76997ea2784d38ef502011450c9e81bc655a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:55:59 -0700 Subject: [PATCH 1464/1926] butcher and czipwith working (#3524) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76d6228d..e6df4603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,8 +2776,8 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher # 0 # GHC 8.4 via base-4.11.0.0 - - czipwith # 0 # GHC 8.4 via template-haskell-2.13.0.0 + - butcher + - czipwith - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": From 62c72bad1d3ec7e11c278616f4f19f9275a17e65 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:57:36 -0700 Subject: [PATCH 1465/1926] butcher blocked by multistate --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6df4603..5dc9ed3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,7 +2776,7 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher + - butcher < 0 # GHC 8.4 via multistate - czipwith - brittany < 0 # GHC 8.4 via ghc-8.4.1 From 50d4851a48aa7bfd1f4da536c5429d841953c138 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 12:05:27 -0700 Subject: [PATCH 1466/1926] Add mutlistate, butcher (close #3524) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dc9ed3b..c5b926ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2774,9 +2774,9 @@ packages: - xml-picklers "Lennart Spitzner @lspitzner": - - multistate < 0 # GHC 8.4 via base-4.11.0.0 + - multistate - pqueue - - butcher < 0 # GHC 8.4 via multistate + - butcher - czipwith - brittany < 0 # GHC 8.4 via ghc-8.4.1 From 13dbc352590804b075b8434ef6b9045b175a4f5f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 17:50:08 -0700 Subject: [PATCH 1467/1926] Test logger-thread --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5b926ee..c9bd6621 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,7 @@ packages: - bsb-http-chunked "Joe M @joe9": - - logger-thread < 0 # GHC 8.4 via protolude + - logger-thread # 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via ixset-typed "Li-yao Xia @Lysxia": From af4da6aaa4c84a45965951200cc437c1054d6087 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 17:54:24 -0700 Subject: [PATCH 1468/1926] logger-thread passed tests --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9bd6621..13baac16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,7 @@ packages: - bsb-http-chunked "Joe M @joe9": - - logger-thread # 0 # GHC 8.4 via protolude + - logger-thread - text-generic-pretty < 0 # GHC 8.4 via ixset-typed "Li-yao Xia @Lysxia": From 85866cb923b1b96bb42d685c0ab1c368509793da Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 17:55:30 -0700 Subject: [PATCH 1469/1926] Test generic-random --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13baac16..3a02a65e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -219,7 +219,7 @@ packages: "Li-yao Xia @Lysxia": - boltzmann-samplers - - generic-random < 0 # GHC 8.4 via base-4.11.0.0 + - generic-random # 0 # GHC 8.4 via base-4.11.0.0 - show-combinators "Tobias Dammers @tdammers": From 54915f5ef0e01a3db14f62286c9c3455f26dfcaf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 17:59:29 -0700 Subject: [PATCH 1470/1926] Test ginger --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a02a65e..eeee91c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -219,11 +219,11 @@ packages: "Li-yao Xia @Lysxia": - boltzmann-samplers - - generic-random # 0 # GHC 8.4 via base-4.11.0.0 + - generic-random - show-combinators "Tobias Dammers @tdammers": - - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ginger - yeshql "Yair Chuchem @yairchu": From 3ef67e5936b0768d3ef1ecf9da78c88d64a16c28 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:04:58 -0700 Subject: [PATCH 1471/1926] ginger is not working --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eeee91c0..9d405aff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -223,7 +223,7 @@ packages: - show-combinators "Tobias Dammers @tdammers": - - ginger + - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yeshql "Yair Chuchem @yairchu": From 5e2496419fc474c6a4752e3405a1dab4d66e33a0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:08:01 -0700 Subject: [PATCH 1472/1926] Try plot-light --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d405aff..622e087e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - network-multicast - xeno - goggles - - plot-light < 0 # GHC 8.4 via palette + - plot-light - mapquest-api "Joseph Canero @caneroj1": From f51a1fdf4fedeb6566b5cadbea6c1840c4387bcb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:10:13 -0700 Subject: [PATCH 1473/1926] Revert enabling plot-light --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 622e087e..9d405aff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - network-multicast - xeno - goggles - - plot-light + - plot-light < 0 # GHC 8.4 via palette - mapquest-api "Joseph Canero @caneroj1": From 0eaa4e8fda10d47beffb4ee104bcdee1dbee9169 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:10:42 -0700 Subject: [PATCH 1474/1926] Try sqlite-simple-errors --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d405aff..ee045cc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -243,7 +243,7 @@ packages: - mapquest-api "Joseph Canero @caneroj1": - # - sqlite-simple-errors # text 1.2.3.0 + - sqlite-simple-errors # text 1.2.3.0 - median-stream - stm-supply < 0 # GHC 8.4 via Unique - filter-logger From 8fcf99957d79bf6c3e0ac867abc27d374c120313 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:15:38 -0700 Subject: [PATCH 1475/1926] sqlite-simple-errors passed --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee045cc4..e5b5ca8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,11 +239,11 @@ packages: - network-multicast - xeno - goggles - - plot-light < 0 # GHC 8.4 via palette + - plot-light < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mapquest-api "Joseph Canero @caneroj1": - - sqlite-simple-errors # text 1.2.3.0 + - sqlite-simple-errors - median-stream - stm-supply < 0 # GHC 8.4 via Unique - filter-logger From f9f4fef0e30ed89057a8115434c12c017d458184 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:19:35 -0700 Subject: [PATCH 1476/1926] Try varying --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5b5ca8f..4e861ee4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -271,7 +271,7 @@ packages: - monad-recorder - packcheck - streamly - - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 + - unicode-transforms < 0 # GHC 8.4 via getopt-generics, QuickCheck-2.11.3 - xls < 0 # DependencyFailed (PackageName "getopt-generics") "Aleksey Uimanov @s9gf4ult": @@ -284,7 +284,7 @@ packages: "Schell Scivally @schell": - renderable - - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - varying "Nicolas Mattia @nmattia": - makefile From 05601d1c1591317e555a2650dd76ade46016084d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:22:01 -0700 Subject: [PATCH 1477/1926] Disable varying --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e861ee4..2698a1b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -284,7 +284,7 @@ packages: "Schell Scivally @schell": - renderable - - varying + - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Nicolas Mattia @nmattia": - makefile From 0c3c160dc2a6f6b6aa90bb7bceedf6c009a320e8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:24:25 -0700 Subject: [PATCH 1478/1926] Temporarily try mega-sdist --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2698a1b0..68fd07d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -316,7 +316,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mega-sdist - case-insensitive - classy-prelude-yesod - conduit-combinators From 3cc51c2b61170fb3be0f8d97d42d54c66d276513 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:28:48 -0700 Subject: [PATCH 1479/1926] Try hpc-coveralls --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fd07d5..39f594d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - binary-conduit - lzma-conduit - mutable-containers - - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hpc-coveralls - monad-unlift - monad-unlift-ref - yaml From 4689de7b2e97ac4d805d95b5a42c5784880af451 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:30:29 -0700 Subject: [PATCH 1480/1926] Revert hpc-coveralls --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39f594d3..68fd07d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - binary-conduit - lzma-conduit - mutable-containers - - hpc-coveralls + - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - monad-unlift - monad-unlift-ref - yaml From 3a77b7c890968553d405cf7e33f54572b9145dfe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:31:06 -0700 Subject: [PATCH 1481/1926] Try csv-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fd07d5..f73863a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -362,7 +362,7 @@ packages: - async - base16-bytestring - c2hs - - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - csv-conduit - executable-hash - executable-path - foreign-store From 72e59112671ec0b06cd70e8e3cdc990193dc9dde Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:32:27 -0700 Subject: [PATCH 1482/1926] Try rainbow --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f73863a0..79981343 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -362,7 +362,7 @@ packages: - async - base16-bytestring - c2hs - - csv-conduit + - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - executable-hash - executable-path - foreign-store @@ -401,7 +401,7 @@ packages: - http-conduit "Omari Norman @massysett": - - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - rainbow - rainbox < 0 # GHC 8.4 via rainbow - multiarg - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build From a1ec37894a79c69fa533882faa5c761274fadcde Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:38:43 -0700 Subject: [PATCH 1483/1926] rainbow still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79981343..68fd07d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -401,7 +401,7 @@ packages: - http-conduit "Omari Norman @massysett": - - rainbow + - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox < 0 # GHC 8.4 via rainbow - multiarg - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build From 3a431f86dcad25e461bf06f6694150feeff28077 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:39:18 -0700 Subject: [PATCH 1484/1926] Try cartel --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fd07d5..76fd2774 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -404,7 +404,7 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox < 0 # GHC 8.4 via rainbow - multiarg - - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cartel - Earley - ofx - accuerr From 6f6f43c605f587370753ebced8645a3c6debdba9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:40:32 -0700 Subject: [PATCH 1485/1926] cartel still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76fd2774..68fd07d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -404,7 +404,7 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox < 0 # GHC 8.4 via rainbow - multiarg - - cartel + - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - Earley - ofx - accuerr From 6c39a99fbcdfa6a406f24390771f7a18ae1cbe86 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:41:46 -0700 Subject: [PATCH 1486/1926] Try mandrill --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fd07d5..9e2bac07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -440,7 +440,7 @@ packages: - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": - - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mandrill "Jon Schoning @jonschoning": - pinboard From 5a6266ca3d215ec90b7fd01b942872979e68c13b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:43:49 -0700 Subject: [PATCH 1487/1926] mandrill still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e2bac07..68fd07d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -440,7 +440,7 @@ packages: - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": - - mandrill + - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Jon Schoning @jonschoning": - pinboard From 89049da4028a9d96a09bfda4a744cbc6a4318ab1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:44:40 -0700 Subject: [PATCH 1488/1926] Try swagger-petstore --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fd07d5..d3912d65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -444,7 +444,7 @@ packages: "Jon Schoning @jonschoning": - pinboard - # - swagger-petstore # conduit 1.3, yesod 1.6 + - swagger-petstore "Jasper Van der Jeugt @jaspervdj": - blaze-html From 304a2d833be3ae66de1f823e1b6ec238355dabbe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:48:13 -0700 Subject: [PATCH 1489/1926] Try stylish-haskell --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3912d65..89ca6e3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -449,7 +449,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - # - stylish-haskell # haskell-src-exts + - stylish-haskell # - profiteur # js-jquery 3.3 - psqueues - websockets From 72de787fd32f967d8f3b2415da72354b59e5838b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:53:02 -0700 Subject: [PATCH 1490/1926] stylish-haskell still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89ca6e3a..77590509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -449,7 +449,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - stylish-haskell + - stylish-haskell < 0 # BuildFailureException with GHC 8.4 # - profiteur # js-jquery 3.3 - psqueues - websockets From 92aaad3ed770afa51a94c6a09065a5621d19203c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 18:55:00 -0700 Subject: [PATCH 1491/1926] Change blocker for hakyll --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77590509..f651d4ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -454,7 +454,7 @@ packages: - psqueues - websockets - websockets-snap - # - hakyll # http-types 0.12 + # - hakyll # fsnotify "Sibi Prabakaran @psibi": - download < 0 # GHC 8.4 via feed From 9955a85ebb199d26e8d032f072050b36a5bbbe40 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Sat, 14 Apr 2018 21:17:57 -0400 Subject: [PATCH 1492/1926] Reenable invertible Disabled default optional dependency on TypeCompose in 0.2.0.5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f651d4ab..f817b6bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2887,7 +2887,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed < 0 # GHC 8.4 via uuid - - invertible < 0 # GHC 8.4 via TypeCompose + - invertible - ztail - zip-stream From b2e6bce44b12aa2d465193aa144d1dc5815d24dd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 15 Apr 2018 09:29:50 +0300 Subject: [PATCH 1493/1926] LTS guarantees and exceptions --- MAINTAINERS.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2178f727..16d0ead9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -180,3 +180,43 @@ release (e.g., if `lts-8.9` is out, you would want your package to appear in but it may take some time. * We gradually stop maintainng old LTS major versions, so your request may take longer or be declined if it's for an old LTS. + +## LTS package guarantees and exceptions + +In general, we try to stick to some rules when it comes to the +packages included in LTS minor bumps. In particular: + +* If a package exists in LTS-X.Y, it should also exist in LTS-X.(Y+1) +* We should not include a major version bump of a package between + LTS-X.Y and LTS-X.(Y+1) + +However, there are some cases where exceptions may be made, based +purely on Stackage Curator discretion. The most common examples are: + +* If a package does not follow the PVP in its version number policy, + applying the standard version bump rules would not necessarily + makes sense. As an example, suppose package `foo` decides to + follow SemVer instead of the PVP. By our standard rules of version + bumps, a change from `foo-1.2.0` to `foo-1.3.0` would be + considered a major version bump, and disallowed in an LTS minor + version bump. However, if a package is following SemVer, this + would not be a breaking change, and curators may elect to include + it. + +* If a package has overly restrictive version bounds on a + dependency, in particular constraining a minor version + unnecessarily, we may drop that package instead of artificially + holding back the dependency. As an example: suppose `LTS-20.1` + includes `foo-1.2.0` and `bar-1`. `bar-1` has a dependency `foo >= + 1.2.0 && < 1.2.1`, which is overly constrained on the minor + version number according to the PVP. Then `foo-1.2.1` is + released. The Stackage Curator team would have two choices: + + * Reject `foo-1.2.1` from `LTS-20.2`, since that is what `bar-1` + requires. + * Drop `bar-1` from `LTS-20.2`, and allow `foo-1.2.1`. + + Decisions will need to be taken on a case-by-case basis, and may + depend on such issues as whether an important bugfix or security + update in included. The curator team may also try to notify the + author of `bar` to try and get a patched version released. From 417b8b79bb64bd4dfbd164015a9ec5c3af426224 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 15 Apr 2018 10:03:12 -0700 Subject: [PATCH 1494/1926] Try monad-control-aligned and wai-transformers --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f817b6bd..1cc71b65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1679,7 +1679,7 @@ packages: - follow-file < 0 # GHC 8.4 via hinotify - HSet - markup < 0 # GHC 8.4 via clay - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned # 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monadoid < 0 # build failure with GHC 8.4 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra @@ -3385,7 +3385,7 @@ packages: - exceptions < 0.9 # https://github.com/fpco/stackage/issues/3445 - - wai-transformers < 0.1 + # wai-transformers < 0.1 # https://github.com/fpco/stackage/issues/3457 - log-elasticsearch < 0.10.0.0 From 6aa1eac1a2938c6c1f6234b941849f968f9d61bd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 15 Apr 2018 10:15:09 -0700 Subject: [PATCH 1495/1926] Test passed, close #3445 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cc71b65..01dfa81f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1679,7 +1679,7 @@ packages: - follow-file < 0 # GHC 8.4 via hinotify - HSet - markup < 0 # GHC 8.4 via clay - - monad-control-aligned # 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned - monadoid < 0 # build failure with GHC 8.4 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra @@ -3384,9 +3384,6 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 - # https://github.com/fpco/stackage/issues/3445 - # wai-transformers < 0.1 - # https://github.com/fpco/stackage/issues/3457 - log-elasticsearch < 0.10.0.0 From 47daf98f3b235b5fc6841fd3bac2baf711a9ef2e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 15 Apr 2018 10:18:10 -0700 Subject: [PATCH 1496/1926] Test the other packages blocked by monad-control-aligned --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01dfa81f..097260a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1697,10 +1697,10 @@ packages: - tries < 0 # GHC 8.4 via bytestring-trie - unit-constraint - unfoldable-restricted - - urlpath < 0 # GHC 8.4 via monad-control-aligned + - urlpath # 0 # GHC 8.4 via monad-control-aligned - wai-transformers - websockets-rpc < 0 # GHC 8.4 via uuid - # - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 + - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ws From acdbf3bf4db0bd5734b12cef44ac7520102f463c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 15 Apr 2018 10:20:44 -0700 Subject: [PATCH 1497/1926] urlpath passed, websockets-simple still fails --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 097260a7..5078f8b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1697,10 +1697,10 @@ packages: - tries < 0 # GHC 8.4 via bytestring-trie - unit-constraint - unfoldable-restricted - - urlpath # 0 # GHC 8.4 via monad-control-aligned + - urlpath - wai-transformers - websockets-rpc < 0 # GHC 8.4 via uuid - - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 + - websockets-simple < 0 # BuildFailureException with GHC 8.4 - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ws From 55682ee525860fe1dd32ff301c98f899122f88eb Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Mon, 16 Apr 2018 08:03:28 +0000 Subject: [PATCH 1498/1926] Added geodetics library --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c75c770..04af9229 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Paul Johnson ": + - geodetics + "Travis Athougies @tathougies": - beam-core - beam-migrate From dff0e6271c0cac91349f0f6123a1461b7472a533 Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Mon, 16 Apr 2018 12:13:13 +0000 Subject: [PATCH 1499/1926] Added GitHub handle. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04af9229..56e08ef2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: - "Paul Johnson ": + "Paul Johnson @PaulJohnson": - geodetics "Travis Athougies @tathougies": From 9af354959312fcdb721005515e57c9e2a6a33c11 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Mon, 16 Apr 2018 15:41:20 +0200 Subject: [PATCH 1500/1926] Add data-tree-print --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56e08ef2..4cd1bd98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2782,6 +2782,7 @@ packages: - pqueue - butcher - czipwith + - data-tree-print - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": From 4b6c506e8f75cfac4fb91b036f701d7ec69dab10 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Apr 2018 20:17:13 +0200 Subject: [PATCH 1501/1926] jwt upper bound for #3531 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cd1bd98..9b54ddd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,7 +956,7 @@ packages: "Simon Michael @simonmichael": # # The hledger project aims to keep the latest release of the core - # hledger-lib and hledger packages in stackage. When other hledger-* packages have + # hledger-lib and hledger packages in stackage. When other hledger-* packages have # too-restrictive bounds, we prefer they be removed rather than holding back # hledger-lib and hledger. (https://github.com/fpco/stackage/issues/3494) # @@ -3410,6 +3410,9 @@ packages: # https://github.com/fpco/stackage/issues/3515 - swagger2 < 2.2.2 + # https://github.com/fpco/stackage/issues/3531 + - jwt < 0.8.0 + # end of packages # Package flags are applied to individual packages, and override the values of From aa8054e7e9f1b8abdf3b62de651f7ea2694293c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Apr 2018 20:26:16 +0200 Subject: [PATCH 1502/1926] Re-enable feed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b54ddd2..acda99c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -797,7 +797,7 @@ packages: - HUnit - aeson - attoparsec-iso8601 - - feed < 0 # GHC 8.4 via base-4.11.0.0 + - feed - time-compat - through-text # Not my packages From f545af722bf55538c9392dca565fbeb9edce61e4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Apr 2018 20:29:44 +0200 Subject: [PATCH 1503/1926] Re-enable HStringTemplate and download --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acda99c0..4778cbce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -460,7 +460,7 @@ packages: # - hakyll # fsnotify "Sibi Prabakaran @psibi": - - download < 0 # GHC 8.4 via feed + - download - textlocal - shell-conduit - tldr < 0 # GHC 8.4 via cmark @@ -801,7 +801,7 @@ packages: - time-compat - through-text # Not my packages - - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - HStringTemplate "Benedict Aas @Shou": - boolean-like From c35f5e033460f08987beb7fe55768add26d2edc7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Apr 2018 21:57:31 +0200 Subject: [PATCH 1504/1926] Expect main-tester tests to fail #3528 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4778cbce..836146c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3916,6 +3916,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 + - main-tester # https://github.com/fpco/stackage/pull/3528 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7d7ac53b29493e3e4fe72e41e8711e8ce637dbf4 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Tue, 17 Apr 2018 08:17:51 +0200 Subject: [PATCH 1505/1926] alsa-pcm, audacity: re-enable after adding Semigroup instances --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cd1bd98..5936671b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -130,10 +130,10 @@ packages: - accelerate-fourier < 0 # GHC 8.4 via accelerate - accelerate-utility < 0 # GHC 8.4 via accelerate - alsa-core - - alsa-pcm < 0 # build failure with GHC 8.4 + - alsa-pcm - alsa-seq - apportionment - - audacity < 0 # build failure with GHC 8.4 + - audacity - bibtex - buffer-pipe - calendar-recycling From 161542a676dcca4fe29cac2a9fcda4a10b1c06e8 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Tue, 17 Apr 2018 08:18:18 +0200 Subject: [PATCH 1506/1926] added new package 'checksum' --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5936671b..827d2ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -137,6 +137,7 @@ packages: - bibtex - buffer-pipe - calendar-recycling + - checksum - combinatorial - comfort-graph - concurrent-split From bfa0ad09da786132be70c50339609f301894d16b Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 17 Apr 2018 12:35:13 -0400 Subject: [PATCH 1507/1926] Reenable scotty and wai-middleware-static --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 836146c5..67c8deb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -641,8 +641,8 @@ packages: - zlib-lens "Andrew Farmer @xich": - - scotty < 0.11.1 # due to hpc-coveralls dep - - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") + - scotty + - wai-middleware-static "Simon Hengel @sol": - hspec @@ -3514,6 +3514,9 @@ package-flags: cabal-install: lib: true + scotty: + hpc-coveralls: false + # end of package-flags # Special configure options for individual packages From c76dbd6930f215495ae53aa89d49ee98ce9bb5cf Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Thu, 19 Apr 2018 09:15:02 +0000 Subject: [PATCH 1508/1926] packages about relational-record are GHC 8.4.1 ready. --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67c8deb2..febc38f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2488,10 +2488,10 @@ packages: "Kei Hibino @khibino": - th-data-compat - th-reify-compat - - relational-query < 0 # build failure with GHC 8.4 - - relational-query-HDBC < 0 # build failure with GHC 8.4 - - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - - relational-record < 0 # build failure with GHC 8.4 + - relational-query + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build - aeson-generic-compat @@ -3338,8 +3338,6 @@ packages: - data-memocombinators < 0 # build failure with GHC 8.4 - hsshellscript < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - - relational-schemas < 0 # build failure with GHC 8.4 - - sql-words < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") From df708b54568f98a70aaa80d634f5230e33cbba91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 20 Apr 2018 11:00:32 +0200 Subject: [PATCH 1509/1926] foldl upper bound for #3535 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6124aa8..2cc10a10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3412,6 +3412,9 @@ packages: # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 + # https://github.com/fpco/stackage/issues/3535 + - foldl < 1.4.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 4d14c0c87f3d06b2ed1f24e1a2311c6c604d48fe Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 20 Apr 2018 23:36:19 +1000 Subject: [PATCH 1510/1926] New hw-ip library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cc10a10..17548e05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2541,6 +2541,7 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int + - hw-ip - hw-fingertree < 0 # build failure with GHC 8.4 - hw-fingertree-strict - hw-json From 34696cf161260a4ddfa116e3b8f2ae98c5540600 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 21 Apr 2018 12:57:14 +0200 Subject: [PATCH 1511/1926] Add `mwc-probability-transition` Author and maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17548e05..238e7312 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -240,6 +240,7 @@ packages: "Marco Zocca @ocramz": - sparse-linear-algebra - matrix-market-attoparsec + - mwc-probability-transition - network-multicast - xeno - goggles From 4791cc1f0475d6e8f897e688ae7d9af0a8ab2ed2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 21 Apr 2018 13:35:48 +0200 Subject: [PATCH 1512/1926] Re-enable indexed-list-literals (#3537) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17548e05..54f50b56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,7 +3256,7 @@ packages: - bhoogle < 0 # GHC 8.4 via protolude "David Millar-Durrant @DavidM-D": - - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 + - indexed-list-literals "Dmitry Dzhus @dzhus": - static-text From 9cce8c3d8bd19feebe2701b416d850cab4eccb30 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 22 Apr 2018 09:34:42 +0200 Subject: [PATCH 1513/1926] X11 upper bound for #3538 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54f50b56..705cba8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,6 +3416,9 @@ packages: # https://github.com/fpco/stackage/issues/3535 - foldl < 1.4.0 + # https://github.com/fpco/stackage/issues/3538 + - X11 < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From d2a356dd843d911c2a0e191595e390273839049e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 22 Apr 2018 10:40:38 +0200 Subject: [PATCH 1514/1926] Fix typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 705cba8b..aacf85de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4159,7 +4159,7 @@ skipped-benchmarks: # @phadej - dlist-nonempty # criterion-1.3 - - splitmix# # criterion-1.3 + - splitmix # criterion-1.3 # end of skipped-benchmarks From 9b399b44e880f5483f5c4262be2a9f49ae705fc6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 22 Apr 2018 14:25:17 +0200 Subject: [PATCH 1515/1926] GHC 8.4.2 --- Dockerfile | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eae87596..13bd7da4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.2/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 diff --git a/check b/check index 24bd97ad..6cca0505 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.4.1 stackage-curator check +exec stack exec --resolver ghc-8.4.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29356170..efbd101a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.4.1 +GHCVER=8.4.2 apt-get update apt-get install -y \ From 6c1568e7c15d2ca10641de778127624b606a4f1a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 22 Apr 2018 20:06:15 +0200 Subject: [PATCH 1516/1926] hmatrix-* upper bounds for #3540 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aacf85de..95ac75cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,6 +3419,11 @@ packages: # https://github.com/fpco/stackage/issues/3538 - X11 < 1.9 + # https://github.com/fpco/stackage/issues/3540 + - hmatrix < 0.19 + - hmatrix-gsl < 0.19 + - hmatrix-special < 0.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 5a41f7a936de8a513a4a6047e42b683717a55ebd Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 22 Apr 2018 16:55:20 -0400 Subject: [PATCH 1517/1926] Re-enable MusicBrainz Unblocked by xml-conduit 1.8.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95ac75cb..efd86256 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -890,7 +890,7 @@ packages: "Clint Adams @clinty": - hOpenPGP < 0 # GHC 8.4 via ixset-typed - openpgp-asciiarmor - # - MusicBrainz # https://github.com/fpco/stackage/issues/3357 + - MusicBrainz - DAV # - hopenpgp-tools # fgl via graphviz - opensource From 8b68ae386b7c250a5751d43351a0f504b2bc3995 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 23 Apr 2018 09:23:15 +0200 Subject: [PATCH 1518/1926] Disable packages not compatible with GHC 8.4.2, closes #3472 --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efd86256..cbc7f7b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2863,10 +2863,10 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + - hledger-iadd < 0 # GHC 8.4.2 bounds "Roy Levien @orome": - - crypto-enigma + - crypto-enigma < 0 # GHC 8.4.2 bounds "Boldizsár Németh @nboldi": - instance-control @@ -2890,7 +2890,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - - viewprof + - viewprof < 0 # GHC 8.4.2 bounds "Dylan Simon @dylex": - postgresql-typed < 0 # GHC 8.4 via uuid @@ -3270,14 +3270,14 @@ packages: - starter < 0 # GHC 8.4 via fsnotify "Alex Washburn @recursion-ninja": - - bv-little + - bv-little < 0 # GHC 8.4.2 bounds "Avi Press @aviaviavi": - curl-runnings - cryptocompare "Jack Kiefer @JackKiefer": - - herms + - herms < 0 # GHC 8.4.2 bounds "Sergey Vinokurov @sergv": - sexp-grammar @@ -3370,6 +3370,7 @@ packages: - hasql-transaction < 0 # GHC 8.4 via hasql - language-ecmascript < 0 # wl-pprint - mainland-pretty < 0 + - brick < 0 # GHC 8.4.2 bounds "GHC upper bounds": # Need to always match the version shipped with GHC @@ -3392,9 +3393,6 @@ packages: # https://github.com/fpco/stackage/issues/3457 - log-elasticsearch < 0.10.0.0 - # https://github.com/fpco/stackage/issues/3472 - - brick < 0.36 - # https://github.com/fpco/stackage/issues/3493 - base-compat < 0.10 - base-compat-batteries < 0.10 From 902c3470b739e01648ed61a05c44f2d447155559 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 23 Apr 2018 09:27:52 +0200 Subject: [PATCH 1519/1926] Re-enable brick, viewprof, and herms #3472 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbc7f7b0..b9f80806 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2890,7 +2890,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - - viewprof < 0 # GHC 8.4.2 bounds + - viewprof "Dylan Simon @dylex": - postgresql-typed < 0 # GHC 8.4 via uuid @@ -3277,7 +3277,7 @@ packages: - cryptocompare "Jack Kiefer @JackKiefer": - - herms < 0 # GHC 8.4.2 bounds + - herms "Sergey Vinokurov @sergv": - sexp-grammar @@ -3370,7 +3370,6 @@ packages: - hasql-transaction < 0 # GHC 8.4 via hasql - language-ecmascript < 0 # wl-pprint - mainland-pretty < 0 - - brick < 0 # GHC 8.4.2 bounds "GHC upper bounds": # Need to always match the version shipped with GHC From 6c64aaaa3a7719b2b305e2001ed0e4c2cef0fba3 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 23 Apr 2018 09:41:21 -0400 Subject: [PATCH 1520/1926] Re-enable X11, closes #3538 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9f80806..0eb9e56f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,9 +3413,6 @@ packages: # https://github.com/fpco/stackage/issues/3535 - foldl < 1.4.0 - # https://github.com/fpco/stackage/issues/3538 - - X11 < 1.9 - # https://github.com/fpco/stackage/issues/3540 - hmatrix < 0.19 - hmatrix-gsl < 0.19 From 6a7e8a9ade2c3623b685a91f9b821bf1fb82756a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 23 Apr 2018 09:58:20 -0400 Subject: [PATCH 1521/1926] Remove upper bound for foldl, closes #3535 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0eb9e56f..c99c8a7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3410,9 +3410,6 @@ packages: # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 - # https://github.com/fpco/stackage/issues/3535 - - foldl < 1.4.0 - # https://github.com/fpco/stackage/issues/3540 - hmatrix < 0.19 - hmatrix-gsl < 0.19 From 35e71c57b18153eca714ed0b4708269032724c47 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 23 Apr 2018 15:01:05 -0400 Subject: [PATCH 1522/1926] Add upper bound for half, #3542 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c99c8a7d..8baf3bab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,9 @@ packages: - hmatrix-gsl < 0.19 - hmatrix-special < 0.19 + # https://github.com/fpco/stackage/issues/3542 + - half < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 23659c289839e63e263d3d550e0bc248af259a26 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Mon, 23 Apr 2018 12:22:03 -0700 Subject: [PATCH 1523/1926] Add hedgehog-corpus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8baf3bab..2fbc5d60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - airship < 0 # GHC 8.4 via http-media + - hedgehog-corpus "Sam Stites @stites": [] From f9497cfd5a7ff284bf325b38bfa4bc3f09614ac8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 23 Apr 2018 20:53:38 -0400 Subject: [PATCH 1524/1926] Add upper bound for ghc-typelits-natnormalise, #3544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fbc5d60..ff2105f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,6 +3419,9 @@ packages: # https://github.com/fpco/stackage/issues/3542 - half < 0.3 + # https://github.com/fpco/stackage/issues/3544 + - ghc-typelits-natnormalise < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From d971638b142519042d053ae7336f8e916a3cceb2 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Tue, 24 Apr 2018 16:45:41 +0100 Subject: [PATCH 1525/1926] Add simple-vec3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff2105f9..d6102c7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,7 @@ packages: - indexed-list-literals "Dmitry Dzhus @dzhus": + - simple-vec3 - static-text - th-nowq From 942051fe9e1f3abcbc79309c140bcd8a2cfedae4 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 24 Apr 2018 12:23:54 -0400 Subject: [PATCH 1526/1926] Add tagged-transformer Fixes https://github.com/ekmett/tagged-transformer/issues/11. (NB: I co-maintain this package.) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff2105f9..93c99107 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -632,6 +632,7 @@ packages: - streams - structs - tagged + - tagged-transformer - trifecta - unique - vector-instances From c02cc3e38f2c7b2aecaf0cb92b73450daee294f7 Mon Sep 17 00:00:00 2001 From: recursion-ninja Date: Tue, 24 Apr 2018 14:02:21 -0400 Subject: [PATCH 1527/1926] bv-little-0.1.1 is compatible with GHC-8.4.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff2105f9..c7d16b2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3271,7 +3271,7 @@ packages: - starter < 0 # GHC 8.4 via fsnotify "Alex Washburn @recursion-ninja": - - bv-little < 0 # GHC 8.4.2 bounds + - bv-little "Avi Press @aviaviavi": - curl-runnings From 36410197cdbe29795f0509ffe3199c86b88268f8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 24 Apr 2018 21:35:17 -0400 Subject: [PATCH 1528/1926] Remove upper bound for half-0.3, closes #3542 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff2105f9..621bba67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,9 +3416,6 @@ packages: - hmatrix-gsl < 0.19 - hmatrix-special < 0.19 - # https://github.com/fpco/stackage/issues/3542 - - half < 0.3 - # https://github.com/fpco/stackage/issues/3544 - ghc-typelits-natnormalise < 0.6 From 18a1be63f94bdc70ed27e1c3395f0369ff91e2c7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 25 Apr 2018 08:05:20 -0700 Subject: [PATCH 1529/1926] enable fsnotify --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f58d41..1c6b7b2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -395,7 +395,7 @@ packages: - unliftio - compact < 0 # GHC 8.4 via base-4.11.0.0 - - fsnotify < 0 # GHC 8.4 via hinotify + - fsnotify - hinotify - hfsevents - Win32-notify From a93b327c29e893ae0ff3c25ea3135d0fdac7fa9a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 25 Apr 2018 08:08:06 -0700 Subject: [PATCH 1530/1926] enable hledger-ui --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c6b7b2b..da769b42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -964,7 +964,7 @@ packages: # - hledger-lib - hledger - - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) + - hledger-ui - hledger-web - hledger-api # From af567e5c5017cd1d90764dce2f2841a063bf1cbe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 25 Apr 2018 08:08:44 -0700 Subject: [PATCH 1531/1926] try enabling everything else blocked by fsnotify/hinotify --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da769b42..a3907962 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -342,7 +342,7 @@ packages: - yesod - yesod-auth - authenticate-oauth - - yesod-bin < 0 # GHC 8.4 via fsnotify + - yesod-bin - yesod-eventsource - yesod-gitrepo - yesod-newsfeed @@ -387,7 +387,7 @@ packages: - monad-logger-json - safe-exceptions - monad-logger-syslog - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - fsnotify-conduit - pid1 - typed-process - say @@ -427,7 +427,7 @@ packages: - js-jquery - js-flot - extra - - ghcid < 0 # GHC 8.4 via fsnotify + - ghcid - hexml - weeder - profiterole @@ -458,7 +458,7 @@ packages: - psqueues - websockets - websockets-snap - # - hakyll # fsnotify + - hakyll "Sibi Prabakaran @psibi": - download @@ -1681,7 +1681,7 @@ packages: - composition-extra - every - extractable-singleton - - follow-file < 0 # GHC 8.4 via hinotify + - follow-file - HSet - markup < 0 # GHC 8.4 via clay - monad-control-aligned @@ -2151,7 +2151,7 @@ packages: "Simon Marechal @bartavelle": - compactmap - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - filecache < 0 # GHC 8.4 via fsnotify + - filecache - pcre-utils - strict-base-types - withdependencies @@ -3270,7 +3270,7 @@ packages: - datadog "Raghu Kaippully @rkaippully": - - starter < 0 # GHC 8.4 via fsnotify + - starter "Alex Washburn @recursion-ninja": - bv-little From b14fb7a84b969845b180777c62b277dff038c437 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 25 Apr 2018 16:18:17 -0400 Subject: [PATCH 1532/1926] Reintroduce hOpenPGP Unblocked by ixset-typed and incremental-parser --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f58d41..bb38812b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -658,7 +658,7 @@ packages: "Mario Blazevic @blamario": - monad-parallel - monad-coroutine - - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - incremental-parser - monoid-subclasses - picoparsec < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - rank2classes @@ -889,7 +889,7 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP < 0 # GHC 8.4 via ixset-typed + - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV @@ -3361,7 +3361,6 @@ packages: - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 From bf6a0abac20d0fde9562143c24f6eb7a9e442601 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 25 Apr 2018 16:40:12 -0400 Subject: [PATCH 1533/1926] Skip tests for persistable-types-HDBC-pg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f58d41..20f6e7a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3663,6 +3663,7 @@ skipped-tests: - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 - json-autotype # https://github.com/mgajda/json-autotype/issues/17 + - persistable-types-HDBC-pg # https://github.com/khibino/haskell-relational-record/issues/66 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From c7bb703b56356d8950f0648798408286ac84385e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 25 Apr 2018 17:04:00 -0400 Subject: [PATCH 1534/1926] Re-enable http-reverse-proxy, but skip tests --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f6e7a7..c3328e38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3349,7 +3349,6 @@ packages: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3664,6 +3663,7 @@ skipped-tests: - store # https://github.com/fpco/store/issues/125 - json-autotype # https://github.com/mgajda/json-autotype/issues/17 - persistable-types-HDBC-pg # https://github.com/khibino/haskell-relational-record/issues/66 + - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/27 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From ada7b8d9d360e84a6d4ea9cf94401713cde8df56 Mon Sep 17 00:00:00 2001 From: orome Date: Wed, 25 Apr 2018 18:25:29 -0400 Subject: [PATCH 1535/1926] Confirmed compatibility of crypto-enigma 0.0.2.11 with GHC 8.4.2 See #3539 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dca81d8c..45a736e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,7 +2867,7 @@ packages: - hledger-iadd < 0 # GHC 8.4.2 bounds "Roy Levien @orome": - - crypto-enigma < 0 # GHC 8.4.2 bounds + - crypto-enigma "Boldizsár Németh @nboldi": - instance-control From bd4ad568465a3f49b775524bcaa5bb06b87bc61c Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 25 Apr 2018 21:20:58 -0400 Subject: [PATCH 1536/1926] Disable yesod-bin due to build failure, #3550 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07518b34..91e2e6b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -342,7 +342,7 @@ packages: - yesod - yesod-auth - authenticate-oauth - - yesod-bin + - yesod-bin < 0 # https://github.com/fpco/stackage/issues/3550 - yesod-eventsource - yesod-gitrepo - yesod-newsfeed From d540fe8f44dfe2eb0fc8a3d181d7c269a631fdf0 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 25 Apr 2018 21:25:56 -0400 Subject: [PATCH 1537/1926] Disable follow-file due to build failure, #3551 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e2e6b3..748144fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,7 +1681,7 @@ packages: - composition-extra - every - extractable-singleton - - follow-file + - follow-file < 0 # https://github.com/fpco/stackage/issues/3551 - HSet - markup < 0 # GHC 8.4 via clay - monad-control-aligned From 2b0768c6364a19778da513560c640675f3c7958f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 26 Apr 2018 08:44:37 -0400 Subject: [PATCH 1538/1926] Enable tests for http-reverse-proxy --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 748144fa..e8c7d506 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3662,7 +3662,6 @@ skipped-tests: - store # https://github.com/fpco/store/issues/125 - json-autotype # https://github.com/mgajda/json-autotype/issues/17 - persistable-types-HDBC-pg # https://github.com/khibino/haskell-relational-record/issues/66 - - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/27 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 0cacbd1ed37229f015622f09e8e6e8e81fed8bad Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 27 Apr 2018 15:58:04 -0400 Subject: [PATCH 1539/1926] Add pandoc-2.2 upper bound, #3554 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c22eefff..3188193d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,6 +3419,9 @@ packages: # https://github.com/fpco/stackage/issues/3544 - ghc-typelits-natnormalise < 0.6 + # https://github.com/fpco/stackage/issues/3554 + - pandoc < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 80ab0239e2c60637b6165f19945e3be1fcde2b7e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 27 Apr 2018 16:00:12 -0400 Subject: [PATCH 1540/1926] Unskip tests for persistable-types-HDBC-pg --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3188193d..03b9e794 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3664,7 +3664,6 @@ skipped-tests: - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 - json-autotype # https://github.com/mgajda/json-autotype/issues/17 - - persistable-types-HDBC-pg # https://github.com/khibino/haskell-relational-record/issues/66 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 839e137ffed223799e3f0f5a9f6a5c33da1db297 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 27 Apr 2018 16:00:41 -0400 Subject: [PATCH 1541/1926] Unskip tests for json-autotype --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03b9e794..27f836b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3663,7 +3663,6 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 - - json-autotype # https://github.com/mgajda/json-autotype/issues/17 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 8ebc44354d44982508774db352b262fcdb507f73 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Fri, 27 Apr 2018 16:40:30 -0700 Subject: [PATCH 1542/1926] Re-enable stack and its dependencies --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27f836b7..1d7f6f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -275,7 +275,7 @@ packages: - monad-recorder - packcheck - streamly - - unicode-transforms < 0 # GHC 8.4 via getopt-generics, QuickCheck-2.11.3 + - unicode-transforms - xls < 0 # DependencyFailed (PackageName "getopt-generics") "Aleksey Uimanov @s9gf4ult": @@ -1062,7 +1062,7 @@ packages: - optparse-simple - hpack - bindings-uname - - stack < 0 # GHC 8.4 via regex-applicative-text + - stack "Michael Sloan @mgsloan": - th-orphans @@ -1263,7 +1263,7 @@ packages: "Sönke Hahn @soenkehahn": - generics-eot - - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - getopt-generics - graph-wrapper - string-conversions - hspec-checkers @@ -1292,7 +1292,7 @@ packages: # - monad-http # http-types 0.12 - postgresql-simple-url - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 - - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 + - regex-applicative-text - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - singleton-bool From f93afc10f22979c2f9effd8c5df3b9bdb384144f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:31:08 -0400 Subject: [PATCH 1543/1926] Add ansi-terminal upper bound, #3557 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d7f6f9c..2980166c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,6 +3422,9 @@ packages: # https://github.com/fpco/stackage/issues/3554 - pandoc < 2.2 + # https://github.com/fpco/stackage/issues/3557 + - ansi-terminal < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From b9d0f463a70d94d23e0fecd21aab48ca972ec33b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:33:29 -0400 Subject: [PATCH 1544/1926] Add dhall upper bound, #3558 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2980166c..eb7d8208 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3425,6 +3425,9 @@ packages: # https://github.com/fpco/stackage/issues/3557 - ansi-terminal < 0.8 + # https://github.com/fpco/stackage/issues/3558 + - dhall < 1.13 + # end of packages # Package flags are applied to individual packages, and override the values of From 7826f3b1ae9fa3cb53bc0b0f4ab1005b63cad5e8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:35:33 -0400 Subject: [PATCH 1545/1926] Add parser-combinators upper bound, #3559 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb7d8208..42f2ca6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3428,6 +3428,9 @@ packages: # https://github.com/fpco/stackage/issues/3558 - dhall < 1.13 + # https://github.com/fpco/stackage/issues/3559 + - parser-combinators < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cc4b811b54a885fdf1b0b94d9fead4285ff6571a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:36:49 -0400 Subject: [PATCH 1546/1926] Remove pandoc upper bound, closes #3554 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42f2ca6b..63c3a6f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,9 +3419,6 @@ packages: # https://github.com/fpco/stackage/issues/3544 - ghc-typelits-natnormalise < 0.6 - # https://github.com/fpco/stackage/issues/3554 - - pandoc < 2.2 - # https://github.com/fpco/stackage/issues/3557 - ansi-terminal < 0.8 From 06a38e8897d60b8b8fccc28ad043c51120f1aa68 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:38:42 -0400 Subject: [PATCH 1547/1926] Unblock xls --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63c3a6f1..4c6a10e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - packcheck - streamly - unicode-transforms - - xls < 0 # DependencyFailed (PackageName "getopt-generics") + - xls "Aleksey Uimanov @s9gf4ult": # - postgresql-query # haskell-src-exts via derive From eae7c6cb9787a6cf72b5095e2c05bc6f43ca348b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 11:43:15 -0400 Subject: [PATCH 1548/1926] Unblock repa --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c6a10e0..67308532 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -722,7 +722,7 @@ packages: - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 - - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - repa - repa-algorithms < 0 # GHC 8.4 via repa - repa-io < 0 # GHC 8.4 via repa - gloss < 0 # GHC 8.4 via base-4.11.0.0 From 80d30bebfbf09635b4057227b5ee45b5cf201144 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 13:35:22 -0400 Subject: [PATCH 1549/1926] Remove dhall upper bound, closes #3558 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67308532..e63fc54e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,9 +3422,6 @@ packages: # https://github.com/fpco/stackage/issues/3557 - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3558 - - dhall < 1.13 - # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 From c4b02910c3092b4d1926b160e9016e110a4b154b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 13:37:17 -0400 Subject: [PATCH 1550/1926] Add megaparsec upper bound, #3560 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e63fc54e..873d5684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3425,6 +3425,9 @@ packages: # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 + # https://github.com/fpco/stackage/issues/3560 + - megaparsec < 6.5 + # end of packages # Package flags are applied to individual packages, and override the values of From d656f742afcf7640ce535a7ffe10d9704d23a2d5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 13:54:30 -0400 Subject: [PATCH 1551/1926] Add upper bounds for dhall and related pkgs Related to #3562, #3563 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 873d5684..69a585a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3428,6 +3428,12 @@ packages: # https://github.com/fpco/stackage/issues/3560 - megaparsec < 6.5 + # https://github.com/fpco/stackage/issues/3561 + # https://github.com/fpco/stackage/issues/3562 + - dhall < 1.13 + - dhall-bash < 1.0.12 + - dhall-json < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From fddc7f362f211df3bf11a8403bd01d5f823ea854 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 14:26:58 -0400 Subject: [PATCH 1552/1926] Add stack < 9.9.9 upper bound, #3563 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69a585a9..d1f3792d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3434,6 +3434,9 @@ packages: - dhall-bash < 1.0.12 - dhall-json < 1.1 + # https://github.com/fpco/stackage/issues/3563 + - stack < 9.9.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 7e614e0f8d34c73444a2d80824cd98feb84abeec Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Sat, 28 Apr 2018 15:27:37 -0400 Subject: [PATCH 1553/1926] Remove hjsonschema (library is deprecated). --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1f3792d..d8dc5685 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2615,7 +2615,6 @@ packages: "Ian Grant Jeffries @seagreen": - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - hjsonschema < 0 # GHC 8.4 via hjsonpointer "Drew Hess @dhess": - hpio < 0 # GHC 8.4 via protolude @@ -4367,7 +4366,6 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - hjsonpointer -- hjsonschema - tls - mime-mail - basement From c5578441035c353a6a5e280bff03253a8fda1249 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Apr 2018 00:51:12 +0200 Subject: [PATCH 1554/1926] Add tasty-hedgehog. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8dc5685..e3b8b66e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -234,6 +234,7 @@ packages: - List "Luke Murphy @lwm": + - tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - lentil From e37f584b805287d6ee8eb84ab510b32bfef2ee10 Mon Sep 17 00:00:00 2001 From: Chris Coffey Date: Sat, 28 Apr 2018 22:31:13 -0400 Subject: [PATCH 1555/1926] Add servant-tracing build dep --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8dc5685..257acc88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,6 +3296,9 @@ packages: "Chris Parks @cdparks": - closed + + "Chris Coffey @ChrisCoffey": + - servant-tracing # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f5c8945b9953727a3c38e2c5f84cc8361fa71091 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 28 Apr 2018 22:40:01 -0400 Subject: [PATCH 1556/1926] Add network upper bound, #3566 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8dc5685..9bb5d042 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3436,6 +3436,9 @@ packages: # https://github.com/fpco/stackage/issues/3563 - stack < 9.9.9 + # https://github.com/fpco/stackage/issues/3566 + - network < 2.7 + # end of packages # Package flags are applied to individual packages, and override the values of From db85c4975e35ec082bef2a647f3bb645f9d161f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Apr 2018 20:15:50 +0200 Subject: [PATCH 1557/1926] Add tasty-discover again. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd1d6772..9544b981 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -235,7 +235,7 @@ packages: "Luke Murphy @lwm": - tasty-hedgehog - - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog + - tasty-discover - lentil "Marco Zocca @ocramz": @@ -3297,7 +3297,7 @@ packages: "Chris Parks @cdparks": - closed - + "Chris Coffey @ChrisCoffey": - servant-tracing From a22b63731153170cebea28ef56bcc751e8b64438 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 29 Apr 2018 15:04:01 -0400 Subject: [PATCH 1558/1926] Mention `--expect-bench-failure` --- CURATORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CURATORS.md b/CURATORS.md index 0c9e8b02..75eadc6c 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -296,6 +296,7 @@ Valid arguments to include in this environment variable: * `--add-package` to add a brand new package * `--expect-test-failure` to expect tests to fail * `--expect-haddock-failure` to expect haddocks to fail +* `--expect-bench-failure` to expect benchmarks to fail If a build fails for bounds reasons, see all of the advice above. If the code itself doesn't build, or tests fail, open up an issue and then either put in a From 3286bd605cc2cc4eef942c64d469d10e25205559 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 29 Apr 2018 15:46:25 -0400 Subject: [PATCH 1559/1926] Unblock rng-utils --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9544b981..85872b30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,7 +2458,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - - rng-utils < 0 # GHC 8.4 via tasty-hedgehog + - rng-utils - ua-parser - hs-GeoIP - retry From 0b9ccb014b670ab04b65934db84ed39975433478 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 29 Apr 2018 15:48:22 -0400 Subject: [PATCH 1560/1926] Unblock retry --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85872b30..bd420b78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3672,7 +3672,6 @@ skipped-tests: - o-clock # tasty 0.12 via tasty-hedgehog - options # ansi-terminal-0.8 via chell - path # via genvalidity genvalidity-property - - retry # tasty 0.12 via tasty-hedgehog - system-fileio # ansi-terminal-0.8 via chell - system-filepath # ansi-terminal-0.8 via chell From e9023ffeaf22a741aa4ada5180868e15b0b4224f Mon Sep 17 00:00:00 2001 From: ALeX Kazik Date: Sun, 29 Apr 2018 12:05:27 +0200 Subject: [PATCH 1561/1926] Add qnap-decrypt --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd420b78..303c1100 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,6 +3301,9 @@ packages: "Chris Coffey @ChrisCoffey": - servant-tracing + "ALeX Kazik @alexkazik": + - qnap-decrypt + # 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 4a26f33980ac7056c837881263d8989bc17b05d3 Mon Sep 17 00:00:00 2001 From: Rick Owens Date: Sun, 29 Apr 2018 16:47:05 -0500 Subject: [PATCH 1562/1926] Add om-elm. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd420b78..bfad0da4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,6 +3301,9 @@ packages: "Chris Coffey @ChrisCoffey": - servant-tracing + "Rick Owens @owensmurray": + - om-elm + # 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 6e990c08812973fffb42f54b45e1c76d01e6fb5b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 29 Apr 2018 19:52:37 -0400 Subject: [PATCH 1563/1926] Remove dhall and dhall-* upper bounds Closes #3561, #3562 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d594afb..d05cea87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3437,12 +3437,6 @@ packages: # https://github.com/fpco/stackage/issues/3560 - megaparsec < 6.5 - # https://github.com/fpco/stackage/issues/3561 - # https://github.com/fpco/stackage/issues/3562 - - dhall < 1.13 - - dhall-bash < 1.0.12 - - dhall-json < 1.1 - # https://github.com/fpco/stackage/issues/3563 - stack < 9.9.9 From 8f933a4f5e19a962e6b83e9c61193402a34883ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Mon, 30 Apr 2018 12:59:40 +0200 Subject: [PATCH 1564/1926] Re-enable ctrie --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d05cea87..633dc7f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2269,7 +2269,7 @@ packages: - ekg "Michael Schröder @mcschroeder": - - ctrie < 0 # GHC 8.4 via random-shuffle + - ctrie - ttrie "Andrew Lelechenko @Bodigrim": From 40a86345a79d6dd9e34e658a1b6ac638755c082d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 30 Apr 2018 18:16:36 -0400 Subject: [PATCH 1565/1926] Skip benchmarks for hledger, #3573 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 633dc7f9..ec2c1ece 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4045,6 +4045,7 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - lz4 # https://github.com/fpco/stackage/issues/3510 + - hledger # https://github.com/fpco/stackage/issues/3573 # end of expected-benchmark-failures From d20643cc7ee0decb0983bf56ab03c88d36ed7b13 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Mon, 30 Apr 2018 22:48:17 -0700 Subject: [PATCH 1566/1926] Assume maintainership of HCodecs and signal that it now builds on nightly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..1ff60360 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -870,7 +870,6 @@ packages: - tuples-homogenous-h98 "George Giorgidze @giorgidze": - - HCodecs < 0 # build failure with GHC 8.4 - YampaSynth < 0 # build failure with GHC 8.4 - set-monad < 0 # build failure with GHC 8.4 @@ -1037,6 +1036,7 @@ packages: - netwire-input-glfw - yoga - freetype2 + - HCodecs "Emanuel Borsboom @borsboom": - BoundedChan From e9617c2e9adf67995bd89e30b567d75ae85897df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Apr 2018 18:43:03 +0300 Subject: [PATCH 1567/1926] Remove Win32 (fixes #3571) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..6e902544 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,10 +3381,6 @@ packages: - language-ecmascript < 0 # wl-pprint - mainland-pretty < 0 - "GHC upper bounds": - # Need to always match the version shipped with GHC - - Win32 == 2.5.4.1 - "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 From 10a794eb6d5747258cdf488a0170c833b664f575 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 May 2018 10:50:52 +0300 Subject: [PATCH 1568/1926] Revert "Remove Win32 (fixes #3571)" See: https://travis-ci.org/fpco/stackage/builds/373365820?utm_source=email&utm_medium=notification Needs to be fixed in stackage-curator. This reverts commit e9617c2e9adf67995bd89e30b567d75ae85897df. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e902544..ec2c1ece 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,6 +3381,10 @@ packages: - language-ecmascript < 0 # wl-pprint - mainland-pretty < 0 + "GHC upper bounds": + # Need to always match the version shipped with GHC + - Win32 == 2.5.4.1 + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 From a751822460023a1fe3fbce2739103e0991a0bd45 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 1 May 2018 12:53:04 +0200 Subject: [PATCH 1569/1926] wl-pprint-console and colorful-monoids: Removed ghc 8.4 constraints New version released on hackage which fixes the issue with Semigroup/Monoid. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..15564d14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2739,13 +2739,13 @@ packages: - writer-cps-lens - writer-cps-full - wl-pprint-annotated - - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids + - wl-pprint-console - console-style - unlit - intro - tasty-auto - tasty-stats - - colorful-monoids < 0 # build failure with GHC 8.4 + - colorful-monoids - ihs "Taras Serduke @tserduke": From f56240fe5f7778b97e2709cd19e6150c6b1254fb Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Tue, 1 May 2018 17:12:25 +0200 Subject: [PATCH 1570/1926] Add zeromq4-patterns --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..9c3b8eb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2647,6 +2647,7 @@ packages: - lxd-client < 0 # GHC 8.4 via http-media - lxd-client-config - xxhash-ffi + - zeromq4-patterns "Cliff Harvey @BlackBrane": - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 From 685e946d77e146e14cbcfe65165aae5f2a6a9fd0 Mon Sep 17 00:00:00 2001 From: Dave Tapley Date: Tue, 1 May 2018 12:28:07 -0700 Subject: [PATCH 1571/1926] inline-c is GHC 8.4 ready --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..5332e865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2264,8 +2264,8 @@ packages: - webdriver "Luke Iannini @lukexi": - - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - inline-c-cpp < 0 # GHC 8.4 via inline-c + - inline-c + - inline-c-cpp - ekg "Michael Schröder @mcschroeder": From 52bfe5e2808aee405bb53b41b09c57829d45e2cb Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Wed, 2 May 2018 16:17:19 +0200 Subject: [PATCH 1572/1926] Re-added `plot-light` The latest upstream version of plot-light builds with `nightly-2018-05-01` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..526366ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -244,7 +244,7 @@ packages: - network-multicast - xeno - goggles - - plot-light < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - plot-light - mapquest-api "Joseph Canero @caneroj1": From 89895d1621ae00650c1d2df41ef1f94c68a619c7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 May 2018 18:05:28 +0300 Subject: [PATCH 1573/1926] Bump Win32 version --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2c1ece..69016aab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,7 +3383,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.5.4.1 + - Win32 == 2.6.1.0 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3293 From 9e60c38bcdbae73cfc875ac166e4d864da56dfbf Mon Sep 17 00:00:00 2001 From: quxbar Date: Wed, 2 May 2018 17:12:21 +0200 Subject: [PATCH 1574/1926] add type-of-html-static --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..44971562 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -52,6 +52,7 @@ packages: "Florian Knupfer @knupfer": - type-of-html + - type-of-html-static "Mikolaj Konarski @Mikolaj": - sdl2-ttf From 00182dce6cf85eee89046cbacb9eb214d5f5f161 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 May 2018 20:59:54 +0200 Subject: [PATCH 1575/1926] Re-enable brittany --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..7c6fb70b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2786,7 +2786,7 @@ packages: - butcher - czipwith - data-tree-print - - brittany < 0 # GHC 8.4 via ghc-8.4.1 + - brittany "Ryan Mulligan @ryantm": - HDBC-mysql From 27d63a2e60be589ffaa760c1365bc010e8552eaf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 2 May 2018 16:01:09 -0700 Subject: [PATCH 1576/1926] Add yesod-text-markdown --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..998ebeb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,9 @@ packages: "ALeX Kazik @alexkazik": - qnap-decrypt + "Ben Sima @bensima": + - yesod-text-markdown + # 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 1e5df511e64a881dcf159d2bc0d47aa39c2690d5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 2 May 2018 20:14:55 -0400 Subject: [PATCH 1577/1926] Add more precise instructions --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1e16a2a..94cca136 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Checklist: - [ ] At least 30 minutes have passed since Hackage upload - [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): - stack unpack $package + stack unpack $package-$version cd $package-$version stack init --resolver nightly stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From fca52dbdf54e1b323c815c3b14991688dfcabfdb Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Thu, 3 May 2018 16:55:02 +1000 Subject: [PATCH 1578/1926] Add locators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..9642d233 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,6 +2095,7 @@ packages: "Andrew Cowie @afcowie": - http-common - http-streams + - locators "Sean Hunt Date: Thu, 3 May 2018 15:20:26 +0100 Subject: [PATCH 1579/1926] Add llvm-hs-pretty and fix email address --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..0c70a967 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2557,10 +2557,11 @@ packages: "Ismail Mustafa @ismailmustafa": - handwriting - "Stephen Diehl @sdiehl": + "Stephen Diehl @sdiehl": - protolude - repline - picosat + - llvm-hs-pretty "Daishi Nakajima @nakaji-dayo": - api-field-json-th From a1993f3be3260c16589cc673c1d4fa285d9e319f Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Fri, 4 May 2018 04:51:49 +0100 Subject: [PATCH 1580/1926] Use llvm-hs-pretty-0.2.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c70a967..71b59d1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,10 +2558,10 @@ packages: - handwriting "Stephen Diehl @sdiehl": + - llvm-hs-pretty - protolude - repline - picosat - - llvm-hs-pretty "Daishi Nakajima @nakaji-dayo": - api-field-json-th From 8727d520b5032412b64042486956377b27f34668 Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Fri, 4 May 2018 14:45:52 +1000 Subject: [PATCH 1581/1926] Add chronologique --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..cc24992a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2093,6 +2093,7 @@ packages: - openssl-streams "Andrew Cowie @afcowie": + - chronologique - http-common - http-streams From 11f1380987d4e2b70e33aad6cca704ea43ea1646 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Thu, 3 May 2018 22:28:22 -0700 Subject: [PATCH 1582/1926] Return mongoDB to nightly build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..9cbff926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,7 +2666,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - - mongoDB < 0 # GHC 8.4 via random-shuffle + - mongoDB - bson "Alexis King @lexi-lambda": From da043a6aa70075699dca2def9d724c4fb2b8b697 Mon Sep 17 00:00:00 2001 From: Reed Oei Date: Fri, 4 May 2018 01:29:58 -0500 Subject: [PATCH 1583/1926] Add fuzzy-dates. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..e89e19d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,6 +3306,9 @@ packages: "ALeX Kazik @alexkazik": - qnap-decrypt + + "Reed Oei @ReedOei": + - fuzzy-dates # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From d6f770e65ee8a3879c073d149d642a21b978880e Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Sat, 5 May 2018 23:10:09 +0200 Subject: [PATCH 1584/1926] exception-transformers 0.4.0.7 works with Stackage. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..4e49ef1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,7 +3374,6 @@ packages: - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - hint < 0 # GHC 8.4 via ghc-8.4.1 - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-mtl < 0 # GHC 8.4 via exception-transformers - consul-haskell < 0 # GHC 8.4 via uuid - hasql-transaction < 0 # GHC 8.4 via hasql From 968731d184ed323d8d197d1e4cb5f4c2ad90f2a0 Mon Sep 17 00:00:00 2001 From: Rob Looby Date: Sat, 5 May 2018 17:37:27 -0500 Subject: [PATCH 1585/1926] stylish-haskell works with GHC 8.4 as of 0.9.1.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..4dc6a13e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -454,7 +454,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - stylish-haskell < 0 # BuildFailureException with GHC 8.4 + - stylish-haskell # - profiteur # js-jquery 3.3 - psqueues - websockets From bf34e650f24be0d096cdae897ad4621756f570ff Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 6 May 2018 00:14:05 +0100 Subject: [PATCH 1586/1926] Add record-dot-preprocessor --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..3c0ac2ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -433,6 +433,7 @@ packages: - weeder - profiterole - debug + - record-dot-preprocessor "Karl Ostmo @kostmo": - perfect-hash-generator From 9a6fe5612dcdf5ce1d8840f8d77091fee0dafd0f Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 May 2018 10:54:28 -0700 Subject: [PATCH 1587/1926] Add back proto-lens-* New versions have been released to Hackage which build against stack-nightly. --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..e3f54b20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,14 +2994,14 @@ packages: - hslua-aeson "Judah Jacobson @judah": - - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 - # - proto-lens-combinators # haskell-src-exts via proto-lens-protoc - # - proto-lens-protobuf-types # haskell-src-exts via proto-lens-protoc - # - proto-lens-protoc # haskell-src-exts - - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 - - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 + - lens-labels + - proto-lens-combinators + - proto-lens-protobuf-types + - proto-lens-protoc + - proto-lens + - proto-lens-arbitrary + - proto-lens-descriptors + - proto-lens-optparse - tensorflow-test "Christof Schramm ": From ba7d5cc12024ff9a3f78a8f244a5f2f7a0ab5b54 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 May 2018 13:16:43 -0700 Subject: [PATCH 1588/1926] Remove proto-lens-descriptors It was merged into proto-lens. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3f54b20..bfe4dbec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,7 +3000,6 @@ packages: - proto-lens-protoc - proto-lens - proto-lens-arbitrary - - proto-lens-descriptors - proto-lens-optparse - tensorflow-test From 80f3fdcfaed8c846cd83e1bda839d73bab7b523f Mon Sep 17 00:00:00 2001 From: M Farkas-Dyck Date: Sun, 6 May 2018 17:31:15 -0800 Subject: [PATCH 1589/1926] Add some packages of mine alg, category, constraint, filtrable, hs-functors, lenz, unconstrained, util --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..fb839719 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,16 @@ packages: "ALeX Kazik @alexkazik": - qnap-decrypt + "Matthew Farkas-Dyck @strake": + - alg + - category + - constraint + - filtrable + - hs-functors + - lenz + - unconstrained + - util + # 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 6783f1a6f4274f5ecf2499bd6f18590f15d43d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Mon, 7 May 2018 19:34:57 +0200 Subject: [PATCH 1590/1926] Add dunai, rhine, and rhine-gloss --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..0ad87a1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,11 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Manuel Bärenz @turion": + - dunai + - rhine + - rhine-gloss + "Paul Johnson @PaulJohnson": - geodetics From f1bfe517e046ea05410d9fd55606c1377365837a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 7 May 2018 16:14:45 -0700 Subject: [PATCH 1591/1926] Expect test failure for req per mrkkrp/req#44 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69016aab..d78875c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3939,6 +3939,7 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pipes-misc # https://github.com/louispan/pipes-misc/issues/1 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - req # https://github.com/mrkkrp/req/issues/44 - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 From ac9e5932b0d7a9fca98cae75eb4e1014513fd5b2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 00:27:04 -0700 Subject: [PATCH 1592/1926] Add constraint "unexceptionalio < 0.4" per #3595 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d78875c7..0bf12345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3443,6 +3443,9 @@ packages: # https://github.com/fpco/stackage/issues/3566 - network < 2.7 + # https://github.com/fpco/stackage/issues/3595 + - unexceptionalio < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From f5c2f2cc88dde9fe255b59d7dee63794cb8b9511 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 13:54:58 -0700 Subject: [PATCH 1593/1926] Add constraint "brick < 0.37" per #3596 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bf12345..f7bb6a5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,6 +3446,9 @@ packages: # https://github.com/fpco/stackage/issues/3595 - unexceptionalio < 0.4 + # https://github.com/fpco/stackage/issues/3596 + - brick < 0.37 + # end of packages # Package flags are applied to individual packages, and override the values of From 0cbd3f92dd25fb5ecf166e78dfa073616f22a6fc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 14:25:14 -0700 Subject: [PATCH 1594/1926] Add constraint "katydid < 0.3" per katydid/katydid-haskell#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7bb6a5e..ea77f074 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,6 +3449,9 @@ packages: # https://github.com/fpco/stackage/issues/3596 - brick < 0.37 + # https://github.com/katydid/katydid-haskell/issues/12 + - katydid < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 2350ac27e575f57c075a403318ae91a6a5ed0acd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 17:31:21 -0700 Subject: [PATCH 1595/1926] Add constraint ghc-typelits-knownnat < 0.5 per #3597 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6148c39d..d23c03ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3467,6 +3467,9 @@ packages: # https://github.com/katydid/katydid-haskell/issues/12 - katydid < 0.3 + # https://github.com/fpco/stackage/issues/3597 + - ghc-typelits-knownnat < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 3efc7a6a4db963430a3152e17810f6ef00fb38ee Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 18:07:58 -0700 Subject: [PATCH 1596/1926] Add constraints on numhask-* per #3598 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d23c03ad..5ff03c46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3470,6 +3470,10 @@ packages: # https://github.com/fpco/stackage/issues/3597 - ghc-typelits-knownnat < 0.5 + # https://github.com/fpco/stackage/issues/3598 + - numhask < 0.2.1 + - numhask-prelude < 0.0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From cc07a18650629a2a8abbeee2dd77ea7f0657ce43 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 18:35:34 -0700 Subject: [PATCH 1597/1926] Add constraint "ghc-tcplugins-extra < 0.3" per #3599 (see also #3597 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ff03c46..75364658 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3469,6 +3469,7 @@ packages: # https://github.com/fpco/stackage/issues/3597 - ghc-typelits-knownnat < 0.5 + - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 # https://github.com/fpco/stackage/issues/3598 - numhask < 0.2.1 From bee4e0e5a747416a3d753a9c068b6fe5684c6ccd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 18:47:56 -0700 Subject: [PATCH 1598/1926] Hide lenz per #3600 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75364658..9c75a223 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4383,6 +4383,7 @@ hide: - matrices # conflicts with matrix - pretty-class # conflicts with pretty and prettyclass - prettyclass # conflicts with pretty and pretty-class +- lenz # conflicts with lens, see #3600 # Cryptonite deprecations - cipher-aes From aa7697d8237e6281186b7bab08daa83762d11e4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 8 May 2018 18:50:46 -0700 Subject: [PATCH 1599/1926] Expect tests to fail for clash-prelude per #3600 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c75a223..fcb58a40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3986,6 +3986,7 @@ expected-test-failures: - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 + - clash-prelude # https://github.com/fpco/stackage/issues/3600 - commutative # https://github.com/athanclark/commutative/issues/4 - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 From 0f1590b161257c0caa01867b57b8b7fd5afec386 Mon Sep 17 00:00:00 2001 From: M Farkas-Dyck Date: Tue, 8 May 2018 19:10:39 -0800 Subject: [PATCH 1600/1926] Add peano package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcb58a40..b91f79dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3320,6 +3320,7 @@ packages: - filtrable - hs-functors - lenz + - peano - unconstrained - util From 6fb1ac538c7cdd1922ae71c8ceaa811c4835f0c7 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Wed, 9 May 2018 12:25:49 +0900 Subject: [PATCH 1601/1926] add exception-hierarchy --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcb58a40..faa96f2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2532,6 +2532,7 @@ packages: - xturtle < 0 # GHC 8.4 via yjsvg - gluturtle < 0 # build failure with GHC 8.4 - papillon + - exception-hierarchy "Jan Gerlinger @JanGe": - irc-dcc From 8a68292c5bed0eb4a66434e487a44ca7afab15c0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 00:15:28 -0700 Subject: [PATCH 1602/1926] Remove constraint "katydid < 0.3" per katydid/katydid-haskell#12 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcb58a40..665fe862 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,9 +3464,6 @@ packages: # https://github.com/fpco/stackage/issues/3596 - brick < 0.37 - # https://github.com/katydid/katydid-haskell/issues/12 - - katydid < 0.3 - # https://github.com/fpco/stackage/issues/3597 - ghc-typelits-knownnat < 0.5 - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 From 13d23e7c88b89db13181857b5a2310e44c472225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Wed, 9 May 2018 17:25:38 +0200 Subject: [PATCH 1603/1926] =?UTF-8?q?Manuel=20B=C3=A4renz:=20Only=20mainta?= =?UTF-8?q?in=20dunai=20for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ad87a1f..3687b7cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,8 +9,6 @@ cabal-format-version: "2.0" packages: "Manuel Bärenz @turion": - dunai - - rhine - - rhine-gloss "Paul Johnson @PaulJohnson": - geodetics From 69bbecb3c6505ef4e3f105c04711c4f2b45a7b68 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 9 May 2018 22:12:08 +0200 Subject: [PATCH 1604/1926] Re-enable dependents of exception-transformers This re-enables the packages language-c-quote, srcloc, exception-mtl, and mainland-pretty. --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 723209ef..60ab88dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1261,7 +1261,7 @@ packages: # - magicbane # https://github.com/myfreeweb/magicbane/issues/9 "Francesco Mazzoli @bitonic": - - language-c-quote < 0 # GHC 8.4 via exception-transformers + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot @@ -3378,7 +3378,6 @@ packages: - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") - - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Unique < 0 # GHC 8.4 via base-4.11.0.0 @@ -3392,11 +3391,9 @@ packages: - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - hint < 0 # GHC 8.4 via ghc-8.4.1 - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - exception-mtl < 0 # GHC 8.4 via exception-transformers - consul-haskell < 0 # GHC 8.4 via uuid - hasql-transaction < 0 # GHC 8.4 via hasql - language-ecmascript < 0 # wl-pprint - - mainland-pretty < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From d3bc40891dfb7570e893465a32aaffc6434ac376 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 15:53:02 -0700 Subject: [PATCH 1605/1926] Add constraint "ghc-typelits-extra < 0.2.5" per #3597 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 723209ef..219ce188 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3469,6 +3469,7 @@ packages: # https://github.com/fpco/stackage/issues/3597 - ghc-typelits-knownnat < 0.5 - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 + - ghc-typelits-extra < 0.2.5 # https://github.com/fpco/stackage/issues/3598 - numhask < 0.2.1 From ca71ab1dba7f8fbf4fbc4190e26deacfe44c49e4 Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Thu, 10 May 2018 00:59:45 +0200 Subject: [PATCH 1606/1926] re-enable validity (#3581) --- build-constraints.yaml | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29db0394..88e63e62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,34 +3187,34 @@ packages: # - gym-http-api # https://github.com/fpco/stackage/issues/3354 "Tom Sydney Kerckhove @NorfairKing": - - genvalidity < 0 # GHC 8.4 via validity - - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - - validity < 0 # build failure with GHC 8.4 - - validity-aeson < 0 # GHC 8.4 via validity - - validity-bytestring < 0 # build failure with GHC 8.4 - - validity-containers < 0 # build failure with GHC 8.4 - - validity-path < 0 # GHC 8.4 via validity - - validity-scientific < 0 # GHC 8.4 via validity - - validity-text < 0 # build failure with GHC 8.4 - - validity-time < 0 # build failure with GHC 8.4 - - validity-unordered-containers < 0 # GHC 8.4 via validity + - genvalidity + - genvalidity-aeson + - genvalidity-bytestring + - genvalidity-containers + - genvalidity-hspec + - genvalidity-hspec-aeson + - genvalidity-hspec-binary + - genvalidity-hspec-cereal + - genvalidity-hspec-hashable + - genvalidity-path + - genvalidity-property + - genvalidity-scientific + - genvalidity-text + - genvalidity-time + - genvalidity-unordered-containers + - genvalidity-uuid < 0 # GHC 8.4 via validity-uuid and uuid + - genvalidity-vector + - validity + - validity-aeson + - validity-bytestring + - validity-containers + - validity-path + - validity-scientific + - validity-text + - validity-time + - validity-unordered-containers - validity-uuid < 0 # GHC 8.4 via uuid - - validity-vector < 0 # GHC 8.4 via validity + - validity-vector "Henry Laxen @HenryLaxen": - bbdb From dc10fd95d27da00acff96849c6075592761b732c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 16:02:14 -0700 Subject: [PATCH 1607/1926] Add constraint "validity < 0.6" per #3581 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88e63e62..dc6333dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3475,6 +3475,9 @@ packages: - numhask < 0.2.1 - numhask-prelude < 0.0.4 + # https://github.com/fpco/stackage/pull/3581 + - validity < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 971e28d0f5c8a5252585f9171ae5da2ec25ac6b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 18:01:05 -0700 Subject: [PATCH 1608/1926] Unconstrain numhask and numhask-prelude per #3598 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc6333dd..51de0ee0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3471,10 +3471,6 @@ packages: - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 - ghc-typelits-extra < 0.2.5 - # https://github.com/fpco/stackage/issues/3598 - - numhask < 0.2.1 - - numhask-prelude < 0.0.4 - # https://github.com/fpco/stackage/pull/3581 - validity < 0.6 From e1576b1c8a47f04208e9e762bd6bd6996f10f780 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 18:09:06 -0700 Subject: [PATCH 1609/1926] Revert "Add constraint "validity < 0.6" per #3581" This reverts commit dc10fd95d27da00acff96849c6075592761b732c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51de0ee0..10813cc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3471,9 +3471,6 @@ packages: - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 - ghc-typelits-extra < 0.2.5 - # https://github.com/fpco/stackage/pull/3581 - - validity < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 811f4d0adc47eb47d3c05437fa56a61104cdcab8 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Thu, 10 May 2018 10:36:22 +0900 Subject: [PATCH 1610/1926] add simplest-sqlite --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10813cc0..e5f0fc7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,6 +2536,7 @@ packages: - gluturtle < 0 # build failure with GHC 8.4 - papillon - exception-hierarchy + - simplest-sqlite "Jan Gerlinger @JanGe": - irc-dcc From 4c2f8ee17c7cdc648febe26eaa04a0c0a66a4e7f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 18:56:50 -0700 Subject: [PATCH 1611/1926] expect req tests to pass per mrkkrp/req#44 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10813cc0..b8b11914 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3967,7 +3967,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pipes-misc # https://github.com/louispan/pipes-misc/issues/1 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - req # https://github.com/mrkkrp/req/issues/44 - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 From ceea6f2c44deff2e323dc67cc7e13ca956fb6698 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 21:33:57 -0700 Subject: [PATCH 1612/1926] Unconstrain aeson (#3337), criterion (#3183), and base-compat (#3493) --- build-constraints.yaml | 51 ++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 421d0b6c..4c6baaec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -16,7 +16,7 @@ packages: "Travis Athougies @tathougies": - beam-core - beam-migrate - - beam-sqlite + - beam-sqlite < 0 # via aeson-1.3.1.0 "Fraser Murray @jonschoning": - pinboard - - swagger-petstore + - swagger-petstore < 0 # via katip "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -797,7 +797,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + - bloodhound < 0 # via aeson-1.3.1.0 # - esqueleto # persistent 2.8 "Adam Bergmark @bergmark": @@ -970,7 +970,7 @@ packages: - hledger - hledger-ui - hledger-web - - hledger-api + - hledger-api < 0 # via swagger2 # - quickbench - regex-compat-tdfa @@ -1309,16 +1309,16 @@ packages: - tree-diff # scrive/log - - log + - log < 0 # via log-elasticsearch - log-base - - log-elasticsearch + - log-elasticsearch < 0 # via bloodhound - log-postgres # Not a maintainer - folds - friendly-time - hashable - - haxl + - haxl < 0 # via aeson-1.3.1.0 - monad-time - packdeps - recursion-schemes @@ -1670,8 +1670,8 @@ packages: - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - - clash-lib - - clash-ghc + - clash-lib < 0 # via aeson-1.3.1.0 + - clash-ghc < 0 # via clash-lib "Athan Clark @athanclark": - aeson-attoparsec @@ -2203,8 +2203,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - swagger2 - - servant-swagger + - swagger2 < 0 # via base-compat-0.10.1 + - servant-swagger < 0 # via swagger2 "Jared Tobin @jtobin": - mwc-probability @@ -2465,10 +2465,10 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - - ua-parser + - ua-parser < 0 # via aeson-1.3.1.0 - hs-GeoIP - retry - - katip + - katip < 0 # via aeson-1.3.1.0 # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2996,7 +2996,7 @@ packages: - wai-middleware-rollbar < 0 # GHC 8.4 via uuid "Andrey Mokhov @snowleopard": - - algebraic-graphs + - algebraic-graphs < 0 # via base-compat-0.10.1 "Albert Krewinkel @tarleb": - hslua @@ -3030,7 +3030,7 @@ packages: "Simon Hafner @reactormonk": - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - - katip-scalyr-scribe + - katip-scalyr-scribe < 0 # via katip "Sebastian Witte @saep": - nvim-hs @@ -3407,34 +3407,16 @@ packages: # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 - # https://github.com/fpco/stackage/issues/3183 - - criterion < 1.4 - - # https://github.com/fpco/stackage/issues/3337 - - aeson < 1.3 - # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 - # https://github.com/fpco/stackage/issues/3457 - - log-elasticsearch < 0.10.0.0 - - # https://github.com/fpco/stackage/issues/3493 - - base-compat < 0.10 - - base-compat-batteries < 0.10 - - text-show < 3.7.3 - - text-show-instances < 3.6.4 - # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 # https://github.com/fpco/stackage/issues/3512 - temporary < 1.3 - # https://github.com/fpco/stackage/issues/3515 - - swagger2 < 2.2.2 - # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 @@ -4132,6 +4114,7 @@ skipped-benchmarks: - cryptohash-sha512 # criterion 1.2 - heist # criterion 1.3 - pipes # optparse-applicative 0.13 + - simple-vec3 # via criterion-1.4.1.0 - splitmix # criterion 1.3 - superbuffer # criterion 1.3 - ttrie # criterion-plus and th-pprint From b80f2be5b93f414fafd0c254b613593ab38d361e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 22:57:27 -0700 Subject: [PATCH 1613/1926] Expect hledger-lib tests to fail per #3607 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c6baaec..005954e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3970,6 +3970,7 @@ expected-test-failures: - flat # https://github.com/Quid2/flat/issues/1 - haddock - hledger-iadd # https://github.com/fpco/stackage/issues/3473 + - hledger-lib # https://github.com/fpco/stackage/issues/3607 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 @@ -4364,6 +4365,7 @@ hide: - pretty-class # conflicts with pretty and prettyclass - prettyclass # conflicts with pretty and pretty-class - lenz # conflicts with lens, see #3600 +- base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 # Cryptonite deprecations - cipher-aes From eec58389046d92fc47b09bab911fa5f8f8f3f8fd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 23:02:51 -0700 Subject: [PATCH 1614/1926] Restore swagger2, servant-swagger, and hledger-api --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 005954e5..cfb2d29f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -970,7 +970,7 @@ packages: - hledger - hledger-ui - hledger-web - - hledger-api < 0 # via swagger2 + - hledger-api # - quickbench - regex-compat-tdfa @@ -2203,8 +2203,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - swagger2 < 0 # via base-compat-0.10.1 - - servant-swagger < 0 # via swagger2 + - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability From 10d2f1c9c08cdcf3cf8242acc82a81de6507f1cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 23:20:32 -0700 Subject: [PATCH 1615/1926] Restore wl-pprint-text (< 1.2, see #3608) and logging-effect --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cfb2d29f..b041a645 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1898,7 +1898,7 @@ packages: - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect # - reactive-banana # pqueue-1.4.1 "Antoni Silvestre @asilvestre": @@ -2108,7 +2108,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl # - graphviz # fgl 5.6.0.0 - - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + - wl-pprint-text - servant-pandoc "Sharif Olorin @olorin": @@ -3454,6 +3454,9 @@ packages: - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 - ghc-typelits-extra < 0.2.5 + # https://github.com/fpco/stackage/issues/3608 + - wl-pprint-text < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From f7c135b12fc19295cacc8473150b5e35f4d61bf4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 23:35:45 -0700 Subject: [PATCH 1616/1926] Expect world-peace tests to fail per #3609 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b45e49e2..0d8dbba1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3989,6 +3989,7 @@ expected-test-failures: - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + - world-peace # https://github.com/fpco/stackage/issues/3609 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 @@ -4370,6 +4371,7 @@ hide: - prettyclass # conflicts with pretty and pretty-class - lenz # conflicts with lens, see #3600 - base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 +- hs-functors # conflicts with profunctors, see https://github.com/fpco/stackage/issues/3609 # Cryptonite deprecations - cipher-aes From ac4d4ff24e4b5e61982ae6b54852f3c8407dde90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 9 May 2018 23:48:09 -0700 Subject: [PATCH 1617/1926] Update reason for the exclusion of uuid --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d8dbba1..00b9011b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -495,7 +495,7 @@ packages: "Antoine Latter @aslatter": - byteorder - - uuid < 0 # GHC 8.4 via cryptohash-md5 + - uuid < 0 # via entropy-0.4.1.1 "Philipp Middendorf @pmiddend": - clock From 6e78400d757d32cf7630ecc0ec2498bcf09d1bcc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:16:38 -0700 Subject: [PATCH 1618/1926] Expect servant-ruby tests to fail per #3600 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c83b0b67..be108193 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3985,6 +3985,7 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 + - servant-ruby # https://github.com/fpco/stackage/issues/3600 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From a97e5420b0b4a89082f1eccb678e34f0da3ef2f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:28:21 -0700 Subject: [PATCH 1619/1926] Block brittany per aeson-1.3, see #3582 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c47c9c1a..4ab2ddb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,7 +2798,7 @@ packages: - butcher - czipwith - data-tree-print - - brittany + - brittany < 0 # via aeson-1.3.1.0 "Ryan Mulligan @ryantm": - HDBC-mysql From 33886abea600624c0fa78ebafe7a2da5b7be6d12 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:29:17 -0700 Subject: [PATCH 1620/1926] Re-enable sorted-list --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ab2ddb5..85640c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -773,7 +773,7 @@ packages: - pcre-light - phantom-state - post-mess-age - - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - sorted-list "Gabriel Gonzalez @Gabriel439": - optparse-generic From 2e71b99de866c197377c0594faf5ac7c712c8b8c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:30:32 -0700 Subject: [PATCH 1621/1926] Update reason for blocking yi-rope, per yi-editor/yi-rope#17 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85640c5a..a9c51df9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2078,7 +2078,7 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-rope - yi-mode-haskell < 0 # GHC 8.4 via yi-rope - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - yi-rope < 0 # build failure with GHC 8.4 https://github.com/yi-editor/yi-rope/issues/17 - yi-snippet < 0 # GHC 8.4 via yi-rope "Tobias Bexelius @tobbebex": From a565f70a8f4a44c2caa59658679d46d67201c5b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:35:27 -0700 Subject: [PATCH 1622/1926] Unblock revdeps of wl-pprint-text --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9c51df9..3edb77cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1552,9 +1552,9 @@ packages: - cabal-file-th < 0 # build failure with GHC 8.4 "Gershom Bazerman @gbaz": - - jmacro < 0 # GHC 8.4 via wl-pprint-text - - jmacro-rpc < 0 # GHC 8.4 via jmacro - - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro + - jmacro + - jmacro-rpc + - jmacro-rpc-snap - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox @@ -1644,7 +1644,7 @@ packages: "William Casarin @jb55": - bson-lens - cased - - elm-export < 0 # GHC 8.4 via wl-pprint-text + - elm-export # - elm-export-persistent # https://github.com/jb55/elm-export-persistent/issues/2 - pipes-csv - pipes-mongodb < 0 # GHC 8.4 via mongoDB @@ -2343,7 +2343,7 @@ packages: - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server-tls < 0 # GHC 8.4 via happstack-server - - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text + - hsx-jmacro - ixset < 0 # GHC 8.4 via syb-with-class - reform < 0 # build failure with GHC 8.4 - reform-blaze < 0 # GHC 8.4 via reform From a33c76b67798ec92d5c0545707aabc00d775634b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:47:38 -0700 Subject: [PATCH 1623/1926] Re-block llvm-hs-pretty per llvm-hs/llvm-hs-pretty#47 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3edb77cf..7359afbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2568,7 +2568,7 @@ packages: - handwriting "Stephen Diehl @sdiehl": - - llvm-hs-pretty + - llvm-hs-pretty < 0 # build failure https://github.com/llvm-hs/llvm-hs-pretty/issues/47 - protolude - repline - picosat From 466b75d40f6f4eba04ca2749ba89fa22b6130917 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 00:49:11 -0700 Subject: [PATCH 1624/1926] Expect language-nix and pcre-heavy tests to fail per #3607 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7359afbf..fd05b4ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3984,6 +3984,8 @@ expected-test-failures: - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - language-nix # https://github.com/fpco/stackage/issues/3607 + - pcre-heavy # https://github.com/fpco/stackage/issues/3607 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - servant-ruby # https://github.com/fpco/stackage/issues/3600 From 18f118679a132adc1ffb092978d8215d7183e7da Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 01:05:24 -0700 Subject: [PATCH 1625/1926] Re-block jmacro per build failure --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd05b4ec..c15d1591 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1552,9 +1552,9 @@ packages: - cabal-file-th < 0 # build failure with GHC 8.4 "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc - - jmacro-rpc-snap + - jmacro < 0 # build failure with GHC 8.4 https://hub.darcs.net/gershomb/jmacro/issue/4 + - jmacro-rpc < 0 # via jmacro + - jmacro-rpc-snap < 0 # via jmacro - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox @@ -2343,7 +2343,7 @@ packages: - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server-tls < 0 # GHC 8.4 via happstack-server - - hsx-jmacro + - hsx-jmacro < 0 # via jmacro - ixset < 0 # GHC 8.4 via syb-with-class - reform < 0 # build failure with GHC 8.4 - reform-blaze < 0 # GHC 8.4 via reform From 64212d928f13a04cb438a7dc772dc42b0c4e1a61 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 01:14:22 -0700 Subject: [PATCH 1626/1926] Expect misc doctest tests to pass --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c15d1591..09ef5039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3973,22 +3973,17 @@ expected-test-failures: - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - - clash-prelude # https://github.com/fpco/stackage/issues/3600 - commutative # https://github.com/athanclark/commutative/issues/4 - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 - haddock - hledger-iadd # https://github.com/fpco/stackage/issues/3473 - - hledger-lib # https://github.com/fpco/stackage/issues/3607 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - language-nix # https://github.com/fpco/stackage/issues/3607 - - pcre-heavy # https://github.com/fpco/stackage/issues/3607 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - - servant-ruby # https://github.com/fpco/stackage/issues/3600 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 @@ -3997,7 +3992,6 @@ expected-test-failures: - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - - world-peace # https://github.com/fpco/stackage/issues/3609 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 @@ -4377,7 +4371,7 @@ hide: - matrices # conflicts with matrix - pretty-class # conflicts with pretty and prettyclass - prettyclass # conflicts with pretty and pretty-class -- lenz # conflicts with lens, see #3600 +- lenz # conflicts with lens, see https://github.com/fpco/stackage/issues/3600 - base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 - hs-functors # conflicts with profunctors, see https://github.com/fpco/stackage/issues/3609 From 7951d9754b74a8ee1964c7ee9c1d5bf575959177 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Thu, 10 May 2018 15:18:13 +0100 Subject: [PATCH 1627/1926] Do not skip building simple-vec3 benchmarks simple-vec3-0.4.0.3 bumped criterion dependency --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ef5039..2e2f430a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4122,7 +4122,6 @@ skipped-benchmarks: - cryptohash-sha512 # criterion 1.2 - heist # criterion 1.3 - pipes # optparse-applicative 0.13 - - simple-vec3 # via criterion-1.4.1.0 - splitmix # criterion 1.3 - superbuffer # criterion 1.3 - ttrie # criterion-plus and th-pprint From 2e5f9732331ee9c97bc8e843ede7a2689bc995b7 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Thu, 10 May 2018 15:43:13 +0100 Subject: [PATCH 1628/1926] Unblock gloss-rendering --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ef5039..22cc592b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,7 +737,7 @@ packages: - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - mwc-random-accelerate < 0 # GHC 8.4 via accelerate @@ -1618,7 +1618,7 @@ packages: - bmp # @benl23x5 - ekg-statsd # @tibbe - gloss < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering - gpolyline # @fegu - monad-memo # @EduardSergeev - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple From 43f13b9cc92ea8a15d32ba9cc1aa3872edd96ea5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 12:21:42 -0700 Subject: [PATCH 1629/1926] Hide constraint, conflicts with constraints --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e497088e..4a581a18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4373,6 +4373,7 @@ hide: - lenz # conflicts with lens, see https://github.com/fpco/stackage/issues/3600 - base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 - hs-functors # conflicts with profunctors, see https://github.com/fpco/stackage/issues/3609 +- constraint # conflicts with constraints # Cryptonite deprecations - cipher-aes From efdfb5db76e0f55a699c08a7ba6d2cf7fa42a3b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 12:22:29 -0700 Subject: [PATCH 1630/1926] Add constraint "texmath < 0.11" per #3613 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a581a18..92dfe84b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3463,6 +3463,9 @@ packages: # https://github.com/fpco/stackage/issues/3608 - wl-pprint-text < 1.2 + # https://github.com/fpco/stackage/issues/3613 + - texmath < 0.11 + # end of packages # Package flags are applied to individual packages, and override the values of From be6481640561e5fec7149c6c1c389454d54833a8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 12:32:20 -0700 Subject: [PATCH 1631/1926] Revert "Re-block llvm-hs-pretty per llvm-hs/llvm-hs-pretty#47" This reverts commit a33c76b67798ec92d5c0545707aabc00d775634b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92dfe84b..6652b4e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2568,7 +2568,7 @@ packages: - handwriting "Stephen Diehl @sdiehl": - - llvm-hs-pretty < 0 # build failure https://github.com/llvm-hs/llvm-hs-pretty/issues/47 + - llvm-hs-pretty - protolude - repline - picosat From b95b5f12f2a5b199ac01be30cfdf2609997b2238 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 12:51:54 -0700 Subject: [PATCH 1632/1926] Revert "Re-block jmacro per build failure" This reverts commit 18f118679a132adc1ffb092978d8215d7183e7da. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6652b4e8..a794ed05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1552,9 +1552,9 @@ packages: - cabal-file-th < 0 # build failure with GHC 8.4 "Gershom Bazerman @gbaz": - - jmacro < 0 # build failure with GHC 8.4 https://hub.darcs.net/gershomb/jmacro/issue/4 - - jmacro-rpc < 0 # via jmacro - - jmacro-rpc-snap < 0 # via jmacro + - jmacro + - jmacro-rpc + - jmacro-rpc-snap - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox @@ -2343,7 +2343,7 @@ packages: - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server-tls < 0 # GHC 8.4 via happstack-server - - hsx-jmacro < 0 # via jmacro + - hsx-jmacro - ixset < 0 # GHC 8.4 via syb-with-class - reform < 0 # build failure with GHC 8.4 - reform-blaze < 0 # GHC 8.4 via reform From bd3938ff9af055ac8d6625654f522625685ab5e4 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Thu, 10 May 2018 22:17:11 +0200 Subject: [PATCH 1633/1926] Re-enable brittany --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a794ed05..c8d809a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,7 +2798,7 @@ packages: - butcher - czipwith - data-tree-print - - brittany < 0 # via aeson-1.3.1.0 + - brittany "Ryan Mulligan @ryantm": - HDBC-mysql From 359fb23b3d30c1b359abe4dab36705ee32ef4e46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 14:52:18 -0700 Subject: [PATCH 1634/1926] Expect tests to fail for llvm-hs-pretty per llvm-hs/llvm-hs-pretty#48 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a794ed05..7cc46c08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3959,6 +3959,7 @@ expected-test-failures: - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 + - llvm-hs-pretty # https://github.com/llvm-hs/llvm-hs-pretty/issues/48 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pipes-misc # https://github.com/louispan/pipes-misc/issues/1 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 From cebc8c61bf4b113cebc13f706d359cda4944e250 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 14:53:57 -0700 Subject: [PATCH 1635/1926] Re-disable jmacro-rpc-* per build failure --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cc46c08..098d37c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1553,8 +1553,8 @@ packages: "Gershom Bazerman @gbaz": - jmacro - - jmacro-rpc - - jmacro-rpc-snap + - jmacro-rpc < 0 # build failure with GHC 8.4 https://hub.darcs.net/gershomb/jmacro/issue/5 + - jmacro-rpc-snap < 0 # via jmacro-rpc - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox From bc2e3ac6a47e0f5a72ff81cb40fb280f70c055c3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 17:58:02 -0700 Subject: [PATCH 1636/1926] Unconstrain ansi-terminal, closes #3557 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2ec070..2e8b25cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3434,9 +3434,6 @@ packages: # https://github.com/fpco/stackage/issues/3544 - ghc-typelits-natnormalise < 0.6 - # https://github.com/fpco/stackage/issues/3557 - - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 From 9f6ec30f9c38df4ed818a982f03fad4019486a84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 18:26:58 -0700 Subject: [PATCH 1637/1926] Unconstrain tasty-quickcheck, block tasty-hspec per #3293 --- build-constraints.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e8b25cc..41f37006 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1664,7 +1664,7 @@ packages: "Mitchell Rosen @mitchellwrosen": - safe-exceptions-checked - - tasty-hspec + - tasty-hspec < 0 # via tasty-quickcheck-0.10 "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra @@ -3410,9 +3410,6 @@ packages: - Win32 == 2.6.1.0 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3293 - - tasty-quickcheck < 0.10 - # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 @@ -3685,6 +3682,15 @@ skipped-tests: - static-text # tasty - test-framework # QuickCheck 2.10 - heist # lens 4.16 + - htoml # via tasty-hspec + - jose # via tasty-hspec + - llvm-hs-pretty # via tasty-hspec + - milena # via tasty-hspec + - servant-static-th # via tasty-hspec + - tasty-auto # via tasty-hspec + - tasty-discover # via tasty-hspec + - yi-language # via tasty-hspec + # Transitive outdated dependencies # These can also be checked for updates periodically. From 685db33605ff68908fb3b197efcd2a2a5f56503b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 10 May 2018 18:35:26 -0700 Subject: [PATCH 1638/1926] Update reason for blocking clay: sebastiaanvisser/clay#171 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41f37006..cbfbc430 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -817,7 +817,7 @@ packages: - type-operators "Sebastiaan Visser @sebastiaanvisser": - - clay < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build + - clay < 0 # build failure with GHC 8.4 https://github.com/sebastiaanvisser/clay/issues/171 - fclabels "Robert Klotzner @eskimor": From 5a5f86a3e477738b946b62ce6c77022f186a5ac5 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 11 May 2018 09:51:09 +0200 Subject: [PATCH 1639/1926] Drop tasty-auto which is deprecated in favor of tasty-discover --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfbc430..e95fb906 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2755,7 +2755,6 @@ packages: - console-style - unlit - intro - - tasty-auto - tasty-stats - colorful-monoids - ihs From abd808a620214964473f4d53aaecf5bb41a0b9db Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Fri, 11 May 2018 17:07:14 +0900 Subject: [PATCH 1640/1926] Re-enable chatwork, rakuten, servant-kotlin --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfbc430..90665f37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -92,9 +92,9 @@ packages: - katydid "Nobutada Matsubara @matsubara0507": - - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - chatwork + - rakuten + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From 7946bb80a9191009a73770c63dd0db75f285d53f Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Fri, 11 May 2018 09:36:11 +0100 Subject: [PATCH 1641/1926] Unblock gloss and gloss-raster (1.12.0) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfbc430..ae76bfe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -732,10 +732,10 @@ packages: - repa - repa-algorithms < 0 # GHC 8.4 via repa - repa-io < 0 # GHC 8.4 via repa - - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - gloss-rendering - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 @@ -1617,7 +1617,7 @@ packages: - bmp # @benl23x5 - ekg-statsd # @tibbe - - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss - gloss-rendering - gpolyline # @fegu - monad-memo # @EduardSergeev From d5040d1d725117d6d9ac36256d74acab707ee1c4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 11:33:40 -0700 Subject: [PATCH 1642/1926] Add constraint "transformers-compat < 0.6.2" per #3619 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfbc430..e3bb3be3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3460,6 +3460,9 @@ packages: # https://github.com/fpco/stackage/issues/3613 - texmath < 0.11 + # https://github.com/fpco/stackage/issues/3619 + - transformers-compat < 0.6.2 + # end of packages # Package flags are applied to individual packages, and override the values of From d3b9e256bd44455106152748db09da5863b36212 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 11:35:04 -0700 Subject: [PATCH 1643/1926] Add constraint "hierarchy < 1.0.2" per #3315 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3bb3be3..3f7df1dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,6 +3413,7 @@ packages: # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + - hierarchy < 1.0.2 # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 From 68393f613315aadccf7ed4666f7d09bd57904db0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 12:25:09 -0700 Subject: [PATCH 1644/1926] Add constraint "tasty < 1.1" per #3620 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e7ceb3f..d9ca7d26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3463,6 +3463,9 @@ packages: # https://github.com/fpco/stackage/issues/3619 - transformers-compat < 0.6.2 + # https://github.com/fpco/stackage/issues/3620 + - tasty < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From bf79206d8997964910f3fa34a4caf73a5fa123e2 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 11 May 2018 15:31:40 -0400 Subject: [PATCH 1645/1926] Add two packages that I co-maintain `base-compat-batteries` and `transformers-compat`. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9ca7d26..f545ebec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -640,6 +640,7 @@ packages: - structs - tagged - tagged-transformer + - transformers-compat - trifecta - unique - vector-instances @@ -1923,6 +1924,7 @@ packages: - abstract-deque-tests - abstract-par - atomic-primops + - base-compat-batteries - base-orphans - chaselev-deque - code-page From f688b29fec7d2a1b874adeb0754ef7baa1a98922 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 12:40:01 -0700 Subject: [PATCH 1646/1926] Unconstrain transformers-compat by adding flag five-three: true, see #3619 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9ca7d26..73ae2a17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3460,9 +3460,6 @@ packages: # https://github.com/fpco/stackage/issues/3613 - texmath < 0.11 - # https://github.com/fpco/stackage/issues/3619 - - transformers-compat < 0.6.2 - # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 @@ -3570,6 +3567,10 @@ package-flags: scotty: hpc-coveralls: false + # https://github.com/fpco/stackage/issues/3619 + transformers-compat: + five-three: true + # end of package-flags # Special configure options for individual packages From dc33b13e07f39dafbc68f096c221b221069e7097 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 13:16:24 -0700 Subject: [PATCH 1647/1926] Unblock jmacro-rpc-* --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82817713..11d1c6cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1554,8 +1554,8 @@ packages: "Gershom Bazerman @gbaz": - jmacro - - jmacro-rpc < 0 # build failure with GHC 8.4 https://hub.darcs.net/gershomb/jmacro/issue/5 - - jmacro-rpc-snap < 0 # via jmacro-rpc + - jmacro-rpc + - jmacro-rpc-snap - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - mbox From ab281b6a2a37a4d7aac955d4d222939d715de691 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 11 May 2018 13:21:42 -0700 Subject: [PATCH 1648/1926] Skip tests for simple-vec3 per tasty-quickcheck-0.10 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11d1c6cd..1cbf0cd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,6 +3673,7 @@ skipped-tests: - partial-order # HUnit 1.6 - pipes-group # doctest 0.13 - printcess # QuickCheck 2.10 + - simple-vec3 # via tasty-quickcheck-0.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - text # HUnit 1.6 From 65bdf38c671e889121a31cb409408dd0503c8eac Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 12 May 2018 00:16:59 +0200 Subject: [PATCH 1649/1926] Add myself as maintainer for hslua-module-text Other packages depend ot it, so I should probably list it here. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cbf0cd6..c3973d88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3005,6 +3005,7 @@ packages: "Albert Krewinkel @tarleb": - hslua - hslua-aeson + - hslua-module-text "Judah Jacobson @judah": - lens-labels From 0a6b913a2ddcefcdeadc734a59df551897d929e4 Mon Sep 17 00:00:00 2001 From: M Farkas-Dyck Date: Fri, 11 May 2018 22:12:59 -0800 Subject: [PATCH 1650/1926] Add natural-induction and Fin --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cbf0cd6..136c705c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,12 +3323,14 @@ packages: - fuzzy-dates "Matthew Farkas-Dyck @strake": + - Fin - alg - category - constraint - filtrable - hs-functors - lenz + - natural-induction - peano - unconstrained - util From 3bcbb0db496c8d229e6f6a60ff60c6a65d50e0fa Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Sat, 12 May 2018 12:03:43 +0200 Subject: [PATCH 1651/1926] Unconstrain clash-lang packages The released packages: * clash-ghc-0.99.1 * clash-lib-0.99.1 * clash-prelude-0.99.1 * ghc-tcplugins-extra-0.3 * ghc-typelits-knownnat-0.5 * ghc-typelits-natnormalise-0.6.1 have compatible version bounds. Additionally, clash-lib has increased its upper bound for `aeson`, and builds on with `aeson-0.1.3.0` Fixes #3544 Fixes #3597 Fixes #3599 --- build-constraints.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3973d88..ca310de5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1673,8 +1673,8 @@ packages: - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - - clash-lib < 0 # via aeson-1.3.1.0 - - clash-ghc < 0 # via clash-lib + - clash-lib + - clash-ghc "Athan Clark @athanclark": - aeson-attoparsec @@ -3431,9 +3431,6 @@ packages: - hmatrix-gsl < 0.19 - hmatrix-special < 0.19 - # https://github.com/fpco/stackage/issues/3544 - - ghc-typelits-natnormalise < 0.6 - # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 @@ -3452,11 +3449,6 @@ packages: # https://github.com/fpco/stackage/issues/3596 - brick < 0.37 - # https://github.com/fpco/stackage/issues/3597 - - ghc-typelits-knownnat < 0.5 - - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 - - ghc-typelits-extra < 0.2.5 - # https://github.com/fpco/stackage/issues/3608 - wl-pprint-text < 1.2 From 8ef592f9792f13d6940982ed83b57e9674bbef8d Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 12 May 2018 12:16:17 +0100 Subject: [PATCH 1652/1926] Add csg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3973d88..f466af48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,6 +3274,7 @@ packages: - indexed-list-literals "Dmitry Dzhus @dzhus": + - csg - simple-vec3 - static-text - th-nowq From 7819e1d84bacc6b12b79b0d26ff3f7f9cd117b5c Mon Sep 17 00:00:00 2001 From: Christian Marie Date: Sat, 12 May 2018 21:28:30 +1000 Subject: [PATCH 1653/1926] Add git-vogue under Christian Marie I am the maintainer. Version 0.3.0.2 builds on nightly: https://travis-ci.org/christian-marie/git-vogue/jobs/378056156 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3973d88..c644e3f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Christian Marie @christian-marie": + - git-vogue + "Manuel Bärenz @turion": - dunai From 3544ca6742201b2544c436df08e86f9c001ca0ea Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 12 May 2018 12:54:32 +0100 Subject: [PATCH 1654/1926] Unblock tests for simple-vec3 (0.4.0.6) https://hackage.haskell.org/package/simple-vec3-0.4.0.6/simple-vec3.cabal --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3973d88..e5ad8b9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3674,7 +3674,6 @@ skipped-tests: - partial-order # HUnit 1.6 - pipes-group # doctest 0.13 - printcess # QuickCheck 2.10 - - simple-vec3 # via tasty-quickcheck-0.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - text # HUnit 1.6 From 5204c4760088f2fb3379a32d5bbbe282d0379dff Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 12 May 2018 21:29:28 +0700 Subject: [PATCH 1655/1926] =?UTF-8?q?Add=20=E2=80=98ghc-syntax-highlighter?= =?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 c3973d88..d3ceac3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,6 +2199,7 @@ packages: - html-entity-map - imprint - mmark-cli + - ghc-syntax-highlighter "Emmanuel Touzery @emmanueltouzery": - app-settings From 0bb24ca9dac34d1f1003518a0aa6374b8cd7074c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 May 2018 15:48:32 -0700 Subject: [PATCH 1656/1926] Unblock ghc-typelits-*, closes #3544 and #3597 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3973d88..708fb9dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3431,9 +3431,6 @@ packages: - hmatrix-gsl < 0.19 - hmatrix-special < 0.19 - # https://github.com/fpco/stackage/issues/3544 - - ghc-typelits-natnormalise < 0.6 - # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 @@ -3452,11 +3449,6 @@ packages: # https://github.com/fpco/stackage/issues/3596 - brick < 0.37 - # https://github.com/fpco/stackage/issues/3597 - - ghc-typelits-knownnat < 0.5 - - ghc-tcplugins-extra < 0.3 # https://github.com/fpco/stackage/issues/3599 - - ghc-typelits-extra < 0.2.5 - # https://github.com/fpco/stackage/issues/3608 - wl-pprint-text < 1.2 From cab37f307d3c141be994d6cf7216d149481d2cad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 May 2018 15:49:23 -0700 Subject: [PATCH 1657/1926] Add constraint "extensible < 0.4.9" per #3629 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 708fb9dd..2831136e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,6 +3458,9 @@ packages: # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 + # https://github.com/fpco/stackage/issues/3629 + - extensible < 0.4.9 + # end of packages # Package flags are applied to individual packages, and override the values of From f15ceba77507a33f1ef8493a6e71fed3ccd121bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 May 2018 23:39:53 -0700 Subject: [PATCH 1658/1926] Expect test failure for git-vogue per christian-marie/git-vogue#103 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 759d4c12..db3ea7a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3962,6 +3962,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - git-vogue # https://github.com/christian-marie/git-vogue/issues/103 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From d96608c06215faacb2b1c6234b769b72a7e35d55 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 May 2018 23:45:47 -0700 Subject: [PATCH 1659/1926] Add constraint on gi-cairo due to haskell-gi/haskell-gi#165 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db3ea7a9..c548beda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3468,6 +3468,9 @@ packages: # https://github.com/fpco/stackage/issues/3629 - extensible < 0.4.9 + # https://github.com/haskell-gi/haskell-gi/issues/165 + - gi-cairo < 1.0.16 + # end of packages # Package flags are applied to individual packages, and override the values of From 0f03abf2efad97153d9bb43f767e37523c5f7981 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 May 2018 23:50:22 -0700 Subject: [PATCH 1660/1926] Add constraint on gi-gdk per haskell-gi/haskell-gi#165 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c548beda..3add41d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3470,6 +3470,7 @@ packages: # https://github.com/haskell-gi/haskell-gi/issues/165 - gi-cairo < 1.0.16 + - gi-gdk < 3.0.16 # end of packages From 3d9cd76c7e308a452dd072d1505bb3d19e91ff4e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:20:37 -0700 Subject: [PATCH 1661/1926] Unconstrain temporary, remove qnap-decrypt, per #3512 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3add41d8..b6c0337b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,7 +3323,7 @@ packages: - om-elm "ALeX Kazik @alexkazik": - - qnap-decrypt + - qnap-decrypt < 0 # via temporary-1.3 "Reed Oei @ReedOei": - fuzzy-dates @@ -3427,9 +3427,6 @@ packages: # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 - # https://github.com/fpco/stackage/issues/3512 - - temporary < 1.3 - # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 From 1232f184180d5b648379e4ff24320841a58b6035 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:25:51 -0700 Subject: [PATCH 1662/1926] Unconstrain hmatrix-*, closes #3540 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6c0337b..4f3191a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3430,11 +3430,6 @@ packages: # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 - # https://github.com/fpco/stackage/issues/3540 - - hmatrix < 0.19 - - hmatrix-gsl < 0.19 - - hmatrix-special < 0.19 - # https://github.com/fpco/stackage/issues/3559 - parser-combinators < 1.0 From ef4a74cda7023f2804057ea4df996763099a3176 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:33:26 -0700 Subject: [PATCH 1663/1926] Update reason for blocking yesod-bin: (yesodweb/yesod#1511) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f3191a3..6e4c378b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -351,7 +351,7 @@ packages: - yesod - yesod-auth - authenticate-oauth - - yesod-bin < 0 # https://github.com/fpco/stackage/issues/3550 + - yesod-bin < 0 # https://github.com/yesodweb/yesod/issues/1511 - yesod-eventsource - yesod-gitrepo - yesod-newsfeed From f707227a7402fb82511ef665352be8fb77a0da63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:36:49 -0700 Subject: [PATCH 1664/1926] Unblock parsec-combinators (#3559) and megaparsec (#3560) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e4c378b..2ee202f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3430,12 +3430,6 @@ packages: # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 - # https://github.com/fpco/stackage/issues/3559 - - parser-combinators < 1.0 - - # https://github.com/fpco/stackage/issues/3560 - - megaparsec < 6.5 - # https://github.com/fpco/stackage/issues/3563 - stack < 9.9.9 From b728651c997dc07b9c4dba71a7e77d84ea81eb6c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:40:35 -0700 Subject: [PATCH 1665/1926] Unconstrain unexceptionalio, closes #3595 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ee202f5..e9c91dfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3436,9 +3436,6 @@ packages: # https://github.com/fpco/stackage/issues/3566 - network < 2.7 - # https://github.com/fpco/stackage/issues/3595 - - unexceptionalio < 0.4 - # https://github.com/fpco/stackage/issues/3596 - brick < 0.37 From 491ff7ac9f9cf8b36d26586781438f6bcaa05213 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:42:50 -0700 Subject: [PATCH 1666/1926] Move stack < 9.9.9 constraint out of "stackage upper bounds" list --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9c91dfc..488a0c6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1073,7 +1073,7 @@ packages: - optparse-simple - hpack - bindings-uname - - stack + - stack < 9.9.9 # see https://github.com/fpco/stackage/issues/3563 "Michael Sloan @mgsloan": - th-orphans @@ -3430,9 +3430,6 @@ packages: # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 - # https://github.com/fpco/stackage/issues/3563 - - stack < 9.9.9 - # https://github.com/fpco/stackage/issues/3566 - network < 2.7 From f58828c4bac1fe73919fd69c4ebdca2ccc34ed5a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:44:35 -0700 Subject: [PATCH 1667/1926] Unconstrain brick, closes #3596 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 488a0c6e..7d0fdc46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3433,9 +3433,6 @@ packages: # https://github.com/fpco/stackage/issues/3566 - network < 2.7 - # https://github.com/fpco/stackage/issues/3596 - - brick < 0.37 - # https://github.com/fpco/stackage/issues/3608 - wl-pprint-text < 1.2 From 2fa9ebfe25406e7c516d498d688dec9c72471c59 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:48:45 -0700 Subject: [PATCH 1668/1926] Unconstrain texmath, closes #3613 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d0fdc46..259781f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3436,9 +3436,6 @@ packages: # https://github.com/fpco/stackage/issues/3608 - wl-pprint-text < 1.2 - # https://github.com/fpco/stackage/issues/3613 - - texmath < 0.11 - # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 From 1afe09170980ec875d79f2387cac5c2935c271e0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 00:49:39 -0700 Subject: [PATCH 1669/1926] Unconstrain extensible, closes #3629 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 259781f2..f62c111d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,9 +3439,6 @@ packages: # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 - # https://github.com/fpco/stackage/issues/3629 - - extensible < 0.4.9 - # https://github.com/haskell-gi/haskell-gi/issues/165 - gi-cairo < 1.0.16 - gi-gdk < 3.0.16 From d1c22f88e7d7375a407e167cdc498bfa845fb79a Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 13 May 2018 11:51:40 +0200 Subject: [PATCH 1670/1926] Add css-syntax package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..f853f4de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,7 +1220,7 @@ packages: # - avers # cryptonite 0.25 # - avers-api # cryptonite 0.25 # - avers-server # cryptonite 0.25 - - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - css-syntax # - etcd # https://github.com/wereHamster/etcd-hs/issues/5 - github-types - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 From e5860a5144fbef5be1475190089bf8c925964169 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 13 May 2018 12:08:28 +0200 Subject: [PATCH 1671/1926] Add kraken package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..79e69c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1226,7 +1226,7 @@ packages: - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - - kraken < 0 # GHC 8.4 via base-4.11.0.0 + - kraken - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - mole < 0 # GHC 8.4 via base-4.11.0.0 - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 From 14c037e14c0b9ec1e2ab33dba5c77c2fa9cf3000 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 13 May 2018 12:16:53 +0200 Subject: [PATCH 1672/1926] Add publicsuffix package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..79302376 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1229,7 +1229,7 @@ packages: - kraken < 0 # GHC 8.4 via base-4.11.0.0 - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - mole < 0 # GHC 8.4 via base-4.11.0.0 - - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 + - publicsuffix - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - snap-blaze From 6089071ad3c0bfecb1f60288e131f00e8fe01bfc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 May 2018 15:15:45 +0300 Subject: [PATCH 1673/1926] Add back yesod-bin (yesodweb/yesod#1511) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..bcf61250 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -351,7 +351,7 @@ packages: - yesod - yesod-auth - authenticate-oauth - - yesod-bin < 0 # https://github.com/yesodweb/yesod/issues/1511 + - yesod-bin - yesod-eventsource - yesod-gitrepo - yesod-newsfeed From cb0b921f74ef62db5b0d84f90dc204bd58522fac Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 13 May 2018 14:22:21 +0200 Subject: [PATCH 1674/1926] Add rethinkdb-client-driver package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..4421dd68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1230,7 +1230,7 @@ packages: - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - mole < 0 # GHC 8.4 via base-4.11.0.0 - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 - - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 + - rethinkdb-client-driver - snap-blaze "Alexandr Kurilin @alex_kurilin": From f17c368d93b9c7ca0814063d88fb0f9407832276 Mon Sep 17 00:00:00 2001 From: Alexander Krupenkin Date: Sun, 13 May 2018 23:27:59 +0300 Subject: [PATCH 1675/1926] Add web3 package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..777e4455 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3344,6 +3344,9 @@ packages: "Ben Sima @bensima": - yesod-text-markdown + "Alexander Krupenkin @akru": + - web3 + # 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 50cb393b4399193428421d3f406a81562b10e724 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 15:23:40 -0700 Subject: [PATCH 1676/1926] Unconstrain gi-cairo & gi-gdk per haskell-gi/haskell-gi#165 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62c111d..efdc1f06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,10 +3439,6 @@ packages: # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 - # https://github.com/haskell-gi/haskell-gi/issues/165 - - gi-cairo < 1.0.16 - - gi-gdk < 3.0.16 - # end of packages # Package flags are applied to individual packages, and override the values of From 6941ac20127f7fc8f350bf5e4c6796b679aeaee7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 15:28:37 -0700 Subject: [PATCH 1677/1926] Constrain indexed-list-literals per expipiplus1/vector-sized#41 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index efdc1f06..ecafeb12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,6 +3439,9 @@ packages: # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 + # https://github.com/expipiplus1/vector-sized/issues/41 + - indexed-list-literals < 0.2.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From f2cd9f3808ee1248af15288bffaf28b901df53a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 15:46:58 -0700 Subject: [PATCH 1678/1926] Expect web3 tests to fail per airalab/hs-weg3#63 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7efdb6f4..a66a6ffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3943,6 +3943,7 @@ expected-test-failures: - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 + - web3 # https://github.com/airalab/hs-web3/issues/63 - xlsior # https://github.com/rcallahan/xlsior/issues/1 # Assertion failures, these can be real bugs or just limitations From c97509705b4c5e8f03859b6955d9da605446b8d3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 15:56:15 -0700 Subject: [PATCH 1679/1926] Unconstrain exceptions, block various, see #3615 --- build-constraints.yaml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a66a6ffc..e5d0010e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -92,7 +92,7 @@ packages: - transformers-bifunctors "Walter Schulze @awalterschulze": - - katydid + - katydid < 0 # via transformers-either "Nobutada Matsubara @matsubara0507": - chatwork @@ -831,7 +831,7 @@ packages: "Rodrigo Setti @rodrigosetti": - messagepack - - messagepack-rpc + - messagepack-rpc < 0 # via network-simple "Boris Lykah @lykahb": - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -1211,10 +1211,10 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": - - network-simple + - network-simple < 0 # via exceptions-0.10.0 - pipes-aeson - pipes-attoparsec - - pipes-network + - pipes-network < 0 # via network-simple "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 @@ -1254,9 +1254,9 @@ packages: - bitcoin-tx - bitcoin-types - hexstring - - network-attoparsec + - network-attoparsec < 0 # via network-simple - network-anonymous-i2p < 0 # GHC 8.4 via uuid - - network-anonymous-tor + - network-anonymous-tor < 0 # via network-simple "Timothy Jones @zmthy": - http-media @@ -1955,7 +1955,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - - monad-metrics + - monad-metrics < 0 # via exceptions-0.10.0 # - ekg-cloudwatch # http-conduit 2.3 via amazonka - smtp-mail - liboath-hs < 0 # GHC 8.4 via inline-c @@ -2044,8 +2044,8 @@ packages: - emailaddress < 0 # GHC 8.4 via postgresql-simple - envelope - from-sum - - hailgun - - hailgun-simple + - hailgun < 0 # via exceptions-0.10.0 + - hailgun-simple < 0 # via hailgun - natural-transformation # - opaleye-trans # product-profunctors 0.9 - pretty-simple @@ -3268,7 +3268,7 @@ packages: - snap < 0 # GHC 8.4 via base-4.11.0.0 "Tim Humphries @thumphries": - - transformers-either + - transformers-either < 0 # via exceptions-0.10.0 - transformers-fix "Andre Van Der Merwe @andrevdm": @@ -3345,7 +3345,7 @@ packages: - yesod-text-markdown "Alexander Krupenkin @akru": - - web3 + - web3 < 0 # via exceptions-0.10.0 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3421,12 +3421,13 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - "Stackage upper bounds": - # needed by path - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - - hierarchy < 1.0.2 + # Unlike "Removed packages", these are not permanently blacklisted. + # Rather, they are simply known to cause build plan failures, for now. + "Stackage removed due to bounds": + - cayley-client < 0 # via exceptions-0.10.0 + + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 From bf0cc31e410c143f6b6c82d67d0e56ecc0da2aa5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 15:59:52 -0700 Subject: [PATCH 1680/1926] Recategorize the caley-client removal --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5d0010e..d247dee4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1817,7 +1817,7 @@ packages: "Michel Boucey @MichelBoucey": - IPv6Addr - ip6addr - - cayley-client + - cayley-client < 0 # via exceptions-0.10.0 - Spintax - glabrous - google-oauth2-jwt @@ -3421,12 +3421,6 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - # Unlike "Removed packages", these are not permanently blacklisted. - # Rather, they are simply known to cause build plan failures, for now. - "Stackage removed due to bounds": - - cayley-client < 0 # via exceptions-0.10.0 - - "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3508 - hw-rankselect < 0.11 From 5e1d04ae33e8f057b4f8d5d49439ebd0141a4c70 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 13 May 2018 21:29:27 -0700 Subject: [PATCH 1681/1926] Expect zeromq4-patterns tests to fail (timeout) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d247dee4..08c363ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3834,6 +3834,7 @@ expected-test-failures: - generic-random - graphviz - punycode + - zeromq4-patterns - zip - unagi-chan From aa8d6d2399086d18c102eb7838fdcf2a7917e8f3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 14 May 2018 00:08:24 -0700 Subject: [PATCH 1682/1926] Unconstrain uuid --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08c363ee..fee9715e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -499,7 +499,7 @@ packages: "Antoine Latter @aslatter": - byteorder - - uuid < 0 # via entropy-0.4.1.1 + - uuid "Philipp Middendorf @pmiddend": - clock From 50b4b796e3e0b8ffc06b84bf90fac9ab0790dc84 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Mon, 14 May 2018 07:00:56 -0400 Subject: [PATCH 1683/1926] Unblock `ihaskell` and `ipython-kernel` --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fee9715e..d0e5bc6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1965,7 +1965,7 @@ packages: - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 "Andrew Gibiansky @gibiansky": - - ipython-kernel < 0 # GHC 8.4 via uuid + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3237,7 +3237,7 @@ packages: - servant-exceptions "Vaibhav Sagar @vaibhavsagar": - - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 + - ihaskell - ghc-parser "Alexis Williams @typedrat": From ca4c726090e52f02a4b4605ac867a1930c55201a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 12:48:34 +0900 Subject: [PATCH 1684/1926] hedgehog < 0.6 (#3637) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fee9715e..3e5f7aa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3440,6 +3440,8 @@ packages: # https://github.com/expipiplus1/vector-sized/issues/41 - indexed-list-literals < 0.2.1.0 + # https://github.com/fpco/stackage/issues/3637 + - hedgehog < 0.6 # end of packages # Package flags are applied to individual packages, and override the values of From c9c64d0cd1c6ec96a3434e07dcfed85f45126044 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 13:35:24 +0900 Subject: [PATCH 1685/1926] uuid is back: "unlock" a bunch of packages --- build-constraints.yaml | 62 +++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e5f7aa6..f887816f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -391,7 +391,7 @@ packages: - th-lift - quickcheck-assertions - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - wai-middleware-consul - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - monad-logger-json - safe-exceptions @@ -884,7 +884,7 @@ packages: - set-monad < 0 # build failure with GHC 8.4 "Phil Hargett @hargettp": - - courier < 0 # GHC 8.4 via uuid + - courier "Aycan iRiCAN @aycanirican": - hdaemonize @@ -1019,8 +1019,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - - cql < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid + - cql + - cql-io - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - redis-io < 0 # GHC 8.4 via tinylog - swagger @@ -1083,14 +1083,14 @@ packages: - base-prelude - cases - focus - - hasql < 0 # GHC 8.4 via postgresql-binary - - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - - hasql-pool < 0 # GHC 8.4 via hasql + - hasql + - hasql-optparse-applicative + - hasql-pool - list-t - mtl-prelude - neat-interpolation - partial-handler - - postgresql-binary < 0 # GHC 8.4 via uuid + - postgresql-binary - slave-thread - stm-containers - refined @@ -1255,7 +1255,7 @@ packages: - bitcoin-types - hexstring - network-attoparsec < 0 # via network-simple - - network-anonymous-i2p < 0 # GHC 8.4 via uuid + - network-anonymous-i2p < 0 # network-attoparsec - network-anonymous-tor < 0 # via network-simple "Timothy Jones @zmthy": @@ -1715,7 +1715,7 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - websockets-rpc < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # websockets-simple - websockets-simple < 0 # BuildFailureException with GHC 8.4 - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ws @@ -1785,7 +1785,7 @@ packages: - result "Daniel Patterson @dbp": - - hworker < 0 # GHC 8.4 via uuid + - hworker - fn "Mathieu Boespflug @mboes": @@ -1965,7 +1965,7 @@ packages: - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 "Andrew Gibiansky @gibiansky": - - ipython-kernel < 0 # GHC 8.4 via uuid + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -1981,7 +1981,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai # - haxl-amazonka # http-conduit 2.3 via amazonka - - hasql-migration < 0 # GHC 8.4 via hasql + - hasql-migration - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 "Artyom @neongreen": @@ -2307,9 +2307,9 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api < 0 # GHC 8.4 via uuid + - eventsource-api - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - - eventsource-store-specs < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude "Sebastian Dröge slomo@coaxion.net @sdroege": @@ -2321,7 +2321,7 @@ packages: - graylog - parsec-numeric # - mallard # https://github.com/AndrewRademacher/mallard/issues/49 - - gdax < 0 # GHC 8.4 via uuid + - gdax "Callum Rogers @CRogers": - should-not-typecheck @@ -2604,13 +2604,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - eventful-core < 0 # GHC 8.4 via uuid + - eventful-core # - eventful-dynamodb # http-conduit 2.3 via amazonka - - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-memory - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - - eventful-sql-common < 0 # GHC 8.4 via uuid - - eventful-sqlite < 0 # GHC 8.4 via uuid - - eventful-test-helpers < 0 # GHC 8.4 via eventful-core + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers - stratosphere - sum-type-boilerplate @@ -2911,7 +2911,7 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed < 0 # GHC 8.4 via uuid + - postgresql-typed - invertible - ztail - zip-stream @@ -2999,9 +2999,9 @@ packages: "Hardy Jones @joneshf": # - katip-rollbar # async 2.2 - - rollbar-hs < 0 # GHC 8.4 via uuid + - rollbar-hs < 0 # aeson - servant-ruby - - wai-middleware-rollbar < 0 # GHC 8.4 via uuid + - wai-middleware-rollbar < 0 # aeson "Andrey Mokhov @snowleopard": - algebraic-graphs < 0 # via base-compat-0.10.1 @@ -3119,7 +3119,7 @@ packages: - blas-hs "Eitan Chatav @echatav": - - squeal-postgresql < 0 # GHC 8.4 via uuid + - squeal-postgresql "Sam Quinn @Lazersmoke": - ghost-buster @@ -3143,7 +3143,7 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic & James Parker @jprider63": - - docker < 0 # GHC 8.4 via uuid + - docker "Hexirp @Hexirp": - doctest-driver-gen @@ -3212,7 +3212,7 @@ packages: - genvalidity-text - genvalidity-time - genvalidity-unordered-containers - - genvalidity-uuid < 0 # GHC 8.4 via validity-uuid and uuid + - genvalidity-uuid - genvalidity-vector - validity - validity-aeson @@ -3223,7 +3223,7 @@ packages: - validity-text - validity-time - validity-unordered-containers - - validity-uuid < 0 # GHC 8.4 via uuid + - validity-uuid - validity-vector "Henry Laxen @HenryLaxen": @@ -3413,8 +3413,8 @@ packages: - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - hint < 0 # GHC 8.4 via ghc-8.4.1 - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - consul-haskell < 0 # GHC 8.4 via uuid - - hasql-transaction < 0 # GHC 8.4 via hasql + - consul-haskell + - hasql-transaction - language-ecmascript < 0 # wl-pprint "GHC upper bounds": @@ -3617,7 +3617,7 @@ skipped-tests: - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - - wreq # ghc 8.4 via uuid + - wreq - http-streams # via snap-server-1.1.0.0 - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 From 662a51b547bc2b606bd50a75ed752d935cbc466f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 14:52:10 +0900 Subject: [PATCH 1686/1926] cql fails to build (https://gitlab.com/twittner/cql/issues/3) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f887816f..2e398fcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1019,8 +1019,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - - cql - - cql-io + - cql < 0 # https://gitlab.com/twittner/cql/issues/3 + - cql-io < 0 # cql - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - redis-io < 0 # GHC 8.4 via tinylog - swagger From 569f05e31a68c79d01570f767aac89d2aa476f6b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 15:08:36 +0900 Subject: [PATCH 1687/1926] eventsource-api fails to build (YoEight/eventsource-api#4) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e398fcb..c786fccd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2307,7 +2307,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api + - eventsource-api < 0 # https://github.com/YoEight/eventsource-api/issues/4 - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude From 01e50216185150dc600a02ad088293ac3b4b4a39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 17:48:32 +0900 Subject: [PATCH 1688/1926] hasql-optparse-applicative fails (sannsyn/hasql-optparse-applicative#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c786fccd..8cccf830 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1084,7 +1084,7 @@ packages: - cases - focus - hasql - - hasql-optparse-applicative + - hasql-optparse-applicative < 0 # https://github.com/sannsyn/hasql-optparse-applicative/issues/2 - hasql-pool - list-t - mtl-prelude From 53fab34fdbad1b59b30a4add54379401a6a356ed Mon Sep 17 00:00:00 2001 From: Thomas Sutton Date: Tue, 15 May 2018 18:50:35 +1000 Subject: [PATCH 1689/1926] aeson-diff is compatible again Also no longer uses HLint in test by default. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c786fccd..ddb4018f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-diff - edit-distance-vector "Kyle Van Berendonck @donkeybonks": @@ -4034,7 +4034,6 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - folds - - aeson-diff - servant-swagger # end of expected-test-failures From 56c593c09b0899ce0e0410347f24fc6a7ec88259 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 15 May 2018 17:52:30 +0900 Subject: [PATCH 1690/1926] squeal-postgresql fails (morphismtech/squeal#30) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cccf830..97da7df0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3119,7 +3119,7 @@ packages: - blas-hs "Eitan Chatav @echatav": - - squeal-postgresql + - squeal-postgresql < 0 # https://github.com/morphismtech/squeal/issues/30 "Sam Quinn @Lazersmoke": - ghost-buster From 98b8b1252cf99f81dfbe34a7c71d8dc330fd17cd Mon Sep 17 00:00:00 2001 From: ferdinand Date: Tue, 15 May 2018 14:19:03 +0200 Subject: [PATCH 1691/1926] Add tuple-sop package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97da7df0..1866a701 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,7 +42,7 @@ packages: - hamtsolo "Ferdinand van Walree @Ferdinand-vW": - [] + - tuple-sop # - sessiontypes # lens 4.16 via diagrams # - sessiontypes-distributed # lens 4.16 via diagrams From c5ad43934fe278fda1bc13dfc3bfefe1ec6f5dbf Mon Sep 17 00:00:00 2001 From: ALeX Kazik Date: Tue, 15 May 2018 18:29:13 +0200 Subject: [PATCH 1692/1926] Add back qnap-decrypt --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97da7df0..35522323 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,7 +3323,7 @@ packages: - om-elm "ALeX Kazik @alexkazik": - - qnap-decrypt < 0 # via temporary-1.3 + - qnap-decrypt "Reed Oei @ReedOei": - fuzzy-dates From 8792b33ac6d23e6d3c68e6033c7885d1b4e66d47 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 11:12:40 +0900 Subject: [PATCH 1693/1926] re-enable cql --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97da7df0..d3aa4a2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1019,8 +1019,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - - cql < 0 # https://gitlab.com/twittner/cql/issues/3 - - cql-io < 0 # cql + - cql + - cql-io - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - redis-io < 0 # GHC 8.4 via tinylog - swagger From a801472ffdca4e7fb746339cc2cfab9f4551a96e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 11:23:14 +0900 Subject: [PATCH 1694/1926] Revert "hasql-optparse-applicative fails (sannsyn/hasql-optparse-applicative#2)" This reverts commit 01e50216185150dc600a02ad088293ac3b4b4a39. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3aa4a2f..f71896f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1084,7 +1084,7 @@ packages: - cases - focus - hasql - - hasql-optparse-applicative < 0 # https://github.com/sannsyn/hasql-optparse-applicative/issues/2 + - hasql-optparse-applicative - hasql-pool - list-t - mtl-prelude From 5550937a2629eadb1788bc09c89d9d7b8863ac25 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 11:29:37 +0900 Subject: [PATCH 1695/1926] logging-effect benchmark not compiling (#3641) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f71896f8..42cd46f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4062,6 +4062,7 @@ expected-benchmark-failures: - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 + - logging-effect # https://github.com/fpco/stackage/issues/3641 # end of expected-benchmark-failures From bf2ba6375fc41795cad04df432afe049fd58192b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 11:43:55 +0900 Subject: [PATCH 1696/1926] cql-io test fails to connect https://gitlab.com/twittner/cql-io/issues/12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1e34053..db5e667d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3856,6 +3856,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell + - cql-io # https://gitlab.com/twittner/cql-io/issues/12 - credential-store # requieres dbus sockets - datadog # requires API keys in env vars https://github.com/fpco/stackage/pull/3308#issuecomment-369535040 - dbcleaner # Requires running PostgreSQL server From c7ac049b9391d8f445766b2b03a66bde8ace1527 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 12:09:03 +0900 Subject: [PATCH 1697/1926] re-enable cabal-rpm again ;) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db5e667d..5209516c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1189,7 +1189,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - cabal-rpm - fedora-haskell-tools # - idris # ansi-terminal-0.8 From e2e24687ffd2cb761a44647a82c10525d0858b42 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 May 2018 12:51:51 +0900 Subject: [PATCH 1698/1926] try enabling gtk2hs --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5209516c..915ed4c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -380,7 +380,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -1195,9 +1195,9 @@ packages: # - idris # ansi-terminal-0.8 - libffi - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") - - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 - - glib < 0 # GHC 8.4 via Cabal-2.2.0.0 - - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 + - cairo + - glib + - pango - ghcjs-codemirror # - ghcjs-dom # http-types 0.12 # - jsaddle # http-types 0.12 From 75de8b2cb16d5353c66a126894a4815b975362f0 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 17 May 2018 00:03:08 +0200 Subject: [PATCH 1699/1926] Reenable hprotoc --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915ed4c2..5d6a8e62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1835,7 +1835,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc # haskell-src-exts + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From ddb5de93668d7430d049466080b28570efeea9cd Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 17 May 2018 08:08:59 +0200 Subject: [PATCH 1700/1926] Reenable wai-middleware-crowd --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915ed4c2..6174032e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -392,7 +392,7 @@ packages: - quickcheck-assertions - wai-middleware-consul - - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy + - wai-middleware-crowd - monad-logger-json - safe-exceptions - monad-logger-syslog From 542f1053d30d8926ea3cd6f67ca7bf1ba35946b1 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 17 May 2018 08:12:26 +0200 Subject: [PATCH 1701/1926] Reenable statestack --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915ed4c2..08495e7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1626,7 +1626,7 @@ packages: - gpolyline # @fegu - monad-memo # @EduardSergeev - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple - - statestack < 0 # GHC 8.4 via base-4.11.0.0 + - statestack "Marios Titas @redneb": - HsOpenSSL-x509-system From 3f9d817de15beb7f824418716b1a7b2b184950fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 17 May 2018 18:59:35 +0900 Subject: [PATCH 1702/1926] cql-io tests need cassandra --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e2a380a..4134bf0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3856,7 +3856,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell - - cql-io # https://gitlab.com/twittner/cql-io/issues/12 + - cql-io # Cassandra - credential-store # requieres dbus sockets - datadog # requires API keys in env vars https://github.com/fpco/stackage/pull/3308#issuecomment-369535040 - dbcleaner # Requires running PostgreSQL server From ab0e6fac63accf7b72763bf2d7b0d81e585ec487 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 17 May 2018 19:02:14 +0900 Subject: [PATCH 1703/1926] re-enable network-simple + its consumers --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4134bf0f..c37d2bed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -831,7 +831,7 @@ packages: "Rodrigo Setti @rodrigosetti": - messagepack - - messagepack-rpc < 0 # via network-simple + - messagepack-rpc "Boris Lykah @lykahb": - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -1211,10 +1211,10 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": - - network-simple < 0 # via exceptions-0.10.0 + - network-simple - pipes-aeson - pipes-attoparsec - - pipes-network < 0 # via network-simple + - pipes-network "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 @@ -1254,9 +1254,9 @@ packages: - bitcoin-tx - bitcoin-types - hexstring - - network-attoparsec < 0 # via network-simple - - network-anonymous-i2p < 0 # network-attoparsec - - network-anonymous-tor < 0 # via network-simple + - network-attoparsec + - network-anonymous-i2p + - network-anonymous-tor "Timothy Jones @zmthy": - http-media From b0e5f87030ed2fe376b9ec03bf5cbaef29dd5a86 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 17 May 2018 19:16:26 +0900 Subject: [PATCH 1704/1926] Revert "Reenable hprotoc" This reverts commit 75de8b2cb16d5353c66a126894a4815b975362f0. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c37d2bed..86e227dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1835,7 +1835,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc # haskell-src-exts - protocol-buffers-descriptor - ekg-core - digits From 0aaf85dac67b4af22984accee395aa44715def5e Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 16 May 2018 22:56:51 +0200 Subject: [PATCH 1705/1926] Add back some of the diagrams packages --- build-constraints.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915ed4c2..1d2798b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -675,19 +675,19 @@ packages: - rank2classes "Brent Yorgey @byorgey": - - active < 0 # GHC 8.4 via base-4.11.0.0 + - active # - diagrams # lens 4.16 # - diagrams-builder # haskell-src-exts - # - diagrams-cairo # lens 4.16 - # - diagrams-contrib # lens 4.16 - # - diagrams-core # lens 4.16 - # - diagrams-lib # lens 4.16 - # - diagrams-rasterific # lens 4.16 - # - diagrams-svg # lens 4.16 - - force-layout < 0 # GHC 8.4 via base-4.11.0.0 + - diagrams-cairo + - diagrams-contrib + - diagrams-core + - diagrams-lib + - diagrams-rasterific + - diagrams-svg + - force-layout - haxr < 0 # GHC 8.4 via HaXml - MonadRandom - - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 + - monoid-extras "Vincent Berthoux @Twinside": - JuicyPixels @@ -891,7 +891,7 @@ packages: - hweblib "Joachim Breitner @nomeata": - - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 + - circle-packing - haskell-spacegoo - tasty-expected-failure @@ -1239,7 +1239,7 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette < 0 # GHC 8.4 via base-4.11.0.0 # - diagrams-canvas # lens 4.16 - - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 + - svg-builder "Gabríel Arthúr Pétursson @polarina": - sdl2 From bf7fa6dd7890673b7df11b9c2304d00297c2b0b3 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 17 May 2018 21:42:22 +0200 Subject: [PATCH 1706/1926] Reenable apply-refact --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86e227dc..5a115537 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1962,7 +1962,7 @@ packages: "Matthew Pickering @mpickering": - refact - - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 + - apply-refact "Andrew Gibiansky @gibiansky": - ipython-kernel From 4f07a7d9b7e0d05ea59fcb341a64f075a5bd9134 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 18 May 2018 12:15:29 +0300 Subject: [PATCH 1707/1926] Re-enable and add some phadej's packages --- build-constraints.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9858f940..f56f06e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1285,13 +1285,16 @@ packages: "Oleg Grenrus @phadej": - aeson-compat - - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - aeson-extra + - base64-bytestring-type - binary-orphans - - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - binary-tagged + - boring - cabal-doctest - - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 + - crypt-sha512 - dlist-nonempty - edit-distance + - fin - functor-classes-compat - generics-sop-lens - github @@ -1301,18 +1304,20 @@ packages: - lattices - microstache # - monad-http # http-types 0.12 + - OneTuple - postgresql-simple-url - - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 + - range-set-list - regex-applicative-text - - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger-ui + - servant-yaml - singleton-bool - spdx < 0 # GHC 8.4 via base-4.11.0.0 - splitmix - - tdigest < 0 # GHC 8.4 via base-4.11.0.0 + - tdigest - these - time-parsers - tree-diff + - vec # scrive/log - log < 0 # via log-elasticsearch @@ -3403,7 +3408,6 @@ packages: - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Unique < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 From 01b15ad9203ca9db981583d04d85d36338a2ff12 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 19 May 2018 19:13:41 +0300 Subject: [PATCH 1708/1926] Re-enable amazonka family --- build-constraints.yaml | 178 ++++++++++++++++++++--------------------- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f56f06e7..c701b98c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1366,95 +1366,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # - amazonka # http-conduit 2.3, conduit 1.3 - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-appstream - # - amazonka-autoscaling - # - amazonka-budgets - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch - # - amazonka-cloudsearch-domains - # - amazonka-cloudtrail - # - amazonka-cloudwatch - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-codebuild - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb - # - amazonka-dynamodb-streams - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-elbv2 - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-health - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot - # - amazonka-iot-dataplane - # - amazonka-kinesis - # - amazonka-kinesis-analytics - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-lightsail - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-opsworks-cm - # - amazonka-pinpoint - # - amazonka-polly - # - amazonka-rds - # - amazonka-redshift - # - amazonka-rekognition - # - amazonka-route53 - # - amazonka-route53-domains - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-servicecatalog - # - amazonka-ses - # - amazonka-shield - # - amazonka-sms - # - amazonka-snowball - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-stepfunctions - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces - # - amazonka-xray + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-appstream + - amazonka-autoscaling + - amazonka-budgets + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch + - amazonka-cloudsearch-domains + - amazonka-cloudtrail + - amazonka-cloudwatch + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-codebuild + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb + - amazonka-dynamodb-streams + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-elbv2 + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-health + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot + - amazonka-iot-dataplane + - amazonka-kinesis + - amazonka-kinesis-analytics + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-lightsail + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-opsworks-cm + - amazonka-pinpoint + - amazonka-polly + - amazonka-rds + - amazonka-redshift + - amazonka-rekognition + - amazonka-route53 + - amazonka-route53-domains + - amazonka-s3 + - amazonka-sdb + - amazonka-servicecatalog + - amazonka-ses + - amazonka-shield + - amazonka-sms + - amazonka-snowball + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-stepfunctions + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces + - amazonka-xray # - gogol # conduit 1.3, servant 0.13 # - gogol-core # - gogol-adexchange-buyer From 7f89f1df9199817f8937967ab8edc528732b9ff9 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 19 May 2018 19:10:45 +0300 Subject: [PATCH 1709/1926] Re-enable haxl --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f56f06e7..cb93c8e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1329,7 +1329,7 @@ packages: - folds - friendly-time - hashable - - haxl < 0 # via aeson-1.3.1.0 + - haxl - monad-time - packdeps - recursion-schemes @@ -3645,6 +3645,7 @@ skipped-tests: - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - haddock-library # hspec 2.5 + - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 From 3054fa6c3d24b85ab76d95da4adfc8aab5245d6e Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 19 May 2018 23:27:32 -0400 Subject: [PATCH 1710/1926] Update Omari Norman packages Rainbow is fixed. cartel is unmaintained. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f56f06e7..8d7ab472 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -414,10 +414,9 @@ packages: - http-conduit "Omari Norman @massysett": - - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - rainbow - rainbox < 0 # GHC 8.4 via rainbow - multiarg - - cartel < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - Earley - ofx - accuerr From deb6cee18d4c6151da19a310ec400fe43268967e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 May 2018 12:43:33 +0900 Subject: [PATCH 1711/1926] haddock-library < 1.6.0 (#3650) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee2eacdb..1b68cc2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,6 +3446,9 @@ packages: # https://github.com/fpco/stackage/issues/3637 - hedgehog < 0.6 + + # https://github.com/fpco/stackage/issues/3650 + - haddock-library < 1.6.0 # end of packages # Package flags are applied to individual packages, and override the values of From a6974c61d0f248d22945d5dee87e781ca2343ad3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 May 2018 15:52:56 +0900 Subject: [PATCH 1712/1926] binary-tagged fails (phadej/binary-tagged#23) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b68cc2d..7350f6d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1288,7 +1288,7 @@ packages: - aeson-extra - base64-bytestring-type - binary-orphans - - binary-tagged + # - binary-tagged # https://github.com/phadej/binary-tagged/issues/23 - boring - cabal-doctest - crypt-sha512 From ce4b09f6829ce4995fc744d4f3824befbddda1c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 May 2018 18:26:50 +0900 Subject: [PATCH 1713/1926] Revert "binary-tagged fails (phadej/binary-tagged#23)" This reverts commit a6974c61d0f248d22945d5dee87e781ca2343ad3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7350f6d9..1b68cc2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1288,7 +1288,7 @@ packages: - aeson-extra - base64-bytestring-type - binary-orphans - # - binary-tagged # https://github.com/phadej/binary-tagged/issues/23 + - binary-tagged - boring - cabal-doctest - crypt-sha512 From 5b9296ea04a07cb46c15f17b7b91cb50247d68e0 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Mon, 21 May 2018 01:18:55 +0000 Subject: [PATCH 1714/1926] Add package 'etc' to nightly --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b68cc2d..246fa926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -122,6 +122,7 @@ packages: "Roman Gonzalez @roman": - teardown + - etc - capataz < 0 # GHC 8.4 via base-4.11.0.0 "Richard Cook @rcook": @@ -3329,7 +3330,7 @@ packages: "ALeX Kazik @alexkazik": - qnap-decrypt - + "Reed Oei @ReedOei": - fuzzy-dates From ba2bf1e40fcf20342c19c5ff754d8403f92257da Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Mon, 21 May 2018 01:19:40 +0000 Subject: [PATCH 1715/1926] Add packages 'componentm' and 'componentm-devel' to nightly --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b68cc2d..523ca7ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -121,6 +121,8 @@ packages: - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build "Roman Gonzalez @roman": + - componentm + - componentm-devel - teardown - capataz < 0 # GHC 8.4 via base-4.11.0.0 @@ -3329,7 +3331,7 @@ packages: "ALeX Kazik @alexkazik": - qnap-decrypt - + "Reed Oei @ReedOei": - fuzzy-dates From 0d5adf03089fd95984266ba4f073db9a429e980a Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sun, 20 May 2018 22:33:18 -0400 Subject: [PATCH 1716/1926] Add wai-middleware-travisci package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ad5df0..24b9ed03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1676,6 +1676,7 @@ packages: "Mitchell Rosen @mitchellwrosen": - safe-exceptions-checked - tasty-hspec < 0 # via tasty-quickcheck-0.10 + - wai-middleware-travisci "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra From 6a1b53a9e3fb9bfb2247a5202b4513af1e1a91e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 May 2018 11:32:11 +0900 Subject: [PATCH 1717/1926] add codec-rpm under juhp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ad5df0..035c470f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,6 +1209,7 @@ packages: - binary-shared # please take these + - codec-rpm - cryptohash-md5 - cryptohash-sha1 From b1bcb3cc63a5963eb529085ad1d3ef5a58ed6893 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 May 2018 11:32:37 +0900 Subject: [PATCH 1718/1926] build.sh: we are actually using --jobs 2 --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index cef53613..fcb32b89 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -122,7 +122,7 @@ docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-fil # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs 4 --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs 2 --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From da369bc54760a0e05a05cfebf708f82f86603eb5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 May 2018 11:40:59 +0900 Subject: [PATCH 1719/1926] use --jobs 2 for nightly and --jobs 1 for lts lts (and/or ghc-8.2) seems more resource hungry --- automated/build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index fcb32b89..4c747ce6 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -119,10 +119,15 @@ fi # * Do a single unpack to create the package index cache (again due to directory perms) docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" +case $SHORTNAME in + lts) JOBS=1 ;; + nightly) JOBS=2 ;; +esac + # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs 2 --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs $JOBS --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From 50c8c6b242cd237d10b33a6a5aff0fa8ef631856 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 May 2018 12:01:59 +0900 Subject: [PATCH 1720/1926] Revert "add codec-rpm under juhp", due to build issues https://github.com/weldr/codec-rpm/issues/31 This reverts commit 6a1b53a9e3fb9bfb2247a5202b4513af1e1a91e3. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 035c470f..d2ad5df0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,7 +1209,6 @@ packages: - binary-shared # please take these - - codec-rpm - cryptohash-md5 - cryptohash-sha1 From e801134c014e51d24b5628093b1eab4d7eb42205 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 21 May 2018 00:00:31 -0400 Subject: [PATCH 1721/1926] Re-enable tasty-hspec (fixed in r2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ad5df0..2b75d77c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1675,7 +1675,7 @@ packages: "Mitchell Rosen @mitchellwrosen": - safe-exceptions-checked - - tasty-hspec < 0 # via tasty-quickcheck-0.10 + - tasty-hspec "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra From 89730ab80f834fef255995199d6023f3e9b9638f Mon Sep 17 00:00:00 2001 From: Tom Nielsen Date: Mon, 21 May 2018 12:05:56 +0100 Subject: [PATCH 1722/1926] add plotlyhs, lucid-extras, inliterate --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ad5df0..c8c73082 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2873,6 +2873,9 @@ packages: "Tom Nielsen @glutamate": - datasets + - plotlyhs + - lucid-extras + - inliterate "Hyunje Jun @noraesae": - line From 0df89d5535e85f1d3a032d84049b806847b22cf2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 21 May 2018 17:41:06 +0200 Subject: [PATCH 1723/1926] README: Update travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55305e7d..44fc004a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ stackage ======== -[![Build Status](https://travis-ci.org/fpco/stackage.svg?branch=master)](https://travis-ci.org/fpco/stackage) +[![Build Status](https://travis-ci.org/commercialhaskell/stackage.svg?branch=master)](https://travis-ci.org/commercialhaskell/stackage) "Stable Hackage": creating a vetted set of packages from Hackage. This repository is for package authors and maintainers to get their packages into Stackage. From 5bdaafae46dd753598af6abad2c8335babb6171a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 21 May 2018 18:25:03 +0200 Subject: [PATCH 1724/1926] Update links to this repo --- CURATORS.md | 32 ++++++++++++++++---------------- DATA-FLOW.md | 6 +++--- README.md | 10 +++++----- become-a-curator.md | 2 +- debian-bootstrap.sh | 2 +- stackage/stackage.cabal | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 75eadc6c..7f045ead 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -17,12 +17,12 @@ The following is the current list of curators, in alphabetical order: This section sketches out at a high level how the entire Stackage build/curation process works: -* [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) specifies packages to be included in Stackage +* [build-constraints.yaml](https://github.com/commercialhaskell/stackage/blob/master/build-constraints.yaml) specifies packages to be included in Stackage * [stackage-curator](http://www.stackage.org/package/stackage-curator) combines build-constraints.yaml with the current state of Hackage to create a build plan for a Stackage Nightly * stackage-curator can check that build plan to ensure all version bounds are consistent - * The [Travis job](https://github.com/fpco/stackage/blob/master/.travis.yml) performs these two steps to provide immediate feedback on pull requests -* Docker Hub [builds](https://github.com/fpco/stackage/blob/master/Dockerfile) a [Docker image](https://registry.hub.docker.com/u/snoyberg/stackage/) for running builds -* The stackage-build server (described below) is able to run automated builds using the [build.sh script](https://github.com/fpco/stackage/blob/master/automated/build.sh) + * The [Travis job](https://github.com/commercialhaskell/stackage/blob/master/.travis.yml) performs these two steps to provide immediate feedback on pull requests +* Docker Hub [builds](https://github.com/commercialhaskell/stackage/blob/master/Dockerfile) a [Docker image](https://registry.hub.docker.com/u/snoyberg/stackage/) for running builds +* The stackage-build server (described below) is able to run automated builds using the [build.sh script](https://github.com/commercialhaskell/stackage/blob/master/automated/build.sh) * When a new Nightly build is completed, it is uploaded to [the nightly repo](https://github.com/fpco/stackage-nightly) * Once a week, we run an LTS minor bump. Instead of using build-constraints.yaml, that job takes the previous LTS release, turns it into constraints, and then bumps the version numbers to the latest on Hackage, in accordance with the version bounds in the build plan. This plans are uploaded to [the LTS repo](https://github.com/fpco/lts-haskell) * Cutting a new LTS major release is essentially just a Stackage Nightly that gets rebuilt and uploaded as an LTS @@ -34,7 +34,7 @@ author only added packages under his/her own name, merge it. If the build later fails (see [Adding Debian packages]), then block the package until it's fixed. -[Adding Debian packages]: https://github.com/fpco/stackage/blob/master/CURATORS.md#adding-debian-packages-for-required-system-tools-or-libraries +[Adding Debian packages]: https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md#adding-debian-packages-for-required-system-tools-or-libraries If benchmarks, haddocks, or test suites fails at this point we typically also block the package until these issues are fixed. This in @@ -73,13 +73,13 @@ being included immediately. This also applies to when only benchmarks and tests are affected. * Copy the stackage-curator output and create a new issue, see e.g -https://github.com/fpco/stackage/issues/2108 +https://github.com/commercialhaskell/stackage/issues/2108 * Add a new entry under the "stackage upper bounds" section of `build-constraints.yaml`. For the above example it would be ```yaml "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2108 + # https://github.com/commercialhaskell/stackage/issues/2108 - pipes < 4.3.0 ``` @@ -90,7 +90,7 @@ https://github.com/fpco/stackage/issues/2108 Sometimes releases for different packages are tightly coupled. Then it can make sense to combine them into one issue, as in -https://github.com/fpco/stackage/issues/2143. +https://github.com/commercialhaskell/stackage/issues/2143. If a dependency that is not explicitly in stackage is causing test or benchmark failures you can skip or expect them to fail (see "Skipping @@ -123,7 +123,7 @@ enough time to upgrade for this case as well. With the `pipes` example above there was later a new release of `pipes-safe` that required the **newer** version of `pipes`. You can add that package to the same upper bounds section, -(e.g. https://github.com/fpco/stackage/commit/6429b1eb14db3f2a0779813ef2927085fa4ad673) +(e.g. https://github.com/commercialhaskell/stackage/commit/6429b1eb14db3f2a0779813ef2927085fa4ad673) as we want to lift them simultaneously. ### Skipping tests and benchmarks @@ -149,7 +149,7 @@ dependencies and compile them. If there are no version bounds that would fix the issue or if you can't figure it out, file it -(e.g. https://github.com/fpco/stackage/issues/2133) to ask the +(e.g. https://github.com/commercialhaskell/stackage/issues/2133) to ask the maintainer for help. ### Waiting for new releases @@ -228,7 +228,7 @@ docker rmi $(docker images -q) but `docker pull snoyberg/stackage:nightly` can also be run instead just to update the nightly image say. For a new GHC version you should also delete the cache directories on the stackage-build server to -force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). Eg: +force all packages to be rebuilt. See: [issue#746](https://github.com/commercialhaskell/stackage/issues/746). Eg: ``` rm -r nightly/work/builds/nightly/ ``` @@ -241,7 +241,7 @@ following command: ``` DIR=$(mktemp -d) (cd $DIR \ - && git clone https://github.com/fpco/stackage \ + && git clone https://github.com/commercialhaskell/stackage \ && cd stackage \ && docker build --tag snoyberg/stackage:nightly .) rm -rf $DIR @@ -360,7 +360,7 @@ Then, clone the stackage repo, get the latest packages and run dependency resolution: ``` -$ git clone git@github.com:fpco/stackage.git +$ git clone git@github.com:commercialhaskell/stackage.git $ stack update && stackage-curator check ``` @@ -372,12 +372,12 @@ test suites and benchmarks, to check whether bounds can be lifted, and to get errors for builds, tests and benchmarks. [the Linux binary]: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 -[tell-me-when-its-released]: https://github.com/fpco/stackage/blob/master/CURATORS.md#waiting-for-new-releases +[tell-me-when-its-released]: https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md#waiting-for-new-releases ## Adding new curators 1. Add public ssh key to `~/.ssh/authorized_keys` on build server -2. Add to fpco/stackage project. +2. Add to commercialhaskell/stackage project. ## Dealing with a new GHC release @@ -401,4 +401,4 @@ After the first LTS release, the package pruning process may begin in the nightly build in order to move forward with getting the latest versions of packages compatible with the new GHC release. -[GHC upgrade note]: https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version +[GHC upgrade note]: https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version diff --git a/DATA-FLOW.md b/DATA-FLOW.md index 2cd30637..70532702 100644 --- a/DATA-FLOW.md +++ b/DATA-FLOW.md @@ -15,7 +15,7 @@ There are three inputs into the data flow: Hackage provides both cabal file metadata (via the 00-index.tar file) and tarballs of the individual packages. -* [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) +* [build-constraints.yaml](https://github.com/commercialhaskell/stackage/blob/master/build-constraints.yaml) is the primary Stackage input file. This is where package maintainers can add packages to the Stackage package set. This also defines upper bounds, skipped tests, and a few other pieces of metadata. @@ -60,7 +60,7 @@ The heart of running Stackage builds is the [stackage-curator](https://github.com/fpco/stackage-curator) tool. We run this on a daily basis on the Stackage build server for Stackage Nightly, and on a weekly basis for LTS Haskell. The build process is [highly -automated](https://github.com/fpco/stackage/blob/master/automated/build.sh) and +automated](https://github.com/commercialhaskell/stackage/blob/master/automated/build.sh) and leverages Docker quite a bit. stackage-curator needs to know about the most recent versions of all packages, @@ -80,7 +80,7 @@ By combining these constraints with the current package data, stackage-curator can generate a build plan and check it. (As an aside, this build plan generation and checking also occurs every time you make a pull request to the stackage repo.) If there are version bounds problems, one of the [Stackage -curators](https://github.com/fpco/stackage/blob/master/CURATORS.md) will open +curators](https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md) will open up a Github issue and will add upper bounds, temporarily block a package, or some other corrective action. diff --git a/README.md b/README.md index 44fc004a..401069af 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ 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 author/maintainer agrees to the [maintainers agreement](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md). * 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)). -Full details on how to add and test a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). +Full details on how to add and test a package can be found in the [maintainers agreement](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package). __NOTE__: There is an approximate 30 minute delay between a package uploading to Hackage and being available to the Travis build script to check upper @@ -50,7 +50,7 @@ Stackage both easier and more secure: * [stackage-build-plan](https://github.com/fpco/stackage-build-plan) [![Build Status](https://travis-ci.org/fpco/stackage-build-plan.svg?branch=master)](https://travis-ci.org/fpco/stackage-build-plan) Curious how it all fits together? See the [Stackage data -flow](https://github.com/fpco/stackage/blob/master/DATA-FLOW.md). +flow](https://github.com/commercialhaskell/stackage/blob/master/DATA-FLOW.md). Build the package set @@ -60,7 +60,7 @@ Generally only the stackage build server run by the stackage curator team and people interested in incorporating stackage snapshots into an OS distribution need to build the entire package set. If you're interested in trying this yourself, please check out -[the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), +[the curator guide](https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md), though be aware that this is not a recommended practice and there likely will be problems you will need to debug yourself. @@ -102,7 +102,7 @@ There are a number of answers to this question: another update in the LTS 6 line * Sometimes we have upper bounds in place because other packages have problems with newer versions of dependencies. Open up the - [build-constraints file](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) + [build-constraints file](https://github.com/commercialhaskell/stackage/blob/master/build-constraints.yaml) and search for "Stackage upper bounds" * Wired-in packages - those that ship with GHC and cannot be upgraded, and packages depending on them - are fixed to GHC versions. Common diff --git a/become-a-curator.md b/become-a-curator.md index 80559efc..00bb6dd6 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -37,7 +37,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 can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md +You can read the curator documentation here: https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md To apply, please fill in this form: [REDACTED] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index efbd101a..2780f840 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -4,7 +4,7 @@ # up-and-running on a freshly installed Debian-based system (including Ubuntu). # Quick start: -# wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex +# wget -O - https://raw.github.com/commercialhaskell/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For # instructions, see: diff --git a/stackage/stackage.cabal b/stackage/stackage.cabal index e56f30e0..fbdefbad 100644 --- a/stackage/stackage.cabal +++ b/stackage/stackage.cabal @@ -26,4 +26,4 @@ library source-repository head type: git - location: git://github.com/fpco/stackage.git + location: git://github.com/commercialhaskell/stackage.git From 200d4a62b40370fbfedc2eae1b3f45ef3e13f373 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 21 May 2018 21:19:34 +0300 Subject: [PATCH 1725/1926] Add kleene and step-function --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e26862b..5046e821 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1303,6 +1303,7 @@ packages: - insert-ordered-containers - integer-logarithms - JuicyPixels-scale-dct + - kleene - lattices - microstache # - monad-http # http-types 0.12 @@ -1315,6 +1316,7 @@ packages: - singleton-bool - spdx < 0 # GHC 8.4 via base-4.11.0.0 - splitmix + - step-function - tdigest - these - time-parsers From 31be20f79d328aa8c044ae4c580ce5efbbd9b466 Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Tue, 22 May 2018 12:04:07 +0200 Subject: [PATCH 1726/1926] build-constraints.yaml: Add packages from @k0001 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5046e821..5bf7f013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1213,10 +1213,26 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": + - df1 + - di + - di-core + - di-df1 + - di-handle + - di-monad + - exinst + - flay - network-simple + - network-simple-tls - pipes-aeson - pipes-attoparsec + - pipes-binary - pipes-network + - pipes-network-tls + - safe-money + - vector-bytes-instances + - xmlbf-xeno + - xmlbf-xmlhtml + - xmlbf "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 From 0940726e79f3e889694fb6e98edfce662421f77e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Wed, 23 May 2018 23:54:41 -0400 Subject: [PATCH 1727/1926] Skips text-builder benchmarks (#3668) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5046e821..3e8e406e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4137,6 +4137,7 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - splitmix # criterion 1.3 - superbuffer # criterion 1.3 + - text-builder # criterion 1.1 https://github.com/commercialhaskell/stackage/issues/3668 - ttrie # criterion-plus and th-pprint - tz # criterion 1.3 - unicode-transforms # criterion 1.3 From 7a35a032f1d28d528309162968c5d617a27405a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 May 2018 17:18:25 +0900 Subject: [PATCH 1728/1926] re-enable eventsource-api (YoEight/eventsource-api#4) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e8e406e..d099226d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2317,7 +2317,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api < 0 # https://github.com/YoEight/eventsource-api/issues/4 + - eventsource-api - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude From e017eb8e77d7010e3ad07a8d348bcc3479f26f06 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 May 2018 17:19:13 +0900 Subject: [PATCH 1729/1926] protobuf tests should be fixed (alphaHeavy/protobuf#34) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d099226d..5f2eef09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3709,7 +3709,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 # Runtime issues From a73794c9d8b04f011123da57a3e99e8c0c63e4e0 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 25 May 2018 00:35:19 +0000 Subject: [PATCH 1730/1926] Fix eventsource-api and hasql-migrations build failures --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f2eef09..f46a7751 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1991,7 +1991,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai # - haxl-amazonka # http-conduit 2.3 via amazonka - - hasql-migration + - hasql-migration < 0 # https://github.com/tvh/hasql-migration/issues/4 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 "Artyom @neongreen": @@ -2317,7 +2317,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api + - eventsource-api < 0 # GHC 8.4 build failure - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude From b0ed69e62e9a6c5bc90227afccbc1b9374dbc30d Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Tue, 22 May 2018 12:04:07 +0200 Subject: [PATCH 1731/1926] build-constraints.yaml: Add packages from @k0001 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f46a7751..8029450e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1213,10 +1213,26 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": + - df1 + - di + - di-core + - di-df1 + - di-handle + - di-monad + - exinst + - flay - network-simple + - network-simple-tls - pipes-aeson - pipes-attoparsec + - pipes-binary - pipes-network + - pipes-network-tls + - safe-money + - vector-bytes-instances + - xmlbf-xeno + - xmlbf-xmlhtml + - xmlbf "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 From f12a706818047ed511bce675c693d2b572efcdd3 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 24 May 2018 21:05:51 -0400 Subject: [PATCH 1732/1926] Removes packages with dependency failures --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8029450e..e8be8793 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,7 +1219,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst + - exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - flay - network-simple - network-simple-tls @@ -1228,10 +1228,10 @@ packages: - pipes-binary - pipes-network - pipes-network-tls - - safe-money + - safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666 - vector-bytes-instances - xmlbf-xeno - - xmlbf-xmlhtml + - xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0 - xmlbf "Tomas Carnecky @wereHamster": From 780fe65cb27f9bf13db549d79f7c96757289ee7d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 May 2018 11:44:48 +0900 Subject: [PATCH 1733/1926] add codec-rpm and cpio-conduit (weldr/codec-rpm#31) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f46a7751..6e17e85c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1208,6 +1208,9 @@ packages: - ShellCheck < 0 # build failure with GHC 8.4 - binary-shared + - codec-rpm + - cpio-conduit + # please take these - cryptohash-md5 - cryptohash-sha1 From 619aab53111b21ad7c8e65a872488d0b8dbad32b Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 25 May 2018 05:11:46 +0000 Subject: [PATCH 1734/1926] Disables cpio-conduit tests da-x/cpio-conduit#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e17e85c..c1ae08b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3717,6 +3717,7 @@ skipped-tests: # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 + - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 From 6a72b5a123499300539047e42add739f87bb58ad Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Fri, 25 May 2018 16:28:05 +0200 Subject: [PATCH 1735/1926] exinst and safe-money: disable serialise --- build-constraints.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8be8793..2a9ef785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,7 +1219,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667 + - exinst - flay - network-simple - network-simple-tls @@ -1228,7 +1228,7 @@ packages: - pipes-binary - pipes-network - pipes-network-tls - - safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666 + - safe-money - vector-bytes-instances - xmlbf-xeno - xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0 @@ -3559,6 +3559,10 @@ package-flags: ghc_7_7: false ghc_8_0: true + # https://github.com/commercialhaskell/stackage/issues/3666 and 3667 + exinst: + serialise: false + functor-classes-compat: containers: true @@ -3574,6 +3578,10 @@ package-flags: cabal-install: lib: true + # https://github.com/commercialhaskell/stackage/issues/3666 + safe-money: + serialise: false + scotty: hpc-coveralls: false From dc4e781cd31ee109f9dc15608a1c8484d21fd127 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Fri, 25 May 2018 14:46:11 -0400 Subject: [PATCH 1736/1926] Update Omari Norman packages Rainbox now works with base-4.11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1ae08b4..2660fe60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -418,7 +418,7 @@ packages: "Omari Norman @massysett": - rainbow - - rainbox < 0 # GHC 8.4 via rainbow + - rainbox - multiarg - Earley - ofx From bba675a9d0433e6772b74f805d726a3b954f6a27 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 May 2018 16:53:26 +0300 Subject: [PATCH 1737/1926] Re-enable postgresql-simple and some revdeps --- build-constraints.yaml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1ae08b4..afb9fee1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -344,7 +344,7 @@ packages: - network-conduit-tls - persistent - persistent-mysql - - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple + - persistent-postgresql - persistent-sqlite - persistent-template # - stackage-curator # http-conduit 2.3 via amazonka @@ -1111,13 +1111,13 @@ packages: - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - users # - users-persistent # persistent 2.8 - - users-postgresql-simple < 0 # GHC 8.4 via postgresql-simple + - users-postgresql-simple - users-test # - validate-input # https://github.com/agrafix/validate-input/issues/3 # - ignore # https://github.com/agrafix/ignore/issues/5 - blaze-bootstrap - dataurl - - psql-helpers < 0 # GHC 8.4 via postgresql-simple + - psql-helpers - superbuffer - timespan < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 @@ -1143,7 +1143,7 @@ packages: - ghcjs-perch < 0 # build failure with GHC 8.4 "Tom Ellis @tomjaguarpaw": - - opaleye < 0 # GHC 8.4 via postgresql-simple + - opaleye < 0 # aeson 1.3 - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": @@ -1637,7 +1637,7 @@ packages: - gloss-rendering - gpolyline # @fegu - monad-memo # @EduardSergeev - - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-migration - statestack "Marios Titas @redneb": @@ -1785,7 +1785,7 @@ packages: # - tasty-tap # https://github.com/MichaelXavier/tasty-tap/issues/2 # - tasty-fail-fast # https://github.com/MichaelXavier/tasty-tap/issues/2 - drifter - - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple + - drifter-postgresql "Lars Kuhtz @larskuhtz": - wai-cors @@ -1899,7 +1899,7 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - - dbcleaner < 0 # GHC 8.4 via postgresql-simple + - dbcleaner - dotenv - hapistrano - inflections @@ -2054,7 +2054,7 @@ packages: - irc "Dennis Gosnell @cdepillabout": - - emailaddress < 0 # GHC 8.4 via postgresql-simple + - emailaddress < 0 # opaleye - envelope - from-sum - hailgun < 0 # via exceptions-0.10.0 @@ -2158,7 +2158,7 @@ packages: - titlecase "Mark Fine @markfine": - - postgresql-schema < 0 # GHC 8.4 via postgresql-simple + - postgresql-schema - sbp "Jinjing Wang @nfjinjing": @@ -2410,7 +2410,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - saltine - - wai-session-postgresql < 0 # GHC 8.4 via postgresql-simple + - wai-session-postgresql "Haisheng Wu @freizl": [] @@ -2596,7 +2596,7 @@ packages: - api-field-json-th "Patrick Thomson @helium": - - postgresql-transactional < 0 # GHC 8.4 via postgresql-simple + - postgresql-transactional "Tom Murphy @amindfv": - vivid @@ -2845,10 +2845,10 @@ packages: - clock-extras - next-ref - threads-extras - - tmp-postgres < 0 # GHC 8.4 via postgresql-simple - - pg-transact < 0 # GHC 8.4 via postgresql-simple - - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple - - postgresql-simple-queue < 0 # GHC 8.4 via postgresql-simple + - tmp-postgres + - pg-transact + - hspec-pg-transact + - postgresql-simple-queue "Mahdi Dibaiee @mdibaiee": - picedit < 0 # DependencyFailed (PackageName "cli") @@ -3420,8 +3420,6 @@ packages: - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Unique < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 - - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 @@ -3668,6 +3666,7 @@ skipped-tests: - parsec # HUnit 1.6 - partial-order # HUnit 1.6 - pipes-group # doctest 0.13 + - postgresql-simple-migration # hspec 2.5 - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck From 7279a6e4c384946e71a50f65e861fc406ff9e50a Mon Sep 17 00:00:00 2001 From: Sean Parsons Date: Sat, 26 May 2018 17:54:56 +0100 Subject: [PATCH 1738/1926] Allow clay again now that it compiles with 8.4.x. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7898b76..4961eae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -823,7 +823,7 @@ packages: - type-operators "Sebastiaan Visser @sebastiaanvisser": - - clay < 0 # build failure with GHC 8.4 https://github.com/sebastiaanvisser/clay/issues/171 + - clay - fclabels "Robert Klotzner @eskimor": From 9b4c73fdcd5abd623eb5ef9f632b8426deec9ab2 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Sun, 27 May 2018 18:18:20 +0000 Subject: [PATCH 1739/1926] Re-introduce capataz to stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4961eae6..8e11002e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -125,7 +125,7 @@ packages: - componentm-devel - teardown - etc - - capataz < 0 # GHC 8.4 via base-4.11.0.0 + - capataz "Richard Cook @rcook": - hidden-char From aa22d8c2296082d4fd063a900156b23c36f75d93 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 28 May 2018 07:47:13 +0900 Subject: [PATCH 1740/1926] add warp-tls-uid --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e11002e..adc9718e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,6 +2558,7 @@ packages: - papillon - exception-hierarchy - simplest-sqlite + - warp-tls-uid "Jan Gerlinger @JanGe": - irc-dcc From bc518076dd1c0af23f419bffd1be0f9e58befeb5 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 27 May 2018 18:52:38 -0400 Subject: [PATCH 1741/1926] Skips exinst tests (serialise/cborg deps) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a9ef785..f2b0e850 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3720,6 +3720,7 @@ skipped-tests: # Transitive outdated dependencies # These can also be checked for updates periodically. + - exinst # via cborg and serialise https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - options # ansi-terminal-0.8 via chell From 7c0172bf1f6ea2936f70b8dea7a7e11293e0d891 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 May 2018 13:29:18 +0300 Subject: [PATCH 1742/1926] Upper bound for tonyday567/numhask#55 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index adc9718e..5bde2dff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3459,6 +3459,9 @@ packages: # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 + + # https://github.com/tonyday567/numhask/issues/55 + - numhask < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 1c8dbaf3efd2b8d44144813d114e7035c34b491d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 May 2018 13:37:04 +0300 Subject: [PATCH 1743/1926] Revert "Upper bound for tonyday567/numhask#55" This reverts commit 7c0172bf1f6ea2936f70b8dea7a7e11293e0d891. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef0d8d7c..bf86d891 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3475,9 +3475,6 @@ packages: # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 - - # https://github.com/tonyday567/numhask/issues/55 - - numhask < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9c12d1ba0802a7bf92568da220197832e83435a7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 May 2018 14:07:13 +0300 Subject: [PATCH 1744/1926] Temporary block k0001/exinst#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf86d891..c5c044bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1222,7 +1222,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst + # - exinst # BLOCK https://github.com/k0001/exinst/issues/15 - flay - network-simple - network-simple-tls From f90941fec081750145f9d0795ea1d693c2740ef4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 May 2018 14:08:07 +0300 Subject: [PATCH 1745/1926] Temporary block tonyday567/numhask-range#6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5c044bc..86aaba00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2844,7 +2844,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-prelude - - numhask-range + # - numhask-range # BLOCK https://github.com/tonyday567/numhask-range/issues/6 - perf - online < 0 # GHC 8.4 via numhask # - chart-unit # lens 4.16 via diagrams From bebb7c58cfbaa6df44fa932939d48453664521e9 Mon Sep 17 00:00:00 2001 From: ChShersh Date: Mon, 28 May 2018 17:31:56 +0800 Subject: [PATCH 1746/1926] Add universum back --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86aaba00..30292868 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3132,7 +3132,7 @@ packages: # - importify # haskell-src-exts via haskell-names - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - o-clock - - universum < 0 # GHC 8.4 via tasty-hedgehog + - universum "Lorenz Moesenlechner @moesenle": - servant-websockets From b709549682ce92946bf4f478d3c3ea0426b55bb8 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Mon, 28 May 2018 21:21:35 +0800 Subject: [PATCH 1747/1926] Add tomland --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30292868..38b054bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,9 @@ packages: - o-clock - universum + "Kowainik @kowainik": + - tomland + "Lorenz Moesenlechner @moesenle": - servant-websockets From e96ee1ea1f3236ce2b951a9e8188523b18c92bdd Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Mon, 28 May 2018 17:52:23 -0400 Subject: [PATCH 1748/1926] add enum-subset-generate --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b054bf..6594659c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,6 +3382,9 @@ packages: "Alexander Krupenkin @akru": - web3 < 0 # via exceptions-0.10.0 + + "Georg Rudoy <0xd34df00d@gmail.com> @0xd34df00d": + - enum-subset-generate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3792866ef259318392e52129478a0149c421aa0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 May 2018 06:25:35 +0300 Subject: [PATCH 1749/1926] Revert "Temporary block tonyday567/numhask-range#6" This reverts commit f90941fec081750145f9d0795ea1d693c2740ef4. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6594659c..25bc2b0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2844,7 +2844,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-prelude - # - numhask-range # BLOCK https://github.com/tonyday567/numhask-range/issues/6 + - numhask-range - perf - online < 0 # GHC 8.4 via numhask # - chart-unit # lens 4.16 via diagrams From 766ed0952741e2db60b41e0f6927f87200b45186 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 May 2018 06:27:25 +0300 Subject: [PATCH 1750/1926] Upper bound on fsnotify #3678 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25bc2b0d..5f0d1eb0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3481,6 +3481,9 @@ packages: # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 + + # https://github.com/commercialhaskell/stackage/issues/3678 + - fsnotify < 0.3 # end of packages # Package flags are applied to individual packages, and override the values of From c3909bd88b42eae5f6d7cfdb1db6cac2ac0ecebb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 May 2018 12:08:27 +0300 Subject: [PATCH 1751/1926] Extra upper bound for #3678 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0d1eb0..d67cc102 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3484,6 +3484,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3678 - fsnotify < 0.3 + - filecache < 0.4 # end of packages # Package flags are applied to individual packages, and override the values of From c5cdf118113120091a0e850bcc023962d4dc2421 Mon Sep 17 00:00:00 2001 From: Trevis Date: Tue, 29 May 2018 09:57:34 -0400 Subject: [PATCH 1752/1926] Adds sendfile to the build-constraints and re-enables happstack-server --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d67cc102..ceb7e6b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2376,7 +2376,7 @@ packages: - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 # - happstack-hsp # haskell-src-exts via hsx2hs - happstack-jmacro < 0 # GHC 8.4 via happstack-server - - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - hsx-jmacro - ixset < 0 # GHC 8.4 via syb-with-class @@ -3382,10 +3382,13 @@ packages: "Alexander Krupenkin @akru": - web3 < 0 # via exceptions-0.10.0 - + "Georg Rudoy <0xd34df00d@gmail.com> @0xd34df00d": - enum-subset-generate + "Trevis Elser @telser": + - sendfile + # 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 b05122d498df683c0ffabe91d63627ab2556fcb5 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Tue, 29 May 2018 16:34:55 +0100 Subject: [PATCH 1753/1926] Add tintin and require `require` compiles properly, although `tintin` needs `require` to be in nightly to compile in nightly. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d67cc102..5280734f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -218,6 +218,8 @@ packages: "Nikita Tchayka @nickseagull": - ramus + - require + - tintin "Simon Jakobi @sjakobi": - path From 26ccac98329bf9002f059e6f2e2a92160079bdc5 Mon Sep 17 00:00:00 2001 From: A1 Date: Wed, 30 May 2018 01:09:12 +0300 Subject: [PATCH 1754/1926] add binary-ext --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38276bcc..55adc770 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: "Warlock @A1-Triard": - errors-ext + - binary-ext "Bob Long @bobjflong": - yesod-csp From 167a09c44595f479590800a75a523075566803ac Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Tue, 29 May 2018 20:32:21 -0400 Subject: [PATCH 1755/1926] add colonnade and remove yesod-table --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38276bcc..f0cc4778 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -802,7 +802,8 @@ packages: - dhall-text "Andrew Thaddeus Martin @andrewthad": - - yesod-table + - colonnade + - blaze-colonnade "Chris Allen @bitemyapp": - machines-directory From 41f63d0e1d7739c4ec001adc0f0647c8636eceb4 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Wed, 30 May 2018 14:36:54 +0900 Subject: [PATCH 1756/1926] add webex-teams-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ceca9ae..e5c4853b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3180,6 +3180,7 @@ packages: - thread-hierarchy - bitset-word8 - cisco-spark-api + - webex-teams-api "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 1470409743596fabf58700923c4b65ec112a37f2 Mon Sep 17 00:00:00 2001 From: ChShersh Date: Wed, 30 May 2018 17:56:20 +0800 Subject: [PATCH 1757/1926] Add base-noprelude --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5c4853b..0073f21d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,7 @@ packages: - universum "Kowainik @kowainik": + - base-noprelude - tomland "Lorenz Moesenlechner @moesenle": From 7d2758aa501041775b40a7a2f4c6ba9d36f753c5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 16:11:19 +0300 Subject: [PATCH 1758/1926] Expect module name conflicts for base-noprelude --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0073f21d..3a81e5a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4454,6 +4454,9 @@ hide: - cryptohash-sha1 - cryptohash-sha256 +# By design, conflicts with base +- base-noprelude + # Experimental: packages where Hackage cabal file revisions should be ignored. # Always use the cabal file shipped with the sdist tarball instead. no-revisions: From 3c1b7f9ef21f189f271fb0761a67964aa3b1018d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 14:59:57 +0100 Subject: [PATCH 1759/1926] Constrain base-noprelude version --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a81e5a7..fe48e405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,7 +3138,7 @@ packages: - universum "Kowainik @kowainik": - - base-noprelude + - base-noprelude == 4.11.1.0 - tomland "Lorenz Moesenlechner @moesenle": From c0d1d5bfc1c38a5ae909364f9312eccc8f2c6a9d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 15:02:38 +0100 Subject: [PATCH 1760/1926] Block base-noprelude --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe48e405..42295646 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,7 +3138,8 @@ packages: - universum "Kowainik @kowainik": - - base-noprelude == 4.11.1.0 + # Requires Cabal file format 2.2 + # - base-noprelude == 4.11.1.0 - tomland "Lorenz Moesenlechner @moesenle": From cec816393dcabeb0ce8cb89bc7fc790a4fb57511 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Thu, 31 May 2018 00:43:32 +0800 Subject: [PATCH 1761/1926] Add summoner --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42295646..31166a17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,6 +3140,7 @@ packages: "Kowainik @kowainik": # Requires Cabal file format 2.2 # - base-noprelude == 4.11.1.0 + - summoner - tomland "Lorenz Moesenlechner @moesenle": From 7e2eaceffbfe017d8a60313c19e7b008210c086a Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Wed, 30 May 2018 20:02:56 +0100 Subject: [PATCH 1762/1926] Add tasty-ant-xml https://github.com/ocharles/tasty-ant-xml/issues/25 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42295646..b9a07029 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,7 @@ packages: "Sergey Vinokurov @sergv": - sexp-grammar + - tasty-ant-xml "Maximilian Tagher @MaxGabriel": - aeson-iproute From f6eb3c7cfae8fec3f9cb8c5f36bd1cd830d3145f Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 30 May 2018 15:45:09 -0500 Subject: [PATCH 1763/1926] Add some diagrams-related packages I believe all these should build with nightly, although I have not been able to explicitly test all of them. --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42295646..463334c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -683,12 +683,20 @@ packages: # - diagrams # lens 4.16 # - diagrams-builder # haskell-src-exts - diagrams-cairo + - diagrams-gtk - diagrams-contrib + - diagrams-solve - diagrams-core - diagrams-lib - diagrams-rasterific - diagrams-svg + - diagrams-html5 + - diagrams-canvas + - diagrams-postscript + - diagrams-graphviz - force-layout + - SVGFonts + - palette - haxr < 0 # GHC 8.4 via HaXml - MonadRandom - monoid-extras From 33b9347e0f289ecc0816f6513d35279c96eac15c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 22:09:16 -0600 Subject: [PATCH 1764/1926] Move to GHC 8.4.3 --- Dockerfile | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13bd7da4..56219a26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.2/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.3/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 diff --git a/check b/check index 6cca0505..aee033e9 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.4.2 stackage-curator check +exec stack exec --resolver ghc-8.4.3 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 2780f840..0632dbaa 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.4.2 +GHCVER=8.4.3 apt-get update apt-get install -y \ From 96b5a1a76661987f2eed2ddb8c338a1420aea0f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 22:12:31 -0600 Subject: [PATCH 1765/1926] Upper bound on primitive (ethercrow/unordered-intmap#1, fpco/store#131) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01d658bc..95a666a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3497,6 +3497,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3678 - fsnotify < 0.3 - filecache < 0.4 + + # https://github.com/ethercrow/unordered-intmap/issues/1 + # https://github.com/fpco/store/issues/131 + - primitive < 0.6.4 # end of packages # Package flags are applied to individual packages, and override the values of From 0686167059a7d6efc6236255ab5d6b7642ca8c88 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 30 May 2018 23:17:29 -0500 Subject: [PATCH 1766/1926] Remove diagrams-graphviz for now Blocked on https://github.com/commercialhaskell/stackage/issues/3608 via the `graphviz` package. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 463334c8..3dcf4a6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -693,7 +693,6 @@ packages: - diagrams-html5 - diagrams-canvas - diagrams-postscript - - diagrams-graphviz - force-layout - SVGFonts - palette From 1097a9bd0f7a1ad963a9c146286312829f18b322 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 May 2018 22:41:04 -0600 Subject: [PATCH 1767/1926] Fix Travis: 8.4.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9c70459..70756a43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.4.1 +- GHCVER=8.4.3 install: # Download and unpack the stack executable From e086c159d514fa7892806fc5b23cfeef2829dd8a Mon Sep 17 00:00:00 2001 From: Eugene Smolanka Date: Fri, 1 Jun 2018 00:18:15 +0100 Subject: [PATCH 1768/1926] Add invertible-grammar, take over sexp-grammar Take over `sexp-grammar` in order to get notifications about the package. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19546cf8..daf83c64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3352,9 +3352,12 @@ packages: - herms "Sergey Vinokurov @sergv": - - sexp-grammar - tasty-ant-xml + "Eugene Smolanka @esmolanka": + - sexp-grammar + - invertible-grammar + "Maximilian Tagher @MaxGabriel": - aeson-iproute - persistent-iproute From f00fa1f7ada4dd0775a0b38d01ac7f65f6b663f4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 24 May 2018 23:31:37 -0400 Subject: [PATCH 1769/1926] Re-enable hopenpgp-tools --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19546cf8..bbfd4470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -915,7 +915,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # fgl via graphviz + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": @@ -2153,7 +2153,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - # - graphviz # fgl 5.6.0.0 + - graphviz - wl-pprint-text - servant-pandoc @@ -3486,9 +3486,6 @@ packages: # https://github.com/fpco/stackage/issues/3566 - network < 2.7 - # https://github.com/fpco/stackage/issues/3608 - - wl-pprint-text < 1.2 - # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 From 16cb51528a80f443cfe83c333af293bd6e772064 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 May 2018 20:03:50 -0700 Subject: [PATCH 1770/1926] Unblock runmemo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19546cf8..3a11d13b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -771,7 +771,7 @@ packages: - lens-family-th - numbers - rev-state - - runmemo < 0 # build failure with GHC 8.4 + - runmemo - tardis - yesod-gitrev From 3aa5778cd950b85e9407d786182dcb5271ec1254 Mon Sep 17 00:00:00 2001 From: Alexey Kotlyarov Date: Fri, 1 Jun 2018 14:40:08 +1000 Subject: [PATCH 1771/1926] Re-enable serverless-haskell --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19546cf8..295fed8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,8 +3306,7 @@ packages: - pomaps < 0 # GHC 8.4 via base-4.11.0.0 "Alexey Kotlyarov @koterpillar": - [] - # - serverless-haskell # conduit 1.3, yesod 1.6 + - serverless-haskell "Guru Devanla @gdevanla": - pptable From de071741256a1b11ee150abac35c8e358beb5878 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 1 Jun 2018 05:14:54 -0600 Subject: [PATCH 1772/1926] Expect test failure louispan/pipes-fluid#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a368afb3..e633cb3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4110,6 +4110,9 @@ expected-test-failures: - folds - servant-swagger + + # https://github.com/louispan/pipes-fluid/issues/3 + - pipes-fluid # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From e487fe88d85093a8dd42c496e359bc5cabf2c608 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 1 Jun 2018 05:23:28 -0600 Subject: [PATCH 1773/1926] Add back exinst k0001/exinst#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73209c40..bc97d9c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1232,7 +1232,7 @@ packages: - di-df1 - di-handle - di-monad - # - exinst # BLOCK https://github.com/k0001/exinst/issues/15 + - exinst - flay - network-simple - network-simple-tls From b43b5c13e688a6e1f86e15eeabab0fa1aeabeabf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 1 Jun 2018 05:56:58 -0600 Subject: [PATCH 1774/1926] Revert "Expect test failure louispan/pipes-fluid#3" This reverts commit de071741256a1b11ee150abac35c8e358beb5878. Closes louispan/pipes-fluid#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc97d9c7..ef768df5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4113,9 +4113,6 @@ expected-test-failures: - folds - servant-swagger - - # https://github.com/louispan/pipes-fluid/issues/3 - - pipes-fluid # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f4277cd3004aec63d57e03729188912e8b66f219 Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Fri, 1 Jun 2018 13:23:54 -0400 Subject: [PATCH 1775/1926] remove constraints from palette --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef768df5..4f49b036 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1268,7 +1268,7 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette < 0 # GHC 8.4 via base-4.11.0.0 + - palette # - diagrams-canvas # lens 4.16 - svg-builder From 59f20b8960e6ce7da5cf91bc4662813815cbf999 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 1 Jun 2018 10:49:13 -0700 Subject: [PATCH 1776/1926] Enable minio-hs again --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef768df5..268f3ab6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2982,8 +2982,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # https://github.com/minio/minio-hs/issues/79 + - minio-hs "ncaq @ncaq": # - haskell-import-graph # fgl via graphviz From 77cf6fbd769ebdb3497340692197a67adaa50818 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Jun 2018 15:01:55 -0700 Subject: [PATCH 1777/1926] Unblock data-inttrie and data-memocombinators --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a11d13b..9b2f6da7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,8 +3446,6 @@ packages: - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - HaXml < 0 # build failure with GHC 8.4 - - data-inttrie < 0 # build failure with GHC 8.4 - - data-memocombinators < 0 # build failure with GHC 8.4 - hsshellscript < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 From 08b11c6c1f4c1142b72ba8be0bc5a8d84d2717bc Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Sat, 2 Jun 2018 12:33:23 +0900 Subject: [PATCH 1778/1926] add webex-teams-conduit and webex-teams-pipes --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4d1c608..a71349c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,8 @@ packages: - bitset-word8 - cisco-spark-api - webex-teams-api + - webex-teams-conduit + - webex-teams-pipes "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 35da48109abecca0f0045bacd7dd00d4ccde53a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 2 Jun 2018 23:12:16 +0900 Subject: [PATCH 1779/1926] reenable ShellCheck --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4d1c608..d5a9fe1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1215,7 +1215,7 @@ packages: # - jsaddle # http-types 0.12 - vado < 0 # GHC 8.4 via base-4.11.0.0 - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 - - ShellCheck < 0 # build failure with GHC 8.4 + - ShellCheck - binary-shared - codec-rpm From 1404948237ff9a6bfb496f426b93bbd80aa74284 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 3 Jun 2018 09:16:13 -0600 Subject: [PATCH 1780/1926] Upper bound on language-c for #3697 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5a9fe1a..49fd2d2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,6 +3504,9 @@ packages: # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 - primitive < 0.6.4 + + # https://github.com/commercialhaskell/stackage/issues/3697 + - language-c < 0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 6568c4e15ec4e7c8e05bff4f272e614bf797808e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 3 Jun 2018 09:17:40 -0600 Subject: [PATCH 1781/1926] Remove upper bounds and close #3508 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49fd2d2c..69fbd7df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3476,9 +3476,6 @@ packages: - Win32 == 2.6.1.0 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3508 - - hw-rankselect < 0.11 - # https://github.com/fpco/stackage/issues/3531 - jwt < 0.8.0 From 7d16b2bbceabad9a8c54cac033c02c9e9d9902f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 4 Jun 2018 11:08:19 +0900 Subject: [PATCH 1782/1926] reenable Agda --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e37fdaf..a10906bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2007,7 +2007,7 @@ packages: - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - Agda "James Cook @mokus0": - dependent-sum From 02dfb1d9ef5972d4d85997ef942c5ab0a77e3949 Mon Sep 17 00:00:00 2001 From: Kristen Kozak Date: Mon, 4 Jun 2018 00:18:34 -0700 Subject: [PATCH 1783/1926] Add json-rpc-server --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e37fdaf..d0025825 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,6 +3408,9 @@ packages: "Trevis Elser @telser": - sendfile + "Kristen Kozak @grayjay": + - json-rpc-server + # 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 71f85e136a05e47c4257e6d5e5b9322063079861 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 4 Jun 2018 18:51:46 -0700 Subject: [PATCH 1784/1926] Expect test failure on c2hs (#3701) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 114119d3..bdd83aa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3904,6 +3904,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 + - c2hs # https://github.com/commercialhaskell/stackage/issues/3701 # Timeouts # These tests sometimes take too long and hit the stackage build From 38ee43e7b2b512b6479d1ce0083a4cce4def1a8e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 4 Jun 2018 18:58:04 -0700 Subject: [PATCH 1785/1926] Upper bound hw-rankselect #3702 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdd83aa0..d66ccc47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3509,6 +3509,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3697 - language-c < 0.8 + + # https://github.com/commercialhaskell/stackage/issues/3702 + - hw-rankselect < 0.11 # end of packages # Package flags are applied to individual packages, and override the values of From 3b9ed4b929969a0864db9b8d789c48b24c9f278f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 07:16:15 -0700 Subject: [PATCH 1786/1926] Upper bound several hledger-* packages (#3706) --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d66ccc47..1c8a6e71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3512,6 +3512,14 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3702 - hw-rankselect < 0.11 + + # https://github.com/commercialhaskell/stackage/issues/3706 + - hledger < 1.9.1 + - hledger-lib < 1.9.1 + - hledger-ui < 1.9.1 + - hledger-web < 1.9.2 + - hledger-api < 1.9.1 + - hledger-interest < 1.5.2 # end of packages # Package flags are applied to individual packages, and override the values of From 6d64f62c342c2f46f11d7a9da3987fd17e426766 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 07:17:40 -0700 Subject: [PATCH 1787/1926] Add web3 (#3164) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c8a6e71..342553c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,7 +3400,7 @@ packages: - yesod-text-markdown "Alexander Krupenkin @akru": - - web3 < 0 # via exceptions-0.10.0 + - web3 "Georg Rudoy <0xd34df00d@gmail.com> @0xd34df00d": - enum-subset-generate From 80b49817f2c3cd96b622089038d6d6eabf6577f4 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Mon, 4 Jun 2018 18:15:23 -0600 Subject: [PATCH 1788/1926] Add telegram-bot-simple --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 342553c2..a10e973a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2252,6 +2252,7 @@ packages: - http-api-data - swagger2 - servant-swagger + - telegram-bot-simple "Jared Tobin @jtobin": - mwc-probability From e776dbdc20530a6d4f170d30f873f68940d46289 Mon Sep 17 00:00:00 2001 From: Kristen Kozak Date: Mon, 4 Jun 2018 22:08:16 -0700 Subject: [PATCH 1789/1926] Add json-rpc-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a10e973a..43211511 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,7 @@ packages: "Kristen Kozak @grayjay": - json-rpc-server + - json-rpc-client # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 5ab678e5bafab10f47701f9b9fa52312149a5a39 Mon Sep 17 00:00:00 2001 From: Magnus Therning Date: Tue, 5 Jun 2018 10:08:09 +0200 Subject: [PATCH 1790/1926] Add hsini Signed-off-by: Magnus Therning --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43211511..ba46d231 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,6 +3413,9 @@ packages: - json-rpc-server - json-rpc-client + "Magnus Therning @magthe": + - hsini + # 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 cc48317b1bed38718b98932a15bf7c1b53812a3c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 08:47:37 -0700 Subject: [PATCH 1791/1926] Attempt to close some old issues, testing --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba46d231..e236d887 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4005,7 +4005,7 @@ expected-test-failures: - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages - - stack # https://github.com/fpco/stackage/issues/3082 + # stack # https://github.com/fpco/stackage/issues/3082 - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS @@ -4090,7 +4090,7 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings - - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 + # squeal-postgresql # https://github.com/fpco/stackage/issues/3180 # Stackage upper bounds, re-enable these when their upper bound is removed From ce3bebf2cdbc5d4b098cd182241c3cc6b706cabf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:01:04 -0700 Subject: [PATCH 1792/1926] More testing needed for squeal (morphismtech/squeal#30) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e236d887..7ada6483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,7 +3168,7 @@ packages: - blas-hs "Eitan Chatav @echatav": - - squeal-postgresql < 0 # https://github.com/morphismtech/squeal/issues/30 + - squeal-postgresql # 0 # https://github.com/morphismtech/squeal/issues/30 "Sam Quinn @Lazersmoke": - ghost-buster From 968edc05af2d8227a42be94aadb0999b91eaf847 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:01:24 -0700 Subject: [PATCH 1793/1926] Update reason for stack test disablement (#3082 to #3707) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ada6483..3fce5ca2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4005,7 +4005,7 @@ expected-test-failures: - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages - # stack # https://github.com/fpco/stackage/issues/3082 + - stack # https://github.com/fpco/stackage/issues/3707 - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS From 6f835ad7fa39ff791883f919ddbfa1cb922721dc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:21:20 -0700 Subject: [PATCH 1794/1926] squeal-postgresql still fails to build (morphismtech/squeal#30, #3180) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fce5ca2..28412f14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4090,7 +4090,7 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings - # squeal-postgresql # https://github.com/fpco/stackage/issues/3180 + - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 # Stackage upper bounds, re-enable these when their upper bound is removed From c4d9927990378f760f9506b4a5e2d3d610b79271 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:32:38 -0700 Subject: [PATCH 1795/1926] Testing old issues second round --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28412f14..8cd3c2d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4125,7 +4125,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 + # zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites @@ -4155,7 +4155,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - - lz4 # https://github.com/fpco/stackage/issues/3510 + # lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 - logging-effect # https://github.com/fpco/stackage/issues/3641 @@ -4186,7 +4186,7 @@ expected-haddock-failures: - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - - data-diverse-lens # https://github.com/fpco/stackage/issues/3523 + # data-diverse-lens # https://github.com/fpco/stackage/issues/3523 # Runs out of memory - store From 8748f35b5c920fb1d5ff8d903d985b81890ca02a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:37:05 -0700 Subject: [PATCH 1796/1926] Add back the two failures (#3219, #3510) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cd3c2d5..4f82d73f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4125,7 +4125,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - # zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 + - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites @@ -4155,7 +4155,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - # lz4 # https://github.com/fpco/stackage/issues/3510 + - lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 - logging-effect # https://github.com/fpco/stackage/issues/3641 From 3fa30a56fb9d466592e238b1977edf098ca8d55e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:39:15 -0700 Subject: [PATCH 1797/1926] Forgot to block squeal-postgresql due to morphismtech/squeal#30 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f82d73f..64b4f1d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,7 +3168,7 @@ packages: - blas-hs "Eitan Chatav @echatav": - - squeal-postgresql # 0 # https://github.com/morphismtech/squeal/issues/30 + - squeal-postgresql < 0 # https://github.com/morphismtech/squeal/issues/30 "Sam Quinn @Lazersmoke": - ghost-buster From 28a93f602ff7c0a3ef4aa427249b1fbd3973cd0e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 09:41:42 -0700 Subject: [PATCH 1798/1926] data-diverse-lens haddocks properly. Close #3523 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64b4f1d9..d5fa90bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4186,7 +4186,6 @@ expected-haddock-failures: - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - # data-diverse-lens # https://github.com/fpco/stackage/issues/3523 # Runs out of memory - store From f908577118604e4cae36d9bc429ec39881bd86e8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 10:03:45 -0700 Subject: [PATCH 1799/1926] Another attempt at testing old bounds and constraints --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5fa90bb..3792b311 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,7 +1731,7 @@ packages: - composition-extra - every - extractable-singleton - - follow-file < 0 # https://github.com/fpco/stackage/issues/3551 + - follow-file # 0 # https://github.com/fpco/stackage/issues/3551 - HSet - markup < 0 # GHC 8.4 via clay - monad-control-aligned @@ -3496,7 +3496,7 @@ packages: - tasty < 1.1 # https://github.com/expipiplus1/vector-sized/issues/41 - - indexed-list-literals < 0.2.1.0 + # indexed-list-literals < 0.2.1.0 # https://github.com/fpco/stackage/issues/3637 - hedgehog < 0.6 @@ -4157,7 +4157,7 @@ expected-benchmark-failures: - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 - - logging-effect # https://github.com/fpco/stackage/issues/3641 + # logging-effect # https://github.com/fpco/stackage/issues/3641 # end of expected-benchmark-failures From f3c6624f72ece87831fe893c7136132dc5dedae7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 10:12:07 -0700 Subject: [PATCH 1800/1926] #3551 still fails, #3641 is waiting for release --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3792b311..3bf96749 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,7 +1731,7 @@ packages: - composition-extra - every - extractable-singleton - - follow-file # 0 # https://github.com/fpco/stackage/issues/3551 + - follow-file < 0 # https://github.com/fpco/stackage/issues/3551 - HSet - markup < 0 # GHC 8.4 via clay - monad-control-aligned @@ -4157,7 +4157,7 @@ expected-benchmark-failures: - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 - # logging-effect # https://github.com/fpco/stackage/issues/3641 + - logging-effect # https://github.com/fpco/stackage/issues/3641 # end of expected-benchmark-failures @@ -4422,6 +4422,7 @@ 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 - freer-effects-0.3.0.1 # re-enable extensible benchmarks +- logging-effect-1.3.0 # reenable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 2ec7f4489e5625cb1552284ad1d56f0ae2e62d48 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 10:30:50 -0700 Subject: [PATCH 1801/1926] indexed-list-literals no longer buggy (expipiplus1/vector-sized#41) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3bf96749..c4120d93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3495,9 +3495,6 @@ packages: # https://github.com/fpco/stackage/issues/3620 - tasty < 1.1 - # https://github.com/expipiplus1/vector-sized/issues/41 - # indexed-list-literals < 0.2.1.0 - # https://github.com/fpco/stackage/issues/3637 - hedgehog < 0.6 From 409b2acd61c55127936179e4c8c5c62a4b675729 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 10:31:07 -0700 Subject: [PATCH 1802/1926] language-c doesn't need bounding anymore, close #3697 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4120d93..dc469183 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3509,9 +3509,6 @@ packages: # https://github.com/fpco/store/issues/131 - primitive < 0.6.4 - # https://github.com/commercialhaskell/stackage/issues/3697 - - language-c < 0.8 - # https://github.com/commercialhaskell/stackage/issues/3702 - hw-rankselect < 0.11 From 2d236fe086997796f1ae378262b6af498441dbea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 10:49:41 -0700 Subject: [PATCH 1803/1926] Test that primitive works (ethercrow/unordered-intmap#1, fpco/store#131) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc469183..702f2882 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,7 +3507,7 @@ packages: # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 - - primitive < 0.6.4 + # primitive < 0.6.4 # https://github.com/commercialhaskell/stackage/issues/3702 - hw-rankselect < 0.11 From 2af8ca887310bd0a4e4fddf4802eebb2a029ae48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Jun 2018 11:55:24 -0600 Subject: [PATCH 1804/1926] No more bundle file --- automated/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 4c747ce6..4c1bec74 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -21,7 +21,6 @@ IMAGE=snoyberg/stackage:$TAG PLAN_FILE=current-plan.yaml DOCMAP_FILE=current-docmap.yaml -BUNDLE_FILE=current.bundle CABAL_DIR=$ROOT/cabal STACK_DIR=$ROOT/stack @@ -127,7 +126,7 @@ esac # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs $JOBS --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs $JOBS --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of @@ -142,7 +141,7 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Upload the 00-index.tar file to S3 (TODO: this is probably no longer necessary, since snapshots never modify .cabal files) # * Upload the new plan .yaml file to the appropriate Github repo # * Register as a new Hackage distro -docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" echo -n "Completed at " date From 6e49e6aa6ea451a79ba76b5bd925b24831509d6d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 5 Jun 2018 12:02:31 -0700 Subject: [PATCH 1805/1926] primitive still causes unordered-intmap to fail (ethercrow/unordered-intmap#1) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 702f2882..dc469183 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,7 +3507,7 @@ packages: # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 - # primitive < 0.6.4 + - primitive < 0.6.4 # https://github.com/commercialhaskell/stackage/issues/3702 - hw-rankselect < 0.11 From f1fb6f9f635e3725961e7e5a2e696be46568df00 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 06:16:13 -0700 Subject: [PATCH 1806/1926] Try c2hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc469183..aeed979a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3914,7 +3914,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 - - c2hs # https://github.com/commercialhaskell/stackage/issues/3701 + # c2hs # https://github.com/commercialhaskell/stackage/issues/3701 # Timeouts # These tests sometimes take too long and hit the stackage build From 948567f574408198ced75a25fc157c868c44ba82 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 06:22:50 -0700 Subject: [PATCH 1807/1926] Close #3701 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeed979a..1fb0653a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3914,7 +3914,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 - # c2hs # https://github.com/commercialhaskell/stackage/issues/3701 # Timeouts # These tests sometimes take too long and hit the stackage build From fde2dd2c9d74bf2f0c281e0bb596f03357c76ba7 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Tue, 5 Jun 2018 18:05:11 +0200 Subject: [PATCH 1808/1926] Add LambdaHack and Allure --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1fb0653a..bf353bdb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -65,6 +65,8 @@ packages: - assert-failure - minimorph - miniutter + - LambdaHack + - Allure "Jürgen Keck @j-keck": - wreq-stringless From 82cc7bb4cbc06be4a1afff65a33839850314d5ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 5 Jun 2018 23:16:49 +0100 Subject: [PATCH 1809/1926] Stop maintaining these packages. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf353bdb..c87bb43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -248,9 +248,7 @@ packages: - List "Luke Murphy @lwm": - - tasty-hedgehog - tasty-discover - - lentil "Marco Zocca @ocramz": - sparse-linear-algebra From 0f47043cc0eb78039ee16e1f47e91e8dcf1cbbea Mon Sep 17 00:00:00 2001 From: Tony Day Date: Sun, 3 Jun 2018 15:28:29 +1000 Subject: [PATCH 1810/1926] re-add online --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c87bb43c..c2ebf7b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2857,7 +2857,7 @@ packages: - numhask-prelude - numhask-range - perf - - online < 0 # GHC 8.4 via numhask + - online # - chart-unit # lens 4.16 via diagrams "Iphigenia Df @iphydf": From 2e0c1dc860399a9c9dd05aeeb8479684670a2959 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 06:45:07 -0700 Subject: [PATCH 1811/1926] Update blocker for char-unit (#3711) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ebf7b7..d2d229a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2858,7 +2858,7 @@ packages: - numhask-range - perf - online - # - chart-unit # lens 4.16 via diagrams + # - chart-unit # via generic-lens-labels-0.1.0.2, https://github.com/commercialhaskell/stackage/pull/3711 "Iphigenia Df @iphydf": - data-msgpack From c2da296a29c7193536572540c83f229828ed6580 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 07:00:08 -0700 Subject: [PATCH 1812/1926] Remove some outdated deps on tests, update others --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d229a4..51817860 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3697,12 +3697,8 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - - glabrous # hspec 2.5 + - Cabal # GHC 8.4 via base-orphans-0.7, base-orphans-0.7 - stb-image-redux # hspec 2.5 - - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - - wreq - http-streams # via snap-server-1.1.0.0 - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 From 171c1108c627ff509b183e4dbe96b64d026802ac Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 07:07:40 -0700 Subject: [PATCH 1813/1926] hoopl test suite fails to build haskell/hoopl#50 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51817860..c0fce96d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,6 +4080,7 @@ expected-test-failures: - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 + - hoopl # https://github.com/haskell/hoopl/issues/50 # Stackage upper bounds, re-enable these when their upper bound is removed From 70c2d515bdaa030a33091605f60a14b79a05adfc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 07:58:56 -0700 Subject: [PATCH 1814/1926] Add hoopl to tell-me-when-its-released (haskell/hoopl#50) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0fce96d..1c14bd9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4413,6 +4413,7 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - freer-effects-0.3.0.1 # re-enable extensible benchmarks - logging-effect-1.3.0 # reenable benchmarks +- hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 78f4a4971b657638f0304a53d398f92a292cc41e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 13:08:42 -0700 Subject: [PATCH 1815/1926] Test a few more of the skipped tests --- build-constraints.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c14bd9c..5f9daa34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3701,17 +3701,12 @@ skipped-tests: - stb-image-redux # hspec 2.5 - http-streams # via snap-server-1.1.0.0 - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - - aeson - - attoparsec # QuickCheck 2.10 - - binary-parser # tasty-quickcheck - - blaze-html - - blaze-markup - - case-insensitive # HUnit 1.6 - - diagrams-solve # tasty-quickcheck + - aeson # QuickCheck-2.11.3, base-orphans-0.7, hashable-time + - attoparsec # QuickCheck-2.11.3 + - binary-parser # tasty-1.0.1.1, tasty-quickcheck-0.10, tasty-hunit-0.10.0.1 + - blaze-html # QuickCheck-2.11.3, HUnit-1.6.0.0 - drawille # hspec 2.4 - - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - genvalidity-hspec # doctest 0.13 - genvalidity-hspec-aeson # doctest 0.13 From 3ec8fe6c625b3c51404be18a7163be93020e0512 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 14:16:13 -0700 Subject: [PATCH 1816/1926] More tests enabled --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f9daa34..45d26e99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3707,15 +3707,6 @@ skipped-tests: - binary-parser # tasty-1.0.1.1, tasty-quickcheck-0.10, tasty-hunit-0.10.0.1 - blaze-html # QuickCheck-2.11.3, HUnit-1.6.0.0 - drawille # hspec 2.4 - - exception-transformers # HUnit 1.6 - - genvalidity-hspec # doctest 0.13 - - genvalidity-hspec-aeson # doctest 0.13 - - genvalidity-hspec-binary # doctest 0.13 - - genvalidity-hspec-cereal # doctest 0.13 - - genvalidity-hspec-hashable # doctest 0.13 - - genvalidity-property # doctest 0.13 - - haskell-tools-refactor # either, tasty, and tasty-hunit - - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - haddock-library # hspec 2.5 - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 From 1878453d84aa480162d0a4f35254705577de8e17 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 14:16:22 -0700 Subject: [PATCH 1817/1926] Wait on hledger-1.9.1+ --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45d26e99..7cd42da2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4400,6 +4400,7 @@ tell-me-when-its-released: - freer-effects-0.3.0.1 # re-enable extensible benchmarks - logging-effect-1.3.0 # reenable benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 +- hledger-1.9.1 # remove upper bounds # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From e2c97d7d248d5490c47d5be8f4d8fd086b26fe84 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 15:20:34 -0700 Subject: [PATCH 1818/1926] Update blockers on tests for haddock-library --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cd42da2..ea49ab88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3707,7 +3707,7 @@ skipped-tests: - binary-parser # tasty-1.0.1.1, tasty-quickcheck-0.10, tasty-hunit-0.10.0.1 - blaze-html # QuickCheck-2.11.3, HUnit-1.6.0.0 - drawille # hspec 2.4 - - haddock-library # hspec 2.5 + - haddock-library # base-compat-0.10.1, hspec-2.5.1 - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 From e76b2e7e1d32e15444eefb61357ed79659babed5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 15:20:51 -0700 Subject: [PATCH 1819/1926] Wait on new release of ip (andrewthad/haskell-ip#33) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea49ab88..3c386345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4401,6 +4401,7 @@ tell-me-when-its-released: - logging-effect-1.3.0 # reenable benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 - hledger-1.9.1 # remove upper bounds +- ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 089d1add9c0379fdb0e8fbe1cb346866e44602dd Mon Sep 17 00:00:00 2001 From: Theodore Lief Gannon Date: Wed, 6 Jun 2018 16:02:45 -0700 Subject: [PATCH 1820/1926] Update build-constraints.yaml: add safe-foldable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c386345..e9ed02fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -52,6 +52,7 @@ packages: "Theodore Lief Gannon @tejon": - aeson-yak + - safe-foldable "Jaro Reinders @Noughtmare": - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp From 0e9860a6169a3a8bcb36e8d14922879c40f27cd3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 18:13:05 -0700 Subject: [PATCH 1821/1926] Unblock tests for lifted-base --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9ed02fe..ae621264 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3711,7 +3711,6 @@ skipped-tests: - haddock-library # base-compat-0.10.1, hspec-2.5.1 - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - model # tasty-quickcheck 0.9.2 - next-ref # hspec 2.3 From 4aa8de259275e8ae250b6ef372ba5624d081360d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 6 Jun 2018 18:49:31 -0700 Subject: [PATCH 1822/1926] Remove a few more blocked tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae621264..19848f91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3712,11 +3712,8 @@ skipped-tests: - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - makefile # GHC 8.2 - - model # tasty-quickcheck 0.9.2 - next-ref # hspec 2.3 - - parsec # HUnit 1.6 - partial-order # HUnit 1.6 - - pipes-group # doctest 0.13 - postgresql-simple-migration # hspec 2.5 - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 From a7216fe2b0328c994ae33a04c00d286b085a69ff Mon Sep 17 00:00:00 2001 From: Tony Day Date: Thu, 7 Jun 2018 16:21:43 +1000 Subject: [PATCH 1823/1926] re-add chart-unit with better deps --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19848f91..0fc1e2e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2859,7 +2859,7 @@ packages: - numhask-range - perf - online - # - chart-unit # via generic-lens-labels-0.1.0.2, https://github.com/commercialhaskell/stackage/pull/3711 + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From 47df1194e0214be053408a2ddf36676d773aa4c1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 06:39:24 -0700 Subject: [PATCH 1824/1926] More unblocking of tests --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fc1e2e3..643fc842 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3714,9 +3714,7 @@ skipped-tests: - makefile # GHC 8.2 - next-ref # hspec 2.3 - partial-order # HUnit 1.6 - - postgresql-simple-migration # hspec 2.5 - - printcess # QuickCheck 2.10 - - superbuffer # QuickCheck 2.10 + - superbuffer # QuickCheck-2.11.3 - tar # tasty-quickcheck - text # HUnit 1.6 - text-short # tasty-quickcheck From dbe511b2364f9bb9e1330b8b7c25e1cfe37b5b91 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 06:51:50 -0700 Subject: [PATCH 1825/1926] More test unblocking --- build-constraints.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 643fc842..c0204692 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3715,23 +3715,15 @@ skipped-tests: - next-ref # hspec 2.3 - partial-order # HUnit 1.6 - superbuffer # QuickCheck-2.11.3 - - tar # tasty-quickcheck - - text # HUnit 1.6 - - text-short # tasty-quickcheck - - vector # QuickCheck 2.10 - - vector-builder # tasty-quickcheck - - zlib # tasty-quickcheck - - diagrams-lib # tasty-quickcheck - - irc-dcc # tasty-quickcheck - - pandoc # tasty-quickcheck - - scientific # tasty-quickcheck + - tar # QuickCheck-2.11.3, tasty-quickcheck, base-4.11.1 + - text # QuickCheck-2.11.3 + - vector # QuickCheck-2.11.3 + - vector-builder # tasty-quickcheck, tasty-hunit, tasty, foldl + - zlib # tasty-quickcheck, tasty-hunit, tasty - versions # tasty-quickcheck - - tree-diff # tasty-quickcheck - - capataz # tasty - mysql-haskell # tasty - static-text # tasty - test-framework # QuickCheck 2.10 - - heist # lens 4.16 - htoml # via tasty-hspec - jose # via tasty-hspec - llvm-hs-pretty # via tasty-hspec From 5752ef76a895b618a83c302f32c9c2a9572b7cb0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 07:08:08 -0700 Subject: [PATCH 1826/1926] Finish testing the tests for outdated deps --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0204692..e42dffcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3724,19 +3724,9 @@ skipped-tests: - mysql-haskell # tasty - static-text # tasty - test-framework # QuickCheck 2.10 - - htoml # via tasty-hspec - - jose # via tasty-hspec - - llvm-hs-pretty # via tasty-hspec - - milena # via tasty-hspec - - servant-static-th # via tasty-hspec - - tasty-auto # via tasty-hspec - - tasty-discover # via tasty-hspec - - yi-language # via tasty-hspec - # Transitive outdated dependencies # These can also be checked for updates periodically. - - exinst # via cborg and serialise https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - options # ansi-terminal-0.8 via chell From 20011b447b9b66793a7475b0669abccbfd740d76 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:31:54 -0700 Subject: [PATCH 1827/1926] Reenable gogol* --- build-constraints.yaml | 194 ++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e42dffcf..f0d37df4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1489,103 +1489,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - # - gogol # conduit 1.3, servant 0.13 - # - gogol-core - # - gogol-adexchange-buyer - # - gogol-adexchange-seller - # - gogol-admin-datatransfer - # - gogol-admin-directory - # - gogol-admin-emailmigration - # - gogol-admin-reports - # - gogol-adsense - # - gogol-adsense-host - # - gogol-affiliates - # - gogol-analytics - # - gogol-android-enterprise - # - gogol-android-publisher - # - gogol-appengine - # - gogol-apps-activity - # - gogol-apps-calendar - # - gogol-apps-licensing - # - gogol-apps-reseller - # - gogol-apps-tasks - # - gogol-appstate - # - gogol-autoscaler - # - gogol-bigquery - # - gogol-billing - # - gogol-blogger - # - gogol-books - # - gogol-civicinfo - # - gogol-classroom - # - gogol-cloudmonitoring - # - gogol-cloudtrace - # - gogol-compute - # - gogol-container - # - gogol-customsearch - # - gogol-dataflow - # - gogol-dataproc - # - gogol-datastore - # - gogol-debugger - # - gogol-deploymentmanager - # - gogol-dfareporting - # - gogol-discovery - # - gogol-dns - # - gogol-doubleclick-bids - # - gogol-doubleclick-search - # - gogol-drive - # - gogol-firebase-rules - # - gogol-fitness - # - gogol-fonts - # - gogol-freebasesearch - # - gogol-fusiontables - # - gogol-games - # - gogol-games-configuration - # - gogol-games-management - # - gogol-genomics - # - gogol-gmail - # - gogol-groups-migration - # - gogol-groups-settings - # - gogol-identity-toolkit - # - gogol-kgsearch - # - gogol-latencytest - # - gogol-logging - # - gogol-maps-coordinate - # - gogol-maps-engine - # - gogol-mirror - # - gogol-monitoring - # - gogol-oauth2 - # - gogol-pagespeed - # - gogol-partners - # - gogol-people - # - gogol-play-moviespartner - # - gogol-plus - # - gogol-plus-domains - # - gogol-prediction - # - gogol-proximitybeacon - # - gogol-pubsub - # - gogol-qpxexpress - # - gogol-replicapool - # - gogol-replicapool-updater - # - gogol-resourcemanager - # - gogol-resourceviews - # - gogol-script - # - gogol-sheets - # - gogol-shopping-content - # - gogol-siteverification - # - gogol-spectrum - # - gogol-sqladmin - # - gogol-storage - # - gogol-storage-transfer - # - gogol-tagmanager - # - gogol-taskqueue - # - gogol-translate - # - gogol-urlshortener - # - gogol-useraccounts - # - gogol-vision - # - gogol-webmaster-tools - # - gogol-youtube - # - gogol-youtube-analytics - # - gogol-youtube-reporting + - gogol + - gogol-core + - gogol-adexchange-buyer + - gogol-adexchange-seller + - gogol-admin-datatransfer + - gogol-admin-directory + - gogol-admin-emailmigration + - gogol-admin-reports + - gogol-adsense + - gogol-adsense-host + - gogol-affiliates + - gogol-analytics + - gogol-android-enterprise + - gogol-android-publisher + - gogol-appengine + - gogol-apps-activity + - gogol-apps-calendar + - gogol-apps-licensing + - gogol-apps-reseller + - gogol-apps-tasks + - gogol-appstate + - gogol-autoscaler + - gogol-bigquery + - gogol-billing + - gogol-blogger + - gogol-books + - gogol-civicinfo + - gogol-classroom + - gogol-cloudmonitoring + - gogol-cloudtrace + - gogol-compute + - gogol-container + - gogol-customsearch + - gogol-dataflow + - gogol-dataproc + - gogol-datastore + - gogol-debugger + - gogol-deploymentmanager + - gogol-dfareporting + - gogol-discovery + - gogol-dns + - gogol-doubleclick-bids + - gogol-doubleclick-search + - gogol-drive + - gogol-firebase-rules + - gogol-fitness + - gogol-fonts + - gogol-freebasesearch + - gogol-fusiontables + - gogol-games + - gogol-games-configuration + - gogol-games-management + - gogol-genomics + - gogol-gmail + - gogol-groups-migration + - gogol-groups-settings + - gogol-identity-toolkit + - gogol-kgsearch + - gogol-latencytest + - gogol-logging + - gogol-maps-coordinate + - gogol-maps-engine + - gogol-mirror + - gogol-monitoring + - gogol-oauth2 + - gogol-pagespeed + - gogol-partners + - gogol-people + - gogol-play-moviespartner + - gogol-plus + - gogol-plus-domains + - gogol-prediction + - gogol-proximitybeacon + - gogol-pubsub + - gogol-qpxexpress + - gogol-replicapool + - gogol-replicapool-updater + - gogol-resourcemanager + - gogol-resourceviews + - gogol-script + - gogol-sheets + - gogol-shopping-content + - gogol-siteverification + - gogol-spectrum + - gogol-sqladmin + - gogol-storage + - gogol-storage-transfer + - gogol-tagmanager + - gogol-taskqueue + - gogol-translate + - gogol-urlshortener + - gogol-useraccounts + - gogol-vision + - gogol-webmaster-tools + - gogol-youtube + - gogol-youtube-analytics + - gogol-youtube-reporting # - ede # https://github.com/brendanhay/ede/issues/28 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - semver From 535a184412c753764ec001e457f318552aab9d3f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:35:39 -0700 Subject: [PATCH 1828/1926] gogol* not working, disabling and updating reason --- build-constraints.yaml | 194 ++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0d37df4..100ea4d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1489,103 +1489,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - - gogol - - gogol-core - - gogol-adexchange-buyer - - gogol-adexchange-seller - - gogol-admin-datatransfer - - gogol-admin-directory - - gogol-admin-emailmigration - - gogol-admin-reports - - gogol-adsense - - gogol-adsense-host - - gogol-affiliates - - gogol-analytics - - gogol-android-enterprise - - gogol-android-publisher - - gogol-appengine - - gogol-apps-activity - - gogol-apps-calendar - - gogol-apps-licensing - - gogol-apps-reseller - - gogol-apps-tasks - - gogol-appstate - - gogol-autoscaler - - gogol-bigquery - - gogol-billing - - gogol-blogger - - gogol-books - - gogol-civicinfo - - gogol-classroom - - gogol-cloudmonitoring - - gogol-cloudtrace - - gogol-compute - - gogol-container - - gogol-customsearch - - gogol-dataflow - - gogol-dataproc - - gogol-datastore - - gogol-debugger - - gogol-deploymentmanager - - gogol-dfareporting - - gogol-discovery - - gogol-dns - - gogol-doubleclick-bids - - gogol-doubleclick-search - - gogol-drive - - gogol-firebase-rules - - gogol-fitness - - gogol-fonts - - gogol-freebasesearch - - gogol-fusiontables - - gogol-games - - gogol-games-configuration - - gogol-games-management - - gogol-genomics - - gogol-gmail - - gogol-groups-migration - - gogol-groups-settings - - gogol-identity-toolkit - - gogol-kgsearch - - gogol-latencytest - - gogol-logging - - gogol-maps-coordinate - - gogol-maps-engine - - gogol-mirror - - gogol-monitoring - - gogol-oauth2 - - gogol-pagespeed - - gogol-partners - - gogol-people - - gogol-play-moviespartner - - gogol-plus - - gogol-plus-domains - - gogol-prediction - - gogol-proximitybeacon - - gogol-pubsub - - gogol-qpxexpress - - gogol-replicapool - - gogol-replicapool-updater - - gogol-resourcemanager - - gogol-resourceviews - - gogol-script - - gogol-sheets - - gogol-shopping-content - - gogol-siteverification - - gogol-spectrum - - gogol-sqladmin - - gogol-storage - - gogol-storage-transfer - - gogol-tagmanager - - gogol-taskqueue - - gogol-translate - - gogol-urlshortener - - gogol-useraccounts - - gogol-vision - - gogol-webmaster-tools - - gogol-youtube - - gogol-youtube-analytics - - gogol-youtube-reporting + # - gogol # fails to build due to conduit 1.3, servant 0.13 + # - gogol-core + # - gogol-adexchange-buyer + # - gogol-adexchange-seller + # - gogol-admin-datatransfer + # - gogol-admin-directory + # - gogol-admin-emailmigration + # - gogol-admin-reports + # - gogol-adsense + # - gogol-adsense-host + # - gogol-affiliates + # - gogol-analytics + # - gogol-android-enterprise + # - gogol-android-publisher + # - gogol-appengine + # - gogol-apps-activity + # - gogol-apps-calendar + # - gogol-apps-licensing + # - gogol-apps-reseller + # - gogol-apps-tasks + # - gogol-appstate + # - gogol-autoscaler + # - gogol-bigquery + # - gogol-billing + # - gogol-blogger + # - gogol-books + # - gogol-civicinfo + # - gogol-classroom + # - gogol-cloudmonitoring + # - gogol-cloudtrace + # - gogol-compute + # - gogol-container + # - gogol-customsearch + # - gogol-dataflow + # - gogol-dataproc + # - gogol-datastore + # - gogol-debugger + # - gogol-deploymentmanager + # - gogol-dfareporting + # - gogol-discovery + # - gogol-dns + # - gogol-doubleclick-bids + # - gogol-doubleclick-search + # - gogol-drive + # - gogol-firebase-rules + # - gogol-fitness + # - gogol-fonts + # - gogol-freebasesearch + # - gogol-fusiontables + # - gogol-games + # - gogol-games-configuration + # - gogol-games-management + # - gogol-genomics + # - gogol-gmail + # - gogol-groups-migration + # - gogol-groups-settings + # - gogol-identity-toolkit + # - gogol-kgsearch + # - gogol-latencytest + # - gogol-logging + # - gogol-maps-coordinate + # - gogol-maps-engine + # - gogol-mirror + # - gogol-monitoring + # - gogol-oauth2 + # - gogol-pagespeed + # - gogol-partners + # - gogol-people + # - gogol-play-moviespartner + # - gogol-plus + # - gogol-plus-domains + # - gogol-prediction + # - gogol-proximitybeacon + # - gogol-pubsub + # - gogol-qpxexpress + # - gogol-replicapool + # - gogol-replicapool-updater + # - gogol-resourcemanager + # - gogol-resourceviews + # - gogol-script + # - gogol-sheets + # - gogol-shopping-content + # - gogol-siteverification + # - gogol-spectrum + # - gogol-sqladmin + # - gogol-storage + # - gogol-storage-transfer + # - gogol-tagmanager + # - gogol-taskqueue + # - gogol-translate + # - gogol-urlshortener + # - gogol-useraccounts + # - gogol-vision + # - gogol-webmaster-tools + # - gogol-youtube + # - gogol-youtube-analytics + # - gogol-youtube-reporting # - ede # https://github.com/brendanhay/ede/issues/28 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - semver From f8e36aebdfc361c99615e96b9223afba2f1f0d36 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:42:07 -0700 Subject: [PATCH 1829/1926] Test proto-lens-combinators --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 100ea4d4..41886b64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3738,7 +3738,7 @@ skipped-tests: # the relevant stackage upper bound is lifted. # Compilation failures - - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 + # proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - store # https://github.com/fpco/store/issues/125 From d0896faf036f314ae9cb6e632d9029a00fff996b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:44:15 -0700 Subject: [PATCH 1830/1926] Test pell --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41886b64..38b49598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3738,8 +3738,8 @@ skipped-tests: # the relevant stackage upper bound is lifted. # Compilation failures - # proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - - pell # https://github.com/brunjlar/pell/issues/1 + - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 + # pell # https://github.com/brunjlar/pell/issues/1 - store # https://github.com/fpco/store/issues/125 # Runtime issues From 93c9195f6b3503cf054330970e3527045ec8c6b9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:45:14 -0700 Subject: [PATCH 1831/1926] Actually remove pell skipped test as pell is blocked --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b49598..6c7b63bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3739,7 +3739,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - # pell # https://github.com/brunjlar/pell/issues/1 - store # https://github.com/fpco/store/issues/125 # Runtime issues From a8701f6eabe39557e3e27d270d14232bad0cfbc3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:46:37 -0700 Subject: [PATCH 1832/1926] Test store --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c7b63bb..a196337b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3739,7 +3739,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - - store # https://github.com/fpco/store/issues/125 + # store # https://github.com/fpco/store/issues/125 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 0a11da6b9b0c9645e77f6dc119b177cb7a382972 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 08:49:57 -0700 Subject: [PATCH 1833/1926] store was fixed but not removed from the skipped tests, fixed --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a196337b..94010ef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3739,7 +3739,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - # store # https://github.com/fpco/store/issues/125 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From bf626827876edf9e1e13072cb2b8f33e8efc5e59 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 09:19:08 -0700 Subject: [PATCH 1834/1926] Actually we don't have yet access to the store fix --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94010ef7..3ba85e3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3739,6 +3739,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 + - store # https://github.com/fpco/store/issues/125 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 @@ -4377,6 +4378,7 @@ tell-me-when-its-released: - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 - hledger-1.9.1 # remove upper bounds - ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33 +- store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 9015967e5310d8bc3f739384acd24badcbe79208 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 09:26:28 -0700 Subject: [PATCH 1835/1926] Remove store from expected haddock failures --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ba85e3a..863112eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4139,9 +4139,6 @@ expected-haddock-failures: - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - # Runs out of memory - - store - # end of expected-haddock-failures # For packages with haddock issues From ffe96084b0ca539a9339f12f9997677b03eeaddb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 12:53:12 -0700 Subject: [PATCH 1836/1926] Test fix for cpio-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 863112eb..0337c21a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3744,7 +3744,7 @@ skipped-tests: # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 + # cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 From 455dac99a50158731853839b78727b11e6d6730c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 12:57:13 -0700 Subject: [PATCH 1837/1926] No fix released yet, added to tell-me-when-its-released --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0337c21a..9b2ed671 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3744,7 +3744,7 @@ skipped-tests: # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - # cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 + - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 @@ -4376,6 +4376,7 @@ tell-me-when-its-released: - hledger-1.9.1 # remove upper bounds - ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 +- cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 440853afa60a209c78bd00f01db27187ce192107 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 12:57:28 -0700 Subject: [PATCH 1838/1926] Test rose-trees fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b2ed671..5e96a28d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,7 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 + # rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 From 8140d78a186bc6203ef56cc458a94589bc9097b2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 12:58:17 -0700 Subject: [PATCH 1839/1926] Actually remove rose-trees as it is no longer in the snapshot --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e96a28d..a80089c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,6 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - # rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 From 9163d3d82fcd772135d2d6f22de898c4c5e251be Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 13:01:59 -0700 Subject: [PATCH 1840/1926] Try binary-parsers fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a80089c3..b6ec57f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,7 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 + # binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 From d8f617f92b80d0db3e46d329118f51d563a167e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 13:06:01 -0700 Subject: [PATCH 1841/1926] binary-parsers is not fixed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ec57f6..9a6d4396 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,8 +3746,7 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - # binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - - intero # https://github.com/commercialhaskell/intero/issues/462 + - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 From 3b337c8bb87d2ccb962f812c763c2bddefbcd6e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 13:07:37 -0700 Subject: [PATCH 1842/1926] Remove picoparsec blockers as picoparsec is dropped out of snapshot --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a6d4396..6cd1c879 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3747,7 +3747,6 @@ skipped-tests: - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 # Missing foreign library @@ -4092,7 +4091,6 @@ expected-benchmark-failures: - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib # Missing files in sdist - - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 From 0bd966d85131f5176a7f1a6c91222c34084ec0b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 13:08:12 -0700 Subject: [PATCH 1843/1926] Remove reroute blockers as it is dropped out of snapshot --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6cd1c879..eea52ff4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3747,7 +3747,6 @@ skipped-tests: - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - - reroute # https://github.com/agrafix/Spock/issues/130 # Missing foreign library - symengine # symengine From b5b97453bdcf55a40112c376178d8876f903d96b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 14:00:26 -0700 Subject: [PATCH 1844/1926] Categorize the uncategorized test blockers --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eea52ff4..a1a81578 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3724,6 +3724,8 @@ skipped-tests: - mysql-haskell # tasty - static-text # tasty - test-framework # QuickCheck 2.10 + - ed25519 # QuickCheck, hlint and more + - hackage-security # QuickCheck # Transitive outdated dependencies # These can also be checked for updates periodically. @@ -3740,6 +3742,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - store # https://github.com/fpco/store/issues/125 + - snappy # https://github.com/fpco/stackage/issues/3511 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 @@ -3809,11 +3812,6 @@ skipped-tests: - time-parsers - dlist-nonempty # QuickCheck2.11 - # Uncategorized, please categorize! - - hackage-security # Cabal 2.0 - - ed25519 # QuickCheck, hlint and more - - snappy # https://github.com/fpco/stackage/issues/3511 - # tasty 0.12 and tasty-hunit 0.10 - airship - hakyll @@ -3992,7 +3990,6 @@ expected-test-failures: - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - download # https://github.com/fpco/stackage/issues/2811 - - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - llvm-hs-pretty # https://github.com/llvm-hs/llvm-hs-pretty/issues/48 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From 6b615de8b8965ccadabbdf4951ed72bbe2bf301c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 15:56:14 -0700 Subject: [PATCH 1845/1926] Some more tests are unblocked --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1a81578..064c2b65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3813,12 +3813,8 @@ skipped-tests: - dlist-nonempty # QuickCheck2.11 # tasty 0.12 and tasty-hunit 0.10 - - airship - - hakyll - indents - barrier - - haskell-names - - throwable-exceptions # Requires exactly pretty-show-1.6.10 - haskell-src-exts From ee488650ef3ed132e8b9b1e697cae487a2de8c53 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 15:58:09 -0700 Subject: [PATCH 1846/1926] Classify more of the skipped tests --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 064c2b65..b5bcb59a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3726,6 +3726,8 @@ skipped-tests: - test-framework # QuickCheck 2.10 - ed25519 # QuickCheck, hlint and more - hackage-security # QuickCheck + - indents # tasty 0.12 and tasty-hunit 0.10 + - barrier # tasty 0.12 and tasty-hunit 0.10 # Transitive outdated dependencies # These can also be checked for updates periodically. @@ -3812,15 +3814,8 @@ skipped-tests: - time-parsers - dlist-nonempty # QuickCheck2.11 - # tasty 0.12 and tasty-hunit 0.10 - - indents - - barrier - - # Requires exactly pretty-show-1.6.10 - - haskell-src-exts - + - haskell-src-exts # Requires exactly pretty-show-1.6.10 - hpack # haskell-src-exts via interpolate - - ihaskell # haskell-src-exts via here # Uses Cabal's "library internal" stanza feature From d4a0f28a6c991733ae587ef869b15a283eca56a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 7 Jun 2018 16:06:45 -0700 Subject: [PATCH 1847/1926] Finish processing all skipped-tests --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5bcb59a..f65a37c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3814,13 +3814,8 @@ skipped-tests: - time-parsers - dlist-nonempty # QuickCheck2.11 - - haskell-src-exts # Requires exactly pretty-show-1.6.10 - - hpack # haskell-src-exts via interpolate - - ihaskell # haskell-src-exts via here - # Uses Cabal's "library internal" stanza feature - s3-signer - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b4ce5bb5bf64a5588eed58ec6c1914061b94e5dd Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 8 Jun 2018 08:27:39 +0900 Subject: [PATCH 1848/1926] This adds back in the servant-checked-exceptions package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f65a37c3..59af52b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2090,7 +2090,7 @@ packages: # - opaleye-trans # product-profunctors 0.9 - pretty-simple - read-env-var - # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 + - servant-checked-exceptions # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th - world-peace From d1e10e2ba1e6723c80e96d00d60b1d53117b39fe Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 8 Jun 2018 08:33:12 +0900 Subject: [PATCH 1849/1926] Make sure the servant-checked-exceptions-core package is added as well. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59af52b5..4d20813b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2091,6 +2091,7 @@ packages: - pretty-simple - read-env-var - servant-checked-exceptions + - servant-checked-exceptions-core # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th - world-peace From aaf61098c4b5646c774c2d97bf5db48f79f89fd7 Mon Sep 17 00:00:00 2001 From: ncaq Date: Fri, 8 Jun 2018 20:42:40 +0900 Subject: [PATCH 1850/1926] added: debug-trace-var --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d20813b..9f4cc2ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2988,6 +2988,7 @@ packages: - minio-hs "ncaq @ncaq": + - debug-trace-var # - haskell-import-graph # fgl via graphviz - string-transform - uniq-deep From 127517042eb0cc8dfe85daf4a7dfee1695e805b6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 8 Jun 2018 07:23:26 -0700 Subject: [PATCH 1851/1926] Remove expected-test-failure of package not present everywhere else --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4cc2ea..54b56d34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3825,7 +3825,6 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 # Intermittent failures or unreliable. These tests may pass when From db34da1ab86f5ee9721f109d474e4899dde5ddbd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 8 Jun 2018 20:57:31 -0700 Subject: [PATCH 1852/1926] concurrent-extra test failure #3717 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54b56d34..d1fede18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3853,6 +3853,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 + - concurrent-extra # https://github.com/commercialhaskell/stackage/issues/3717 # Timeouts # These tests sometimes take too long and hit the stackage build From 430b87f9da439cd89a64521a8c3c28dad277f92a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 8 Jun 2018 21:20:56 -0700 Subject: [PATCH 1853/1926] Expect failure testing pandoc (#3719) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1fede18..1d0ca444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3854,6 +3854,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - concurrent-extra # https://github.com/commercialhaskell/stackage/issues/3717 + - pandoc # https://github.com/commercialhaskell/stackage/issues/3719 # Timeouts # These tests sometimes take too long and hit the stackage build From 52d4f6de60d95d679280001d689661aadc3db7eb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 07:41:59 -0700 Subject: [PATCH 1854/1926] Disable tests for base64-bytestring-type (https://github.com/commercialhaskell/stackage/issues/3620#issuecomment-395947135) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d0ca444..f5be7fb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3815,6 +3815,7 @@ skipped-tests: - these - time-parsers - dlist-nonempty # QuickCheck2.11 + - base64-bytestring-type # https://github.com/commercialhaskell/stackage/issues/3620#issuecomment-395947135 # Uses Cabal's "library internal" stanza feature - s3-signer From 95ae9cd038418a1d9817051d0809bf458b7be090 Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Fri, 8 Jun 2018 20:54:37 -0700 Subject: [PATCH 1855/1926] add th-printf --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5be7fb6..960e8af8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Jude Taylor @pikajude": + - th-printf + "Christian Marie @christian-marie": - git-vogue From da3670f5d46f4470e5b6efc0e03645df599c903a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 9 Jun 2018 10:10:06 +0300 Subject: [PATCH 1856/1926] Re-enable OneTuple and tuple --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 960e8af8..c29e4449 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2525,8 +2525,8 @@ packages: # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - # - tuple # ghc 8.4 via OneTuple - - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 + - tuple + - OneTuple # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": From b7e625b56280e5912c6e8ea85f7057e1f03ff5f4 Mon Sep 17 00:00:00 2001 From: ALeX Kazik Date: Sat, 9 Jun 2018 12:13:56 +0200 Subject: [PATCH 1857/1926] Add exomizer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c29e4449..19c58f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3385,6 +3385,7 @@ packages: - om-elm "ALeX Kazik @alexkazik": + - exomizer - qnap-decrypt "Reed Oei @ReedOei": From 73f94f8415fc1299bf180af881bf787296946e69 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 9 Jun 2018 16:03:48 +0200 Subject: [PATCH 1858/1926] Add spoon & tagshare, re-enable language-ecmascript & servant-js --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19c58f42..4e573dff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -831,6 +831,9 @@ packages: - through-text # Not my packages - HStringTemplate + - language-ecmascript + - spoon + - tagshare "Benedict Aas @Shou": - boolean-like @@ -1171,7 +1174,7 @@ packages: - servant - servant-client - servant-docs - - servant-js < 0 # language-ecmascript + - servant-js - servant-server - servant-lucid - servant-blaze @@ -3486,7 +3489,6 @@ packages: - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - consul-haskell - hasql-transaction - - language-ecmascript < 0 # wl-pprint "GHC upper bounds": # Need to always match the version shipped with GHC @@ -3717,6 +3719,7 @@ skipped-tests: - haddock-library # base-compat-0.10.1, hspec-2.5.1 - haxl # aeson-1.3 in test-suite - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 + - language-ecmascript # testing-feat 1.1.0.0 - makefile # GHC 8.2 - next-ref # hspec 2.3 - partial-order # HUnit 1.6 From a5a0e5e9966768c979946d8c0cbf8e215c2853b9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 08:35:31 -0700 Subject: [PATCH 1859/1926] Update reason for some blockers --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e573dff..dd9ceca5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,7 @@ packages: - beam-sqlite < 0 # via aeson-1.3.1.0 "Fraser Murray @yusent": [] @@ -411,7 +411,7 @@ packages: - say - unliftio-core - unliftio - - compact < 0 # GHC 8.4 via base-4.11.0.0 + - compact < 0 # ghc-compact - fsnotify - hinotify @@ -3480,7 +3480,7 @@ packages: - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Unique < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-compact < 0 # GHC 8.4 via base-4.11.1.0 - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 From 831f7353e15b58f506d78673542f73de3e7665b0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 08:35:46 -0700 Subject: [PATCH 1860/1926] Test yi-* packages --- build-constraints.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd9ceca5..fa1f5f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -456,7 +456,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-lsp # 0 # GHC 8.4 via base-4.11.0.0 - hjsmin - language-javascript - Strafunski-StrategyLib @@ -2111,7 +2111,7 @@ packages: - charsetdetect-ae - compiler-warnings - docopt - - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - dynamic-state # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - dyre - io-storage - oo-prototypes @@ -2119,19 +2119,19 @@ packages: - unordered-intmap - word-trie - xdg-basedir - - yi-core < 0 # GHC 8.4 via dynamic-state - - yi-frontend-vty < 0 # GHC 8.4 via yi-rope - - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope - - yi-ireader < 0 # GHC 8.4 via yi-rope - - yi-keymap-cua < 0 # GHC 8.4 via yi-rope - - yi-keymap-emacs < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - yi-core # 0 # GHC 8.4 via dynamic-state + - yi-frontend-vty # 0 # GHC 8.4 via yi-rope + - yi-fuzzy-open # 0 # GHC 8.4 via yi-rope + - yi-ireader # 0 # GHC 8.4 via yi-rope + - yi-keymap-cua # 0 # GHC 8.4 via yi-rope + - yi-keymap-emacs # 0 # GHC 8.4 via yi-rope + - yi-keymap-vim # 0 # GHC 8.4 via yi-rope - yi-language - - yi-misc-modes < 0 # GHC 8.4 via yi-rope - - yi-mode-haskell < 0 # GHC 8.4 via yi-rope - - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - - yi-rope < 0 # build failure with GHC 8.4 https://github.com/yi-editor/yi-rope/issues/17 - - yi-snippet < 0 # GHC 8.4 via yi-rope + - yi-misc-modes # 0 # GHC 8.4 via yi-rope + - yi-mode-haskell # 0 # GHC 8.4 via yi-rope + - yi-mode-javascript # 0 # GHC 8.4 via yi-rope + - yi-rope # 0 # build failure with GHC 8.4 https://github.com/yi-editor/yi-rope/issues/17 + - yi-snippet # 0 # GHC 8.4 via yi-rope "Tobias Bexelius @tobbebex": - GPipe < 0 # GHC 8.4 via base-4.11.0.0 From e260deccbfdf3affbc56c536c7cb5c41648659a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 09:10:30 -0700 Subject: [PATCH 1861/1926] Update blockers and test more --- build-constraints.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa1f5f57..2f8b4796 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -58,7 +58,7 @@ packages: - safe-foldable "Jaro Reinders @Noughtmare": - - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp + - haskell-lsp-client # 0 # GHC 8.4 via haskell-lsp "Florian Knupfer @knupfer": - type-of-html @@ -456,7 +456,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - - haskell-lsp # 0 # GHC 8.4 via base-4.11.0.0 + - haskell-lsp - hjsmin - language-javascript - Strafunski-StrategyLib @@ -2111,7 +2111,7 @@ packages: - charsetdetect-ae - compiler-warnings - docopt - - dynamic-state # 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - dynamic-state - dyre - io-storage - oo-prototypes @@ -2119,19 +2119,19 @@ packages: - unordered-intmap - word-trie - xdg-basedir - - yi-core # 0 # GHC 8.4 via dynamic-state - - yi-frontend-vty # 0 # GHC 8.4 via yi-rope - - yi-fuzzy-open # 0 # GHC 8.4 via yi-rope - - yi-ireader # 0 # GHC 8.4 via yi-rope - - yi-keymap-cua # 0 # GHC 8.4 via yi-rope - - yi-keymap-emacs # 0 # GHC 8.4 via yi-rope - - yi-keymap-vim # 0 # GHC 8.4 via yi-rope + - yi-core < 0 # GHC 8.4 build failure + - yi-frontend-vty < 0 # GHC 8.4 via yi-core + - yi-fuzzy-open < 0 # GHC 8.4 via yi-core + - yi-ireader < 0 # GHC 8.4 via yi-core + - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-keymap-emacs < 0 # GHC 8.4 via yi-core + - yi-keymap-vim < 0 # GHC 8.4 via yi-core - yi-language - - yi-misc-modes # 0 # GHC 8.4 via yi-rope - - yi-mode-haskell # 0 # GHC 8.4 via yi-rope - - yi-mode-javascript # 0 # GHC 8.4 via yi-rope - - yi-rope # 0 # build failure with GHC 8.4 https://github.com/yi-editor/yi-rope/issues/17 - - yi-snippet # 0 # GHC 8.4 via yi-rope + - yi-misc-modes < 0 # GHC 8.4 via yi-core + - yi-mode-haskell < 0 # GHC 8.4 via yi-core + - yi-mode-javascript < 0 # GHC 8.4 via yi-core + - yi-rope + - yi-snippet < 0 # GHC 8.4 via yi-core "Tobias Bexelius @tobbebex": - GPipe < 0 # GHC 8.4 via base-4.11.0.0 From 398e3678ccabbd534411454e675e08b830e35158 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 09:15:37 -0700 Subject: [PATCH 1862/1926] Update reason for blocker --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f8b4796..d6e49d02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -58,7 +58,7 @@ packages: - safe-foldable "Jaro Reinders @Noughtmare": - - haskell-lsp-client # 0 # GHC 8.4 via haskell-lsp + - haskell-lsp-client < 0 # GHC 8.4 build failure "Florian Knupfer @knupfer": - type-of-html From 5d3b7411cd09d6126e00fda5d3a276ec4b960740 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 09:52:18 -0700 Subject: [PATCH 1863/1926] Update blocker for accelerate-examples as AccelerateHS/accelerate#418 has been closed a long time ago --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6e49d02..19af409c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -747,7 +747,7 @@ packages: - accelerate-llvm < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 - # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 + - accelerate-examples < 0 # GHC 8.4 via accelerate - repa - repa-algorithms < 0 # GHC 8.4 via repa - repa-io < 0 # GHC 8.4 via repa From 2d8a3573f24abeb262941dd074f36cd76acd1a6b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 09:54:20 -0700 Subject: [PATCH 1864/1926] Update blocker for grouped-list --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19af409c..7cbd24db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -784,7 +784,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 + - grouped-list < 0 # GHC 8.4 via base-4.11.1.0 - haskintex < 0 # GHC 8.4 via hint - HaTeX - include-file From 85275857423b05bb349898016f0831402a7f5f74 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 09:54:29 -0700 Subject: [PATCH 1865/1926] Test haskintex, hint --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cbd24db..378e94ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -785,7 +785,7 @@ packages: - byteset - Clipboard - grouped-list < 0 # GHC 8.4 via base-4.11.1.0 - - haskintex < 0 # GHC 8.4 via hint + - haskintex # 0 # GHC 8.4 via hint - HaTeX - include-file - matrix @@ -3485,7 +3485,7 @@ packages: - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - - hint < 0 # GHC 8.4 via ghc-8.4.1 + - hint # 0 # GHC 8.4 via ghc-8.4.1 - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - consul-haskell - hasql-transaction From cb0832ef2f0d10f128b688060a697d823276b438 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 10:07:08 -0700 Subject: [PATCH 1866/1926] Update blocker for xmonad-extras (#3724) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 378e94ad..1b6ac9e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -489,7 +489,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras < 0 # GHC 8.4 via hint + - xmonad-extras < 0 # https://github.com/commercialhaskell/stackage/issues/3724 - shelly - persistent-redis < 0 # GHC 8.4 via hedis @@ -785,7 +785,7 @@ packages: - byteset - Clipboard - grouped-list < 0 # GHC 8.4 via base-4.11.1.0 - - haskintex # 0 # GHC 8.4 via hint + - haskintex - HaTeX - include-file - matrix @@ -3485,7 +3485,7 @@ packages: - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - - hint # 0 # GHC 8.4 via ghc-8.4.1 + - hint - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - consul-haskell - hasql-transaction From 77293299e580b3b6736e20396a39ccbc4c0ee252 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 10:07:25 -0700 Subject: [PATCH 1867/1926] Test buchhaltung --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b6ac9e1..859e063e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -32,7 +32,7 @@ packages: # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - - buchhaltung < 0 # GHC 8.4 via hint + - buchhaltung "Tom McLaughlin @thomasjm": - aeson-typescript From 04a9dcc8440c753f0dae2f37013debbc5fb1699b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 10:09:57 -0700 Subject: [PATCH 1868/1926] buchhaltung GHC8.4 build failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 859e063e..b485704a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -32,7 +32,7 @@ packages: # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - - buchhaltung + - buchhaltung # GHC 8.4 build failure "Tom McLaughlin @thomasjm": - aeson-typescript From 5943731140de30299993f1494924725dc4b3fdb3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 10:35:18 -0700 Subject: [PATCH 1869/1926] Test diagrams* --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b485704a..cdf50482 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -684,8 +684,8 @@ packages: "Brent Yorgey @byorgey": - active - # - diagrams # lens 4.16 - # - diagrams-builder # haskell-src-exts + - diagrams + - diagrams-builder - diagrams-cairo - diagrams-gtk - diagrams-contrib @@ -1276,7 +1276,7 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - # - diagrams-canvas # lens 4.16 + - diagrams-canvas - svg-builder "Gabríel Arthúr Pétursson @polarina": From 6f8ce5380089686a6ed4d19eeb3ad25d99ceb295 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 9 Jun 2018 10:41:06 -0700 Subject: [PATCH 1870/1926] Typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdf50482..965f1fec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -32,7 +32,7 @@ packages: # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - - buchhaltung # GHC 8.4 build failure + - buchhaltung < 0 # GHC 8.4 build failure "Tom McLaughlin @thomasjm": - aeson-typescript From f163dba8efee7c3a1447c1885a4d449e4043d42e Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev <318986+aligusnet@users.noreply.github.com> Date: Sun, 10 Jun 2018 10:55:59 +0100 Subject: [PATCH 1871/1926] renamed github's account from @alexander-ignatyev to @aligusnet --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 965f1fec..1a737ced 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3125,7 +3125,7 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": + "Alexander Ignatyev @aligusnet": - astro - mltool - hmatrix-morpheus From 2f413e1a7ef8b5c1a75c82b2aafd37c269a9bd88 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 10 Jun 2018 09:37:10 -0700 Subject: [PATCH 1872/1926] Upper bound aeson (#3728) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a737ced..bdd3fc0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ packages: - hledger-web < 1.9.2 - hledger-api < 1.9.1 - hledger-interest < 1.5.2 + + # https://github.com/commercialhaskell/stackage/issues/3728 + - aeson < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From db91cdf7e4ba10373ff47573d047e9785ec4b94b Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 10 Jun 2018 21:33:06 +0800 Subject: [PATCH 1873/1926] Add first-class-patterns --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdd3fc0c..ba2ffcea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3153,9 +3153,10 @@ packages: - o-clock - universum - "Kowainik @kowainik": + "Kowainik @ChShersh": # Requires Cabal file format 2.2 # - base-noprelude == 4.11.1.0 + - first-class-patterns - summoner - tomland From b0b8b758c0ce9bdf5ac1efbffafc4b1812e1fe56 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 10 Jun 2018 10:55:51 -0700 Subject: [PATCH 1874/1926] Keep an old version of threepenny-gui (#3729) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba2ffcea..440f9a84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3532,6 +3532,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3728 - aeson < 1.4 + + # https://github.com/commercialhaskell/stackage/issues/3729 + - threepenny-gui < 0.8.2.4 # end of packages # Package flags are applied to individual packages, and override the values of From ba4669ce8f3a993e887417aa672bd82b2647dc44 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 12 Jun 2018 19:01:49 +0200 Subject: [PATCH 1875/1926] Remove version constraints on threepenny-gui threepenny-gui is compatible with the latest `websockets-0.12.5.1`. This reverts commit b0b8b758c0ce9bdf5ac1efbffafc4b1812e1fe56. Closes #3729. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 440f9a84..ba2ffcea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3532,9 +3532,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3728 - aeson < 1.4 - - # https://github.com/commercialhaskell/stackage/issues/3729 - - threepenny-gui < 0.8.2.4 # end of packages # Package flags are applied to individual packages, and override the values of From bfbce8d52607469359fb4e03aaddb87aa3d593bf Mon Sep 17 00:00:00 2001 From: stites Date: Tue, 12 Jun 2018 14:47:21 -0400 Subject: [PATCH 1876/1926] re-add gym-http-api --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 440f9a84..7adbac65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,8 +3256,7 @@ packages: - hedgehog-corpus "Sam Stites @stites": - [] - # - gym-http-api # https://github.com/fpco/stackage/issues/3354 + - gym-http-api "Tom Sydney Kerckhove @NorfairKing": - genvalidity From 87f71410db06220b0dab59ca53b1d9f1b0d2d259 Mon Sep 17 00:00:00 2001 From: Iris Ward Date: Wed, 13 Jun 2018 04:11:54 +0100 Subject: [PATCH 1877/1926] Add typenums to build-constraints --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 440f9a84..172c8b48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Iris Ward @AdituV": + - typenums + "Jude Taylor @pikajude": - th-printf From e271a300eb9888094f66c3bbc63333899db0156e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 13 Jun 2018 13:04:21 +0200 Subject: [PATCH 1878/1926] Add fay --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 440f9a84..1ba4c52d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -826,6 +826,7 @@ packages: - HUnit - aeson - attoparsec-iso8601 + - fay - feed - time-compat - through-text From f873ff43c93e925a05c515c78b67fb52d3928d63 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Jun 2018 15:48:12 +0300 Subject: [PATCH 1879/1926] New LTS major bump --- CURATORS.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 7f045ead..f51f9fc8 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -402,3 +402,25 @@ nightly build in order to move forward with getting the latest versions of packages compatible with the new GHC release. [GHC upgrade note]: https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version + +## New LTS major bump + +Every 3-6 months, we make a new major release of LTS. The procedure we follow for this is: + +1. Write a blog post on stackage.org announcing the intent to cut a major + release. Give an estimated date two weeks in the future from the publication + date of the post. +2. Spread the blog post on social media and mailing lists as much as possible. +3. Expect maintainers to send significant requests for added packages and + relaxed upper bounds. There will likely be some hard decisions to be made + regarding relaxing a bound versus keeping more packages. All of these changes + occur on master and affect nightly. +4. Once the estimated date hits, push a new `lts-XX` branch and trigger Docker + Hub to build a Docker image for the new release. +5. Run the build procedure for the new LTS release. +6. After the LTS build completes, more aggressively prune upper bounds from + `build-constraints.yaml`. +7. Once both (5) and (6) are done, publish a new blog post on stackage.org + announcing the new LTS and Nightly, with links to the change pages on + stackage.org. Include a reminder that requests for packages to be added to LTS + may be made on commercialhaskell/lts-haskell. From 87b174e2c66b396c5b153392658ccc88f69efb85 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 13 Jun 2018 21:29:46 +0800 Subject: [PATCH 1880/1926] Reenabled cassava-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a085bd5..6d303b26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -872,7 +872,7 @@ packages: - json-autotype "Dom De Re @domdere": - - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 + - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - random-fu < 0 # GHC 8.4 via random-shuffle From 68d6e140a4955d750a5cb5c1a4f857f5f76c6c91 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 13 Jun 2018 16:13:41 -0700 Subject: [PATCH 1881/1926] clarify hledger comment --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d303b26..d2ded6f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -990,9 +990,10 @@ packages: "Simon Michael @simonmichael": # # The hledger project aims to keep the latest release of the core - # hledger-lib and hledger packages in stackage. When other hledger-* packages have - # too-restrictive bounds, we prefer they be removed rather than holding back - # hledger-lib and hledger. (https://github.com/fpco/stackage/issues/3494) + # hledger-lib and hledger packages in stackage nightly at all times. + # When other hledger-* packages have too-restrictive bounds, we prefer they + # be removed, rather than putting an upper bound on hledger-lib and hledger. + # (https://github.com/fpco/stackage/issues/3494) # - hledger-lib - hledger From 35cf6d5f4a517b6a777dcd060373541c87ee3a1c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 13 Jun 2018 16:13:56 -0700 Subject: [PATCH 1882/1926] allow latest hledger* again, but stick to revision 0 (#3706) Revision 1 was good for cabal installers with old GHC, but bad for stackage nightly. This should fix the latter. I might continue this policy - use revisions to patch up the cabal install experience, but avoid them in stackage. --- build-constraints.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ded6f0..4464feea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3525,14 +3525,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3702 - hw-rankselect < 0.11 - # https://github.com/commercialhaskell/stackage/issues/3706 - - hledger < 1.9.1 - - hledger-lib < 1.9.1 - - hledger-ui < 1.9.1 - - hledger-web < 1.9.2 - - hledger-api < 1.9.1 - - hledger-interest < 1.5.2 - # https://github.com/commercialhaskell/stackage/issues/3728 - aeson < 1.4 # end of packages @@ -4369,7 +4361,6 @@ tell-me-when-its-released: - freer-effects-0.3.0.1 # re-enable extensible benchmarks - logging-effect-1.3.0 # reenable benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 -- hledger-1.9.1 # remove upper bounds - ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 - cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 @@ -4450,6 +4441,13 @@ no-revisions: - foundation - gauge - stack +# https://github.com/commercialhaskell/stackage/issues/3706: +- hledger +- hledger-lib +- hledger-ui +- hledger-web +- hledger-api + # Do not build these packages in parallel with others. Useful for high memory # usage. From cf42ed2f8bd8dcc408227354c58198c178285bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20N=C3=A9meth?= Date: Thu, 14 Jun 2018 16:22:40 +0200 Subject: [PATCH 1883/1926] Re-enabling my packages Haskell-tools is now compatible with GHC-8.4.3. --- build-constraints.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4464feea..0255e6d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,15 +2945,16 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - # - haskell-tools-demo # Cabal 2 via minisat-solver - # - haskell-tools-cli # Cabal 2 via minisat-solver - # - haskell-tools-daemon # Cabal 2 via minisat-solver - # - haskell-tools-debug # Cabal 2 via minisat-solver + - classyplate + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-rewrite + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation From eef3043cadb04d1eb32b7823597aa7899d35e535 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 15 Jun 2018 19:36:24 +0900 Subject: [PATCH 1884/1926] Add the hailgun package back to stackage. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 213d9e5d..f6cefc4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2099,7 +2099,7 @@ packages: - emailaddress < 0 # opaleye - envelope - from-sum - - hailgun < 0 # via exceptions-0.10.0 + - hailgun - hailgun-simple < 0 # via hailgun - natural-transformation # - opaleye-trans # product-profunctors 0.9 From 187cb4f44ba92f6e23d8ff0f7b1f191ca5f305a0 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Fri, 15 Jun 2018 20:18:38 -0400 Subject: [PATCH 1885/1926] Update build-constraints.yaml forkable-monad maintainer --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4464feea..7e1217bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,8 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Matthew Ahrens @mpahrens": + - forkable-monad "Iris Ward @AdituV": - typenums From a0433eceee59cd4fc042d07615acb12717dd1b15 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 16 Jun 2018 18:14:50 +0700 Subject: [PATCH 1886/1926] =?UTF-8?q?Add=20the=20=E2=80=98facts=E2=80=99?= =?UTF-8?q?=20package?= 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 4464feea..5dd2bee0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2254,6 +2254,7 @@ packages: - imprint - mmark-cli - ghc-syntax-highlighter + - facts "Emmanuel Touzery @emmanueltouzery": - app-settings From f059af33923166977916b43113956583770e26df Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 16 Jun 2018 16:56:02 -0400 Subject: [PATCH 1887/1926] Re-add classyplate --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c70493d..175ef61d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3488,7 +3488,6 @@ packages: - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - Unique < 0 # GHC 8.4 via base-4.11.0.0 - ghc-compact < 0 # GHC 8.4 via base-4.11.1.0 - - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 From 460c12622b843360520fb1f932dcb83171a6753b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 16 Jun 2018 21:15:59 -0400 Subject: [PATCH 1888/1926] Skip benchmarks for minisat-solver --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 175ef61d..326adabb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4170,6 +4170,7 @@ skipped-benchmarks: # These packages # These can also be checked for updates periodically. - o-clock # base-4.10 and time-1.8 via tiempo + - minisat-solver # Cabal-2.2.0.1 via easyrender # Compilation failures From f5b72d3b46d10104134d7f69455aaa6dbc702aeb Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 16 Jun 2018 21:34:49 -0400 Subject: [PATCH 1889/1926] Disable numhask-range, chart-unit #3742 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 326adabb..325f344a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,10 +2870,10 @@ packages: "Tony Day @tonyday567": - numhask - numhask-prelude - - numhask-range + - numhask-range < 0 # https://github.com/commercialhaskell/stackage/issues/3742 - perf - online - - chart-unit + - chart-unit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build via numhask-range "Iphigenia Df @iphydf": - data-msgpack From 917cd73eb63986d63c1dfb8dbe266d896a25b175 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 13 Jun 2018 13:09:32 +0200 Subject: [PATCH 1890/1926] Add fay packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba4c52d..58ec7589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -827,6 +827,8 @@ packages: - aeson - attoparsec-iso8601 - fay + - fay-base + - fay-dom - feed - time-compat - through-text From 09c617cdf05be74d415fa702866db09088b44e9d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 17 Jun 2018 20:03:35 -0400 Subject: [PATCH 1891/1926] Restore numhask-range, chart-unit Add upper bounds for some numhask-* packages. Related to #3742. --- build-constraints.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64de21d0..213d9e5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2873,10 +2873,10 @@ packages: "Tony Day @tonyday567": - numhask - numhask-prelude - - numhask-range < 0 # https://github.com/commercialhaskell/stackage/issues/3742 + - numhask-range - perf - online - - chart-unit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build via numhask-range + - chart-unit "Iphigenia Df @iphydf": - data-msgpack @@ -3533,6 +3533,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3728 - aeson < 1.4 + + # https://github.com/commercialhaskell/stackage/issues/3742 + - numhask < 0.2.3 + - numhask-prelude < 0.1.0.0 + - numhask-range < 0.2.3.1 + - numhask-test < 0.1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 52b9eae74c4ff2c4d0a8916799b014a731599ff1 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Sun, 17 Jun 2018 21:07:52 -0400 Subject: [PATCH 1892/1926] Adding butter as a project maintained by mpahrens --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 213d9e5d..0cb344f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,7 @@ cabal-format-version: "2.0" packages: "Matthew Ahrens @mpahrens": - forkable-monad + - butter "Iris Ward @AdituV": - typenums From 01794750b72c31a89dcc3dd643c3bc44ea32c97a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Sun, 17 Jun 2018 21:46:11 -0400 Subject: [PATCH 1893/1926] Add `lawful` and `gdp` packages. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6cefc4e..add96dad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3151,6 +3151,8 @@ packages: "Matt Noonan @matt-noonan": - justified-containers - roles >= 0.2 + - lawful + - gdp "Levent Erkok @LeventErkok": - sbv < 0 # DependencyFailed (PackageName "crackNum") From 0da2af3b7db012ee8977040aa6ea99adaf49ce20 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Mon, 18 Jun 2018 10:05:58 +0300 Subject: [PATCH 1894/1926] Bring back few packages --- build-constraints.yaml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4eaa15d4..7d2aced1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1890,28 +1890,35 @@ packages: - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - - protocol-buffers - # - hprotoc # haskell-src-exts - - protocol-buffers-descriptor - - ekg-core + - SHA + - country + - currency + - data-ordlist - digits + - dns + - ekg-core + - friday + - friday-juicypixels - hbeanstalk + - hedis + - hprotoc + - hsyslog-udp - iso3166-country-codes - iso639 - - murmur-hash - monoidal-containers + - murmur-hash + - protocol-buffers + - protocol-buffers-descriptor - regex-pcre - - string-combinators - - string-class - - SHA - - data-ordlist - - hedis - - hsyslog-udp + - servant-generic + - servant-router - streaming - streaming-bytestring - - country < 0 # GHC 8.4 via base-4.11.0.0 - - friday - - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 + - string-class + - string-combinators + - ua-parser + - wai-routes + - xlsx "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From c3b7ab48c22215c36d53fa91e24743162598e763 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Mon, 18 Jun 2018 11:19:58 +0300 Subject: [PATCH 1895/1926] Remove wai-routes, servant-router --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d2aced1..b3fae618 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,13 +1911,11 @@ packages: - protocol-buffers-descriptor - regex-pcre - servant-generic - - servant-router - streaming - streaming-bytestring - string-class - string-combinators - ua-parser - - wai-routes - xlsx "Rob O'Callahan ropoctl@gmail.com @rcallahan": From 9ffbcd8361d8e8ed072b397de2020faa07bba7c0 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Mon, 18 Jun 2018 12:13:50 +0300 Subject: [PATCH 1896/1926] Remove servant-generic, ua-parser --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3fae618..ea3b4d0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1910,12 +1910,10 @@ packages: - protocol-buffers - protocol-buffers-descriptor - regex-pcre - - servant-generic - streaming - streaming-bytestring - string-class - string-combinators - - ua-parser - xlsx "Rob O'Callahan ropoctl@gmail.com @rcallahan": From fd490e1eebfc6112170f228a1c1f70bb107bc6ba Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Mon, 18 Jun 2018 20:56:28 +0300 Subject: [PATCH 1897/1926] Reown xlsx package Taken ownership back from Kostiantyn --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3b4d0b..dc5ac9fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1914,7 +1914,6 @@ packages: - streaming-bytestring - string-class - string-combinators - - xlsx "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx @@ -2010,7 +2009,7 @@ packages: - thread-local-storage "Kirill Zaborsky @qrilka": - - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 + - xlsx "Matt Parsons @parsonsmatt": - monad-logger-prefix From a99eb22c94925dbff966de31265fe6ea26baa0ea Mon Sep 17 00:00:00 2001 From: Baojun Wang Date: Mon, 18 Jun 2018 23:30:38 -0700 Subject: [PATCH 1898/1926] Add elf Add `elf` package (v0.29) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3b4d0b..9205e7ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3443,6 +3443,9 @@ packages: "Magnus Therning @magthe": - hsini + "Baojun Wang @wangbj": + - elf + # 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 00a56f50f89b31757d893d3e449334af508c737b Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Tue, 19 Jun 2018 16:42:26 +0200 Subject: [PATCH 1899/1926] Re-enable servant-generic --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3b4d0b..e72f83ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2760,7 +2760,7 @@ packages: "Patrick Chilton @chpatrick": - webrtc-vad - - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 + - servant-generic # - clang-pure - codec From 74b441bf99216ca7f0fea855a6ab4a49416c8e61 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 19 Jun 2018 21:09:47 +0200 Subject: [PATCH 1900/1926] servant upper bounds for #3750 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bd3f954..06130add 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -996,7 +996,7 @@ packages: "Simon Michael @simonmichael": # # The hledger project aims to keep the latest release of the core - # hledger-lib and hledger packages in stackage nightly at all times. + # hledger-lib and hledger packages in stackage nightly at all times. # When other hledger-* packages have too-restrictive bounds, we prefer they # be removed, rather than putting an upper bound on hledger-lib and hledger. # (https://github.com/fpco/stackage/issues/3494) @@ -3547,6 +3547,13 @@ packages: - numhask-prelude < 0.1.0.0 - numhask-range < 0.2.3.1 - numhask-test < 0.1.0.0 + + # https://github.com/commercialhaskell/stackage/issues/3750 + - servant < 0.14 + - servant-client < 0.14 + - servant-client-core < 0.14 + - servant-server < 0.14 + - servant-lucid < 0.8.1 # end of packages # Package flags are applied to individual packages, and override the values of From 3a800608b8f10bffe958fe489813e71b5c5c1151 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 19 Jun 2018 22:11:20 +0200 Subject: [PATCH 1901/1926] Re-enable tibetan-utils tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06130add..a1da90f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4055,7 +4055,6 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - perf # https://github.com/fpco/stackage/pull/2859 - - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 - hoopl # https://github.com/haskell/hoopl/issues/50 From 549209ac437a31562c49265a87f138b5cd41bbe7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 19 Jun 2018 22:16:58 +0200 Subject: [PATCH 1902/1926] require upper bound for #3751 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1da90f9..d2a896d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3554,6 +3554,9 @@ packages: - servant-client-core < 0.14 - servant-server < 0.14 - servant-lucid < 0.8.1 + + # https://github.com/commercialhaskell/stackage/issues/3751 + - require < 0.3.1 # end of packages # Package flags are applied to individual packages, and override the values of From 980f0c64cfd01ef7c175fe7068b4001b8dd58e98 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 20 Jun 2018 11:09:48 +0100 Subject: [PATCH 1903/1926] Reinstate alarmclock and bank-holidays-england The latest versions of these packages have been confirmed working against `nightly-2018-06-18` --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a896d9..4cd9ccc3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1177,8 +1177,8 @@ packages: - shake-language-c "David Turner @davecturner": - - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 + - alarmclock + - bank-holidays-england "Haskell Servant ": - servant From 89b77eb91bde5c3b32063d66352c6045cce9cbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 20 Jun 2018 18:58:29 +0100 Subject: [PATCH 1904/1926] add servant-auth*, servant-elm and streaming-wai --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a896d9..ac1e2063 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3348,6 +3348,15 @@ packages: - transformers-either < 0 # via exceptions-0.10.0 - transformers-fix + "Domen Kozar @domenkozar": + - servant-auth + - servant-auth-server + - servant-auth-client + - servant-auth-swagger + - servant-auth-docs + - servant-elm + - streaming-wai + "Andre Van Der Merwe @andrevdm": - bhoogle < 0 # GHC 8.4 via protolude From d2e392b6377948abe820443dc64b3892ee3c279d Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 20 Jun 2018 12:05:42 -0700 Subject: [PATCH 1905/1926] backprop and hmatrix-backprop enabled Their dependencies on type-combinators have been removed, so they work on ghc 8.4 now :) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a896d9..69ce5272 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1802,10 +1802,10 @@ packages: "Justin Le @mstksg": - auto - - backprop < 0 # GHC 8.4 via type-combinators + - backprop - configurator-export - hamilton - - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat + - hmatrix-backprop - hmatrix-vector-sized - one-liner-instances - prompt From 7af34dea91fc13d41cdafa512b97ca8fe79eda67 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Thu, 21 Jun 2018 15:32:56 +1000 Subject: [PATCH 1906/1926] numhask fixes --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1928a32c..2ae3064d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3551,12 +3551,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3728 - aeson < 1.4 - # https://github.com/commercialhaskell/stackage/issues/3742 - - numhask < 0.2.3 - - numhask-prelude < 0.1.0.0 - - numhask-range < 0.2.3.1 - - numhask-test < 0.1.0.0 - # https://github.com/commercialhaskell/stackage/issues/3750 - servant < 0.14 - servant-client < 0.14 From c995878fd5a97c039f15bd4c940bdbe126e13fbe Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Thu, 21 Jun 2018 23:10:39 +0300 Subject: [PATCH 1907/1926] Bring back riak and riak-protobuf --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..a661b41b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3267,7 +3267,8 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 + - riak + - riak-protobuf - airship < 0 # GHC 8.4 via http-media - hedgehog-corpus From 567d790ea6085c529de1b4f40131c0dffb9566e5 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Fri, 22 Jun 2018 13:59:04 +0900 Subject: [PATCH 1908/1926] add greskell, greskell-core and greskell-websocket packages. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..92380c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 + - greskell + - greskell-core + - greskell-websocket "Cies Breijs @cies": - htoml From 4e2e55ac1f84aadcbdd761ddecb305288d4a68b4 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 22 Jun 2018 22:22:32 +0700 Subject: [PATCH 1909/1926] =?UTF-8?q?Remove=20=E2=80=98slug=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'll no longer be supporting this package. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..ce65be5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2235,7 +2235,6 @@ packages: "Mark Karpov @mrkkrp": - megaparsec - htaglib - - slug - path-io - hspec-megaparsec - zip From 8e960f4adbedff35f55053935afa2debee44385c Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Fri, 22 Jun 2018 23:01:39 -0400 Subject: [PATCH 1910/1926] Add siggy-chardust --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..fe9bde90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,9 +7,14 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + + "Phil de Joux @philderbeast": + - siggy-chardust + "Matthew Ahrens @mpahrens": - forkable-monad - butter + "Iris Ward @AdituV": - typenums From 9e48e92b039ea559db45753ad8818bb28f28c376 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 8 Jun 2018 20:07:36 +0300 Subject: [PATCH 1911/1926] Add mbug program --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..7bb265a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -323,8 +323,9 @@ packages: "alpheccar @alpheccar": - HPDF - "Dmitry Bogatov ": + "Dmitry Bogatov @iu-guest": - once + - mbug "David Johnson @dmjio": - miso From a824ae7b8c517fba618e027c7da750dd40a45fa8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 15:50:49 +0200 Subject: [PATCH 1912/1926] Upgrade ip --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ae3064d..efc67de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4394,7 +4394,6 @@ tell-me-when-its-released: - freer-effects-0.3.0.1 # re-enable extensible benchmarks - logging-effect-1.3.0 # reenable benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 -- ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 - cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 From a045710452a065d6de41beaf67bbd865ee5f3fbc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 15:51:38 +0200 Subject: [PATCH 1913/1926] Remove upper bounds and close #3678 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efc67de3..5bce0e10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3537,10 +3537,6 @@ packages: # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 - # https://github.com/commercialhaskell/stackage/issues/3678 - - fsnotify < 0.3 - - filecache < 0.4 - # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 - primitive < 0.6.4 From 55e6b92440da7fce0fc6b6b10f969d155dff8226 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 15:53:27 +0200 Subject: [PATCH 1914/1926] Re-enable doctest-discover --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bce0e10..675fb054 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,7 +2526,7 @@ packages: - pandoc-citeproc "Karun Ramakrishnan @karun012": - - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - doctest-discover "Elie Genard @elaye": - turtle-options < 0 # GHC 8.4 via turtle From 92bc8390a55b52bce8cceb78e28a1c4b2c4d5afa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:08:28 +0200 Subject: [PATCH 1915/1926] Expect doctest-discover tests to fail karun012/doctest-discover#22 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf2eacb1..74cc1a57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,7 +14,7 @@ packages: "Matthew Ahrens @mpahrens": - forkable-monad - butter - + "Iris Ward @AdituV": - typenums @@ -4010,6 +4010,7 @@ expected-test-failures: - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - git-vogue # https://github.com/christian-marie/git-vogue/issues/103 From f8def5dc8d8556486c35b8090dbad91161af2ce1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:09:31 +0200 Subject: [PATCH 1916/1926] Try upgrading require, closes #3751 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74cc1a57..e2a11927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3562,9 +3562,6 @@ packages: - servant-client-core < 0.14 - servant-server < 0.14 - servant-lucid < 0.8.1 - - # https://github.com/commercialhaskell/stackage/issues/3751 - - require < 0.3.1 # end of packages # Package flags are applied to individual packages, and override the values of From 494b45f990bde6972b35420eb584148746501066 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:15:15 +0200 Subject: [PATCH 1917/1926] Revert "Remove upper bounds and close #3678" This reverts commit a045710452a065d6de41beaf67bbd865ee5f3fbc. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2a11927..b5521c3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3546,6 +3546,10 @@ packages: # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 + # https://github.com/commercialhaskell/stackage/issues/3678 + - fsnotify < 0.3 + - filecache < 0.4 + # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 - primitive < 0.6.4 From 5cd2f260010c82be17946cd086a7608e9b0dad64 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:16:34 +0200 Subject: [PATCH 1918/1926] Add starter upper bound for #3678 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5521c3c..098faa44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3549,6 +3549,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3678 - fsnotify < 0.3 - filecache < 0.4 + - starter < 0.3 # https://github.com/ethercrow/unordered-intmap/issues/1 # https://github.com/fpco/store/issues/131 From 18051fe958ec9ec5a3749fb05f13107e16599589 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:40:18 +0200 Subject: [PATCH 1919/1926] Revert "Try upgrading require, closes #3751" This reverts commit f8def5dc8d8556486c35b8090dbad91161af2ce1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 098faa44..c67c2969 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3567,6 +3567,9 @@ packages: - servant-client-core < 0.14 - servant-server < 0.14 - servant-lucid < 0.8.1 + + # https://github.com/commercialhaskell/stackage/issues/3751 + - require < 0.3.1 # end of packages # Package flags are applied to individual packages, and override the values of From df33454e5b8a59e165170f7f4419b700a6bad1b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 23 Jun 2018 16:54:46 +0200 Subject: [PATCH 1920/1926] Disable greskell hint tests #3758 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c67c2969..a2519f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3686,6 +3686,9 @@ package-flags: transformers-compat: five-three: true + greskell: + hint-test: false + # end of package-flags # Special configure options for individual packages From c2f4e0bfbde37d78431c704ef467e129d3d470ac Mon Sep 17 00:00:00 2001 From: "Scott N. Walck" Date: Sat, 23 Jun 2018 19:30:11 -0400 Subject: [PATCH 1921/1926] add cyclotomic --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2519f47..e244b538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Scott N. Walck @walck"; + - cyclotomic + "Phil de Joux @philderbeast": - siggy-chardust From 890ea926bdf2d570f324d9a240d4916d9418d187 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 24 Jun 2018 13:41:50 +0200 Subject: [PATCH 1922/1926] Re-enable logging-effect benchmarks --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2519f47..e36a8506 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4143,7 +4143,6 @@ expected-benchmark-failures: - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - lz4 # https://github.com/fpco/stackage/issues/3510 - hledger # https://github.com/fpco/stackage/issues/3573 - - logging-effect # https://github.com/fpco/stackage/issues/3641 # end of expected-benchmark-failures @@ -4406,7 +4405,6 @@ 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 - freer-effects-0.3.0.1 # re-enable extensible benchmarks -- logging-effect-1.3.0 # reenable benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 - cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 From 2ab72d734354a5bc5541b91e7a0b0056aaf904fe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 24 Jun 2018 13:55:35 +0200 Subject: [PATCH 1923/1926] doctest upper bound for #3763 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e36a8506..e8a334cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3570,6 +3570,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3751 - require < 0.3.1 + + # https://github.com/commercialhaskell/stackage/issues/3763 + - doctest < 0.16 # end of packages # Package flags are applied to individual packages, and override the values of From c292413ce03b86c2feae1a9b7013efbb9892311c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 24 Jun 2018 23:03:38 +0200 Subject: [PATCH 1924/1926] Expect microformats2-parser tests to fail myfreeweb/microformats2-parser#5 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66435994..9e6b9c97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4053,6 +4053,7 @@ expected-test-failures: - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 - main-tester # https://github.com/fpco/stackage/pull/3528 + - microformats2-parser # https://github.com/myfreeweb/microformats2-parser/issues/5 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 8cb572518f1ef17d42731b5f852eef7e766ed209 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jun 2018 02:00:54 +0200 Subject: [PATCH 1925/1926] Add html-conduit upper bound for myfreeweb/microformats2-parser#5 snoyberg/xml#128 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e6b9c97..e9ddf490 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3576,6 +3576,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3763 - doctest < 0.16 + + # https://github.com/myfreeweb/microformats2-parser/issues/5 + # https://github.com/snoyberg/xml/issues/128 + # Bug? + - html-conduit < 1.3.1 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -4053,7 +4059,6 @@ expected-test-failures: - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 - main-tester # https://github.com/fpco/stackage/pull/3528 - - microformats2-parser # https://github.com/myfreeweb/microformats2-parser/issues/5 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 973db8747ea2e2b607ba283b0b7de491638a62cd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jun 2018 15:12:09 +0200 Subject: [PATCH 1926/1926] Remove html-conduit upper bound myfreeweb/microformats2-parser#5 snoyberg/xml#128 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9ddf490..485bb34c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3577,11 +3577,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3763 - doctest < 0.16 - # https://github.com/myfreeweb/microformats2-parser/issues/5 - # https://github.com/snoyberg/xml/issues/128 - # Bug? - - html-conduit < 1.3.1 - # end of packages # Package flags are applied to individual packages, and override the values of