From bb5b94d0c3fcee165b7f2f65ee40e6490d9d205e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Sep 2018 18:26:32 +0900 Subject: [PATCH 001/168] add rpmbuild-order --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6be26f14..ea929aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1253,6 +1253,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools + - rpmbuild-order - darcs # - idris # aeson https://github.com/idris-lang/Idris-dev/issues/4493 From a7f9eedcfaad10671420d941130b64c33c4f298a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Sep 2018 18:26:58 +0900 Subject: [PATCH 002/168] hspec*-2.5.6 needs QuickCheck-2.12 now (#3949) --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea929aca..091c41cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3688,13 +3688,14 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3949 - QuickCheck < 2.12 + - hspec < 2.5.6 + - hspec-core < 2.5.6 + - hspec-discover < 2.5.6 + - hspec-meta < 2.5.6 # https://github.com/commercialhaskell/stackage/issues/3950 - Cabal < 2.3 - # https://github.com/hspec/hspec/issues/374 - - hspec-meta < 2.5.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 12dcbc440426a2ab39e0db95247c5680722715f7 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 3 Sep 2018 23:32:45 +0200 Subject: [PATCH 003/168] cayley-client and IPv6DB fixed --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 091c41cd..7db5c4ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,11 +1916,11 @@ packages: "Michel Boucey @MichelBoucey": - IPv6Addr - ip6addr - - cayley-client < 0 # via exceptions-0.10.0 + - cayley-client - Spintax - glabrous - google-oauth2-jwt - - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit From bca90e2947a4760f78aedc315de8b75ac182e879 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 4 Sep 2018 13:40:57 -0700 Subject: [PATCH 004/168] Remove build constraints related to proto-lens. Now that fpco/stackage-curator#64 has been merged, there is no longer a conflict between the `protobuf-simple` package and `proto-lens`-related packages. Packages that use `proto-lens` to generate Haskell source files should work now. (I'm not sure whether we need to wait for a release of `stackage-curator` before merging this.) Changes: - Allow `proto-lens-protobuf-types-0.3.0.2`; previously only older versions were allowed. - Run tests for `proto-lens-combinators_test`; previously they were disabled. I tested this change by running `stackage-curator` manually on the latest LTS, (with `proto-lens-protobuf-types-0.3.0.1`) then rerunning the same commands manually for `0.3.0.2` (ncluding recreating the PATH that `stackage-curator` used). But let me know if there are any other commands I can run to help validate this. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db5c4ad..c70395c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3680,9 +3680,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3926 - vinyl < 0.10 - # https://github.com/commercialhaskell/stackage/issues/3931 - - proto-lens-protobuf-types < 0.3.0.2 - # https://github.com/commercialhaskell/stackage/issues/3945 - dhall < 1.17 @@ -3929,7 +3926,6 @@ skipped-tests: # the relevant stackage upper bound is lifted. # Compilation failures - - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - snappy # https://github.com/bos/snappy/issues/1 # Runtime issues From fc654fe1dd3b6f489bcd72938352db647f5b93f0 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 4 Sep 2018 13:57:00 -0700 Subject: [PATCH 005/168] Add proto-lens-runtime and proto-lens-setup. They were released earlier today on Hackage. FYI, they are prerequisites for upgrading the `proto-lens-*` suite to their latest versions. In particular, they are required by `proto-lens-protobuf-types-0.4.0.0` and `proto-lens-combinators-0.4.0.0`. Tested by `stack unpack`-ing the packages and using the following `stack.yaml`: ``` resolver: nightly-2018-09-03 packages: - '.' extra-deps: - lens-labels-0.3.0.0 - proto-lens-0.4.0.0 - proto-lens-protoc-0.4.0.0 ``` --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db5c4ad..541f843a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,8 @@ packages: - proto-lens-combinators - proto-lens-protobuf-types - proto-lens-protoc + - proto-lens-runtime + - proto-lens-setup - proto-lens - proto-lens-arbitrary - proto-lens-optparse From d66c4242b20996cdae98a53060a8f803cdb6c583 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Sep 2018 01:47:55 +0900 Subject: [PATCH 006/168] megaparsec < 7.0.0 and hspec-megaparsec < 2.0.0 (#3955) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04ba1d41..83881414 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3695,6 +3695,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3950 - Cabal < 2.3 + # https://github.com/commercialhaskell/stackage/issues/3955 + - megaparsec < 7.0.0 + - hspec-megaparsec < 2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 8ce0b465bf7de967bd6b915f54b9cb32c4890464 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Sep 2018 01:54:30 +0900 Subject: [PATCH 007/168] modern-uri < 0.3.0.0; tibetan-utils < 0.1.1.9 (megaparsec) (#3955) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83881414..4d6dcbe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,6 +3698,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3955 - megaparsec < 7.0.0 - hspec-megaparsec < 2.0.0 + - modern-uri < 0.3.0.0 + - tibetan-utils < 0.1.1.9 # end of packages From 682b200012aea7853f51f41bf9dadadff8bc70c7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Sep 2018 08:44:15 +0900 Subject: [PATCH 008/168] allow cayley-client testsuite to fail (#3952) Needs a Cayley server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d6dcbe7..d9fe6c3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4069,6 +4069,7 @@ expected-test-failures: - bitcoin-api-extra - bloodhound # ElasticSearch - cabal-install + - cayley-client - consul-haskell - cql-io # Cassandra - credential-store # requieres dbus sockets From e49ba4e07ae8152fffd1c05efa79dd5cfa9a02a7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Sep 2018 08:52:59 +0900 Subject: [PATCH 009/168] bugsnag-haskell doctest failing (pbrisbin/bugsnag-haskell#42) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9fe6c3f..da9a4bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4213,6 +4213,7 @@ expected-test-failures: - makefile # Doctest failures + - bugsnag-haskell # https://github.com/pbrisbin/bugsnag-haskell/issues/42 # Misc. - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... From fea9f2571e2d8491eacc1cfbdcbcbac04310a471 Mon Sep 17 00:00:00 2001 From: Josh Godsiff Date: Fri, 7 Sep 2018 11:16:56 +1000 Subject: [PATCH 010/168] Re-enabled range library. Build issues against free > 5 should be fixed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da9a4bde..0e80f060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1977,8 +1977,7 @@ packages: - hsass "Robert Massaioli @robertmassaioli": - [] - # - range # build failure w/ free 5 + - range "Vladislav Zavialov @int-index": - transformers-lift From bf88311803d600168b5a1ae424e54dde0ab79b47 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Sep 2018 11:27:22 +0900 Subject: [PATCH 011/168] remove quickcheck-state-machine from expected test fails (#3951) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da9a4bde..e37b2f65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4164,7 +4164,6 @@ expected-test-failures: - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - main-tester # https://github.com/fpco/stackage/pull/3528 - mmark # https://github.com/commercialhaskell/stackage/issues/3906#issuecomment-413061849 - - quickcheck-state-machine # https://github.com/commercialhaskell/stackage/issues/3951 - servant-swagger # https://github.com/haskell-servant/servant-swagger/issues/89 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - wreq From d944793531ae392ff0c84c152d068f8b5598757f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Sep 2018 11:33:26 +0900 Subject: [PATCH 012/168] language-puppet-1.4.0 supports megaparsec-7 (#3955) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c2d9b18..26717ffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ packages: - hspec-megaparsec < 2.0.0 - modern-uri < 0.3.0.0 - tibetan-utils < 0.1.1.9 + - language-puppet < 1.4.0 # end of packages From d51e78b7a141d07432161f2b60a7aec8d555da91 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Fri, 7 Sep 2018 11:05:39 -0300 Subject: [PATCH 013/168] Add the tasty-leancheck package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26717ffc..4ce40efb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2141,6 +2141,7 @@ packages: - speculate - extrapolate - percent-format + - tasty-leancheck "Trevor Elliott @elliottt": - irc From 93c40eec52eb19baeaa1148907cd75e4c43ecf50 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 8 Sep 2018 13:57:32 +0200 Subject: [PATCH 014/168] Add paripari - parser combinator library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ce40efb..6ad78ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2903,6 +2903,7 @@ packages: - tasty-stats - colorful-monoids - ihs + - paripari "Taras Serduke @tserduke": - do-list From 5281d0e44d02bee74e349e389749cadfc84daacb Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Sat, 8 Sep 2018 15:56:40 -0300 Subject: [PATCH 015/168] add hspec-leancheck and test-framework-leancheck --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ce40efb..e2c3d4c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2142,6 +2142,8 @@ packages: - extrapolate - percent-format - tasty-leancheck + - hspec-leancheck + - test-framework-leancheck "Trevor Elliott @elliottt": - irc From 9c027e063e96fb07ddc638637ca3a73073f31cc3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Sep 2018 00:39:54 +0900 Subject: [PATCH 016/168] unblock TypeCompose (conal/TypeCompose#6) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ce40efb..140cb9af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3614,7 +3614,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 - - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - 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 From b59820d06a1410fb2cbde5e9c217a3c3e4e95547 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Sep 2018 01:00:01 +0900 Subject: [PATCH 017/168] relude < 0.3.0 (#3960) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 977fc0b0..e3750f99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3704,6 +3704,8 @@ packages: - tibetan-utils < 0.1.1.9 - language-puppet < 1.4.0 + # https://github.com/commercialhaskell/stackage/issues/3960 + - relude < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 36151c73fc2fa458b056262967a4890820233582 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sun, 9 Sep 2018 11:47:00 -0500 Subject: [PATCH 018/168] Add termbox, timer-wheel --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3750f99..22813dde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1763,6 +1763,8 @@ packages: "Mitchell Rosen @mitchellwrosen": - safe-exceptions-checked - tasty-hspec + - termbox + - timer-wheel - wai-middleware-travisci "Christiaan Baaij @christiaanb": From 22cf215e7184093d5f5123ea4579c0786830fb3f Mon Sep 17 00:00:00 2001 From: Jean-Pierre Rupp Date: Mon, 10 Sep 2018 00:41:11 +0100 Subject: [PATCH 019/168] Add Haskoin and its dependencies --- build-constraints.yaml | 10 ++++++++++ debian-bootstrap.sh | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3750f99..e409dcaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3580,6 +3580,16 @@ packages: "Wanja Chresta @wchresta": - matrix-static + "Jean-Pierre Rupp @xenog": + - murmur3 + - nqe + - secp256k1 + - rocksdb-haskell + - rocksdb-query + - haskoin-core + - haskoin-node + - haskoin-store + # 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 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e6d68518..a8c6f87e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -103,6 +103,7 @@ apt-get install -y \ libpcap0.8-dev \ libpq-dev \ libre2-dev \ + librocksdb-dev \ libsdl1.2-dev \ libsdl2-dev \ libsdl2-gfx-dev \ @@ -254,6 +255,16 @@ curl https://download.libsodium.org/libsodium/releases/LATEST.tar.gz > libsodium && ./configure \ && make install +# Install secp256k1 +cd /tmp \ + && git clone https://github.com/bitcoin-core/secp256k1.git \ + && cd secp256k1 \ + && ./autogen.sh \ + && ./configure --enable-module-recovery \ + && make \ + && 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 61ff98c12d4a5a96dabd5434022171213501e745 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Sep 2018 12:23:14 +0900 Subject: [PATCH 020/168] run-nightly.sh: output date after stackage format conversion to show finished --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 0a629873..adb03b0e 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -7,6 +7,7 @@ while true; do date ./new-stackage-format/convert.sh + date sleep 30m echo From 243d361a7b2fdfbac261c444d882b91f438f458a Mon Sep 17 00:00:00 2001 From: Jean-Pierre Rupp Date: Mon, 10 Sep 2018 12:18:56 +0100 Subject: [PATCH 021/168] Change secp256k1 to secp256k1-haskell --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e409dcaa..23b9476e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3583,7 +3583,7 @@ packages: "Jean-Pierre Rupp @xenog": - murmur3 - nqe - - secp256k1 + - secp256k1-haskell - rocksdb-haskell - rocksdb-query - haskoin-core From dfba16e868fc3b2e6d3ddb680fd38abfabd9fee4 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Mon, 10 Sep 2018 17:25:49 -0400 Subject: [PATCH 022/168] Relax restriction on relude --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 726f9fa1..5eeee625 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3715,9 +3715,6 @@ packages: - modern-uri < 0.3.0.0 - tibetan-utils < 0.1.1.9 - language-puppet < 1.4.0 - - # https://github.com/commercialhaskell/stackage/issues/3960 - - relude < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 1dbea2b68be66e2ee22a42db09fd7abb1ce4f758 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 11 Sep 2018 18:50:02 +0000 Subject: [PATCH 023/168] Restrict cue-sheet and stache bounds (#3955) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5eeee625..9a20ac5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3715,6 +3715,8 @@ packages: - modern-uri < 0.3.0.0 - tibetan-utils < 0.1.1.9 - language-puppet < 1.4.0 + - cue-sheet < 2.0.0 + - stache < 2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From dcf62aeeb4f0521fd5f4bfc51e19f2fbfacedb6a Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 11 Sep 2018 19:06:35 +0000 Subject: [PATCH 024/168] Hides summoner Summoner exports a `Prelude` module that conflicts with the one in `base` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a20ac5b..7f772d11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4565,6 +4565,7 @@ hide: - 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 +- summoner # conflicts with Prelude in base # Cryptonite deprecations - cipher-aes From e337d892138895502ac345cf11a6a398cfa6f277 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Rupp Date: Wed, 12 Sep 2018 12:42:42 +0100 Subject: [PATCH 025/168] Add json-rpc and rfc1751 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23b9476e..af29b2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,8 @@ packages: - matrix-static "Jean-Pierre Rupp @xenog": + - json-rpc + - rfc1751 - murmur3 - nqe - secp256k1-haskell From 0fe0a79775f1e29165e83448278f875fa46cd3d9 Mon Sep 17 00:00:00 2001 From: asakamirai Date: Thu, 13 Sep 2018 01:39:56 +0900 Subject: [PATCH 026/168] add kazura-queue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f772d11..15885f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,6 +3592,9 @@ packages: - haskoin-node - haskoin-store + "asakamirai @asakamirai": + - kazura-queue + # 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 658226ad312aa32c17bd24b6ad55daa8c7f4f47f Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Wed, 12 Sep 2018 14:11:55 -0700 Subject: [PATCH 027/168] Add pier-core and pier. Version `0.2.0.1` of those packages was released today. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f772d11..a2ade4be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,6 +3174,8 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - tensorflow-test + - pier-core + - pier "Christof Schramm ": - mnist-idx From 717f572868da4f415606efddc0133d11288d1f63 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 14 Sep 2018 01:00:50 +0900 Subject: [PATCH 028/168] add simple-cmd (juhp) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f772d11..b2283118 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1254,6 +1254,7 @@ packages: - cabal-rpm - fedora-haskell-tools - rpmbuild-order + - simple-cmd - darcs # - idris # aeson https://github.com/idris-lang/Idris-dev/issues/4493 From 24ab0acf463df1dc9aea33e6524e32649d197e16 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 14 Sep 2018 04:48:39 +0000 Subject: [PATCH 029/168] Restrict neat-interpolation bounds (#3955) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2283118..4ae85d59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3718,6 +3718,7 @@ packages: - language-puppet < 1.4.0 - cue-sheet < 2.0.0 - stache < 2.0.0 + - neat-interpolation < 0.3.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From fbb9f5bcb2aade301ba41fe288728285b84aa554 Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Sat, 15 Sep 2018 12:31:23 +0100 Subject: [PATCH 030/168] Add emacs-module --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..436231d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3489,6 +3489,7 @@ packages: - herms "Sergey Vinokurov @sergv": + - emacs-module - tasty-ant-xml "Eugene Smolanka @esmolanka": From a1eccff2e9f9ca051203a59b9b65909644e221b8 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Sat, 15 Sep 2018 13:13:15 +0100 Subject: [PATCH 031/168] Re-enable benchpress and pusher-http-haskell --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..7237ccb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2419,8 +2419,8 @@ packages: - fuzzyset "Will Sewell @willsewell": - - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 + - benchpress + - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore From 33462beb7dd35950792e97b5e14585fc0b5933db Mon Sep 17 00:00:00 2001 From: Boris Lykah Date: Sat, 15 Sep 2018 11:25:04 -0400 Subject: [PATCH 032/168] Enable groundhog --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..2669882f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -894,12 +894,12 @@ packages: - messagepack-rpc "Boris Lykah @lykahb": - - 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 + - groundhog + - groundhog-inspector + - groundhog-mysql + - groundhog-postgresql + - groundhog-sqlite + - groundhog-th "Janne Hellsten @nurpax": - sqlite-simple From 3fa496bec9292a4b9da3724c3c583a6a0858ed8d Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Sat, 15 Sep 2018 10:50:55 -0700 Subject: [PATCH 033/168] Add drifter-sqlite --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..06adfdc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1875,6 +1875,7 @@ packages: # - tasty-fail-fast # https://github.com/MichaelXavier/tasty-tap/issues/2 - drifter - drifter-postgresql + - drifter-sqlite "Lars Kuhtz @larskuhtz": - wai-cors From 799230232867f7aa300f0f2d828b79496bf90fb7 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 15 Sep 2018 17:12:51 -0400 Subject: [PATCH 034/168] Restrict mmark and mmark-cli bounds (#3955) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..a2591245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3724,6 +3724,9 @@ packages: - cue-sheet < 2.0.0 - stache < 2.0.0 - neat-interpolation < 0.3.2.3 + - mmark < 0.0.6.0 + - mmark-cli < 0.0.4.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -4524,7 +4527,6 @@ tell-me-when-its-released: - cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 - freer-effects-0.3.0.1 # re-enable extensible benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 -- mmark-0.0.5.6 # remove from expected test failures - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From 644615bdd4278e0b3ec22f273ff8cea69ba97ce7 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 15 Sep 2018 17:15:01 -0400 Subject: [PATCH 035/168] Restricts ghc-typelits-* (#3972) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2591245..bfcec57a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3727,6 +3727,10 @@ packages: - mmark < 0.0.6.0 - mmark-cli < 0.0.4.0 + # https://github.com/commercialhaskell/stackage/issues/3972 + - ghc-typelits-extra < 0.3 + - ghc-typelits-knownnat < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From aa5e47f2dc8d73e6a1ab17293adc7102709eaa18 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 15 Sep 2018 23:42:30 -0400 Subject: [PATCH 036/168] Adds secp256k1 library dirs (#3962) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f5d8d80..f3f093eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3900,6 +3900,9 @@ configure-args: - /usr/lib/llvm-3.7/lib - --extra-include-dirs - /usr/lib/llvm-3.7/include + secp256k1-haskell: + - --extra-lib-dirs + - /usr/local/lib # end of configure-args From f1c764b642b1bb1fd5c5a6ed4ebb97748df587ce Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Sun, 16 Sep 2018 11:22:23 +0200 Subject: [PATCH 037/168] Restore algebraic-graphs See #3493. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f093eb..04536701 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3158,7 +3158,7 @@ packages: - wai-middleware-rollbar < 0 # aeson "Andrey Mokhov @snowleopard": - - algebraic-graphs < 0 # via base-compat-0.10.1 + - algebraic-graphs "Albert Krewinkel @tarleb": - hslua From 86764db0f6200c29fd4e385c983735afe7afdd67 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Sun, 16 Sep 2018 19:23:38 +0200 Subject: [PATCH 038/168] Re-enable `shikensu` The `flow` package was missing before but has been added in the meantime. I tested it by using the `nightly-2018-09-16` resolver. I did need to adjust my test dependency version ranges, but no dependencies of the package itself, so no version bump. See the last commit on https://github.com/icidasset/shikensu for more info. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f093eb..edb23e32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3226,7 +3226,7 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - - shikensu < 0 # GHC 8.4 via flow + - shikensu "George Pollard @Porges": - email-validate From 4e8e8cba42032efde33210e2c32d330a05179069 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 16 Sep 2018 13:26:56 -0400 Subject: [PATCH 039/168] Restrict vector-algorithms bounds (#3976) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f093eb..f13f35e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3735,6 +3735,9 @@ packages: - ghc-typelits-extra < 0.3 - ghc-typelits-knownnat < 0.6 + # https://github.com/commercialhaskell/stackage/issues/3972 + - vector-algorithms < 0.8.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From aee954247b89ef89a4616aced8f967984aa32988 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 16 Sep 2018 17:37:57 +0000 Subject: [PATCH 040/168] Revert "Re-enable `shikensu`" --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c035e844..0e51d709 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3226,7 +3226,7 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - - shikensu + - shikensu < 0 # GHC 8.4 via flow "George Pollard @Porges": - email-validate From db42924aa63eb6a4fa2cd0b777955bbb7337142e Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Sun, 16 Sep 2018 20:39:15 +0200 Subject: [PATCH 041/168] Re-enable shikensu Version ranges should be good now, I released `v0.3.9`. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e51d709..c035e844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3226,7 +3226,7 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - - shikensu < 0 # GHC 8.4 via flow + - shikensu "George Pollard @Porges": - email-validate From db463ae18c13bc81f2f0781e76868c1947bfc1ab Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 17 Sep 2018 14:14:26 +0300 Subject: [PATCH 042/168] Upper bound on cabal-install 2.4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c035e844..099433a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -372,7 +372,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - - cabal-install + - cabal-install < 2.4 - mega-sdist - case-insensitive - classy-prelude-yesod From 6679b9cdb6261fffcc9a139ad1f4a76a4d589490 Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Mon, 17 Sep 2018 13:57:10 +0200 Subject: [PATCH 043/168] Added `registry` to the list of packages to build Thanks! --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 099433a2..7dbc7e97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3601,6 +3601,9 @@ packages: "asakamirai @asakamirai": - kazura-queue + + "Eric Torreborre @etorreborre": + - registry # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 189b0d1626f7f96629f7560e7f0b20cd1e839018 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 17 Sep 2018 15:15:42 +0300 Subject: [PATCH 044/168] Temporarily block: icidasset/shikensu#9 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 099433a2..d67af7be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3226,7 +3226,8 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - - shikensu + [] + # - shikensu # https://github.com/icidasset/shikensu/issues/9 "George Pollard @Porges": - email-validate From 6f8cdd9dba3dbace139c21c76379f6025177aadb Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Mon, 17 Sep 2018 18:54:43 +0200 Subject: [PATCH 045/168] Re-enable shikensu --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62c644b4..7dbc7e97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3226,8 +3226,7 @@ packages: # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - [] - # - shikensu # https://github.com/icidasset/shikensu/issues/9 + - shikensu "George Pollard @Porges": - email-validate From 482530562f85c39d1f53a26fe9746e60a836479e Mon Sep 17 00:00:00 2001 From: Travis Athougies Date: Mon, 17 Sep 2018 15:26:16 -0700 Subject: [PATCH 046/168] Re-enable beam packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dbc7e97..903d0c20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -50,9 +50,9 @@ packages: - geodetics "Travis Athougies @tathougies": - - beam-core < 0 # via vector-sized - - beam-migrate < 0 # via beam-core - - beam-sqlite < 0 # via aeson-1.3.1.0 + - beam-core + - beam-migrate + - beam-sqlite "Fraser Murray Date: Tue, 18 Sep 2018 16:10:31 +0800 Subject: [PATCH 047/168] add package tensors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dbc7e97..10aa856c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3012,6 +3012,7 @@ packages: "Daniel YU ": - salak + - tensors "Tom Nielsen @glutamate": - datasets From 1a57a0981ab2c210ab62728de24bd76dd2f740fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Sep 2018 14:10:34 +0300 Subject: [PATCH 048/168] Upper bound on unbound-generics for #3984 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dbc7e97..28e599fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3741,6 +3741,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3972 - vector-algorithms < 0.8.0.0 + # https://github.com/commercialhaskell/stackage/issues/3984 + - unbound-generics < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 9235cc11cfafbbc2bceb3592e4c8254144ab3c55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Sep 2018 22:07:10 +0300 Subject: [PATCH 049/168] Upper bounds for #3985 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1d93097..dc07f5ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3745,6 +3745,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3984 - unbound-generics < 0.4 + # https://github.com/commercialhaskell/stackage/issues/3985 + - singletons < 2.5 + - eliminators < 0.5 + - th-desugar < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From e682a2a4e6051f522d83b82ef462a3641278c362 Mon Sep 17 00:00:00 2001 From: Andrew Newman Date: Thu, 20 Sep 2018 12:04:57 +1000 Subject: [PATCH 050/168] Add geojson --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26c03da7..5cbfe3fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Andrew Newman @andrewfnewman": + - geojson + "Mateusz Karbowy @obszczymucha": - parsec-numbers From d9e63b802c51822f2cb01a8a388350972066d686 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Sep 2018 06:24:00 +0300 Subject: [PATCH 051/168] Temporary block: axellang/axel#22 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cbfe3fc..2458a3d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,7 +15,8 @@ packages: - parsec-numbers "Joshua Grosso @jgrosso": - - axel + [] + # - axel # https://github.com/axellang/axel/issues/22 "Varun Gandhi @theindigamer": - edit From 8e4bfbe380b89020a90f72a5a7df21a2de6ee449 Mon Sep 17 00:00:00 2001 From: John Ky Date: Thu, 20 Sep 2018 17:09:02 +1000 Subject: [PATCH 052/168] Add new library arbor-postgres --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2458a3d7..a7e34000 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2679,6 +2679,7 @@ packages: - irc-dcc "John Ky newhoggy@gmail.com @newhoggy": + - arbor-postgres - avro - bits-extra - hw-balancedparens From b4153ad60df357b9fe14b8a23a604f1692df09e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Sep 2018 10:14:52 +0300 Subject: [PATCH 053/168] Expect test failure: markdown --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2458a3d7..6d09a707 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4286,6 +4286,9 @@ expected-test-failures: # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - folds + # Differences in how apostrophes are escaped. Besides, this package is deprecated + - markdown + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 81e46988a05216cac69d925da5918c52f71fd91e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Sep 2018 12:57:41 +0300 Subject: [PATCH 054/168] Revert "Expect test failure: markdown" This reverts commit b4153ad60df357b9fe14b8a23a604f1692df09e6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bda6fa7e..a7e34000 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4287,9 +4287,6 @@ expected-test-failures: # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - folds - # Differences in how apostrophes are escaped. Besides, this package is deprecated - - markdown - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 07e4e0a7f5dfe39f595f9c620cd0248517873e2d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Sep 2018 17:44:10 +0300 Subject: [PATCH 055/168] Extra upper bound for #3955 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7e34000..07fa356c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3739,6 +3739,7 @@ packages: - neat-interpolation < 0.3.2.3 - mmark < 0.0.6.0 - mmark-cli < 0.0.4.0 + - versions < 3.5 # https://github.com/commercialhaskell/stackage/issues/3972 - ghc-typelits-extra < 0.3 From 45711b80f646a7b1883ca24f14d670aaca26551a Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Thu, 20 Sep 2018 17:36:30 +0100 Subject: [PATCH 056/168] Unblock gloss-1.13 #3914 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07fa356c..11c3809f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3707,11 +3707,6 @@ packages: - attoparsec-uri < 0.0.5 - urlpath < 9.0.0.1 - # https://github.com/commercialhaskell/stackage/issues/3914 - - gloss < 1.13 - - gloss-raster < 1.13 - - gloss-rendering < 1.13 - # https://github.com/commercialhaskell/stackage/issues/3926 - vinyl < 0.10 From c306808f801823b2b70f95001a3611750e1f25d3 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 22 Sep 2018 22:42:57 +0530 Subject: [PATCH 057/168] Enable tldr back --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11c3809f..4378ae67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -523,7 +523,7 @@ packages: - download - textlocal - shell-conduit - - tldr < 0 # GHC 8.4 via cmark + - tldr - fb - yesod-fb - yesod-auth-fb From e4865c5e5c5fded5a096dc931e177dccd0c3726f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 22 Sep 2018 20:54:27 +0300 Subject: [PATCH 058/168] Upper bound on stm for #3990 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11c3809f..d7b9857d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3751,6 +3751,9 @@ packages: - eliminators < 0.5 - th-desugar < 1.9 + # https://github.com/commercialhaskell/stackage/issues/3990 + - stm < 2.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 2682bb0a7aa94baf29d53deb7d29ec0ddae6d1e3 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 24 Sep 2018 17:33:28 +1000 Subject: [PATCH 059/168] Add new library SV --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1024a069..084fe88b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,8 @@ packages: - antiope-sns - antiope-sqs + "George Wilson @GeorgeTalksCode": + - sv-core "Ismail Mustafa @ismailmustafa": - handwriting From 6459d1a30f75f7b7b8047a9d541cadeb4c107ce1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 24 Sep 2018 17:27:16 -0700 Subject: [PATCH 060/168] Remove whitespace --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1024a069..dda2c36b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,7 @@ packages: "Andrew Newman @andrewfnewman": - geojson - + "Mateusz Karbowy @obszczymucha": - parsec-numbers From e7a838d275707c9f235bfb9204fb97886a0dc666 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 24 Sep 2018 17:29:40 -0700 Subject: [PATCH 061/168] Disable benchmarks to hslua due to criterion (#3994) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dda2c36b..5ba3da5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4367,6 +4367,7 @@ skipped-benchmarks: - unicode-transforms # path-io - unordered-containers # criterion 1.5 - xxhash-ffi # ghc 8.4 via xxhash build failure + - hslua # criterion 1.5.1 # Transitive outdated dependencies # These packages From 1efb916e216ff3c94cfb3c93e931a03528b095b3 Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 25 Sep 2018 21:15:07 +1000 Subject: [PATCH 062/168] Fix maintainer contact information --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084fe88b..5e692e82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,7 +2712,7 @@ packages: - antiope-sns - antiope-sqs - "George Wilson @GeorgeTalksCode": + "George Wilson @gwils": - sv-core "Ismail Mustafa @ismailmustafa": From 09e24e14f22ae4e32c2b8a25a91fb7b2be679a30 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 24 Sep 2018 17:33:28 +1000 Subject: [PATCH 063/168] Add new library SV --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e692e82..fd9ff8ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2713,6 +2713,7 @@ packages: - antiope-sqs "George Wilson @gwils": + - sv - sv-core "Ismail Mustafa @ismailmustafa": From 4356bbb76396a1ee92d4b6ca9d10f0be7a71f2b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 25 Sep 2018 16:33:49 -0700 Subject: [PATCH 064/168] Upper bound rhine (#3997) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ba3da5a..b4b85a1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3990 - stm < 2.5 + # https://github.com/commercialhaskell/stackage/issues/3997 + - rhine < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From b4401981585f5b93e639d1d5c189e14a37b6258b Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Tue, 25 Sep 2018 23:30:06 +0200 Subject: [PATCH 065/168] Enable avers --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b85a1c..bffdc5ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1307,7 +1307,7 @@ packages: - xmlbf "Tomas Carnecky @wereHamster": - # - avers # cryptonite 0.25 + - avers # - avers-api # cryptonite 0.25 # - avers-server # cryptonite 0.25 - css-syntax From ab9cbda2eff63c7f0551b626789fb57027725256 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 24 Sep 2018 17:23:05 +0200 Subject: [PATCH 066/168] Add conduit-zstd This is my package and I can maintain it on both hackage and stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bffdc5ab..e1fd1231 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3223,6 +3223,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio - conduit-algorithms + - conduit-zstd "Alex Biehl @alexbiehl": - haddock-library From 2ce85ea81222e47b866f7fb046c98e4e0ef838ea Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 24 Sep 2018 17:33:28 +1000 Subject: [PATCH 067/168] Add new library SV --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1fd1231..33a1890a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,8 @@ packages: - antiope-sns - antiope-sqs + "George Wilson @GeorgeTalksCode": + - sv-core "Ismail Mustafa @ismailmustafa": - handwriting From 309ef362e15504e80a3dc988ad6f09cfbbecccff Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 25 Sep 2018 21:15:07 +1000 Subject: [PATCH 068/168] Fix maintainer contact information --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33a1890a..e63e7ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,7 +2712,7 @@ packages: - antiope-sns - antiope-sqs - "George Wilson @GeorgeTalksCode": + "George Wilson @gwils": - sv-core "Ismail Mustafa @ismailmustafa": From 833be24957256d58c92a2fad2f9db6d2f8a9dd1e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 25 Sep 2018 17:38:44 -0700 Subject: [PATCH 069/168] Test #3995 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f57c646..76b5d0ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4225,7 +4225,6 @@ expected-test-failures: - http-client # https://github.com/snoyberg/http-client/issues/360 - http-client-tls # https://github.com/snoyberg/http-client/issues/360 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - main-tester # https://github.com/fpco/stackage/pull/3528 - mmark # https://github.com/commercialhaskell/stackage/issues/3906#issuecomment-413061849 - servant-swagger # https://github.com/haskell-servant/servant-swagger/issues/89 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 From e99c58a216b002052b7f9a5ec4f54e74963fff0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 25 Sep 2018 17:46:27 -0700 Subject: [PATCH 070/168] Remove sv, due to failing test, reverts #3991 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76b5d0ec..b2344a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2713,7 +2713,6 @@ packages: - antiope-sqs "George Wilson @gwils": - - sv - sv-core "Ismail Mustafa @ismailmustafa": From e6f73628033adf0bb098a954e17041580a6ec5df Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 26 Sep 2018 16:49:01 -0700 Subject: [PATCH 071/168] more blockers for #3997 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2344a0e..0338d8b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3759,6 +3759,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3997 - rhine < 0.5 + - rhine-gloss < 0.5 # end of packages From 408df4d8f25d7150b48cc1afc13632e4c08446fe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 26 Sep 2018 17:04:52 -0700 Subject: [PATCH 072/168] Upper bound http-api-data (#4001) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0338d8b0..3fd30093 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3761,6 +3761,9 @@ packages: - rhine < 0.5 - rhine-gloss < 0.5 + # https://github.com/commercialhaskell/stackage/issues/4001 + - http-api-data < 0.3.9 + # end of packages # Package flags are applied to individual packages, and override the values of From b05244bb69b8274392301127783e727ab7971141 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 26 Sep 2018 17:05:03 -0700 Subject: [PATCH 073/168] Upper bound github (#4002) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fd30093..83068ab3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3764,6 +3764,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4001 - http-api-data < 0.3.9 + # https://github.com/commercialhaskell/stackage/issues/4002 + - github < 0.20 + # end of packages # Package flags are applied to individual packages, and override the values of From 76098bc418e48445edb390e9eb93637e74d7d659 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Sep 2018 13:40:55 +0300 Subject: [PATCH 074/168] Reenable axel axellang/axel#22 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83068ab3..6b4134ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,8 +15,7 @@ packages: - parsec-numbers "Joshua Grosso @jgrosso": - [] - # - axel # https://github.com/axellang/axel/issues/22 + - axel "Varun Gandhi @theindigamer": - edit From 33541d2849ffb345a464b39856d39e4d84a46a01 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 06:16:48 -0700 Subject: [PATCH 075/168] Remove bounds on rhine-*, close #3997 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b4134ad..727eddfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3756,10 +3756,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3990 - stm < 2.5 - # https://github.com/commercialhaskell/stackage/issues/3997 - - rhine < 0.5 - - rhine-gloss < 0.5 - # https://github.com/commercialhaskell/stackage/issues/4001 - http-api-data < 0.3.9 From 82ae76ebac21a65345b505c423f1554180db3853 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 06:25:26 -0700 Subject: [PATCH 076/168] Try testing the new packages in PRs --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 727eddfa..2811c0fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3761,6 +3761,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4002 - github < 0.20 + - asif + - arbor-lru-cache + - sv + - sv-cassava # end of packages From 19ed24497835da70870fc1cce40a1b080ce3d03c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 06:34:23 -0700 Subject: [PATCH 077/168] Testing passed --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2811c0fa..727eddfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3761,10 +3761,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4002 - github < 0.20 - - asif - - arbor-lru-cache - - sv - - sv-cassava # end of packages From f9241636ef43a6b193fb5cdfe05b215e8ccf9c6b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 06:51:56 -0700 Subject: [PATCH 078/168] Disable tests for thyme, #4003 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 727eddfa..5746aaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3999,6 +3999,7 @@ skipped-tests: # Compilation failures - snappy # https://github.com/bos/snappy/issues/1 + - thyme # https://github.com/commercialhaskell/stackage/issues/4003 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From ef3fe8d7646a676ef473c16d3e38e853351078f3 Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 26 Sep 2018 16:31:35 +1000 Subject: [PATCH 079/168] Add new package asif --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5746aaf8..9e6c3328 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2680,6 +2680,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - arbor-postgres - avro + - asif - bits-extra - hw-balancedparens - hw-bits From f1f1d91257f4a4207ae2178424caa09189cab459 Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 26 Sep 2018 15:50:15 +1000 Subject: [PATCH 080/168] Add new package arbor-lru-cache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e6c3328..d3542a29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2678,6 +2678,7 @@ packages: - irc-dcc "John Ky newhoggy@gmail.com @newhoggy": + - arbor-lru-cache - arbor-postgres - avro - asif From dc604dd3f5abd744f7fa9236f861ddf88dc393a5 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Wed, 26 Sep 2018 15:48:41 +1000 Subject: [PATCH 081/168] Add sv and sv-cassava --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3542a29..2b9837b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2714,6 +2714,8 @@ packages: - antiope-sqs "George Wilson @gwils": + - sv + - sv-cassava - sv-core "Ismail Mustafa @ismailmustafa": From acc547d681ec1dcbc060be6dd598ee21e5b9f0c7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 07:07:22 -0700 Subject: [PATCH 082/168] Mark benchmarks for thyme also skipped (#4003) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b9837b9..ab7e1d09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4395,6 +4395,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 + - thyme # https://github.com/commercialhaskell/stackage/issues/4003 # Cyclic dependencies - cassava From 4d08995a253a52bdd6d95fbd9b2a13a5cc3ceabb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 18:41:03 -0700 Subject: [PATCH 083/168] Update link to docker image Since we moved the images to commercialhaskell/stackage, we need to update the link there --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 6487d824..534942d1 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -21,7 +21,7 @@ process works: * [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/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 +* Docker Hub [builds](https://github.com/commercialhaskell/stackage/blob/master/Dockerfile) a [Docker image](https://hub.docker.com/r/commercialhaskell/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) From 8b6cc604c67b95f61559261d4a4f4245780683e5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 19:20:40 -0700 Subject: [PATCH 084/168] Start section for ghc-8.6.1 breakages --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab7e1d09..09cf2f6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3674,8 +3674,12 @@ 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 - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 + + # Packages in the build plan that are blocked from inclusion due to + # compilation failure with ghc 8.6 + "Build failure with GHC 8.6": + - hint - consul-haskell - hasql-transaction From dbc2bf3a8b65e278ef613b6cccfc9f2da72d7e8a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 18:27:46 -0700 Subject: [PATCH 085/168] Start process of switching nightlies to ghc-8.6.1 --- Dockerfile | 2 +- debian-bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56219a26..f37e09ae 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.3/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.6.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 a8c6f87e..bfd3f4c0 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.3 +GHCVER=8.6.1 apt-get update apt-get install -y \ From 60c2cc3d0375ffa6dee98d619c1a926b063b4f66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 19:29:42 -0700 Subject: [PATCH 086/168] Update ghc-major-version field --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09cf2f6b..dd6c0cbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.4" +ghc-major-version: "8.6" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version From 70ef02ad2a40301419fb6e65fd63750223884b95 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 19:47:18 -0700 Subject: [PATCH 087/168] First section of blockers --- build-constraints.yaml | 178 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd6c0cbb..313dc0e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3683,6 +3683,184 @@ packages: - consul-haskell - hasql-transaction + # base-4.12.0.0 is out of bounds for: + - Agda < 0 + - JuicyPixels-scale-dct < 0 + - MissingH < 0 + - aeson-diff < 0 + - alarmclock < 0 + - async-pool < 0 + - autoexporter < 0 + - avers-0.0.17.1 + - axel < 0 + - bank-holidays-england < 0 + - base-noprelude-4.11.1.0 + - benchpress < 0 + - brick < 0 + - bv-little < 0 + - circle-packing < 0 + - clang-compilation-database < 0 + - classyplate < 0 + - country < 0 + - crypto-enigma < 0 + - cyclotomic < 0 + - czipwith < 0 + - darcs-2.14.1 + - data-tree-print < 0 + - derulo < 0 + - diagrams-solve < 0 + - doctest-driver-gen < 0 + - edit < 0 + - ekg-core < 0 + - ekg-statsd < 0 + - eliminators < 0 + - fay-0.24.0.1 + - feed < 0 + - flow < 0 + - fold-debounce-conduit < 0 + - fswatch < 0 + - generic-aeson < 0 + - generic-random < 0 + - generic-xmlpickler < 0 + - github < 0 + - github-release < 0 + - gloss-1.13.0.1 + - gloss-raster-1.13.0.1 + - gloss-rendering-1.13.0.2 + - greskell < 0 + - greskell-core < 0 + - greskell-websocket < 0 + - haddock-library < 0 + - haskell-lsp < 0 + - haskell-lsp-types < 0 + - haskell-src-meta < 0 + - haskell-tools-ast < 0 + - haskell-tools-backend-ghc < 0 + - haskell-tools-builtin-refactorings < 0 + - haskell-tools-cli < 0 + - haskell-tools-daemon < 0 + - haskell-tools-debug < 0 + - haskell-tools-demo < 0 + - haskell-tools-prettyprint < 0 + - haskell-tools-refactor < 0 + - haskell-tools-rewrite < 0 + - hgrev < 0 + - hierarchy < 0 + - hledger < 0 + - hledger-api < 0 + - hledger-lib < 0 + - hledger-ui-1.10.1 + - hledger-web < 0 + - hoopl-3.10.2.2 + - hpqtypes < 0 + - hspec-need-env < 0 + - http-api-data < 0 + - http-media < 0 + - hxt-pickle-utils < 0 + - ihaskell < 0 + - indentation-core < 0 + - indentation-parsec < 0 + - indexed-list-literals < 0 + - io-streams-haproxy < 0 + - json-feed < 0 + - json-rpc-client < 0 + - json-rpc-server < 0 + - kraken < 0 + - lackey < 0 + - learn-physics < 0 + - lens-labels < 0 + - logging-effect < 0 + - logging-effect-extra < 0 + - logging-effect-extra-file < 0 + - logging-effect-extra-handler < 0 + - lucid < 0 + - memory-0.14.16 + - monoid-extras < 0 + - monoidal-containers < 0 + - named < 0 + - numhask < 0 + - numhask-prelude < 0 + - numhask-range < 0 + - numhask-test < 0 + - om-elm < 0 + - palette < 0 + - perf < 0 + - pier < 0 + - pier-core < 0 + - pipes-random < 0 + - polyparse < 0 + - postgresql-simple-url < 0 + - prometheus < 0 + - proto-lens < 0 + - proto-lens-arbitrary < 0 + - proto-lens-combinators < 0 + - proto-lens-optparse < 0 + - proto-lens-protobuf-types < 0 + - proto-lens-protoc < 0 + - proto-lens-runtime < 0 + - proto-lens-setup < 0 + - protolude < 0 + - publicsuffix < 0 + - pusher-http-haskell < 0 + - random-bytestring < 0 + - ratel < 0 + - ratel-wai < 0 + - rattletrap < 0 + - repa < 0 + - rethinkdb-client-driver < 0 + - rhine < 0 + - rhine-gloss < 0 + - salve < 0 + - sandi < 0 + - seqid < 0 + - seqid-streams < 0 + - servant-0.14.1 + - servant-JuicyPixels < 0 + - servant-auth < 0 + - servant-auth-client < 0 + - servant-auth-docs-0.2.10.0 + - servant-auth-server < 0 + - servant-auth-swagger-0.2.10.0 + - servant-client < 0 + - servant-client-core-0.14.1 + - servant-dhall < 0 + - servant-docs-0.11.2 + - servant-foreign-0.11.1 + - servant-js < 0 + - servant-quickcheck < 0 + - servant-server-0.14.1 + - servant-streaming < 0 + - servant-streaming-client < 0 + - servant-streaming-server < 0 + - servant-swagger < 0 + - servant-swagger-ui-0.3.0.3.13.2 + - servant-swagger-ui-core < 0 + - singletons < 0 + - slack-web < 0 + - snap-server < 0 + - statestack < 0 + - stm < 0 + - strive < 0 + - svg-builder < 0 + - swagger2 < 0 + - tdigest < 0 + - termbox < 0 + - texmath-0.11.1 + - threepenny-gui < 0 + - through-text < 0 + - timer-wheel < 0 + - transformers-lift < 0 + - union < 0 + - vector-binary-instances < 0 + - vector-space < 0 + - vectortiles < 0 + - versions < 0 + - wai-middleware-travisci < 0 + - wild-bind < 0 + - wild-bind-x11 < 0 + - wuss < 0 + - xmonad-contrib < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From b44d58e74514e11cdab543dcb00209b917baf5f4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 19:51:12 -0700 Subject: [PATCH 088/168] Bad script, fixed --- build-constraints.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 313dc0e0..b4e43bdb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3691,10 +3691,10 @@ packages: - alarmclock < 0 - async-pool < 0 - autoexporter < 0 - - avers-0.0.17.1 + - avers < 0 - axel < 0 - bank-holidays-england < 0 - - base-noprelude-4.11.1.0 + - base-noprelude < 0 - benchpress < 0 - brick < 0 - bv-little < 0 @@ -3705,7 +3705,7 @@ packages: - crypto-enigma < 0 - cyclotomic < 0 - czipwith < 0 - - darcs-2.14.1 + - darcs < 0 - data-tree-print < 0 - derulo < 0 - diagrams-solve < 0 @@ -3714,7 +3714,7 @@ packages: - ekg-core < 0 - ekg-statsd < 0 - eliminators < 0 - - fay-0.24.0.1 + - fay < 0 - feed < 0 - flow < 0 - fold-debounce-conduit < 0 @@ -3724,9 +3724,9 @@ packages: - generic-xmlpickler < 0 - github < 0 - github-release < 0 - - gloss-1.13.0.1 - - gloss-raster-1.13.0.1 - - gloss-rendering-1.13.0.2 + - gloss < 0 + - gloss-raster < 0 + - gloss-rendering < 0 - greskell < 0 - greskell-core < 0 - greskell-websocket < 0 @@ -3749,9 +3749,9 @@ packages: - hledger < 0 - hledger-api < 0 - hledger-lib < 0 - - hledger-ui-1.10.1 + - hledger-ui < 0 - hledger-web < 0 - - hoopl-3.10.2.2 + - hoopl < 0 - hpqtypes < 0 - hspec-need-env < 0 - http-api-data < 0 @@ -3774,7 +3774,7 @@ packages: - logging-effect-extra-file < 0 - logging-effect-extra-handler < 0 - lucid < 0 - - memory-0.14.16 + - memory < 0 - monoid-extras < 0 - monoidal-containers < 0 - named < 0 @@ -3814,26 +3814,26 @@ packages: - sandi < 0 - seqid < 0 - seqid-streams < 0 - - servant-0.14.1 + - servant < 0 - servant-JuicyPixels < 0 - servant-auth < 0 - servant-auth-client < 0 - - servant-auth-docs-0.2.10.0 + - servant-auth-docs < 0 - servant-auth-server < 0 - - servant-auth-swagger-0.2.10.0 + - servant-auth-swagger < 0 - servant-client < 0 - - servant-client-core-0.14.1 + - servant-client-core < 0 - servant-dhall < 0 - - servant-docs-0.11.2 - - servant-foreign-0.11.1 + - servant-docs < 0 + - servant-foreign < 0 - servant-js < 0 - servant-quickcheck < 0 - - servant-server-0.14.1 + - servant-server < 0 - servant-streaming < 0 - servant-streaming-client < 0 - servant-streaming-server < 0 - servant-swagger < 0 - - servant-swagger-ui-0.3.0.3.13.2 + - servant-swagger-ui < 0 - servant-swagger-ui-core < 0 - singletons < 0 - slack-web < 0 @@ -3845,7 +3845,7 @@ packages: - swagger2 < 0 - tdigest < 0 - termbox < 0 - - texmath-0.11.1 + - texmath < 0 - threepenny-gui < 0 - through-text < 0 - timer-wheel < 0 From bdffff20d7c61d948d3358574bef54a9c17e34fd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:04:20 -0700 Subject: [PATCH 089/168] More blockers --- build-constraints.yaml | 349 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 349 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4e43bdb..2a140c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,6 +3861,355 @@ packages: - wuss < 0 - xmonad-contrib < 0 + # transitive deps of above + - LambdaHack < 0 + - LambdaHack < 0 + - QuasiText < 0 + - SafeSemaphore < 0 + - StateVar < 0 + - TCache < 0 + - aern2-real < 0 + - aeson-qq < 0 + - alternators < 0 + - amazonka-core < 0 + - amqp < 0 + - apecs < 0 + - arbor-lru-cache < 0 + - asn1-types < 0 + - async < 0 + - async-refresh < 0 + - bcrypt < 0 + - bhoogle < 0 + - bhoogle < 0 + - binary-orphans < 0 + - bitcoin-api-extra < 0 + - broadcast-chan < 0 + - butter < 0 + - cabal-install < 0 + - cache < 0 + - cachix < 0 + - cachix < 0 + - cachix < 0 + - cachix < 0 + - cachix < 0 + - cachix < 0 + - cachix < 0 + - cachix-api < 0 + - cachix-api < 0 + - cachix-api < 0 + - cachix-api < 0 + - cachix-api < 0 + - cachix-api < 0 + - chan < 0 + - chatwork < 0 + - chatwork < 0 + - cheapskate-lucid < 0 + - clash-prelude < 0 + - clash-prelude < 0 + - classy-prelude < 0 + - codo-notation < 0 + - concurrency < 0 + - concurrent-extra < 0 + - concurrent-output < 0 + - conduit-algorithms < 0 + - conduit-extra < 0 + - conduit-throttle < 0 + - consul-haskell < 0 + - courier < 0 + - cpphs < 0 + - cql-io < 0 + - credential-store < 0 + - cryptocompare < 0 + - cryptohash < 0 + - cryptohash-cryptoapi < 0 + - cryptonite < 0 + - cryptonite-conduit < 0 + - cryptonite-openssl < 0 + - csg < 0 + - csg < 0 + - csg < 0 + - ctrie < 0 + - data-ref < 0 + - dhall < 0 + - di-core < 0 + - di-df1 < 0 + - di-monad < 0 + - download < 0 + - enclosed-exceptions < 0 + - enum-subset-generate < 0 + - envelope < 0 + - eventful-core < 0 + - eventful-memory < 0 + - eventstore < 0 + - eventstore < 0 + - every < 0 + - exception-transformers < 0 + - exceptions < 0 + - exinst < 0 + - exinst < 0 + - fay-base < 0 + - file-modules < 0 + - filecache < 0 + - fold-debounce < 0 + - gdax < 0 + - giphy-api < 0 + - giphy-api < 0 + - giphy-api < 0 + - github-webhooks < 0 + - glazier < 0 + - glazier-react < 0 + - goggles < 0 + - goggles < 0 + - graphviz < 0 + - gym-http-api < 0 + - gym-http-api < 0 + - hOpenPGP < 0 + - hapistrano < 0 + - haskeline < 0 + - haskell-spacegoo < 0 + - haskey < 0 + - haskoin-core < 0 + - haxl < 0 + - hedgehog < 0 + - hedis < 0 + - here < 0 + - herms < 0 + - hledger-interest < 0 + - hruby < 0 + - hspec-core < 0 + - http-client < 0 + - http-client < 0 + - http-client-tls < 0 + - http-link-header < 0 + - http2 < 0 + - hyraxAbif < 0 + - ihaskell-hvega < 0 + - immortal < 0 + - inline-r < 0 + - inline-r < 0 + - inliterate < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - invariant < 0 + - invertible < 0 + - io-region < 0 + - ipython-kernel < 0 + - irc-client < 0 + - jmacro < 0 + - jni < 0 + - jni < 0 + - jose < 0 + - jose-jwt < 0 + - json-schema < 0 + - jvm < 0 + - jvm < 0 + - jvm-batching < 0 + - jvm-batching < 0 + - jvm-streaming < 0 + - jvm-streaming < 0 + - jwt < 0 + - kazura-queue < 0 + - language-c-quote < 0 + - language-puppet < 0 + - language-puppet < 0 + - language-puppet < 0 + - language-puppet < 0 + - language-puppet < 0 + - language-puppet < 0 + - log-base < 0 + - log-postgres < 0 + - logger-thread < 0 + - logger-thread < 0 + - lucid-extras < 0 + - marvin-interpolate < 0 + - minio-hs < 0 + - minio-hs < 0 + - miso < 0 + - miso < 0 + - miso < 0 + - mmark < 0 + - mmark-cli < 0 + - mmark-ext < 0 + - moesocks < 0 + - monad-control < 0 + - monad-control-aligned < 0 + - monad-extras < 0 + - monad-logger < 0 + - monad-metrics < 0 + - monad-unlift-ref < 0 + - monadic-arrays < 0 + - mongoDB < 0 + - mstate < 0 + - mwc-probability-transition < 0 + - mysql-haskell < 0 + - nano-erl < 0 + - netwire-input-glfw < 0 + - network-transport-inmemory < 0 + - next-ref < 0 + - nqe < 0 + - nvim-hs < 0 + - oauthenticated < 0 + - online < 0 + - online < 0 + - online < 0 + - pem < 0 + - persistent < 0 + - persistent < 0 + - persistent-iproute < 0 + - persistent-template < 0 + - pipes-concurrency < 0 + - pipes-csv < 0 + - pipes-fluid < 0 + - pipes-misc < 0 + - plotlyhs < 0 + - pointed < 0 + - postgresql-simple-queue < 0 + - postgresql-typed < 0 + - postgresql-typed < 0 + - prometheus-client < 0 + - protocol-radius < 0 + - pushbullet-types < 0 + - qm-interpolated-string < 0 + - quickcheck-state-machine < 0 + - quickcheck-state-machine < 0 + - quickcheck-state-machine < 0 + - quickcheck-state-machine < 0 + - rakuten < 0 + - rakuten < 0 + - rebase < 0 + - ref-fd < 0 + - registry < 0 + - relude < 0 + - req < 0 + - resource-pool < 0 + - retry < 0 + - rss-conduit < 0 + - rss-conduit < 0 + - safe-money < 0 + - securemem < 0 + - servant-blaze < 0 + - servant-blaze < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - servant-cassava < 0 + - servant-cassava < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions-core < 0 + - servant-checked-exceptions-core < 0 + - servant-checked-exceptions-core < 0 + - servant-checked-exceptions-core < 0 + - servant-elm < 0 + - servant-elm < 0 + - servant-exceptions < 0 + - servant-exceptions < 0 + - servant-exceptions < 0 + - servant-github-webhook < 0 + - servant-github-webhook < 0 + - servant-github-webhook < 0 + - servant-github-webhook < 0 + - servant-kotlin < 0 + - servant-kotlin < 0 + - servant-kotlin < 0 + - servant-lucid < 0 + - servant-lucid < 0 + - servant-lucid < 0 + - servant-lucid < 0 + - servant-mock < 0 + - servant-mock < 0 + - servant-pandoc < 0 + - servant-pandoc < 0 + - servant-rawm < 0 + - servant-rawm < 0 + - servant-rawm < 0 + - servant-rawm < 0 + - servant-rawm < 0 + - servant-ruby < 0 + - servant-static-th < 0 + - servant-static-th < 0 + - servant-static-th < 0 + - servant-tracing < 0 + - servant-tracing < 0 + - servant-tracing < 0 + - servant-websockets < 0 + - shikensu < 0 + - simple-vec3 < 0 + - sparkle < 0 + - sparkle < 0 + - speculation < 0 + - stack < 0 + - stack < 0 + - stateref < 0 + - static-text < 0 + - statistics < 0 + - stm-chans < 0 + - stm-conduit < 0 + - stm-delay < 0 + - stm-extras < 0 + - stm-split < 0 + - stm-stats < 0 + - store < 0 + - streaming-commons < 0 + - summoner < 0 + - swish < 0 + - tasty < 0 + - tasty-ant-xml < 0 + - tasty-silver < 0 + - tasty-stats < 0 + - telegram-bot-simple < 0 + - telegram-bot-simple < 0 + - telegram-bot-simple < 0 + - telegram-bot-simple < 0 + - tensors < 0 + - tensors < 0 + - text-ldap < 0 + - text-show-instances < 0 + - thread-hierarchy < 0 + - threads < 0 + - threads-extras < 0 + - throttle-io-stream < 0 + - thyme < 0 + - tls < 0 + - tmapchan < 0 + - tmapmvar < 0 + - transformers-base < 0 + - triplesec < 0 + - ttrie < 0 + - turtle < 0 + - typed-process < 0 + - universum < 0 + - unliftio < 0 + - vector-sized < 0 + - vinyl < 0 + - vinyl < 0 + - vivid < 0 + - vty < 0 + - wai-app-static < 0 + - wai-cli < 0 + - wai-middleware-metrics < 0 + - wai-middleware-static < 0 + - wai-predicates < 0 + - wai-predicates < 0 + - warp < 0 + - web-plugins < 0 + - websockets-snap < 0 + - wreq < 0 + - wreq < 0 + - ws < 0 + - x509 < 0 + - x509-validation < 0 + - xmonad-extras < 0 + - yeshql-core < 0 + - yeshql-hdbc < 0 + - yesod-auth < 0 + - yesod-bin < 0 + - yesod-static < 0 + - zeromq4-patterns < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From f3416efb9abb5ee47975ef857dd80e9ea4fb2669 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:18:22 -0700 Subject: [PATCH 090/168] More blockers --- build-constraints.yaml | 1062 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1062 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a140c9b..1c66bfd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4210,6 +4210,1068 @@ packages: - yesod-static < 0 - zeromq4-patterns < 0 + # More transitive deps + - ALUT < 0 + - Allure < 0 + - Allure < 0 + - ChannelT < 0 + - DAV < 0 + - DAV < 0 + - DAV < 0 + - DAV < 0 + - DAV < 0 + - DRBG < 0 + - Earley < 0 + - ForestStructures < 0 + - GLUT < 0 + - H < 0 + - HTF < 0 + - HTF < 0 + - HTTP < 0 + - HTTP < 0 + - HaTeX < 0 + - HaskellNet < 0 + - HaskellNet-SSL < 0 + - IPv6DB < 0 + - IPv6DB < 0 + - IPv6DB < 0 + - MusicBrainz < 0 + - MusicBrainz < 0 + - Network-NineP < 0 + - Network-NineP < 0 + - Network-NineP < 0 + - OpenAL < 0 + - OpenGL < 0 + - aeson-casing < 0 + - aeson-compat < 0 + - aeson-extra < 0 + - aeson-typescript < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka < 0 + - amazonka-apigateway < 0 + - amazonka-apigateway < 0 + - amazonka-application-autoscaling < 0 + - amazonka-application-autoscaling < 0 + - amazonka-appstream < 0 + - amazonka-appstream < 0 + - amazonka-athena < 0 + - amazonka-athena < 0 + - amazonka-autoscaling < 0 + - amazonka-autoscaling < 0 + - amazonka-budgets < 0 + - amazonka-budgets < 0 + - amazonka-certificatemanager < 0 + - amazonka-certificatemanager < 0 + - amazonka-cloudformation < 0 + - amazonka-cloudformation < 0 + - amazonka-cloudfront < 0 + - amazonka-cloudfront < 0 + - amazonka-cloudhsm < 0 + - amazonka-cloudhsm < 0 + - amazonka-cloudsearch < 0 + - amazonka-cloudsearch < 0 + - amazonka-cloudsearch-domains < 0 + - amazonka-cloudsearch-domains < 0 + - amazonka-cloudtrail < 0 + - amazonka-cloudtrail < 0 + - amazonka-cloudwatch < 0 + - amazonka-cloudwatch < 0 + - amazonka-cloudwatch-events < 0 + - amazonka-cloudwatch-events < 0 + - amazonka-cloudwatch-logs < 0 + - amazonka-cloudwatch-logs < 0 + - amazonka-codebuild < 0 + - amazonka-codebuild < 0 + - amazonka-codebuild < 0 + - amazonka-codecommit < 0 + - amazonka-codecommit < 0 + - amazonka-codecommit < 0 + - amazonka-codedeploy < 0 + - amazonka-codedeploy < 0 + - amazonka-codedeploy < 0 + - amazonka-codepipeline < 0 + - amazonka-codepipeline < 0 + - amazonka-codepipeline < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-sync < 0 + - amazonka-cognito-sync < 0 + - amazonka-cognito-sync < 0 + - amazonka-config < 0 + - amazonka-config < 0 + - amazonka-config < 0 + - amazonka-datapipeline < 0 + - amazonka-datapipeline < 0 + - amazonka-datapipeline < 0 + - amazonka-devicefarm < 0 + - amazonka-devicefarm < 0 + - amazonka-devicefarm < 0 + - amazonka-directconnect < 0 + - amazonka-directconnect < 0 + - amazonka-directconnect < 0 + - amazonka-discovery < 0 + - amazonka-discovery < 0 + - amazonka-dms < 0 + - amazonka-dms < 0 + - amazonka-ds < 0 + - amazonka-ds < 0 + - amazonka-dynamodb < 0 + - amazonka-dynamodb < 0 + - amazonka-dynamodb-streams < 0 + - amazonka-dynamodb-streams < 0 + - amazonka-ec2 < 0 + - amazonka-ec2 < 0 + - amazonka-ecr < 0 + - amazonka-ecr < 0 + - amazonka-ecs < 0 + - amazonka-ecs < 0 + - amazonka-efs < 0 + - amazonka-efs < 0 + - amazonka-elasticache < 0 + - amazonka-elasticache < 0 + - amazonka-elasticbeanstalk < 0 + - amazonka-elasticbeanstalk < 0 + - amazonka-elasticsearch < 0 + - amazonka-elasticsearch < 0 + - amazonka-elastictranscoder < 0 + - amazonka-elastictranscoder < 0 + - amazonka-elb < 0 + - amazonka-elb < 0 + - amazonka-elbv2 < 0 + - amazonka-elbv2 < 0 + - amazonka-emr < 0 + - amazonka-emr < 0 + - amazonka-gamelift < 0 + - amazonka-gamelift < 0 + - amazonka-glacier < 0 + - amazonka-glacier < 0 + - amazonka-health < 0 + - amazonka-health < 0 + - amazonka-iam < 0 + - amazonka-iam < 0 + - amazonka-importexport < 0 + - amazonka-importexport < 0 + - amazonka-inspector < 0 + - amazonka-inspector < 0 + - amazonka-iot < 0 + - amazonka-iot < 0 + - amazonka-iot-dataplane < 0 + - amazonka-iot-dataplane < 0 + - amazonka-kinesis < 0 + - amazonka-kinesis < 0 + - amazonka-kinesis-analytics < 0 + - amazonka-kinesis-analytics < 0 + - amazonka-kinesis-firehose < 0 + - amazonka-kinesis-firehose < 0 + - amazonka-kms < 0 + - amazonka-kms < 0 + - amazonka-lambda < 0 + - amazonka-lambda < 0 + - amazonka-lightsail < 0 + - amazonka-lightsail < 0 + - amazonka-marketplace-analytics < 0 + - amazonka-marketplace-analytics < 0 + - amazonka-marketplace-metering < 0 + - amazonka-marketplace-metering < 0 + - amazonka-ml < 0 + - amazonka-ml < 0 + - amazonka-opsworks < 0 + - amazonka-opsworks < 0 + - amazonka-opsworks-cm < 0 + - amazonka-opsworks-cm < 0 + - amazonka-pinpoint < 0 + - amazonka-pinpoint < 0 + - amazonka-polly < 0 + - amazonka-polly < 0 + - amazonka-rds < 0 + - amazonka-rds < 0 + - amazonka-redshift < 0 + - amazonka-redshift < 0 + - amazonka-rekognition < 0 + - amazonka-rekognition < 0 + - amazonka-route53 < 0 + - amazonka-route53-domains < 0 + - amazonka-s3 < 0 + - amazonka-s3 < 0 + - amazonka-sdb < 0 + - amazonka-sdb < 0 + - amazonka-servicecatalog < 0 + - amazonka-servicecatalog < 0 + - amazonka-ses < 0 + - amazonka-ses < 0 + - amazonka-shield < 0 + - amazonka-shield < 0 + - amazonka-sms < 0 + - amazonka-sms < 0 + - amazonka-snowball < 0 + - amazonka-snowball < 0 + - amazonka-sns < 0 + - amazonka-sns < 0 + - amazonka-sqs < 0 + - amazonka-sqs < 0 + - amazonka-ssm < 0 + - amazonka-ssm < 0 + - amazonka-stepfunctions < 0 + - amazonka-stepfunctions < 0 + - amazonka-storagegateway < 0 + - amazonka-storagegateway < 0 + - amazonka-sts < 0 + - amazonka-sts < 0 + - amazonka-support < 0 + - amazonka-support < 0 + - amazonka-swf < 0 + - amazonka-swf < 0 + - amazonka-test < 0 + - amazonka-test < 0 + - amazonka-test < 0 + - amazonka-test < 0 + - amazonka-waf < 0 + - amazonka-waf < 0 + - amazonka-workspaces < 0 + - amazonka-workspaces < 0 + - amazonka-xray < 0 + - amazonka-xray < 0 + - antiope-athena < 0 + - antiope-core < 0 + - antiope-core < 0 + - antiope-core < 0 + - antiope-dynamodb < 0 + - antiope-messages < 0 + - antiope-s3 < 0 + - antiope-s3 < 0 + - antiope-s3 < 0 + - antiope-s3 < 0 + - antiope-sns < 0 + - antiope-sqs < 0 + - apply-refact < 0 + - apply-refact < 0 + - approximate < 0 + - arithmoi < 0 + - ascii-progress < 0 + - ascii-progress < 0 + - asif < 0 + - asif < 0 + - asif < 0 + - asif < 0 + - asn1-encoding < 0 + - asn1-encoding < 0 + - asn1-parse < 0 + - async-extra < 0 + - async-refresh-tokens < 0 + - async-refresh-tokens < 0 + - async-refresh-tokens < 0 + - async-timer < 0 + - async-timer < 0 + - async-timer < 0 + - atom-conduit < 0 + - attoparsec-ip < 0 + - authenticate-oauth < 0 + - backprop < 0 + - barbies < 0 + - beam-core < 0 + - beam-core < 0 + - bench < 0 + - bimap < 0 + - bimap-server < 0 + - binary-conduit < 0 + - binary-ext < 0 + - binary-ext < 0 + - binary-ext < 0 + - binary-tagged < 0 + - binary-tagged < 0 + - bins < 0 + - bit-stream < 0 + - bitcoin-api < 0 + - bitcoin-api < 0 + - bitcoin-block < 0 + - bitcoin-tx < 0 + - bits-extra < 0 + - bitx-bitcoin < 0 + - bitx-bitcoin < 0 + - bitx-bitcoin < 0 + - blake2 < 0 + - bower-json < 0 + - bsb-http-chunked < 0 + - bsb-http-chunked < 0 + - bson < 0 + - bugsnag-haskell < 0 + - bugsnag-haskell < 0 + - bugsnag-haskell < 0 + - bugsnag-haskell < 0 + - bugsnag-haskell < 0 + - bugsnag-haskell < 0 + - bytestring-conversion < 0 + - cabal-rpm < 0 + - cabal-rpm < 0 + - cabal2nix < 0 + - cabal2spec < 0 + - capataz < 0 + - capataz < 0 + - cassava-records < 0 + - cayley-client < 0 + - cayley-client < 0 + - cipher-aes < 0 + - cipher-blowfish < 0 + - cipher-camellia < 0 + - cipher-des < 0 + - cisco-spark-api < 0 + - cisco-spark-api < 0 + - clash-ghc < 0 + - clash-ghc < 0 + - clash-lib < 0 + - clash-lib < 0 + - classy-prelude-conduit < 0 + - classy-prelude-conduit < 0 + - classy-prelude-yesod < 0 + - classy-prelude-yesod < 0 + - clock < 0 + - closed < 0 + - codec < 0 + - codec-rpm < 0 + - codec-rpm < 0 + - commutative < 0 + - compiler-warnings < 0 + - componentm < 0 + - componentm < 0 + - composable-associations < 0 + - composable-associations-aeson < 0 + - compressed < 0 + - concise < 0 + - conduit < 0 + - conduit < 0 + - conduit-concurrent-map < 0 + - conduit-parse < 0 + - conduit-zstd < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - configuration-tools < 0 + - connection < 0 + - connection < 0 + - connection < 0 + - connection-pool < 0 + - connection-pool < 0 + - connection-pool < 0 + - connection-pool < 0 + - contravariant < 0 + - cookie < 0 + - countable < 0 + - cpio-conduit < 0 + - cql < 0 + - criterion < 0 + - criterion < 0 + - criterion < 0 + - cron < 0 + - crypt-sha512 < 0 + - crypto-cipher-tests < 0 + - crypto-cipher-types < 0 + - crypto-numbers < 0 + - crypto-pubkey < 0 + - crypto-pubkey < 0 + - crypto-pubkey-types < 0 + - crypto-random < 0 + - csp < 0 + - cue-sheet < 0 + - data-bword < 0 + - data-dword < 0 + - data-serializer < 0 + - datadog < 0 + - datadog < 0 + - datadog < 0 + - datadog < 0 + - datadog < 0 + - datasets < 0 + - dawg-ord < 0 + - dbus < 0 + - dejafu < 0 + - dejafu < 0 + - df1 < 0 + - dhall-bash < 0 + - dhall-json < 0 + - dhall-json < 0 + - dhall-text < 0 + - dhall-to-cabal < 0 + - dhall-to-cabal < 0 + - di < 0 + - di < 0 + - di-handle < 0 + - di-handle < 0 + - distributed-closure < 0 + - distribution-opensuse < 0 + - dns < 0 + - dns < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - docker < 0 + - dotenv < 0 + - drifter < 0 + - drifter-postgresql < 0 + - drifter-sqlite < 0 + - drinkery < 0 + - dublincore-xml-conduit < 0 + - dunai < 0 + - editor-open < 0 + - elerea < 0 + - elm-export < 0 + - emacs-module < 0 + - emacs-module < 0 + - emacs-module < 0 + - emd < 0 + - errors < 0 + - errors-ext < 0 + - errors-ext < 0 + - etc < 0 + - etc < 0 + - etc < 0 + - eventful-sql-common < 0 + - eventful-sql-common < 0 + - eventful-sql-common < 0 + - eventful-sqlite < 0 + - eventful-sqlite < 0 + - eventful-test-helpers < 0 + - eventful-test-helpers < 0 + - exceptional < 0 + - executable-hash < 0 + - exp-pairs < 0 + - extensible < 0 + - extensible < 0 + - facts < 0 + - fast-digits < 0 + - fay-dom < 0 + - fb < 0 + - fb < 0 + - fb < 0 + - fb < 0 + - fb < 0 + - fb < 0 + - fb < 0 + - filelock < 0 + - flac < 0 + - flay < 0 + - fmt < 0 + - folds < 0 + - free < 0 + - free < 0 + - free-vl < 0 + - freer-simple < 0 + - freer-simple < 0 + - fsnotify < 0 + - fsnotify < 0 + - fuzzcheck < 0 + - generic-data < 0 + - generics-eot < 0 + - genvalidity-hspec < 0 + - genvalidity-hspec-hashable < 0 + - geojson < 0 + - ghc-parser < 0 + - ghc-prof < 0 + - ghc-syntax-highlighter < 0 + - ghc-typelits-extra < 0 + - ghc-typelits-knownnat < 0 + - ghc-typelits-natnormalise < 0 + - ghcid < 0 + - githash < 0 + - glazier-react-widget < 0 + - glazier-react-widget < 0 + - graylog < 0 + - groundhog < 0 + - groundhog < 0 + - groundhog-mysql < 0 + - groundhog-mysql < 0 + - groundhog-mysql < 0 + - groundhog-postgresql < 0 + - groundhog-postgresql < 0 + - groundhog-sqlite < 0 + - groundhog-sqlite < 0 + - hailgun < 0 + - hailgun < 0 + - hailgun < 0 + - hamilton < 0 + - hamtsolo < 0 + - hamtsolo < 0 + - hamtsolo < 0 + - handwriting < 0 + - happstack-server < 0 + - happstack-server < 0 + - happstack-server < 0 + - happstack-server < 0 + - haskell-src-exts < 0 + - haskey-mtl < 0 + - haskey-mtl < 0 + - haskey-mtl < 0 + - haskey-mtl < 0 + - haskoin-node < 0 + - haskoin-node < 0 + - haskoin-node < 0 + - haskoin-node < 0 + - haskoin-node < 0 + - haskoin-store < 0 + - haskoin-store < 0 + - haskoin-store < 0 + - haskoin-store < 0 + - hasql-pool < 0 + - hasql-transaction < 0 + - hasql-transaction < 0 + - hexml-lens < 0 + - higher-leveldb < 0 + - higher-leveldb < 0 + - higher-leveldb < 0 + - hinotify < 0 + - hint < 0 + - hint < 0 + - hlint < 0 + - hmatrix-backprop < 0 + - hmatrix-backprop < 0 + - hmatrix-backprop < 0 + - hmatrix-vector-sized < 0 + - hmatrix-vector-sized < 0 + - hoogle < 0 + - hoogle < 0 + - hopenpgp-tools < 0 + - hopenpgp-tools < 0 + - hopenpgp-tools < 0 + - hopenpgp-tools < 0 + - hopenpgp-tools < 0 + - hopenpgp-tools < 0 + - hourglass < 0 + - hpack < 0 + - hpack < 0 + - hpack < 0 + - hpack < 0 + - hquantlib < 0 + - hreader < 0 + - hreader < 0 + - hreader < 0 + - hsebaysdk < 0 + - hsini < 0 + - hslua < 0 + - hslua < 0 + - hslua-module-text < 0 + - hspec < 0 + - hspec-contrib < 0 + - hspec-golden-aeson < 0 + - hspec-leancheck < 0 + - hspec-meta < 0 + - hspec-pg-transact < 0 + - hspec-smallcheck < 0 + - hspec-wai < 0 + - hspec-wai-json < 0 + - hsx-jmacro < 0 + - html-conduit < 0 + - htoml < 0 + - http-client-openssl < 0 + - http-conduit < 0 + - http-conduit < 0 + - http-conduit < 0 + - http-conduit < 0 + - http-conduit < 0 + - http-conduit < 0 + - http-reverse-proxy < 0 + - http-reverse-proxy < 0 + - http-reverse-proxy < 0 + - http-reverse-proxy < 0 + - http-reverse-proxy < 0 + - hunit-dejafu < 0 + - hw-dsv < 0 + - hw-fingertree-strict < 0 + - hw-hedgehog < 0 + - hw-hspec-hedgehog < 0 + - hw-ip < 0 + - hw-prim < 0 + - hw-prim < 0 + - hw-rankselect < 0 + - hw-rankselect-base < 0 + - hw-simd < 0 + - hworker < 0 + - imagesize-conduit < 0 + - imagesize-conduit < 0 + - incremental-parser < 0 + - inflections < 0 + - influxdb < 0 + - inline-java < 0 + - inline-java < 0 + - insert-ordered-containers < 0 + - io-choice < 0 + - io-choice < 0 + - io-memoize < 0 + - irc-conduit < 0 + - irc-conduit < 0 + - irc-conduit < 0 + - irc-conduit < 0 + - irc-dcc < 0 + - ixset-typed < 0 + - jmacro-rpc < 0 + - jmacro-rpc-snap < 0 + - json-rpc < 0 + - json-rpc < 0 + - json-rpc < 0 + - kan-extensions < 0 + - kanji < 0 + - kawhi < 0 + - kawhi < 0 + - kawhi < 0 + - koofr-client < 0 + - koofr-client < 0 + - lambdabot-core < 0 + - lambdabot-core < 0 + - lambdabot-core < 0 + - lambdabot-core < 0 + - lambdabot-irc-plugins < 0 + - lame < 0 + - language-java < 0 + - large-hashable < 0 + - lattices < 0 + - lens < 0 + - leveldb-haskell < 0 + - leveldb-haskell < 0 + - leveldb-haskell < 0 + - leveldb-haskell < 0 + - lifted-async < 0 + - lifted-async < 0 + - lifted-async < 0 + - lifted-async < 0 + - lifted-base < 0 + - lifted-base < 0 + - list-t < 0 + - list-t < 0 + - listsafe < 0 + - llvm-hs < 0 + - llvm-hs < 0 + - llvm-hs-pretty < 0 + - llvm-hs-pure < 0 + - locators < 0 + - machines < 0 + - main-tester < 0 + - mapquest-api < 0 + - mapquest-api < 0 + - mapquest-api < 0 + - markdown < 0 + - matrices < 0 + - matrix < 0 + - matrix-market-attoparsec < 0 + - matrix-static < 0 + - mbtiles < 0 + - mbtiles < 0 + - mbug < 0 + - mbug < 0 + - mega-sdist < 0 + - metrics < 0 + - metrics < 0 + - microformats2-parser < 0 + - microlens-aeson < 0 + - milena < 0 + - milena < 0 + - milena < 0 + - mime-mail-ses < 0 + - mime-mail-ses < 0 + - mime-mail-ses < 0 + - modern-uri < 0 + - monad-journal < 0 + - monad-journal < 0 + - monad-logger-json < 0 + - monad-logger-prefix < 0 + - monad-logger-prefix < 0 + - monad-logger-prefix < 0 + - monad-logger-prefix < 0 + - monad-logger-syslog < 0 + - monad-loops < 0 + - monad-recorder < 0 + - monad-recorder < 0 + - monad-recorder < 0 + - monad-unlift < 0 + - monad-unlift < 0 + - monoid-subclasses < 0 + - morte < 0 + - morte < 0 + - morte < 0 + - multiarg < 0 + - multistate < 0 + - multistate < 0 + - mustache < 0 + - mysql-haskell-nem < 0 + - mysql-haskell-openssl < 0 + - nagios-check < 0 + - natural-transformation < 0 + - network-anonymous-i2p < 0 + - network-anonymous-tor < 0 + - network-attoparsec < 0 + - network-attoparsec < 0 + - network-attoparsec < 0 + - network-conduit-tls < 0 + - network-conduit-tls < 0 + - network-conduit-tls < 0 + - network-ip < 0 + - network-messagepack-rpc-websocket < 0 + - network-simple-tls < 0 + - network-simple-tls < 0 + - network-simple-tls < 0 + - nonce < 0 + - nondeterminism < 0 + - nvim-hs-contrib < 0 + - objective < 0 + - odbc < 0 + - open-witness < 0 + - openpgp-asciiarmor < 0 + - opensource < 0 + - opensource < 0 + - opensource < 0 + - opml-conduit < 0 + - pager < 0 + - pagination < 0 + - paripari < 0 + - parsec-numeric < 0 + - path < 0 + - path-extra < 0 + - path-io < 0 + - persistent-mysql < 0 + - persistent-mysql < 0 + - persistent-mysql < 0 + - persistent-mysql-haskell < 0 + - persistent-mysql-haskell < 0 + - persistent-mysql-haskell < 0 + - persistent-mysql-haskell < 0 + - persistent-mysql-haskell < 0 + - persistent-mysql-haskell < 0 + - persistent-postgresql < 0 + - persistent-postgresql < 0 + - persistent-postgresql < 0 + - persistent-refs < 0 + - persistent-sqlite < 0 + - persistent-sqlite < 0 + - persistent-sqlite < 0 + - persistent-sqlite < 0 + - pg-transact < 0 + - pg-transact < 0 + - pgp-wordlist < 0 + - pinboard < 0 + - pinboard < 0 + - pinboard < 0 + - pipes < 0 + - pipes-attoparsec < 0 + - pipes-binary < 0 + - pipes-http < 0 + - pipes-http < 0 + - pipes-network < 0 + - pipes-network-tls < 0 + - pipes-safe < 0 + - pipes-safe < 0 + - pipes-safe < 0 + - pkcs10 < 0 + - pkcs10 < 0 + - pkcs10 < 0 + - pkcs10 < 0 + - pkcs10 < 0 + - plot-light < 0 + - postgresql-simple < 0 + - postgresql-simple < 0 + - postgresql-simple-migration < 0 + - postgresql-transactional < 0 + - pptable < 0 + - prettyprinter < 0 + - protocol-radius-test < 0 + - pure-zlib < 0 + - qchas < 0 + - qnap-decrypt < 0 + - qnap-decrypt < 0 + - quadratic-irrational < 0 + - rainbox < 0 + - random-source < 0 + - rank2classes < 0 + - read-env-var < 0 + - refined < 0 + - regex-applicative < 0 + - repline < 0 + - req-conduit < 0 + - req-conduit < 0 + - req-conduit < 0 + - req-url-extra < 0 + - require < 0 + - require < 0 + - require < 0 + - rerebase < 0 + - resourcet < 0 + - rio < 0 + - rio < 0 + - rio < 0 + - rio-orphans < 0 + - rio-orphans < 0 + - rio-orphans < 0 + - rio-orphans < 0 + - rng-utils < 0 + - rng-utils < 0 + - rocksdb-query < 0 + - rollbar-hs < 0 + - s3-signer < 0 + - safe-exceptions < 0 + - safecopy < 0 + - safeio < 0 + - say < 0 + - sbp < 0 + - sbp < 0 + - scientific < 0 + - scientific < 0 + - scotty < 0 + - scotty < 0 + - scotty < 0 + - scotty < 0 + - scotty < 0 + - sdl2 < 0 + - sdl2 < 0 + - sdl2-gfx < 0 + - sdl2-mixer < 0 + - selda < 0 + - selda-postgresql < 0 + - selda-sqlite < 0 + - semver < 0 + - serf < 0 + - serverless-haskell < 0 + - servius < 0 + - ses-html < 0 + - sexp-grammar < 0 + - shakespeare < 0 + - shell-conduit < 0 + - shell-conduit < 0 + - shell-conduit < 0 + - shelly < 0 + - shelly < 0 + - shelly < 0 + - shelly < 0 + - shelly < 0 + - siggy-chardust < 0 + - simple-log < 0 + - simple-log < 0 + - simple-log < 0 + - skews < 0 + - skylighting-core < 0 + - smtp-mail < 0 + - snap-core < 0 + - snap-core < 0 + - soap < 0 + - soap < 0 + - soap-openssl < 0 + - soap-tls < 0 + - soap-tls < 0 + - soap-tls < 0 + - soap-tls < 0 + - soap-tls < 0 + - sparse-linear-algebra < 0 + - splitmix < 0 + - squeal-postgresql < 0 + - squeal-postgresql < 0 + - squeal-postgresql < 0 + - stratosphere < 0 + - streaming < 0 + - streaming-attoparsec < 0 + - streaming-bytestring < 0 + - streaming-bytestring < 0 + - streaming-bytestring < 0 + - streamly < 0 + - streamly < 0 + - streamly < 0 + - string-transform < 0 + - sv < 0 + - sv < 0 + - sv-core < 0 + - swagger < 0 + - tagged-transformer < 0 + - tagstream-conduit < 0 + - tar-conduit < 0 + - tasty-dejafu < 0 + - tasty-discover < 0 + - tasty-discover < 0 + - tasty-expected-failure < 0 + - tasty-golden < 0 + - tasty-golden < 0 + - tasty-hedgehog < 0 + - tasty-hedgehog < 0 + - tasty-hspec < 0 + - tasty-hspec < 0 + - tasty-hunit < 0 + - tasty-kat < 0 + - tasty-leancheck < 0 + - tasty-program < 0 + - tasty-quickcheck < 0 + - tasty-smallcheck < 0 + - tasty-smallcheck < 0 + - tasty-th < 0 + - tcp-streams < 0 + - tcp-streams < 0 + - tcp-streams < 0 + - teardown < 0 + - teardown < 0 + - teardown < 0 + - temporary < 0 + - temporary < 0 + - temporary-rc < 0 + - temporary-resourcet < 0 + - temporary-resourcet < 0 + - termonad < 0 + - termonad < 0 + - termonad < 0 + - text-manipulate < 0 + - text-show < 0 + - textlocal < 0 + - textlocal < 0 + - these < 0 + - throwable-exceptions < 0 + - timerep < 0 + - titlecase < 0 + - tldr < 0 + - tldr < 0 + - tls-debug < 0 + - tls-debug < 0 + - tls-debug < 0 + - tls-debug < 0 + - tls-debug < 0 + - tls-session-manager < 0 + - tomland < 0 + - tomland < 0 + - traverse-with-class < 0 + - ua-parser < 0 + - unbound-generics < 0 + - unbound-generics < 0 + - unboxed-ref < 0 + - unordered-intmap < 0 + - uri-bytestring < 0 + - urlpath < 0 + - urlpath < 0 + - urlpath < 0 + - urlpath < 0 + - urlpath < 0 + - users < 0 + - vector-builder < 0 + - vector-bytes-instances < 0 + - vector-instances < 0 + - vector-split < 0 + - wai-cors < 0 + - wai-cors < 0 + - wai-extra < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-consul < 0 + - wai-middleware-crowd < 0 + - wai-middleware-crowd < 0 + - wai-middleware-crowd < 0 + - wai-middleware-crowd < 0 + - wai-session < 0 + - wai-session-postgresql < 0 + - wai-slack-middleware < 0 + - wai-transformers < 0 + - wai-transformers < 0 + - wai-websockets < 0 + - wai-websockets < 0 + - warp-tls < 0 + - warp-tls < 0 + - warp-tls < 0 + - warp-tls < 0 + - warp-tls-uid < 0 + - warp-tls-uid < 0 + - web-routes < 0 + - webdriver < 0 + - webdriver < 0 + - webdriver < 0 + - webdriver < 0 + - webex-teams-api < 0 + - webex-teams-api < 0 + - webex-teams-conduit < 0 + - webex-teams-conduit < 0 + - webex-teams-conduit < 0 + - webex-teams-pipes < 0 + - webex-teams-pipes < 0 + - webex-teams-pipes < 0 + - websockets < 0 + - wire-streams < 0 + - wire-streams < 0 + - wl-pprint-annotated < 0 + - wreq-stringless < 0 + - wss-client < 0 + - wss-client < 0 + - x509-store < 0 + - x509-store < 0 + - x509-store < 0 + - x509-store < 0 + - x509-store < 0 + - x509-system < 0 + - x509-system < 0 + - xlsx < 0 + - xml-conduit < 0 + - xml-conduit-parse < 0 + - xml-conduit-parse < 0 + - xml-html-qq < 0 + - xml-indexed-cursor < 0 + - xml-picklers < 0 + - xmlbf < 0 + - xmlbf-xeno < 0 + - yeshql < 0 + - yesod < 0 + - yesod < 0 + - yesod < 0 + - yesod-auth-fb < 0 + - yesod-auth-fb < 0 + - yesod-auth-hashdb < 0 + - yesod-auth-hashdb < 0 + - yesod-auth-hashdb < 0 + - yesod-core < 0 + - yesod-core < 0 + - yesod-core < 0 + - yesod-core < 0 + - yesod-core < 0 + - yesod-core < 0 + - yesod-fb < 0 + - yesod-form < 0 + - yesod-gitrepo < 0 + - yesod-paginator < 0 + - yesod-paginator < 0 + - yesod-persistent < 0 + - yesod-persistent < 0 + - yesod-persistent < 0 + - yesod-recaptcha2 < 0 + - yesod-test < 0 + - yesod-test < 0 + - yesod-text-markdown < 0 + - yesod-websockets < 0 + - yi-language < 0 + - yi-language < 0 + - zeromq4-haskell < 0 + - zeromq4-haskell < 0 + - zeromq4-haskell < 0 + - zeromq4-haskell < 0 + - zeromq4-haskell < 0 + - zim-parser < 0 + - zip < 0 + - zip < 0 + - zip < 0 + - zip < 0 + - zip-stream < 0 + - zip-stream < 0 + - zip-stream < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From 496b530a731057259a1baafd4c943867170c79ff Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:34:39 -0700 Subject: [PATCH 091/168] More blockers --- build-constraints.yaml | 645 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 645 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c66bfd8..2d58b771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5272,6 +5272,651 @@ packages: - zip-stream < 0 - zip-stream < 0 + # more + - BiobaseNewick < 0 + - Cabal < 0 + - ClustalParser < 0 + - FontyFruity < 0 + - HPDF < 0 + - HandsomeSoup < 0 + - HandsomeSoup < 0 + - Hoed < 0 + - IntervalMap < 0 + - JuicyPixels < 0 + - JuicyPixels-extra < 0 + - JuicyPixels-extra < 0 + - RSA < 0 + - Rasterific < 0 + - SCalendar < 0 + - SCalendar < 0 + - ViennaRNAParser < 0 + - accuerr < 0 + - ace < 0 + - ad < 0 + - ad < 0 + - adjunctions < 0 + - adjunctions < 0 + - adjunctions < 0 + - adler32 < 0 + - aern2-mp < 0 + - aern2-mp < 0 + - aeson < 0 + - aeson-better-errors < 0 + - aeson-picker < 0 + - aeson-picker < 0 + - aeson-pretty < 0 + - aeson-utils < 0 + - algebra < 0 + - api-field-json-th < 0 + - app-settings < 0 + - app-settings < 0 + - appendmap < 0 + - arbor-postgres < 0 + - arbor-postgres < 0 + - arrow-list < 0 + - asciidiagram < 0 + - atomic-write < 0 + - atomic-write < 0 + - attoparsec < 0 + - attoparsec < 0 + - attoparsec-path < 0 + - attoparsec-uri < 0 + - avro < 0 + - avro < 0 + - avro < 0 + - avwx < 0 + - avwx < 0 + - base-compat-batteries < 0 + - base-orphans < 0 + - base32string < 0 + - base58string < 0 + - bbdb < 0 + - beam-migrate < 0 + - beam-migrate < 0 + - beam-migrate < 0 + - beam-migrate < 0 + - beam-migrate < 0 + - beam-sqlite < 0 + - beam-sqlite < 0 + - beam-sqlite < 0 + - bifunctors < 0 + - binary-list < 0 + - binary-parsers < 0 + - bitcoin-script < 0 + - bitcoin-types < 0 + - bitset-word8 < 0 + - bitset-word8 < 0 + - blaze-html < 0 + - bno055-haskell < 0 + - bordacount < 0 + - boundingboxes < 0 + - bson-lens < 0 + - bson-lens < 0 + - butcher < 0 + - butcher < 0 + - bytes < 0 + - bzlib-conduit < 0 + - bzlib-conduit < 0 + - bzlib-conduit < 0 + - case-insensitive < 0 + - cassava < 0 + - cassava-conduit < 0 + - cassava-conduit < 0 + - cborg < 0 + - cereal-conduit < 0 + - cereal-conduit < 0 + - cereal-time < 0 + - cfenv < 0 + - cheapskate < 0 + - chronologique < 0 + - chronologique < 0 + - cipher-rc4 < 0 + - clay < 0 + - clock-extras < 0 + - clock-extras < 0 + - cmark < 0 + - code-builder < 0 + - colonnade < 0 + - comonad < 0 + - compactmap < 0 + - compensated < 0 + - compensated < 0 + - componentm-devel < 0 + - componentm-devel < 0 + - composition-extra < 0 + - conduit-connection < 0 + - conduit-connection < 0 + - conduit-connection < 0 + - conduit-iconv < 0 + - conduit-iconv < 0 + - constraints < 0 + - containers-unicode-symbols < 0 + - contravariant-extras < 0 + - cprng-aes < 0 + - cprng-aes < 0 + - cryptocipher < 0 + - cryptocipher < 0 + - css-syntax < 0 + - css-syntax < 0 + - css-syntax < 0 + - css-text < 0 + - curl-runnings < 0 + - currencies < 0 + - data-diverse < 0 + - data-diverse < 0 + - data-diverse-lens < 0 + - data-diverse-lens < 0 + - data-has < 0 + - data-msgpack < 0 + - data-msgpack < 0 + - data-msgpack-types < 0 + - dataurl < 0 + - dbcleaner < 0 + - dbcleaner < 0 + - debug < 0 + - debug < 0 + - declarative < 0 + - declarative < 0 + - declarative < 0 + - deferred-folds < 0 + - deriving-compat < 0 + - detour-via-sci < 0 + - detour-via-sci < 0 + - dimensional < 0 + - dimensional < 0 + - direct-sqlite < 0 + - discrimination < 0 + - discrimination < 0 + - discrimination < 0 + - distributed-static < 0 + - distribution-nixpkgs < 0 + - distribution-nixpkgs < 0 + - distributive < 0 + - do-list < 0 + - do-list < 0 + - dockerfile < 0 + - doctemplates < 0 + - doctemplates < 0 + - dom-parser < 0 + - dom-parser < 0 + - dom-parser < 0 + - dom-parser < 0 + - drawille < 0 + - dvorak < 0 + - edit-distance < 0 + - elf < 0 + - email-validate < 0 + - enummapset < 0 + - envy < 0 + - envy < 0 + - ersatz < 0 + - ersatz < 0 + - event < 0 + - extra < 0 + - farmhash < 0 + - farmhash < 0 + - fast-logger < 0 + - fclabels < 0 + - fedora-haskell-tools < 0 + - fileplow < 0 + - fileplow < 0 + - filter-logger < 0 + - find-clumpiness < 0 + - flac-picture < 0 + - flac-picture < 0 + - flat-mcmc < 0 + - fn < 0 + - fn < 0 + - foldl < 0 + - foldl < 0 + - forma < 0 + - format-numbers < 0 + - formatting < 0 + - formatting < 0 + - formatting < 0 + - friday < 0 + - friday-juicypixels < 0 + - friendly-time < 0 + - frontmatter < 0 + - fsnotify-conduit < 0 + - fsnotify-conduit < 0 + - fsnotify-conduit < 0 + - fsnotify-conduit < 0 + - fsnotify-conduit < 0 + - fuzzy-dates < 0 + - fuzzy-dates < 0 + - fuzzy-dates < 0 + - fuzzyset < 0 + - fuzzyset < 0 + - gc < 0 + - general-games < 0 + - general-games < 0 + - generic-deriving < 0 + - generic-lens < 0 + - generic-lens < 0 + - generics-sop-lens < 0 + - genvalidity < 0 + - genvalidity-aeson < 0 + - genvalidity-aeson < 0 + - genvalidity-bytestring < 0 + - genvalidity-bytestring < 0 + - genvalidity-containers < 0 + - genvalidity-containers < 0 + - genvalidity-hspec-aeson < 0 + - genvalidity-hspec-aeson < 0 + - genvalidity-hspec-binary < 0 + - genvalidity-hspec-binary < 0 + - genvalidity-hspec-cereal < 0 + - genvalidity-hspec-cereal < 0 + - genvalidity-hspec-optics < 0 + - genvalidity-hspec-optics < 0 + - genvalidity-path < 0 + - genvalidity-path < 0 + - genvalidity-path < 0 + - genvalidity-path < 0 + - genvalidity-property < 0 + - genvalidity-scientific < 0 + - genvalidity-scientific < 0 + - genvalidity-scientific < 0 + - genvalidity-text < 0 + - genvalidity-text < 0 + - genvalidity-time < 0 + - genvalidity-time < 0 + - genvalidity-unordered-containers < 0 + - genvalidity-unordered-containers < 0 + - genvalidity-uuid < 0 + - genvalidity-uuid < 0 + - genvalidity-vector < 0 + - genvalidity-vector < 0 + - getopt-generics < 0 + - ghc-exactprint < 0 + - ghcjs-base-stub < 0 + - ghcjs-base-stub < 0 + - ghost-buster < 0 + - gi-gtk-hs < 0 + - github-types < 0 + - glabrous < 0 + - glaze < 0 + - gnuplot < 0 + - graph-core < 0 + - graph-wrapper < 0 + - graph-wrapper < 0 + - gravatar < 0 + - gravatar < 0 + - groom < 0 + - h2c < 0 + - half < 0 + - hasbolt < 0 + - hashable < 0 + - haskell-gi < 0 + - haskell-src-exts-util < 0 + - haskintex < 0 + - haskintex < 0 + - hasql < 0 + - hasty-hamiltonian < 0 + - hasty-hamiltonian < 0 + - hasty-hamiltonian < 0 + - heterocephalus < 0 + - heterocephalus < 0 + - hexstring < 0 + - hformat < 0 + - hidden-char < 0 + - hierarchical-clustering < 0 + - hierarchical-clustering < 0 + - histogram-fill < 0 + - hlibsass < 0 + - hmatrix-morpheus < 0 + - hopfli < 0 + - hourglass-orphans < 0 + - hourglass-orphans < 0 + - hprotoc < 0 + - hreader-lens < 0 + - hsass < 0 + - hsass < 0 + - hsass < 0 + - hsemail < 0 + - hsexif < 0 + - hsexif < 0 + - hslua-aeson < 0 + - hslua-aeson < 0 + - hspec-checkers < 0 + - hspec-expectations-pretty-diff < 0 + - hspec-megaparsec < 0 + - hspec-megaparsec < 0 + - hsyslog-udp < 0 + - htaglib < 0 + - html-email-validate < 0 + - html-email-validate < 0 + - html-entity-map < 0 + - http-types < 0 + - human-readable-duration < 0 + - hvect < 0 + - hw-balancedparens < 0 + - hw-balancedparens < 0 + - hw-bits < 0 + - hw-bits < 0 + - hw-conduit < 0 + - hw-conduit < 0 + - hw-conduit < 0 + - hw-eliasfano < 0 + - hw-eliasfano < 0 + - hw-excess < 0 + - hw-excess < 0 + - hw-json < 0 + - hw-json < 0 + - hw-json < 0 + - hw-mquery < 0 + - hw-packed-vector < 0 + - hw-packed-vector < 0 + - hw-parser < 0 + - hw-string-parse < 0 + - hw-succinct < 0 + - hw-succinct < 0 + - hweblib < 0 + - hxt-http < 0 + - hxt-regex-xmlschema < 0 + - hyperloglog < 0 + - hyperloglog < 0 + - hyperloglog < 0 + - identicon < 0 + - ilist < 0 + - ilist < 0 + - ilist < 0 + - include-file < 0 + - inline-c < 0 + - intro < 0 + - intset-imperative < 0 + - invertible-grammar < 0 + - invertible-grammar < 0 + - ip < 0 + - iproute < 0 + - iso8601-time < 0 + - js-flot < 0 + - js-jquery < 0 + - json-rpc-generic < 0 + - justified-containers < 0 + - kdt < 0 + - keys < 0 + - language-docker < 0 + - language-docker < 0 + - language-docker < 0 + - language-javascript < 0 + - language-nix < 0 + - lens-action < 0 + - lens-action < 0 + - lens-aeson < 0 + - lens-aeson < 0 + - lens-datetime < 0 + - lens-family-th < 0 + - lens-misc < 0 + - lens-properties < 0 + - lens-regex < 0 + - libmpd < 0 + - lift-generics < 0 + - line < 0 + - line < 0 + - linear < 0 + - linked-list-with-iterator < 0 + - load-env < 0 + - load-env < 0 + - logging-facade < 0 + - loop < 0 + - loop < 0 + - lrucache < 0 + - lrucache < 0 + - lrucaching < 0 + - lzma-conduit < 0 + - lzma-conduit < 0 + - machines-binary < 0 + - machines-directory < 0 + - machines-io < 0 + - markdown-unlit < 0 + - markdown-unlit < 0 + - massiv < 0 + - megaparsec < 0 + - megaparsec < 0 + - megaparsec < 0 + - mercury-api < 0 + - messagepack < 0 + - messagepack-rpc < 0 + - microlens-contra < 0 + - microstache < 0 + - mighty-metropolis < 0 + - mighty-metropolis < 0 + - mighty-metropolis < 0 + - mime-mail < 0 + - mixed-types-num < 0 + - mltool < 0 + - mnist-idx < 0 + - mockery < 0 + - mockery < 0 + - monad-memo < 0 + - mono-traversable < 0 + - mutable-containers < 0 + - mysql < 0 + - mysql < 0 + - mysql-simple < 0 + - nanospec < 0 + - ndjson-conduit < 0 + - netpbm < 0 + - netpbm < 0 + - network < 0 + - network-transport-tests < 0 + - newtype-generics < 0 + - newtype-generics < 0 + - oeis < 0 + - one-liner < 0 + - openexr-write < 0 + - optparse-text < 0 + - parallel-io < 0 + - parsers < 0 + - partial-order < 0 + - path-pieces < 0 + - phantom-state < 0 + - picosat < 0 + - pipes-aeson < 0 + - pipes-bytestring < 0 + - pipes-category < 0 + - pipes-category < 0 + - pipes-category < 0 + - pipes-extras < 0 + - pipes-extras < 0 + - pipes-fastx < 0 + - pipes-group < 0 + - pipes-group < 0 + - pipes-parse < 0 + - pipes-wai < 0 + - postgresql-binary < 0 + - postgresql-binary < 0 + - postgresql-schema < 0 + - pretty-simple < 0 + - pretty-types < 0 + - prettyprinter-ansi-terminal < 0 + - prettyprinter-compat-annotated-wl-pprint < 0 + - prettyprinter-compat-ansi-wl-pprint < 0 + - prettyprinter-compat-wl-pprint < 0 + - profiterole < 0 + - profunctors < 0 + - projectroot < 0 + - protobuf-simple < 0 + - psql-helpers < 0 + - purescript-bridge < 0 + - purescript-bridge < 0 + - quickcheck-arbitrary-adt < 0 + - quickcheck-arbitrary-adt < 0 + - quickcheck-assertions < 0 + - quickcheck-instances < 0 + - ramus < 0 + - ramus < 0 + - random-fu < 0 + - random-tree < 0 + - range < 0 + - rasterific-svg < 0 + - rasterific-svg < 0 + - rcu < 0 + - rcu < 0 + - rcu < 0 + - rdf < 0 + - records-sop < 0 + - recursion-schemes < 0 + - references < 0 + - reinterpret-cast < 0 + - reinterpret-cast < 0 + - rfc1751 < 0 + - rocksdb-haskell < 0 + - rocksdb-haskell < 0 + - rocksdb-haskell < 0 + - rot13 < 0 + - safe-exceptions-checked < 0 + - salak < 0 + - salak < 0 + - sampling < 0 + - scalendar < 0 + - scalendar < 0 + - scalpel-core < 0 + - scanner < 0 + - scanner < 0 + - search-algorithms < 0 + - search-algorithms < 0 + - secp256k1-haskell < 0 + - semigroupoids < 0 + - serialise < 0 + - serversession < 0 + - shake-language-c < 0 + - should-not-typecheck < 0 + - show-prettyprint < 0 + - silently < 0 + - slave-thread < 0 + - sorted-list < 0 + - sourcemap < 0 + - special-values < 0 + - speedy-slice < 0 + - speedy-slice < 0 + - speedy-slice < 0 + - speedy-slice < 0 + - stache < 0 + - stache < 0 + - stache < 0 + - starter < 0 + - state-codes < 0 + - state-codes < 0 + - stm-containers < 0 + - stopwatch < 0 + - stopwatch < 0 + - strict-base-types < 0 + - string-conversions < 0 + - stringbuilder < 0 + - stringsearch < 0 + - structs < 0 + - sum-type-boilerplate < 0 + - svg-tree < 0 + - svg-tree < 0 + - sysinfo < 0 + - tar < 0 + - test-framework-th < 0 + - text-builder < 0 + - text-conversions < 0 + - text-metrics < 0 + - text-metrics < 0 + - text-region < 0 + - text-region < 0 + - th-desugar < 0 + - th-orphans < 0 + - th-printf < 0 + - thread-local-storage < 0 + - tibetan-utils < 0 + - tibetan-utils < 0 + - timelens < 0 + - tinylog < 0 + - tmp-postgres < 0 + - tmp-postgres < 0 + - tmp-postgres < 0 + - transaction < 0 + - tree-diff < 0 + - trifecta < 0 + - type-of-html < 0 + - type-of-html < 0 + - type-of-html < 0 + - typenums < 0 + - tz < 0 + - tzdata < 0 + - uncertain < 0 + - unix-time < 0 + - uri-templater < 0 + - users-postgresql-simple < 0 + - users-postgresql-simple < 0 + - users-postgresql-simple < 0 + - users-test < 0 + - users-test < 0 + - validation < 0 + - validity < 0 + - validity-path < 0 + - validity-path < 0 + - validity-path < 0 + - validity-scientific < 0 + - valor < 0 + - vec < 0 + - vec < 0 + - vector-mmap < 0 + - wai < 0 + - wave < 0 + - wave < 0 + - wave < 0 + - web-routes-hsp < 0 + - web-routes-wai < 0 + - weigh < 0 + - wide-word < 0 + - wikicfp-scraper < 0 + - winery < 0 + - winery < 0 + - with-location < 0 + - withdependencies < 0 + - withdependencies < 0 + - withdependencies < 0 + - wl-pprint-extras < 0 + - word-trie < 0 + - word24 < 0 + - word8 < 0 + - word8 < 0 + - writer-cps-lens < 0 + - xeno < 0 + - xeno < 0 + - xls < 0 + - xls < 0 + - xml-conduit-writer < 0 + - xml-isogen < 0 + - xml-isogen < 0 + - xml-isogen < 0 + - xml-lens < 0 + - xmlgen < 0 + - xss-sanitize < 0 + - xxhash-ffi < 0 + - yaml < 0 + - yaml < 0 + - yaml < 0 + - yaml < 0 + - yaml < 0 + - yes-precure5-command < 0 + - yesod-alerts < 0 + - yesod-csp < 0 + - yesod-csp < 0 + - yesod-eventsource < 0 + - yesod-eventsource < 0 + - yesod-form-bootstrap4 < 0 + - yesod-gitrev < 0 + - yesod-newsfeed < 0 + - yesod-newsfeed < 0 + - yesod-newsfeed < 0 + - yesod-sitemap < 0 + - yesod-sitemap < 0 + - yesod-sitemap < 0 + - yi-rope < 0 + - yi-rope < 0 + - zip-archive < 0 + - zippers < 0 + - zlib-bindings < 0 + - zstd < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From f25fe51c3b429fe0527b5ba1842e95645c82552a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:45:27 -0700 Subject: [PATCH 092/168] More --- build-constraints.yaml | 322 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 321 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d58b771..adbaa3c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5274,7 +5274,6 @@ packages: # more - BiobaseNewick < 0 - - Cabal < 0 - ClustalParser < 0 - FontyFruity < 0 - HPDF < 0 @@ -5917,6 +5916,327 @@ packages: - zlib-bindings < 0 - zstd < 0 + # more + - HDBC-mysql < 0 + - HSet < 0 + - HsOpenSSL < 0 + - HsOpenSSL < 0 + - IPv6Addr < 0 + - IPv6Addr < 0 + - IPv6Addr < 0 + - IPv6Addr < 0 + - MemoTrie < 0 + - OpenGLRaw < 0 + - ShellCheck < 0 + - ShellCheck < 0 + - Spintax < 0 + - Spintax < 0 + - aeson-attoparsec < 0 + - aeson-attoparsec < 0 + - aeson-generic-compat < 0 + - aeson-iproute < 0 + - aeson-iproute < 0 + - aeson-yak < 0 + - alerts < 0 + - algebraic-graphs < 0 + - algebraic-graphs < 0 + - astro < 0 + - atom-basic < 0 + - attoparsec-base64 < 0 + - attoparsec-base64 < 0 + - attoparsec-binary < 0 + - attoparsec-expr < 0 + - attoparsec-iso8601 < 0 + - auto < 0 + - auto < 0 + - base64-bytestring-type < 0 + - base64-bytestring-type < 0 + - basic-prelude < 0 + - bits < 0 + - bits < 0 + - blaze-bootstrap < 0 + - blaze-colonnade < 0 + - blaze-colonnade < 0 + - boltzmann-samplers < 0 + - boltzmann-samplers < 0 + - boolean-like < 0 + - boring < 0 + - boring < 0 + - boring < 0 + - bound < 0 + - bound < 0 + - bound < 0 + - bound < 0 + - bound < 0 + - bound < 0 + - bound < 0 + - cabal-doctest < 0 + - cairo < 0 + - call-stack < 0 + - cases < 0 + - cheapskate-highlight < 0 + - cheapskate-highlight < 0 + - check-email < 0 + - clr-host < 0 + - concurrent-supply < 0 + - configurator < 0 + - configurator < 0 + - cpuinfo < 0 + - criterion-measurement < 0 + - currency < 0 + - dlist < 0 + - dlist-nonempty < 0 + - dlist-nonempty < 0 + - dlist-nonempty < 0 + - docopt < 0 + - doctest < 0 + - doctest < 0 + - doctest < 0 + - doctest < 0 + - doctest-discover < 0 + - dynamic-state < 0 + - edit-distance-vector < 0 + - either < 0 + - either < 0 + - either < 0 + - entropy < 0 + - epub-metadata < 0 + - eq < 0 + - fin < 0 + - functor-classes-compat < 0 + - geodetics < 0 + - ghc-paths < 0 + - gi-atk < 0 + - gi-atk < 0 + - gi-cairo < 0 + - gi-cairo < 0 + - gi-gdk < 0 + - gi-gdk < 0 + - gi-gdkpixbuf < 0 + - gi-gdkpixbuf < 0 + - gi-gio < 0 + - gi-gio < 0 + - gi-glib < 0 + - gi-glib < 0 + - gi-gobject < 0 + - gi-gobject < 0 + - gi-gtk < 0 + - gi-gtk < 0 + - gi-gtksource < 0 + - gi-gtksource < 0 + - gi-javascriptcore < 0 + - gi-javascriptcore < 0 + - gi-pango < 0 + - gi-pango < 0 + - gi-vte < 0 + - gi-vte < 0 + - gio < 0 + - gl < 0 + - gl < 0 + - glib < 0 + - google-oauth2-jwt < 0 + - google-oauth2-jwt < 0 + - groundhog-inspector < 0 + - groundhog-inspector < 0 + - groundhog-inspector < 0 + - groundhog-th < 0 + - groundhog-th < 0 + - groundhog-th < 0 + - gtk2hs-buildtools < 0 + - gtk3 < 0 + - hackage-db < 0 + - hackage-db < 0 + - hackage-db < 0 + - happy < 0 + - hashmap < 0 + - hashtables < 0 + - haskey-btree < 0 + - hasql-optparse-applicative < 0 + - hasql-optparse-applicative < 0 + - hbeanstalk < 0 + - hbeanstalk < 0 + - hdevtools < 0 + - hdevtools < 0 + - heaps < 0 + - hexml < 0 + - highlighting-kate < 0 + - hopenssl < 0 + - hostname-validate < 0 + - hp2pretty < 0 + - hsdns < 0 + - hspec-discover < 0 + - hstatsd < 0 + - hsyslog < 0 + - http-common < 0 + - http-common < 0 + - http-streams < 0 + - http-streams < 0 + - http-streams < 0 + - http-streams < 0 + - http-streams < 0 + - hvega < 0 + - hxt < 0 + - hyphenation < 0 + - ini < 0 + - intern < 0 + - intervals < 0 + - intervals < 0 + - io-streams < 0 + - io-streams < 0 + - io-streams < 0 + - irc < 0 + - jailbreak-cabal < 0 + - javascript-extras < 0 + - javascript-extras < 0 + - kleene < 0 + - kleene < 0 + - kleene < 0 + - lapack-ffi-tools < 0 + - lca < 0 + - lens-simple < 0 + - log-domain < 0 + - log-domain < 0 + - log-domain < 0 + - log-domain < 0 + - log-domain < 0 + - log-domain < 0 + - log-domain < 0 + - logging-facade-syslog < 0 + - lxd-client-config < 0 + - lxd-client-config < 0 + - makefile < 0 + - massiv-io < 0 + - massiv-io < 0 + - massiv-io < 0 + - mbox-utility < 0 + - microlens-platform < 0 + - monad-par < 0 + - monad-products < 0 + - neat-interpolation < 0 + - netwire < 0 + - network-messagepack-rpc < 0 + - network-multicast < 0 + - network-simple < 0 + - network-transport < 0 + - once < 0 + - one-liner-instances < 0 + - openssl-streams < 0 + - packdeps < 0 + - packdeps < 0 + - pandoc-types < 0 + - pango < 0 + - pcre-heavy < 0 + - pcre-utils < 0 + - perfect-hash-generator < 0 + - poly-arity < 0 + - prefix-units < 0 + - process-extras < 0 + - psqueues < 0 + - quickcheck-special < 0 + - range-set-list < 0 + - record-dot-preprocessor < 0 + - reducers < 0 + - reducers < 0 + - regex-applicative-text < 0 + - renderable < 0 + - result < 0 + - rpmbuild-order < 0 + - rvar < 0 + - saltine < 0 + - sandman < 0 + - semigroupoid-extras < 0 + - semigroupoid-extras < 0 + - sendfile < 0 + - serversession-frontend-wai < 0 + - serversession-frontend-wai < 0 + - serversession-frontend-wai < 0 + - serversession-frontend-wai < 0 + - set-cover < 0 + - shake < 0 + - shake < 0 + - shake < 0 + - skylighting < 0 + - skylighting < 0 + - skylighting < 0 + - skylighting < 0 + - skylighting < 0 + - smoothie < 0 + - smoothie < 0 + - snap-blaze < 0 + - snap-blaze < 0 + - socket-activation < 0 + - socks < 0 + - sphinx < 0 + - sqlite-simple < 0 + - sqlite-simple < 0 + - step-function < 0 + - streaming-wai < 0 + - streaming-wai < 0 + - streaming-wai < 0 + - streams < 0 + - streams < 0 + - streams < 0 + - streams < 0 + - string-qq < 0 + - sv-cassava < 0 + - sv-cassava < 0 + - sv-cassava < 0 + - sv-cassava < 0 + - system-filepath < 0 + - tcp-streams-openssl < 0 + - tcp-streams-openssl < 0 + - th-nowq < 0 + - time-parsers < 0 + - tostring < 0 + - type-of-html-static < 0 + - typelits-witnesses < 0 + - unicode-transforms < 0 + - uniplate < 0 + - uniprot-kb < 0 + - uniprot-kb < 0 + - unique < 0 + - unit-constraint < 0 + - universe-instances-extended < 0 + - universe-instances-extended < 0 + - unordered-containers < 0 + - uuid-types < 0 + - validity-aeson < 0 + - validity-aeson < 0 + - validity-aeson < 0 + - validity-bytestring < 0 + - validity-containers < 0 + - validity-text < 0 + - validity-time < 0 + - validity-unordered-containers < 0 + - validity-unordered-containers < 0 + - validity-uuid < 0 + - validity-vector < 0 + - validity-vector < 0 + - vault < 0 + - wai-middleware-caching < 0 + - wai-middleware-caching < 0 + - wai-middleware-caching-lru < 0 + - wai-middleware-caching-lru < 0 + - wai-middleware-caching-lru < 0 + - weeder < 0 + - weeder < 0 + - weeder < 0 + - weeder < 0 + - witherable < 0 + - witherable < 0 + - witness < 0 + - witness < 0 + - wl-pprint-console < 0 + - wl-pprint-terminfo < 0 + - world-peace < 0 + - world-peace < 0 + - writer-cps-full < 0 + - xenstore < 0 + - xml-to-json < 0 + - xml-to-json < 0 + - zlib-lens < 0 + - ztail < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From e78efcaa198afd06f54ba175585a49f53903cf6e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:53:23 -0700 Subject: [PATCH 093/168] More --- build-constraints.yaml | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index adbaa3c9..6409e970 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6237,6 +6237,63 @@ packages: - zlib-lens < 0 - ztail < 0 + # More + - HsOpenSSL-x509-system < 0 + - ip6addr < 0 + - GLURaw < 0 + - HUnit < 0 + - HUnit-approx < 0 + - configurator-export < 0 + - Glob < 0 + - c2hs < 0 + - data-default-instances-dlist < 0 + - persistable-record < 0 + - persistable-types-HDBC-pg < 0 + - relational-query < 0 + - relational-query-HDBC < 0 + - text-postgresql < 0 + - quickbench < 0 + - fixed-vector < 0 + - from-sum < 0 + - type-level-kv-list < 0 + - crypto-api < 0 + - crypto-random-api < 0 + - scrypt < 0 + - uuid < 0 + - dyre < 0 + - RefSerialize < 0 + - hdaemonize < 0 + - hxt-css < 0 + - hxt-curl < 0 + - hxt-expat < 0 + - hxt-tagsoup < 0 + - hjsmin < 0 + - rainbow < 0 + - netwire-input < 0 + - network-transport-composed < 0 + - pdfinfo < 0 + - scalpel < 0 + - sdl2-image < 0 + - sdl2-ttf < 0 + - c2hs < 0 + - sqlite-simple-errors < 0 + - RefSerialize < 0 + - multipart < 0 + - optparse-generic < 0 + - system-argv0 < 0 + - exception-hierarchy < 0 + - microlens-th < 0 + - papillon < 0 + - simplest-sqlite < 0 + - language-ecmascript < 0 + - nsis < 0 + - universe < 0 + - barrier < 0 + - charset < 0 + - configurator-export < 0 + - islink < 0 + - uuid < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From 90a9dbdf3cf4c55a47e26054fe668c44194fceb6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:58:20 -0700 Subject: [PATCH 094/168] More --- build-constraints.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6409e970..3fc3161e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6294,6 +6294,43 @@ packages: - islink < 0 - uuid < 0 + # more + - GLFW-b < 0 + - LibZip < 0 + - abstract-deque-tests < 0 + - bindings-GLFW < 0 + - blaze-builder < 0 + - chaselev-deque < 0 + - crypto-api-tests < 0 + - deepseq-generics < 0 + - hebrew-time < 0 + - hset < 0 + - math-functions < 0 + - minimorph < 0 + - miniutter < 0 + - monad-peel < 0 + - murmur3 < 0 + - network-uri < 0 + - parsec < 0 + - rank1dynamic < 0 + - re2 < 0 + - shelltestrunner < 0 + - syb < 0 + - tce-conf < 0 + - tensorflow-test < 0 + - test-framework-hunit < 0 + - tile < 0 + - tsv2csv < 0 + - unicode-show < 0 + - crypto-api-tests < 0 + - pureMD5 < 0 + - data-default < 0 + - fixed-vector-hetero < 0 + - relational-record < 0 + - relational-record < 0 + - containers < 0 + + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From 3e3e58ca293b6cd9ac7b69d151b576dcdfba0248 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 20:59:45 -0700 Subject: [PATCH 095/168] Sort and uniq --- build-constraints.yaml | 3861 ++++++++++++++++------------------------ 1 file changed, 1492 insertions(+), 2369 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc3161e..0ceb317f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,55 +3684,711 @@ packages: - hasql-transaction # base-4.12.0.0 is out of bounds for: + - ALUT < 0 - Agda < 0 + - Allure < 0 + - BiobaseNewick < 0 + - ChannelT < 0 + - ClustalParser < 0 + - DAV < 0 + - DRBG < 0 + - Earley < 0 + - FontyFruity < 0 + - ForestStructures < 0 + - GLFW-b < 0 + - GLURaw < 0 + - GLUT < 0 + - Glob < 0 + - H < 0 + - HDBC-mysql < 0 + - HPDF < 0 + - HSet < 0 + - HTF < 0 + - HTTP < 0 + - HUnit < 0 + - HUnit-approx < 0 + - HaTeX < 0 + - HandsomeSoup < 0 + - HaskellNet < 0 + - HaskellNet-SSL < 0 + - Hoed < 0 + - HsOpenSSL < 0 + - HsOpenSSL-x509-system < 0 + - IPv6Addr < 0 + - IPv6DB < 0 + - IntervalMap < 0 + - JuicyPixels < 0 + - JuicyPixels-extra < 0 - JuicyPixels-scale-dct < 0 + - LambdaHack < 0 + - LibZip < 0 + - MemoTrie < 0 - MissingH < 0 + - MusicBrainz < 0 + - Network-NineP < 0 + - OpenAL < 0 + - OpenGL < 0 + - OpenGLRaw < 0 + - QuasiText < 0 + - RSA < 0 + - Rasterific < 0 + - RefSerialize < 0 + - SCalendar < 0 + - SafeSemaphore < 0 + - ShellCheck < 0 + - Spintax < 0 + - StateVar < 0 + - TCache < 0 + - ViennaRNAParser < 0 + - abstract-deque-tests < 0 + - accuerr < 0 + - ace < 0 + - ad < 0 + - adjunctions < 0 + - adler32 < 0 + - aern2-mp < 0 + - aern2-real < 0 + - aeson < 0 + - aeson-attoparsec < 0 + - aeson-better-errors < 0 + - aeson-casing < 0 + - aeson-compat < 0 - aeson-diff < 0 + - aeson-extra < 0 + - aeson-generic-compat < 0 + - aeson-iproute < 0 + - aeson-picker < 0 + - aeson-pretty < 0 + - aeson-qq < 0 + - aeson-typescript < 0 + - aeson-utils < 0 + - aeson-yak < 0 - alarmclock < 0 + - alerts < 0 + - algebra < 0 + - algebraic-graphs < 0 + - alternators < 0 + - amazonka < 0 + - amazonka-apigateway < 0 + - amazonka-application-autoscaling < 0 + - amazonka-appstream < 0 + - amazonka-athena < 0 + - amazonka-autoscaling < 0 + - amazonka-budgets < 0 + - amazonka-certificatemanager < 0 + - amazonka-cloudformation < 0 + - amazonka-cloudfront < 0 + - amazonka-cloudhsm < 0 + - amazonka-cloudsearch < 0 + - amazonka-cloudsearch-domains < 0 + - amazonka-cloudtrail < 0 + - amazonka-cloudwatch < 0 + - amazonka-cloudwatch-events < 0 + - amazonka-cloudwatch-logs < 0 + - amazonka-codebuild < 0 + - amazonka-codecommit < 0 + - amazonka-codedeploy < 0 + - amazonka-codepipeline < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-sync < 0 + - amazonka-config < 0 + - amazonka-core < 0 + - amazonka-datapipeline < 0 + - amazonka-devicefarm < 0 + - amazonka-directconnect < 0 + - amazonka-discovery < 0 + - amazonka-dms < 0 + - amazonka-ds < 0 + - amazonka-dynamodb < 0 + - amazonka-dynamodb-streams < 0 + - amazonka-ec2 < 0 + - amazonka-ecr < 0 + - amazonka-ecs < 0 + - amazonka-efs < 0 + - amazonka-elasticache < 0 + - amazonka-elasticbeanstalk < 0 + - amazonka-elasticsearch < 0 + - amazonka-elastictranscoder < 0 + - amazonka-elb < 0 + - amazonka-elbv2 < 0 + - amazonka-emr < 0 + - amazonka-gamelift < 0 + - amazonka-glacier < 0 + - amazonka-health < 0 + - amazonka-iam < 0 + - amazonka-importexport < 0 + - amazonka-inspector < 0 + - amazonka-iot < 0 + - amazonka-iot-dataplane < 0 + - amazonka-kinesis < 0 + - amazonka-kinesis-analytics < 0 + - amazonka-kinesis-firehose < 0 + - amazonka-kms < 0 + - amazonka-lambda < 0 + - amazonka-lightsail < 0 + - amazonka-marketplace-analytics < 0 + - amazonka-marketplace-metering < 0 + - amazonka-ml < 0 + - amazonka-opsworks < 0 + - amazonka-opsworks-cm < 0 + - amazonka-pinpoint < 0 + - amazonka-polly < 0 + - amazonka-rds < 0 + - amazonka-redshift < 0 + - amazonka-rekognition < 0 + - amazonka-route53 < 0 + - amazonka-route53-domains < 0 + - amazonka-s3 < 0 + - amazonka-sdb < 0 + - amazonka-servicecatalog < 0 + - amazonka-ses < 0 + - amazonka-shield < 0 + - amazonka-sms < 0 + - amazonka-snowball < 0 + - amazonka-sns < 0 + - amazonka-sqs < 0 + - amazonka-ssm < 0 + - amazonka-stepfunctions < 0 + - amazonka-storagegateway < 0 + - amazonka-sts < 0 + - amazonka-support < 0 + - amazonka-swf < 0 + - amazonka-test < 0 + - amazonka-waf < 0 + - amazonka-workspaces < 0 + - amazonka-xray < 0 + - amqp < 0 + - antiope-athena < 0 + - antiope-core < 0 + - antiope-dynamodb < 0 + - antiope-messages < 0 + - antiope-s3 < 0 + - antiope-sns < 0 + - antiope-sqs < 0 + - apecs < 0 + - api-field-json-th < 0 + - app-settings < 0 + - appendmap < 0 + - apply-refact < 0 + - approximate < 0 + - arbor-lru-cache < 0 + - arbor-postgres < 0 + - arithmoi < 0 + - arrow-list < 0 + - ascii-progress < 0 + - asciidiagram < 0 + - asif < 0 + - asn1-encoding < 0 + - asn1-parse < 0 + - asn1-types < 0 + - astro < 0 + - async < 0 + - async-extra < 0 - async-pool < 0 + - async-refresh < 0 + - async-refresh-tokens < 0 + - async-timer < 0 + - atom-basic < 0 + - atom-conduit < 0 + - atomic-write < 0 + - attoparsec < 0 + - attoparsec-base64 < 0 + - attoparsec-binary < 0 + - attoparsec-expr < 0 + - attoparsec-ip < 0 + - attoparsec-iso8601 < 0 + - attoparsec-path < 0 + - attoparsec-uri < 0 + - authenticate-oauth < 0 + - auto < 0 - autoexporter < 0 - avers < 0 + - avro < 0 + - avwx < 0 - axel < 0 + - backprop < 0 - bank-holidays-england < 0 + - barbies < 0 + - barrier < 0 + - base-compat-batteries < 0 - base-noprelude < 0 + - base-orphans < 0 + - base32string < 0 + - base58string < 0 + - base64-bytestring-type < 0 + - basic-prelude < 0 + - bbdb < 0 + - bcrypt < 0 + - beam-core < 0 + - beam-migrate < 0 + - beam-sqlite < 0 + - bench < 0 - benchpress < 0 + - bhoogle < 0 + - bifunctors < 0 + - bimap < 0 + - bimap-server < 0 + - binary-conduit < 0 + - binary-ext < 0 + - binary-list < 0 + - binary-orphans < 0 + - binary-parsers < 0 + - binary-tagged < 0 + - bindings-GLFW < 0 + - bins < 0 + - bit-stream < 0 + - bitcoin-api < 0 + - bitcoin-api-extra < 0 + - bitcoin-block < 0 + - bitcoin-script < 0 + - bitcoin-tx < 0 + - bitcoin-types < 0 + - bits < 0 + - bits-extra < 0 + - bitset-word8 < 0 + - bitx-bitcoin < 0 + - blake2 < 0 + - blaze-bootstrap < 0 + - blaze-builder < 0 + - blaze-colonnade < 0 + - blaze-html < 0 + - bno055-haskell < 0 + - boltzmann-samplers < 0 + - boolean-like < 0 + - bordacount < 0 + - boring < 0 + - bound < 0 + - boundingboxes < 0 + - bower-json < 0 - brick < 0 + - broadcast-chan < 0 + - bsb-http-chunked < 0 + - bson < 0 + - bson-lens < 0 + - bugsnag-haskell < 0 + - butcher < 0 + - butter < 0 - bv-little < 0 + - bytes < 0 + - bytestring-conversion < 0 + - bzlib-conduit < 0 + - c2hs < 0 + - cabal-doctest < 0 + - cabal-install < 0 + - cabal-rpm < 0 + - cabal2nix < 0 + - cabal2spec < 0 + - cache < 0 + - cachix < 0 + - cachix-api < 0 + - cairo < 0 + - call-stack < 0 + - capataz < 0 + - case-insensitive < 0 + - cases < 0 + - cassava < 0 + - cassava-conduit < 0 + - cassava-records < 0 + - cayley-client < 0 + - cborg < 0 + - cereal-conduit < 0 + - cereal-time < 0 + - cfenv < 0 + - chan < 0 + - charset < 0 + - chaselev-deque < 0 + - chatwork < 0 + - cheapskate < 0 + - cheapskate-highlight < 0 + - cheapskate-lucid < 0 + - check-email < 0 + - chronologique < 0 + - cipher-aes < 0 + - cipher-blowfish < 0 + - cipher-camellia < 0 + - cipher-des < 0 + - cipher-rc4 < 0 - circle-packing < 0 + - cisco-spark-api < 0 - clang-compilation-database < 0 + - clash-ghc < 0 + - clash-lib < 0 + - clash-prelude < 0 + - classy-prelude < 0 + - classy-prelude-conduit < 0 + - classy-prelude-yesod < 0 - classyplate < 0 + - clay < 0 + - clock < 0 + - clock-extras < 0 + - closed < 0 + - clr-host < 0 + - cmark < 0 + - code-builder < 0 + - codec < 0 + - codec-rpm < 0 + - codo-notation < 0 + - colonnade < 0 + - commutative < 0 + - comonad < 0 + - compactmap < 0 + - compensated < 0 + - compiler-warnings < 0 + - componentm < 0 + - componentm-devel < 0 + - composable-associations < 0 + - composable-associations-aeson < 0 + - composition-extra < 0 + - compressed < 0 + - concise < 0 + - concurrency < 0 + - concurrent-extra < 0 + - concurrent-output < 0 + - concurrent-supply < 0 + - conduit < 0 + - conduit-algorithms < 0 + - conduit-concurrent-map < 0 + - conduit-connection < 0 + - conduit-extra < 0 + - conduit-iconv < 0 + - conduit-parse < 0 + - conduit-throttle < 0 + - conduit-zstd < 0 + - configuration-tools < 0 + - configurator < 0 + - configurator-export < 0 + - connection < 0 + - connection-pool < 0 + - constraints < 0 + - consul-haskell < 0 + - containers < 0 + - containers-unicode-symbols < 0 + - contravariant < 0 + - contravariant-extras < 0 + - cookie < 0 + - countable < 0 - country < 0 + - courier < 0 + - cpio-conduit < 0 + - cpphs < 0 + - cprng-aes < 0 + - cpuinfo < 0 + - cql < 0 + - cql-io < 0 + - credential-store < 0 + - criterion < 0 + - criterion-measurement < 0 + - cron < 0 + - crypt-sha512 < 0 + - crypto-api < 0 + - crypto-api-tests < 0 + - crypto-cipher-tests < 0 + - crypto-cipher-types < 0 - crypto-enigma < 0 + - crypto-numbers < 0 + - crypto-pubkey < 0 + - crypto-pubkey-types < 0 + - crypto-random < 0 + - crypto-random-api < 0 + - cryptocipher < 0 + - cryptocompare < 0 + - cryptohash < 0 + - cryptohash-cryptoapi < 0 + - cryptonite < 0 + - cryptonite-conduit < 0 + - cryptonite-openssl < 0 + - csg < 0 + - csp < 0 + - css-syntax < 0 + - css-text < 0 + - ctrie < 0 + - cue-sheet < 0 + - curl-runnings < 0 + - currencies < 0 + - currency < 0 - cyclotomic < 0 - czipwith < 0 - darcs < 0 + - data-bword < 0 + - data-default < 0 + - data-default-instances-dlist < 0 + - data-diverse < 0 + - data-diverse-lens < 0 + - data-dword < 0 + - data-has < 0 + - data-msgpack < 0 + - data-msgpack-types < 0 + - data-ref < 0 + - data-serializer < 0 - data-tree-print < 0 + - datadog < 0 + - datasets < 0 + - dataurl < 0 + - dawg-ord < 0 + - dbcleaner < 0 + - dbus < 0 + - debug < 0 + - declarative < 0 + - deepseq-generics < 0 + - deferred-folds < 0 + - dejafu < 0 + - deriving-compat < 0 - derulo < 0 + - detour-via-sci < 0 + - df1 < 0 + - dhall < 0 + - dhall-bash < 0 + - dhall-json < 0 + - dhall-text < 0 + - dhall-to-cabal < 0 + - di < 0 + - di-core < 0 + - di-df1 < 0 + - di-handle < 0 + - di-monad < 0 - diagrams-solve < 0 + - dimensional < 0 + - direct-sqlite < 0 + - discrimination < 0 + - distributed-closure < 0 + - distributed-static < 0 + - distribution-nixpkgs < 0 + - distribution-opensuse < 0 + - distributive < 0 + - dlist < 0 + - dlist-nonempty < 0 + - dns < 0 + - do-list < 0 + - docker < 0 + - dockerfile < 0 + - docopt < 0 + - doctemplates < 0 + - doctest < 0 + - doctest-discover < 0 - doctest-driver-gen < 0 + - dom-parser < 0 + - dotenv < 0 + - download < 0 + - drawille < 0 + - drifter < 0 + - drifter-postgresql < 0 + - drifter-sqlite < 0 + - drinkery < 0 + - dublincore-xml-conduit < 0 + - dunai < 0 + - dvorak < 0 + - dynamic-state < 0 + - dyre < 0 - edit < 0 + - edit-distance < 0 + - edit-distance-vector < 0 + - editor-open < 0 + - either < 0 - ekg-core < 0 - ekg-statsd < 0 + - elerea < 0 + - elf < 0 - eliminators < 0 + - elm-export < 0 + - emacs-module < 0 + - email-validate < 0 + - emd < 0 + - enclosed-exceptions < 0 + - entropy < 0 + - enum-subset-generate < 0 + - enummapset < 0 + - envelope < 0 + - envy < 0 + - epub-metadata < 0 + - eq < 0 + - errors < 0 + - errors-ext < 0 + - ersatz < 0 + - etc < 0 + - event < 0 + - eventful-core < 0 + - eventful-memory < 0 + - eventful-sql-common < 0 + - eventful-sqlite < 0 + - eventful-test-helpers < 0 + - eventstore < 0 + - every < 0 + - exception-hierarchy < 0 + - exception-transformers < 0 + - exceptional < 0 + - exceptions < 0 + - executable-hash < 0 + - exinst < 0 + - exp-pairs < 0 + - extensible < 0 + - extra < 0 + - facts < 0 + - farmhash < 0 + - fast-digits < 0 + - fast-logger < 0 - fay < 0 + - fay-base < 0 + - fay-dom < 0 + - fb < 0 + - fclabels < 0 + - fedora-haskell-tools < 0 - feed < 0 + - file-modules < 0 + - filecache < 0 + - filelock < 0 + - fileplow < 0 + - filter-logger < 0 + - fin < 0 + - find-clumpiness < 0 + - fixed-vector < 0 + - fixed-vector-hetero < 0 + - flac < 0 + - flac-picture < 0 + - flat-mcmc < 0 + - flay < 0 - flow < 0 + - fmt < 0 + - fn < 0 + - fold-debounce < 0 - fold-debounce-conduit < 0 + - foldl < 0 + - folds < 0 + - forma < 0 + - format-numbers < 0 + - formatting < 0 + - free < 0 + - free-vl < 0 + - freer-simple < 0 + - friday < 0 + - friday-juicypixels < 0 + - friendly-time < 0 + - from-sum < 0 + - frontmatter < 0 + - fsnotify < 0 + - fsnotify-conduit < 0 - fswatch < 0 + - functor-classes-compat < 0 + - fuzzcheck < 0 + - fuzzy-dates < 0 + - fuzzyset < 0 + - gc < 0 + - gdax < 0 + - general-games < 0 - generic-aeson < 0 + - generic-data < 0 + - generic-deriving < 0 + - generic-lens < 0 - generic-random < 0 - generic-xmlpickler < 0 + - generics-eot < 0 + - generics-sop-lens < 0 + - genvalidity < 0 + - genvalidity-aeson < 0 + - genvalidity-bytestring < 0 + - genvalidity-containers < 0 + - genvalidity-hspec < 0 + - genvalidity-hspec-aeson < 0 + - genvalidity-hspec-binary < 0 + - genvalidity-hspec-cereal < 0 + - genvalidity-hspec-hashable < 0 + - genvalidity-hspec-optics < 0 + - genvalidity-path < 0 + - genvalidity-property < 0 + - genvalidity-scientific < 0 + - genvalidity-text < 0 + - genvalidity-time < 0 + - genvalidity-unordered-containers < 0 + - genvalidity-uuid < 0 + - genvalidity-vector < 0 + - geodetics < 0 + - geojson < 0 + - getopt-generics < 0 + - ghc-exactprint < 0 + - ghc-parser < 0 + - ghc-paths < 0 + - ghc-prof < 0 + - ghc-syntax-highlighter < 0 + - ghc-typelits-extra < 0 + - ghc-typelits-knownnat < 0 + - ghc-typelits-natnormalise < 0 + - ghcid < 0 + - ghcjs-base-stub < 0 + - ghost-buster < 0 + - gi-atk < 0 + - gi-cairo < 0 + - gi-gdk < 0 + - gi-gdkpixbuf < 0 + - gi-gio < 0 + - gi-glib < 0 + - gi-gobject < 0 + - gi-gtk < 0 + - gi-gtk-hs < 0 + - gi-gtksource < 0 + - gi-javascriptcore < 0 + - gi-pango < 0 + - gi-vte < 0 + - gio < 0 + - giphy-api < 0 + - githash < 0 - github < 0 - github-release < 0 + - github-types < 0 + - github-webhooks < 0 + - gl < 0 + - glabrous < 0 + - glaze < 0 + - glazier < 0 + - glazier-react < 0 + - glazier-react-widget < 0 + - glib < 0 - gloss < 0 - gloss-raster < 0 - gloss-rendering < 0 + - gnuplot < 0 + - goggles < 0 + - google-oauth2-jwt < 0 + - graph-core < 0 + - graph-wrapper < 0 + - graphviz < 0 + - gravatar < 0 + - graylog < 0 - greskell < 0 - greskell-core < 0 - greskell-websocket < 0 + - groom < 0 + - groundhog < 0 + - groundhog-inspector < 0 + - groundhog-mysql < 0 + - groundhog-postgresql < 0 + - groundhog-sqlite < 0 + - groundhog-th < 0 + - gtk2hs-buildtools < 0 + - gtk3 < 0 + - gym-http-api < 0 + - h2c < 0 + - hOpenPGP < 0 + - hackage-db < 0 - haddock-library < 0 + - hailgun < 0 + - half < 0 + - hamilton < 0 + - hamtsolo < 0 + - handwriting < 0 + - hapistrano < 0 + - happstack-server < 0 + - happy < 0 + - hasbolt < 0 + - hashable < 0 + - hashmap < 0 + - hashtables < 0 + - haskeline < 0 + - haskell-gi < 0 - haskell-lsp < 0 - haskell-lsp-types < 0 + - haskell-spacegoo < 0 + - haskell-src-exts < 0 + - haskell-src-exts-util < 0 - haskell-src-meta < 0 - haskell-tools-ast < 0 - haskell-tools-backend-ghc < 0 @@ -3744,53 +4400,517 @@ packages: - haskell-tools-prettyprint < 0 - haskell-tools-refactor < 0 - haskell-tools-rewrite < 0 + - haskey < 0 + - haskey-btree < 0 + - haskey-mtl < 0 + - haskintex < 0 + - haskoin-core < 0 + - haskoin-node < 0 + - haskoin-store < 0 + - hasql < 0 + - hasql-optparse-applicative < 0 + - hasql-pool < 0 + - hasql-transaction < 0 + - hasty-hamiltonian < 0 + - haxl < 0 + - hbeanstalk < 0 + - hdaemonize < 0 + - hdevtools < 0 + - heaps < 0 + - hebrew-time < 0 + - hedgehog < 0 + - hedis < 0 + - here < 0 + - herms < 0 + - heterocephalus < 0 + - hexml < 0 + - hexml-lens < 0 + - hexstring < 0 + - hformat < 0 - hgrev < 0 + - hidden-char < 0 + - hierarchical-clustering < 0 - hierarchy < 0 + - higher-leveldb < 0 + - highlighting-kate < 0 + - hinotify < 0 + - hint < 0 + - histogram-fill < 0 + - hjsmin < 0 - hledger < 0 - hledger-api < 0 + - hledger-interest < 0 - hledger-lib < 0 - hledger-ui < 0 - hledger-web < 0 + - hlibsass < 0 + - hlint < 0 + - hmatrix-backprop < 0 + - hmatrix-morpheus < 0 + - hmatrix-vector-sized < 0 + - hoogle < 0 - hoopl < 0 + - hopenpgp-tools < 0 + - hopenssl < 0 + - hopfli < 0 + - hostname-validate < 0 + - hourglass < 0 + - hourglass-orphans < 0 + - hp2pretty < 0 + - hpack < 0 - hpqtypes < 0 + - hprotoc < 0 + - hquantlib < 0 + - hreader < 0 + - hreader-lens < 0 + - hruby < 0 + - hsass < 0 + - hsdns < 0 + - hsebaysdk < 0 + - hsemail < 0 + - hset < 0 + - hsexif < 0 + - hsini < 0 + - hslua < 0 + - hslua-aeson < 0 + - hslua-module-text < 0 + - hspec < 0 + - hspec-checkers < 0 + - hspec-contrib < 0 + - hspec-core < 0 + - hspec-discover < 0 + - hspec-expectations-pretty-diff < 0 + - hspec-golden-aeson < 0 + - hspec-leancheck < 0 + - hspec-megaparsec < 0 + - hspec-meta < 0 - hspec-need-env < 0 + - hspec-pg-transact < 0 + - hspec-smallcheck < 0 + - hspec-wai < 0 + - hspec-wai-json < 0 + - hstatsd < 0 + - hsx-jmacro < 0 + - hsyslog < 0 + - hsyslog-udp < 0 + - htaglib < 0 + - html-conduit < 0 + - html-email-validate < 0 + - html-entity-map < 0 + - htoml < 0 - http-api-data < 0 + - http-client < 0 + - http-client-openssl < 0 + - http-client-tls < 0 + - http-common < 0 + - http-conduit < 0 + - http-link-header < 0 - http-media < 0 + - http-reverse-proxy < 0 + - http-streams < 0 + - http-types < 0 + - http2 < 0 + - human-readable-duration < 0 + - hunit-dejafu < 0 + - hvect < 0 + - hvega < 0 + - hw-balancedparens < 0 + - hw-bits < 0 + - hw-conduit < 0 + - hw-dsv < 0 + - hw-eliasfano < 0 + - hw-excess < 0 + - hw-fingertree-strict < 0 + - hw-hedgehog < 0 + - hw-hspec-hedgehog < 0 + - hw-ip < 0 + - hw-json < 0 + - hw-mquery < 0 + - hw-packed-vector < 0 + - hw-parser < 0 + - hw-prim < 0 + - hw-rankselect < 0 + - hw-rankselect-base < 0 + - hw-simd < 0 + - hw-string-parse < 0 + - hw-succinct < 0 + - hweblib < 0 + - hworker < 0 + - hxt < 0 + - hxt-css < 0 + - hxt-curl < 0 + - hxt-expat < 0 + - hxt-http < 0 - hxt-pickle-utils < 0 + - hxt-regex-xmlschema < 0 + - hxt-tagsoup < 0 + - hyperloglog < 0 + - hyphenation < 0 + - hyraxAbif < 0 + - identicon < 0 - ihaskell < 0 + - ihaskell-hvega < 0 + - ilist < 0 + - imagesize-conduit < 0 + - immortal < 0 + - include-file < 0 + - incremental-parser < 0 - indentation-core < 0 - indentation-parsec < 0 - indexed-list-literals < 0 + - inflections < 0 + - influxdb < 0 + - ini < 0 + - inline-c < 0 + - inline-java < 0 + - inline-r < 0 + - inliterate < 0 + - insert-ordered-containers < 0 + - intern < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - intervals < 0 + - intro < 0 + - intset-imperative < 0 + - invariant < 0 + - invertible < 0 + - invertible-grammar < 0 + - io-choice < 0 + - io-memoize < 0 + - io-region < 0 + - io-streams < 0 - io-streams-haproxy < 0 + - ip < 0 + - ip6addr < 0 + - iproute < 0 + - ipython-kernel < 0 + - irc < 0 + - irc-client < 0 + - irc-conduit < 0 + - irc-dcc < 0 + - islink < 0 + - iso8601-time < 0 + - ixset-typed < 0 + - jailbreak-cabal < 0 + - javascript-extras < 0 + - jmacro < 0 + - jmacro-rpc < 0 + - jmacro-rpc-snap < 0 + - jni < 0 + - jose < 0 + - jose-jwt < 0 + - js-flot < 0 + - js-jquery < 0 - json-feed < 0 + - json-rpc < 0 - json-rpc-client < 0 + - json-rpc-generic < 0 - json-rpc-server < 0 + - json-schema < 0 + - justified-containers < 0 + - jvm < 0 + - jvm-batching < 0 + - jvm-streaming < 0 + - jwt < 0 + - kan-extensions < 0 + - kanji < 0 + - kawhi < 0 + - kazura-queue < 0 + - kdt < 0 + - keys < 0 + - kleene < 0 + - koofr-client < 0 - kraken < 0 - lackey < 0 + - lambdabot-core < 0 + - lambdabot-irc-plugins < 0 + - lame < 0 + - language-c-quote < 0 + - language-docker < 0 + - language-ecmascript < 0 + - language-java < 0 + - language-javascript < 0 + - language-nix < 0 + - language-puppet < 0 + - lapack-ffi-tools < 0 + - large-hashable < 0 + - lattices < 0 + - lca < 0 - learn-physics < 0 + - lens < 0 + - lens-action < 0 + - lens-aeson < 0 + - lens-datetime < 0 + - lens-family-th < 0 - lens-labels < 0 + - lens-misc < 0 + - lens-properties < 0 + - lens-regex < 0 + - lens-simple < 0 + - leveldb-haskell < 0 + - libmpd < 0 + - lift-generics < 0 + - lifted-async < 0 + - lifted-base < 0 + - line < 0 + - linear < 0 + - linked-list-with-iterator < 0 + - list-t < 0 + - listsafe < 0 + - llvm-hs < 0 + - llvm-hs-pretty < 0 + - llvm-hs-pure < 0 + - load-env < 0 + - locators < 0 + - log-base < 0 + - log-domain < 0 + - log-postgres < 0 + - logger-thread < 0 - logging-effect < 0 - logging-effect-extra < 0 - logging-effect-extra-file < 0 - logging-effect-extra-handler < 0 + - logging-facade < 0 + - logging-facade-syslog < 0 + - loop < 0 + - lrucache < 0 + - lrucaching < 0 - lucid < 0 + - lucid-extras < 0 + - lxd-client-config < 0 + - lzma-conduit < 0 + - machines < 0 + - machines-binary < 0 + - machines-directory < 0 + - machines-io < 0 + - main-tester < 0 + - makefile < 0 + - mapquest-api < 0 + - markdown < 0 + - markdown-unlit < 0 + - marvin-interpolate < 0 + - massiv < 0 + - massiv-io < 0 + - math-functions < 0 + - matrices < 0 + - matrix < 0 + - matrix-market-attoparsec < 0 + - matrix-static < 0 + - mbox-utility < 0 + - mbtiles < 0 + - mbug < 0 + - mega-sdist < 0 + - megaparsec < 0 - memory < 0 + - mercury-api < 0 + - messagepack < 0 + - messagepack-rpc < 0 + - metrics < 0 + - microformats2-parser < 0 + - microlens-aeson < 0 + - microlens-contra < 0 + - microlens-platform < 0 + - microlens-th < 0 + - microstache < 0 + - mighty-metropolis < 0 + - milena < 0 + - mime-mail < 0 + - mime-mail-ses < 0 + - minimorph < 0 + - minio-hs < 0 + - miniutter < 0 + - miso < 0 + - mixed-types-num < 0 + - mltool < 0 + - mmark < 0 + - mmark-cli < 0 + - mmark-ext < 0 + - mnist-idx < 0 + - mockery < 0 + - modern-uri < 0 + - moesocks < 0 + - monad-control < 0 + - monad-control-aligned < 0 + - monad-extras < 0 + - monad-journal < 0 + - monad-logger < 0 + - monad-logger-json < 0 + - monad-logger-prefix < 0 + - monad-logger-syslog < 0 + - monad-loops < 0 + - monad-memo < 0 + - monad-metrics < 0 + - monad-par < 0 + - monad-peel < 0 + - monad-products < 0 + - monad-recorder < 0 + - monad-unlift < 0 + - monad-unlift-ref < 0 + - monadic-arrays < 0 + - mongoDB < 0 + - mono-traversable < 0 - monoid-extras < 0 + - monoid-subclasses < 0 - monoidal-containers < 0 + - morte < 0 + - mstate < 0 + - multiarg < 0 + - multipart < 0 + - multistate < 0 + - murmur3 < 0 + - mustache < 0 + - mutable-containers < 0 + - mwc-probability-transition < 0 + - mysql < 0 + - mysql-haskell < 0 + - mysql-haskell-nem < 0 + - mysql-haskell-openssl < 0 + - mysql-simple < 0 + - nagios-check < 0 - named < 0 + - nano-erl < 0 + - nanospec < 0 + - natural-transformation < 0 + - ndjson-conduit < 0 + - neat-interpolation < 0 + - netpbm < 0 + - netwire < 0 + - netwire-input < 0 + - netwire-input-glfw < 0 + - network < 0 + - network-anonymous-i2p < 0 + - network-anonymous-tor < 0 + - network-attoparsec < 0 + - network-conduit-tls < 0 + - network-ip < 0 + - network-messagepack-rpc < 0 + - network-messagepack-rpc-websocket < 0 + - network-multicast < 0 + - network-simple < 0 + - network-simple-tls < 0 + - network-transport < 0 + - network-transport-composed < 0 + - network-transport-inmemory < 0 + - network-transport-tests < 0 + - network-uri < 0 + - newtype-generics < 0 + - next-ref < 0 + - nonce < 0 + - nondeterminism < 0 + - nqe < 0 + - nsis < 0 - numhask < 0 - numhask-prelude < 0 - numhask-range < 0 - numhask-test < 0 + - nvim-hs < 0 + - nvim-hs-contrib < 0 + - oauthenticated < 0 + - objective < 0 + - odbc < 0 + - oeis < 0 - om-elm < 0 + - once < 0 + - one-liner < 0 + - one-liner-instances < 0 + - online < 0 + - open-witness < 0 + - openexr-write < 0 + - openpgp-asciiarmor < 0 + - opensource < 0 + - openssl-streams < 0 + - opml-conduit < 0 + - optparse-generic < 0 + - optparse-text < 0 + - packdeps < 0 + - pager < 0 + - pagination < 0 - palette < 0 + - pandoc-types < 0 + - pango < 0 + - papillon < 0 + - parallel-io < 0 + - paripari < 0 + - parsec < 0 + - parsec-numeric < 0 + - parsers < 0 + - partial-order < 0 + - path < 0 + - path-extra < 0 + - path-io < 0 + - path-pieces < 0 + - pcre-heavy < 0 + - pcre-utils < 0 + - pdfinfo < 0 + - pem < 0 - perf < 0 + - perfect-hash-generator < 0 + - persistable-record < 0 + - persistable-types-HDBC-pg < 0 + - persistent < 0 + - persistent-iproute < 0 + - persistent-mysql < 0 + - persistent-mysql-haskell < 0 + - persistent-postgresql < 0 + - persistent-refs < 0 + - persistent-sqlite < 0 + - persistent-template < 0 + - pg-transact < 0 + - pgp-wordlist < 0 + - phantom-state < 0 + - picosat < 0 - pier < 0 - pier-core < 0 + - pinboard < 0 + - pipes < 0 + - pipes-aeson < 0 + - pipes-attoparsec < 0 + - pipes-binary < 0 + - pipes-bytestring < 0 + - pipes-category < 0 + - pipes-concurrency < 0 + - pipes-csv < 0 + - pipes-extras < 0 + - pipes-fastx < 0 + - pipes-fluid < 0 + - pipes-group < 0 + - pipes-http < 0 + - pipes-misc < 0 + - pipes-network < 0 + - pipes-network-tls < 0 + - pipes-parse < 0 - pipes-random < 0 + - pipes-safe < 0 + - pipes-wai < 0 + - pkcs10 < 0 + - plot-light < 0 + - plotlyhs < 0 + - pointed < 0 + - poly-arity < 0 - polyparse < 0 + - postgresql-binary < 0 + - postgresql-schema < 0 + - postgresql-simple < 0 + - postgresql-simple-migration < 0 + - postgresql-simple-queue < 0 - postgresql-simple-url < 0 + - postgresql-transactional < 0 + - postgresql-typed < 0 + - pptable < 0 + - prefix-units < 0 + - pretty-simple < 0 + - pretty-types < 0 + - prettyprinter < 0 + - prettyprinter-ansi-terminal < 0 + - prettyprinter-compat-annotated-wl-pprint < 0 + - prettyprinter-compat-ansi-wl-pprint < 0 + - prettyprinter-compat-wl-pprint < 0 + - process-extras < 0 + - profiterole < 0 + - profunctors < 0 + - projectroot < 0 - prometheus < 0 + - prometheus-client < 0 - proto-lens < 0 - proto-lens-arbitrary < 0 - proto-lens-combinators < 0 @@ -3799,21 +4919,130 @@ packages: - proto-lens-protoc < 0 - proto-lens-runtime < 0 - proto-lens-setup < 0 + - protobuf-simple < 0 + - protocol-radius < 0 + - protocol-radius-test < 0 - protolude < 0 + - psql-helpers < 0 + - psqueues < 0 - publicsuffix < 0 + - pure-zlib < 0 + - pureMD5 < 0 + - purescript-bridge < 0 + - pushbullet-types < 0 - pusher-http-haskell < 0 + - qchas < 0 + - qm-interpolated-string < 0 + - qnap-decrypt < 0 + - quadratic-irrational < 0 + - quickbench < 0 + - quickcheck-arbitrary-adt < 0 + - quickcheck-assertions < 0 + - quickcheck-instances < 0 + - quickcheck-special < 0 + - quickcheck-state-machine < 0 + - rainbow < 0 + - rainbox < 0 + - rakuten < 0 + - ramus < 0 - random-bytestring < 0 + - random-fu < 0 + - random-source < 0 + - random-tree < 0 + - range < 0 + - range-set-list < 0 + - rank1dynamic < 0 + - rank2classes < 0 + - rasterific-svg < 0 - ratel < 0 - ratel-wai < 0 - rattletrap < 0 + - rcu < 0 + - rdf < 0 + - re2 < 0 + - read-env-var < 0 + - rebase < 0 + - record-dot-preprocessor < 0 + - records-sop < 0 + - recursion-schemes < 0 + - reducers < 0 + - ref-fd < 0 + - references < 0 + - refined < 0 + - regex-applicative < 0 + - regex-applicative-text < 0 + - registry < 0 + - reinterpret-cast < 0 + - relational-query < 0 + - relational-query-HDBC < 0 + - relational-record < 0 + - relude < 0 + - renderable < 0 - repa < 0 + - repline < 0 + - req < 0 + - req-conduit < 0 + - req-url-extra < 0 + - require < 0 + - rerebase < 0 + - resource-pool < 0 + - resourcet < 0 + - result < 0 - rethinkdb-client-driver < 0 + - retry < 0 + - rfc1751 < 0 - rhine < 0 - rhine-gloss < 0 + - rio < 0 + - rio-orphans < 0 + - rng-utils < 0 + - rocksdb-haskell < 0 + - rocksdb-query < 0 + - rollbar-hs < 0 + - rot13 < 0 + - rpmbuild-order < 0 + - rss-conduit < 0 + - rvar < 0 + - s3-signer < 0 + - safe-exceptions < 0 + - safe-exceptions-checked < 0 + - safe-money < 0 + - safecopy < 0 + - safeio < 0 + - salak < 0 + - saltine < 0 - salve < 0 + - sampling < 0 - sandi < 0 + - sandman < 0 + - say < 0 + - sbp < 0 + - scalendar < 0 + - scalpel < 0 + - scalpel-core < 0 + - scanner < 0 + - scientific < 0 + - scotty < 0 + - scrypt < 0 + - sdl2 < 0 + - sdl2-gfx < 0 + - sdl2-image < 0 + - sdl2-mixer < 0 + - sdl2-ttf < 0 + - search-algorithms < 0 + - secp256k1-haskell < 0 + - securemem < 0 + - selda < 0 + - selda-postgresql < 0 + - selda-sqlite < 0 + - semigroupoid-extras < 0 + - semigroupoids < 0 + - semver < 0 + - sendfile < 0 - seqid < 0 - seqid-streams < 0 + - serf < 0 + - serialise < 0 - servant < 0 - servant-JuicyPixels < 0 - servant-auth < 0 @@ -3821,2515 +5050,409 @@ packages: - servant-auth-docs < 0 - servant-auth-server < 0 - servant-auth-swagger < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions-core < 0 - servant-client < 0 - servant-client-core < 0 - servant-dhall < 0 - servant-docs < 0 + - servant-elm < 0 + - servant-exceptions < 0 - servant-foreign < 0 + - servant-github-webhook < 0 - servant-js < 0 + - servant-kotlin < 0 + - servant-lucid < 0 + - servant-mock < 0 + - servant-pandoc < 0 - servant-quickcheck < 0 + - servant-rawm < 0 + - servant-ruby < 0 - servant-server < 0 + - servant-static-th < 0 - servant-streaming < 0 - servant-streaming-client < 0 - servant-streaming-server < 0 - servant-swagger < 0 - servant-swagger-ui < 0 - servant-swagger-ui-core < 0 - - singletons < 0 - - slack-web < 0 - - snap-server < 0 - - statestack < 0 - - stm < 0 - - strive < 0 - - svg-builder < 0 - - swagger2 < 0 - - tdigest < 0 - - termbox < 0 - - texmath < 0 - - threepenny-gui < 0 - - through-text < 0 - - timer-wheel < 0 - - transformers-lift < 0 - - union < 0 - - vector-binary-instances < 0 - - vector-space < 0 - - vectortiles < 0 - - versions < 0 - - wai-middleware-travisci < 0 - - wild-bind < 0 - - wild-bind-x11 < 0 - - wuss < 0 - - xmonad-contrib < 0 - - # transitive deps of above - - LambdaHack < 0 - - LambdaHack < 0 - - QuasiText < 0 - - SafeSemaphore < 0 - - StateVar < 0 - - TCache < 0 - - aern2-real < 0 - - aeson-qq < 0 - - alternators < 0 - - amazonka-core < 0 - - amqp < 0 - - apecs < 0 - - arbor-lru-cache < 0 - - asn1-types < 0 - - async < 0 - - async-refresh < 0 - - bcrypt < 0 - - bhoogle < 0 - - bhoogle < 0 - - binary-orphans < 0 - - bitcoin-api-extra < 0 - - broadcast-chan < 0 - - butter < 0 - - cabal-install < 0 - - cache < 0 - - cachix < 0 - - cachix < 0 - - cachix < 0 - - cachix < 0 - - cachix < 0 - - cachix < 0 - - cachix < 0 - - cachix-api < 0 - - cachix-api < 0 - - cachix-api < 0 - - cachix-api < 0 - - cachix-api < 0 - - cachix-api < 0 - - chan < 0 - - chatwork < 0 - - chatwork < 0 - - cheapskate-lucid < 0 - - clash-prelude < 0 - - clash-prelude < 0 - - classy-prelude < 0 - - codo-notation < 0 - - concurrency < 0 - - concurrent-extra < 0 - - concurrent-output < 0 - - conduit-algorithms < 0 - - conduit-extra < 0 - - conduit-throttle < 0 - - consul-haskell < 0 - - courier < 0 - - cpphs < 0 - - cql-io < 0 - - credential-store < 0 - - cryptocompare < 0 - - cryptohash < 0 - - cryptohash-cryptoapi < 0 - - cryptonite < 0 - - cryptonite-conduit < 0 - - cryptonite-openssl < 0 - - csg < 0 - - csg < 0 - - csg < 0 - - ctrie < 0 - - data-ref < 0 - - dhall < 0 - - di-core < 0 - - di-df1 < 0 - - di-monad < 0 - - download < 0 - - enclosed-exceptions < 0 - - enum-subset-generate < 0 - - envelope < 0 - - eventful-core < 0 - - eventful-memory < 0 - - eventstore < 0 - - eventstore < 0 - - every < 0 - - exception-transformers < 0 - - exceptions < 0 - - exinst < 0 - - exinst < 0 - - fay-base < 0 - - file-modules < 0 - - filecache < 0 - - fold-debounce < 0 - - gdax < 0 - - giphy-api < 0 - - giphy-api < 0 - - giphy-api < 0 - - github-webhooks < 0 - - glazier < 0 - - glazier-react < 0 - - goggles < 0 - - goggles < 0 - - graphviz < 0 - - gym-http-api < 0 - - gym-http-api < 0 - - hOpenPGP < 0 - - hapistrano < 0 - - haskeline < 0 - - haskell-spacegoo < 0 - - haskey < 0 - - haskoin-core < 0 - - haxl < 0 - - hedgehog < 0 - - hedis < 0 - - here < 0 - - herms < 0 - - hledger-interest < 0 - - hruby < 0 - - hspec-core < 0 - - http-client < 0 - - http-client < 0 - - http-client-tls < 0 - - http-link-header < 0 - - http2 < 0 - - hyraxAbif < 0 - - ihaskell-hvega < 0 - - immortal < 0 - - inline-r < 0 - - inline-r < 0 - - inliterate < 0 - - interpolate < 0 - - interpolatedstring-perl6 < 0 - - invariant < 0 - - invertible < 0 - - io-region < 0 - - ipython-kernel < 0 - - irc-client < 0 - - jmacro < 0 - - jni < 0 - - jni < 0 - - jose < 0 - - jose-jwt < 0 - - json-schema < 0 - - jvm < 0 - - jvm < 0 - - jvm-batching < 0 - - jvm-batching < 0 - - jvm-streaming < 0 - - jvm-streaming < 0 - - jwt < 0 - - kazura-queue < 0 - - language-c-quote < 0 - - language-puppet < 0 - - language-puppet < 0 - - language-puppet < 0 - - language-puppet < 0 - - language-puppet < 0 - - language-puppet < 0 - - log-base < 0 - - log-postgres < 0 - - logger-thread < 0 - - logger-thread < 0 - - lucid-extras < 0 - - marvin-interpolate < 0 - - minio-hs < 0 - - minio-hs < 0 - - miso < 0 - - miso < 0 - - miso < 0 - - mmark < 0 - - mmark-cli < 0 - - mmark-ext < 0 - - moesocks < 0 - - monad-control < 0 - - monad-control-aligned < 0 - - monad-extras < 0 - - monad-logger < 0 - - monad-metrics < 0 - - monad-unlift-ref < 0 - - monadic-arrays < 0 - - mongoDB < 0 - - mstate < 0 - - mwc-probability-transition < 0 - - mysql-haskell < 0 - - nano-erl < 0 - - netwire-input-glfw < 0 - - network-transport-inmemory < 0 - - next-ref < 0 - - nqe < 0 - - nvim-hs < 0 - - oauthenticated < 0 - - online < 0 - - online < 0 - - online < 0 - - pem < 0 - - persistent < 0 - - persistent < 0 - - persistent-iproute < 0 - - persistent-template < 0 - - pipes-concurrency < 0 - - pipes-csv < 0 - - pipes-fluid < 0 - - pipes-misc < 0 - - plotlyhs < 0 - - pointed < 0 - - postgresql-simple-queue < 0 - - postgresql-typed < 0 - - postgresql-typed < 0 - - prometheus-client < 0 - - protocol-radius < 0 - - pushbullet-types < 0 - - qm-interpolated-string < 0 - - quickcheck-state-machine < 0 - - quickcheck-state-machine < 0 - - quickcheck-state-machine < 0 - - quickcheck-state-machine < 0 - - rakuten < 0 - - rakuten < 0 - - rebase < 0 - - ref-fd < 0 - - registry < 0 - - relude < 0 - - req < 0 - - resource-pool < 0 - - retry < 0 - - rss-conduit < 0 - - rss-conduit < 0 - - safe-money < 0 - - securemem < 0 - - servant-blaze < 0 - - servant-blaze < 0 - - servant-blaze < 0 - - servant-cassava < 0 - - servant-cassava < 0 - - servant-cassava < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions-core < 0 - - servant-checked-exceptions-core < 0 - - servant-checked-exceptions-core < 0 - - servant-checked-exceptions-core < 0 - - servant-elm < 0 - - servant-elm < 0 - - servant-exceptions < 0 - - servant-exceptions < 0 - - servant-exceptions < 0 - - servant-github-webhook < 0 - - servant-github-webhook < 0 - - servant-github-webhook < 0 - - servant-github-webhook < 0 - - servant-kotlin < 0 - - servant-kotlin < 0 - - servant-kotlin < 0 - - servant-lucid < 0 - - servant-lucid < 0 - - servant-lucid < 0 - - servant-lucid < 0 - - servant-mock < 0 - - servant-mock < 0 - - servant-pandoc < 0 - - servant-pandoc < 0 - - servant-rawm < 0 - - servant-rawm < 0 - - servant-rawm < 0 - - servant-rawm < 0 - - servant-rawm < 0 - - servant-ruby < 0 - - servant-static-th < 0 - - servant-static-th < 0 - - servant-static-th < 0 - - servant-tracing < 0 - - servant-tracing < 0 - servant-tracing < 0 - servant-websockets < 0 + - serverless-haskell < 0 + - serversession < 0 + - serversession-frontend-wai < 0 + - servius < 0 + - ses-html < 0 + - set-cover < 0 + - sexp-grammar < 0 + - shake < 0 + - shake-language-c < 0 + - shakespeare < 0 + - shell-conduit < 0 + - shelltestrunner < 0 + - shelly < 0 - shikensu < 0 + - should-not-typecheck < 0 + - show-prettyprint < 0 + - siggy-chardust < 0 + - silently < 0 + - simple-log < 0 - simple-vec3 < 0 + - simplest-sqlite < 0 + - singletons < 0 + - skews < 0 + - skylighting < 0 + - skylighting-core < 0 + - slack-web < 0 + - slave-thread < 0 + - smoothie < 0 + - smtp-mail < 0 + - snap-blaze < 0 + - snap-core < 0 + - snap-server < 0 + - soap < 0 + - soap-openssl < 0 + - soap-tls < 0 + - socket-activation < 0 + - socks < 0 + - sorted-list < 0 + - sourcemap < 0 - sparkle < 0 - - sparkle < 0 + - sparse-linear-algebra < 0 + - special-values < 0 - speculation < 0 + - speedy-slice < 0 + - sphinx < 0 + - splitmix < 0 + - sqlite-simple < 0 + - sqlite-simple-errors < 0 + - squeal-postgresql < 0 + - stache < 0 - stack < 0 - - stack < 0 + - starter < 0 + - state-codes < 0 - stateref < 0 + - statestack < 0 - static-text < 0 - statistics < 0 + - step-function < 0 + - stm < 0 - stm-chans < 0 - stm-conduit < 0 + - stm-containers < 0 - stm-delay < 0 - stm-extras < 0 - stm-split < 0 - stm-stats < 0 + - stopwatch < 0 - store < 0 - - streaming-commons < 0 - - summoner < 0 - - swish < 0 - - tasty < 0 - - tasty-ant-xml < 0 - - tasty-silver < 0 - - tasty-stats < 0 - - telegram-bot-simple < 0 - - telegram-bot-simple < 0 - - telegram-bot-simple < 0 - - telegram-bot-simple < 0 - - tensors < 0 - - tensors < 0 - - text-ldap < 0 - - text-show-instances < 0 - - thread-hierarchy < 0 - - threads < 0 - - threads-extras < 0 - - throttle-io-stream < 0 - - thyme < 0 - - tls < 0 - - tmapchan < 0 - - tmapmvar < 0 - - transformers-base < 0 - - triplesec < 0 - - ttrie < 0 - - turtle < 0 - - typed-process < 0 - - universum < 0 - - unliftio < 0 - - vector-sized < 0 - - vinyl < 0 - - vinyl < 0 - - vivid < 0 - - vty < 0 - - wai-app-static < 0 - - wai-cli < 0 - - wai-middleware-metrics < 0 - - wai-middleware-static < 0 - - wai-predicates < 0 - - wai-predicates < 0 - - warp < 0 - - web-plugins < 0 - - websockets-snap < 0 - - wreq < 0 - - wreq < 0 - - ws < 0 - - x509 < 0 - - x509-validation < 0 - - xmonad-extras < 0 - - yeshql-core < 0 - - yeshql-hdbc < 0 - - yesod-auth < 0 - - yesod-bin < 0 - - yesod-static < 0 - - zeromq4-patterns < 0 - - # More transitive deps - - ALUT < 0 - - Allure < 0 - - Allure < 0 - - ChannelT < 0 - - DAV < 0 - - DAV < 0 - - DAV < 0 - - DAV < 0 - - DAV < 0 - - DRBG < 0 - - Earley < 0 - - ForestStructures < 0 - - GLUT < 0 - - H < 0 - - HTF < 0 - - HTF < 0 - - HTTP < 0 - - HTTP < 0 - - HaTeX < 0 - - HaskellNet < 0 - - HaskellNet-SSL < 0 - - IPv6DB < 0 - - IPv6DB < 0 - - IPv6DB < 0 - - MusicBrainz < 0 - - MusicBrainz < 0 - - Network-NineP < 0 - - Network-NineP < 0 - - Network-NineP < 0 - - OpenAL < 0 - - OpenGL < 0 - - aeson-casing < 0 - - aeson-compat < 0 - - aeson-extra < 0 - - aeson-typescript < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka < 0 - - amazonka-apigateway < 0 - - amazonka-apigateway < 0 - - amazonka-application-autoscaling < 0 - - amazonka-application-autoscaling < 0 - - amazonka-appstream < 0 - - amazonka-appstream < 0 - - amazonka-athena < 0 - - amazonka-athena < 0 - - amazonka-autoscaling < 0 - - amazonka-autoscaling < 0 - - amazonka-budgets < 0 - - amazonka-budgets < 0 - - amazonka-certificatemanager < 0 - - amazonka-certificatemanager < 0 - - amazonka-cloudformation < 0 - - amazonka-cloudformation < 0 - - amazonka-cloudfront < 0 - - amazonka-cloudfront < 0 - - amazonka-cloudhsm < 0 - - amazonka-cloudhsm < 0 - - amazonka-cloudsearch < 0 - - amazonka-cloudsearch < 0 - - amazonka-cloudsearch-domains < 0 - - amazonka-cloudsearch-domains < 0 - - amazonka-cloudtrail < 0 - - amazonka-cloudtrail < 0 - - amazonka-cloudwatch < 0 - - amazonka-cloudwatch < 0 - - amazonka-cloudwatch-events < 0 - - amazonka-cloudwatch-events < 0 - - amazonka-cloudwatch-logs < 0 - - amazonka-cloudwatch-logs < 0 - - amazonka-codebuild < 0 - - amazonka-codebuild < 0 - - amazonka-codebuild < 0 - - amazonka-codecommit < 0 - - amazonka-codecommit < 0 - - amazonka-codecommit < 0 - - amazonka-codedeploy < 0 - - amazonka-codedeploy < 0 - - amazonka-codedeploy < 0 - - amazonka-codepipeline < 0 - - amazonka-codepipeline < 0 - - amazonka-codepipeline < 0 - - amazonka-cognito-identity < 0 - - amazonka-cognito-identity < 0 - - amazonka-cognito-identity < 0 - - amazonka-cognito-idp < 0 - - amazonka-cognito-idp < 0 - - amazonka-cognito-idp < 0 - - amazonka-cognito-sync < 0 - - amazonka-cognito-sync < 0 - - amazonka-cognito-sync < 0 - - amazonka-config < 0 - - amazonka-config < 0 - - amazonka-config < 0 - - amazonka-datapipeline < 0 - - amazonka-datapipeline < 0 - - amazonka-datapipeline < 0 - - amazonka-devicefarm < 0 - - amazonka-devicefarm < 0 - - amazonka-devicefarm < 0 - - amazonka-directconnect < 0 - - amazonka-directconnect < 0 - - amazonka-directconnect < 0 - - amazonka-discovery < 0 - - amazonka-discovery < 0 - - amazonka-dms < 0 - - amazonka-dms < 0 - - amazonka-ds < 0 - - amazonka-ds < 0 - - amazonka-dynamodb < 0 - - amazonka-dynamodb < 0 - - amazonka-dynamodb-streams < 0 - - amazonka-dynamodb-streams < 0 - - amazonka-ec2 < 0 - - amazonka-ec2 < 0 - - amazonka-ecr < 0 - - amazonka-ecr < 0 - - amazonka-ecs < 0 - - amazonka-ecs < 0 - - amazonka-efs < 0 - - amazonka-efs < 0 - - amazonka-elasticache < 0 - - amazonka-elasticache < 0 - - amazonka-elasticbeanstalk < 0 - - amazonka-elasticbeanstalk < 0 - - amazonka-elasticsearch < 0 - - amazonka-elasticsearch < 0 - - amazonka-elastictranscoder < 0 - - amazonka-elastictranscoder < 0 - - amazonka-elb < 0 - - amazonka-elb < 0 - - amazonka-elbv2 < 0 - - amazonka-elbv2 < 0 - - amazonka-emr < 0 - - amazonka-emr < 0 - - amazonka-gamelift < 0 - - amazonka-gamelift < 0 - - amazonka-glacier < 0 - - amazonka-glacier < 0 - - amazonka-health < 0 - - amazonka-health < 0 - - amazonka-iam < 0 - - amazonka-iam < 0 - - amazonka-importexport < 0 - - amazonka-importexport < 0 - - amazonka-inspector < 0 - - amazonka-inspector < 0 - - amazonka-iot < 0 - - amazonka-iot < 0 - - amazonka-iot-dataplane < 0 - - amazonka-iot-dataplane < 0 - - amazonka-kinesis < 0 - - amazonka-kinesis < 0 - - amazonka-kinesis-analytics < 0 - - amazonka-kinesis-analytics < 0 - - amazonka-kinesis-firehose < 0 - - amazonka-kinesis-firehose < 0 - - amazonka-kms < 0 - - amazonka-kms < 0 - - amazonka-lambda < 0 - - amazonka-lambda < 0 - - amazonka-lightsail < 0 - - amazonka-lightsail < 0 - - amazonka-marketplace-analytics < 0 - - amazonka-marketplace-analytics < 0 - - amazonka-marketplace-metering < 0 - - amazonka-marketplace-metering < 0 - - amazonka-ml < 0 - - amazonka-ml < 0 - - amazonka-opsworks < 0 - - amazonka-opsworks < 0 - - amazonka-opsworks-cm < 0 - - amazonka-opsworks-cm < 0 - - amazonka-pinpoint < 0 - - amazonka-pinpoint < 0 - - amazonka-polly < 0 - - amazonka-polly < 0 - - amazonka-rds < 0 - - amazonka-rds < 0 - - amazonka-redshift < 0 - - amazonka-redshift < 0 - - amazonka-rekognition < 0 - - amazonka-rekognition < 0 - - amazonka-route53 < 0 - - amazonka-route53-domains < 0 - - amazonka-s3 < 0 - - amazonka-s3 < 0 - - amazonka-sdb < 0 - - amazonka-sdb < 0 - - amazonka-servicecatalog < 0 - - amazonka-servicecatalog < 0 - - amazonka-ses < 0 - - amazonka-ses < 0 - - amazonka-shield < 0 - - amazonka-shield < 0 - - amazonka-sms < 0 - - amazonka-sms < 0 - - amazonka-snowball < 0 - - amazonka-snowball < 0 - - amazonka-sns < 0 - - amazonka-sns < 0 - - amazonka-sqs < 0 - - amazonka-sqs < 0 - - amazonka-ssm < 0 - - amazonka-ssm < 0 - - amazonka-stepfunctions < 0 - - amazonka-stepfunctions < 0 - - amazonka-storagegateway < 0 - - amazonka-storagegateway < 0 - - amazonka-sts < 0 - - amazonka-sts < 0 - - amazonka-support < 0 - - amazonka-support < 0 - - amazonka-swf < 0 - - amazonka-swf < 0 - - amazonka-test < 0 - - amazonka-test < 0 - - amazonka-test < 0 - - amazonka-test < 0 - - amazonka-waf < 0 - - amazonka-waf < 0 - - amazonka-workspaces < 0 - - amazonka-workspaces < 0 - - amazonka-xray < 0 - - amazonka-xray < 0 - - antiope-athena < 0 - - antiope-core < 0 - - antiope-core < 0 - - antiope-core < 0 - - antiope-dynamodb < 0 - - antiope-messages < 0 - - antiope-s3 < 0 - - antiope-s3 < 0 - - antiope-s3 < 0 - - antiope-s3 < 0 - - antiope-sns < 0 - - antiope-sqs < 0 - - apply-refact < 0 - - apply-refact < 0 - - approximate < 0 - - arithmoi < 0 - - ascii-progress < 0 - - ascii-progress < 0 - - asif < 0 - - asif < 0 - - asif < 0 - - asif < 0 - - asn1-encoding < 0 - - asn1-encoding < 0 - - asn1-parse < 0 - - async-extra < 0 - - async-refresh-tokens < 0 - - async-refresh-tokens < 0 - - async-refresh-tokens < 0 - - async-timer < 0 - - async-timer < 0 - - async-timer < 0 - - atom-conduit < 0 - - attoparsec-ip < 0 - - authenticate-oauth < 0 - - backprop < 0 - - barbies < 0 - - beam-core < 0 - - beam-core < 0 - - bench < 0 - - bimap < 0 - - bimap-server < 0 - - binary-conduit < 0 - - binary-ext < 0 - - binary-ext < 0 - - binary-ext < 0 - - binary-tagged < 0 - - binary-tagged < 0 - - bins < 0 - - bit-stream < 0 - - bitcoin-api < 0 - - bitcoin-api < 0 - - bitcoin-block < 0 - - bitcoin-tx < 0 - - bits-extra < 0 - - bitx-bitcoin < 0 - - bitx-bitcoin < 0 - - bitx-bitcoin < 0 - - blake2 < 0 - - bower-json < 0 - - bsb-http-chunked < 0 - - bsb-http-chunked < 0 - - bson < 0 - - bugsnag-haskell < 0 - - bugsnag-haskell < 0 - - bugsnag-haskell < 0 - - bugsnag-haskell < 0 - - bugsnag-haskell < 0 - - bugsnag-haskell < 0 - - bytestring-conversion < 0 - - cabal-rpm < 0 - - cabal-rpm < 0 - - cabal2nix < 0 - - cabal2spec < 0 - - capataz < 0 - - capataz < 0 - - cassava-records < 0 - - cayley-client < 0 - - cayley-client < 0 - - cipher-aes < 0 - - cipher-blowfish < 0 - - cipher-camellia < 0 - - cipher-des < 0 - - cisco-spark-api < 0 - - cisco-spark-api < 0 - - clash-ghc < 0 - - clash-ghc < 0 - - clash-lib < 0 - - clash-lib < 0 - - classy-prelude-conduit < 0 - - classy-prelude-conduit < 0 - - classy-prelude-yesod < 0 - - classy-prelude-yesod < 0 - - clock < 0 - - closed < 0 - - codec < 0 - - codec-rpm < 0 - - codec-rpm < 0 - - commutative < 0 - - compiler-warnings < 0 - - componentm < 0 - - componentm < 0 - - composable-associations < 0 - - composable-associations-aeson < 0 - - compressed < 0 - - concise < 0 - - conduit < 0 - - conduit < 0 - - conduit-concurrent-map < 0 - - conduit-parse < 0 - - conduit-zstd < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - configuration-tools < 0 - - connection < 0 - - connection < 0 - - connection < 0 - - connection-pool < 0 - - connection-pool < 0 - - connection-pool < 0 - - connection-pool < 0 - - contravariant < 0 - - cookie < 0 - - countable < 0 - - cpio-conduit < 0 - - cql < 0 - - criterion < 0 - - criterion < 0 - - criterion < 0 - - cron < 0 - - crypt-sha512 < 0 - - crypto-cipher-tests < 0 - - crypto-cipher-types < 0 - - crypto-numbers < 0 - - crypto-pubkey < 0 - - crypto-pubkey < 0 - - crypto-pubkey-types < 0 - - crypto-random < 0 - - csp < 0 - - cue-sheet < 0 - - data-bword < 0 - - data-dword < 0 - - data-serializer < 0 - - datadog < 0 - - datadog < 0 - - datadog < 0 - - datadog < 0 - - datadog < 0 - - datasets < 0 - - dawg-ord < 0 - - dbus < 0 - - dejafu < 0 - - dejafu < 0 - - df1 < 0 - - dhall-bash < 0 - - dhall-json < 0 - - dhall-json < 0 - - dhall-text < 0 - - dhall-to-cabal < 0 - - dhall-to-cabal < 0 - - di < 0 - - di < 0 - - di-handle < 0 - - di-handle < 0 - - distributed-closure < 0 - - distribution-opensuse < 0 - - dns < 0 - - dns < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - docker < 0 - - dotenv < 0 - - drifter < 0 - - drifter-postgresql < 0 - - drifter-sqlite < 0 - - drinkery < 0 - - dublincore-xml-conduit < 0 - - dunai < 0 - - editor-open < 0 - - elerea < 0 - - elm-export < 0 - - emacs-module < 0 - - emacs-module < 0 - - emacs-module < 0 - - emd < 0 - - errors < 0 - - errors-ext < 0 - - errors-ext < 0 - - etc < 0 - - etc < 0 - - etc < 0 - - eventful-sql-common < 0 - - eventful-sql-common < 0 - - eventful-sql-common < 0 - - eventful-sqlite < 0 - - eventful-sqlite < 0 - - eventful-test-helpers < 0 - - eventful-test-helpers < 0 - - exceptional < 0 - - executable-hash < 0 - - exp-pairs < 0 - - extensible < 0 - - extensible < 0 - - facts < 0 - - fast-digits < 0 - - fay-dom < 0 - - fb < 0 - - fb < 0 - - fb < 0 - - fb < 0 - - fb < 0 - - fb < 0 - - fb < 0 - - filelock < 0 - - flac < 0 - - flay < 0 - - fmt < 0 - - folds < 0 - - free < 0 - - free < 0 - - free-vl < 0 - - freer-simple < 0 - - freer-simple < 0 - - fsnotify < 0 - - fsnotify < 0 - - fuzzcheck < 0 - - generic-data < 0 - - generics-eot < 0 - - genvalidity-hspec < 0 - - genvalidity-hspec-hashable < 0 - - geojson < 0 - - ghc-parser < 0 - - ghc-prof < 0 - - ghc-syntax-highlighter < 0 - - ghc-typelits-extra < 0 - - ghc-typelits-knownnat < 0 - - ghc-typelits-natnormalise < 0 - - ghcid < 0 - - githash < 0 - - glazier-react-widget < 0 - - glazier-react-widget < 0 - - graylog < 0 - - groundhog < 0 - - groundhog < 0 - - groundhog-mysql < 0 - - groundhog-mysql < 0 - - groundhog-mysql < 0 - - groundhog-postgresql < 0 - - groundhog-postgresql < 0 - - groundhog-sqlite < 0 - - groundhog-sqlite < 0 - - hailgun < 0 - - hailgun < 0 - - hailgun < 0 - - hamilton < 0 - - hamtsolo < 0 - - hamtsolo < 0 - - hamtsolo < 0 - - handwriting < 0 - - happstack-server < 0 - - happstack-server < 0 - - happstack-server < 0 - - happstack-server < 0 - - haskell-src-exts < 0 - - haskey-mtl < 0 - - haskey-mtl < 0 - - haskey-mtl < 0 - - haskey-mtl < 0 - - haskoin-node < 0 - - haskoin-node < 0 - - haskoin-node < 0 - - haskoin-node < 0 - - haskoin-node < 0 - - haskoin-store < 0 - - haskoin-store < 0 - - haskoin-store < 0 - - haskoin-store < 0 - - hasql-pool < 0 - - hasql-transaction < 0 - - hasql-transaction < 0 - - hexml-lens < 0 - - higher-leveldb < 0 - - higher-leveldb < 0 - - higher-leveldb < 0 - - hinotify < 0 - - hint < 0 - - hint < 0 - - hlint < 0 - - hmatrix-backprop < 0 - - hmatrix-backprop < 0 - - hmatrix-backprop < 0 - - hmatrix-vector-sized < 0 - - hmatrix-vector-sized < 0 - - hoogle < 0 - - hoogle < 0 - - hopenpgp-tools < 0 - - hopenpgp-tools < 0 - - hopenpgp-tools < 0 - - hopenpgp-tools < 0 - - hopenpgp-tools < 0 - - hopenpgp-tools < 0 - - hourglass < 0 - - hpack < 0 - - hpack < 0 - - hpack < 0 - - hpack < 0 - - hquantlib < 0 - - hreader < 0 - - hreader < 0 - - hreader < 0 - - hsebaysdk < 0 - - hsini < 0 - - hslua < 0 - - hslua < 0 - - hslua-module-text < 0 - - hspec < 0 - - hspec-contrib < 0 - - hspec-golden-aeson < 0 - - hspec-leancheck < 0 - - hspec-meta < 0 - - hspec-pg-transact < 0 - - hspec-smallcheck < 0 - - hspec-wai < 0 - - hspec-wai-json < 0 - - hsx-jmacro < 0 - - html-conduit < 0 - - htoml < 0 - - http-client-openssl < 0 - - http-conduit < 0 - - http-conduit < 0 - - http-conduit < 0 - - http-conduit < 0 - - http-conduit < 0 - - http-conduit < 0 - - http-reverse-proxy < 0 - - http-reverse-proxy < 0 - - http-reverse-proxy < 0 - - http-reverse-proxy < 0 - - http-reverse-proxy < 0 - - hunit-dejafu < 0 - - hw-dsv < 0 - - hw-fingertree-strict < 0 - - hw-hedgehog < 0 - - hw-hspec-hedgehog < 0 - - hw-ip < 0 - - hw-prim < 0 - - hw-prim < 0 - - hw-rankselect < 0 - - hw-rankselect-base < 0 - - hw-simd < 0 - - hworker < 0 - - imagesize-conduit < 0 - - imagesize-conduit < 0 - - incremental-parser < 0 - - inflections < 0 - - influxdb < 0 - - inline-java < 0 - - inline-java < 0 - - insert-ordered-containers < 0 - - io-choice < 0 - - io-choice < 0 - - io-memoize < 0 - - irc-conduit < 0 - - irc-conduit < 0 - - irc-conduit < 0 - - irc-conduit < 0 - - irc-dcc < 0 - - ixset-typed < 0 - - jmacro-rpc < 0 - - jmacro-rpc-snap < 0 - - json-rpc < 0 - - json-rpc < 0 - - json-rpc < 0 - - kan-extensions < 0 - - kanji < 0 - - kawhi < 0 - - kawhi < 0 - - kawhi < 0 - - koofr-client < 0 - - koofr-client < 0 - - lambdabot-core < 0 - - lambdabot-core < 0 - - lambdabot-core < 0 - - lambdabot-core < 0 - - lambdabot-irc-plugins < 0 - - lame < 0 - - language-java < 0 - - large-hashable < 0 - - lattices < 0 - - lens < 0 - - leveldb-haskell < 0 - - leveldb-haskell < 0 - - leveldb-haskell < 0 - - leveldb-haskell < 0 - - lifted-async < 0 - - lifted-async < 0 - - lifted-async < 0 - - lifted-async < 0 - - lifted-base < 0 - - lifted-base < 0 - - list-t < 0 - - list-t < 0 - - listsafe < 0 - - llvm-hs < 0 - - llvm-hs < 0 - - llvm-hs-pretty < 0 - - llvm-hs-pure < 0 - - locators < 0 - - machines < 0 - - main-tester < 0 - - mapquest-api < 0 - - mapquest-api < 0 - - mapquest-api < 0 - - markdown < 0 - - matrices < 0 - - matrix < 0 - - matrix-market-attoparsec < 0 - - matrix-static < 0 - - mbtiles < 0 - - mbtiles < 0 - - mbug < 0 - - mbug < 0 - - mega-sdist < 0 - - metrics < 0 - - metrics < 0 - - microformats2-parser < 0 - - microlens-aeson < 0 - - milena < 0 - - milena < 0 - - milena < 0 - - mime-mail-ses < 0 - - mime-mail-ses < 0 - - mime-mail-ses < 0 - - modern-uri < 0 - - monad-journal < 0 - - monad-journal < 0 - - monad-logger-json < 0 - - monad-logger-prefix < 0 - - monad-logger-prefix < 0 - - monad-logger-prefix < 0 - - monad-logger-prefix < 0 - - monad-logger-syslog < 0 - - monad-loops < 0 - - monad-recorder < 0 - - monad-recorder < 0 - - monad-recorder < 0 - - monad-unlift < 0 - - monad-unlift < 0 - - monoid-subclasses < 0 - - morte < 0 - - morte < 0 - - morte < 0 - - multiarg < 0 - - multistate < 0 - - multistate < 0 - - mustache < 0 - - mysql-haskell-nem < 0 - - mysql-haskell-openssl < 0 - - nagios-check < 0 - - natural-transformation < 0 - - network-anonymous-i2p < 0 - - network-anonymous-tor < 0 - - network-attoparsec < 0 - - network-attoparsec < 0 - - network-attoparsec < 0 - - network-conduit-tls < 0 - - network-conduit-tls < 0 - - network-conduit-tls < 0 - - network-ip < 0 - - network-messagepack-rpc-websocket < 0 - - network-simple-tls < 0 - - network-simple-tls < 0 - - network-simple-tls < 0 - - nonce < 0 - - nondeterminism < 0 - - nvim-hs-contrib < 0 - - objective < 0 - - odbc < 0 - - open-witness < 0 - - openpgp-asciiarmor < 0 - - opensource < 0 - - opensource < 0 - - opensource < 0 - - opml-conduit < 0 - - pager < 0 - - pagination < 0 - - paripari < 0 - - parsec-numeric < 0 - - path < 0 - - path-extra < 0 - - path-io < 0 - - persistent-mysql < 0 - - persistent-mysql < 0 - - persistent-mysql < 0 - - persistent-mysql-haskell < 0 - - persistent-mysql-haskell < 0 - - persistent-mysql-haskell < 0 - - persistent-mysql-haskell < 0 - - persistent-mysql-haskell < 0 - - persistent-mysql-haskell < 0 - - persistent-postgresql < 0 - - persistent-postgresql < 0 - - persistent-postgresql < 0 - - persistent-refs < 0 - - persistent-sqlite < 0 - - persistent-sqlite < 0 - - persistent-sqlite < 0 - - persistent-sqlite < 0 - - pg-transact < 0 - - pg-transact < 0 - - pgp-wordlist < 0 - - pinboard < 0 - - pinboard < 0 - - pinboard < 0 - - pipes < 0 - - pipes-attoparsec < 0 - - pipes-binary < 0 - - pipes-http < 0 - - pipes-http < 0 - - pipes-network < 0 - - pipes-network-tls < 0 - - pipes-safe < 0 - - pipes-safe < 0 - - pipes-safe < 0 - - pkcs10 < 0 - - pkcs10 < 0 - - pkcs10 < 0 - - pkcs10 < 0 - - pkcs10 < 0 - - plot-light < 0 - - postgresql-simple < 0 - - postgresql-simple < 0 - - postgresql-simple-migration < 0 - - postgresql-transactional < 0 - - pptable < 0 - - prettyprinter < 0 - - protocol-radius-test < 0 - - pure-zlib < 0 - - qchas < 0 - - qnap-decrypt < 0 - - qnap-decrypt < 0 - - quadratic-irrational < 0 - - rainbox < 0 - - random-source < 0 - - rank2classes < 0 - - read-env-var < 0 - - refined < 0 - - regex-applicative < 0 - - repline < 0 - - req-conduit < 0 - - req-conduit < 0 - - req-conduit < 0 - - req-url-extra < 0 - - require < 0 - - require < 0 - - require < 0 - - rerebase < 0 - - resourcet < 0 - - rio < 0 - - rio < 0 - - rio < 0 - - rio-orphans < 0 - - rio-orphans < 0 - - rio-orphans < 0 - - rio-orphans < 0 - - rng-utils < 0 - - rng-utils < 0 - - rocksdb-query < 0 - - rollbar-hs < 0 - - s3-signer < 0 - - safe-exceptions < 0 - - safecopy < 0 - - safeio < 0 - - say < 0 - - sbp < 0 - - sbp < 0 - - scientific < 0 - - scientific < 0 - - scotty < 0 - - scotty < 0 - - scotty < 0 - - scotty < 0 - - scotty < 0 - - sdl2 < 0 - - sdl2 < 0 - - sdl2-gfx < 0 - - sdl2-mixer < 0 - - selda < 0 - - selda-postgresql < 0 - - selda-sqlite < 0 - - semver < 0 - - serf < 0 - - serverless-haskell < 0 - - servius < 0 - - ses-html < 0 - - sexp-grammar < 0 - - shakespeare < 0 - - shell-conduit < 0 - - shell-conduit < 0 - - shell-conduit < 0 - - shelly < 0 - - shelly < 0 - - shelly < 0 - - shelly < 0 - - shelly < 0 - - siggy-chardust < 0 - - simple-log < 0 - - simple-log < 0 - - simple-log < 0 - - skews < 0 - - skylighting-core < 0 - - smtp-mail < 0 - - snap-core < 0 - - snap-core < 0 - - soap < 0 - - soap < 0 - - soap-openssl < 0 - - soap-tls < 0 - - soap-tls < 0 - - soap-tls < 0 - - soap-tls < 0 - - soap-tls < 0 - - sparse-linear-algebra < 0 - - splitmix < 0 - - squeal-postgresql < 0 - - squeal-postgresql < 0 - - squeal-postgresql < 0 - stratosphere < 0 - streaming < 0 - streaming-attoparsec < 0 - streaming-bytestring < 0 - - streaming-bytestring < 0 - - streaming-bytestring < 0 - - streamly < 0 - - streamly < 0 + - streaming-commons < 0 + - streaming-wai < 0 - streamly < 0 + - streams < 0 + - strict-base-types < 0 + - string-conversions < 0 + - string-qq < 0 - string-transform < 0 + - stringbuilder < 0 + - stringsearch < 0 + - strive < 0 + - structs < 0 + - sum-type-boilerplate < 0 + - summoner < 0 - sv < 0 - - sv < 0 + - sv-cassava < 0 - sv-core < 0 + - svg-builder < 0 + - svg-tree < 0 - swagger < 0 + - swagger2 < 0 + - swish < 0 + - syb < 0 + - sysinfo < 0 + - system-argv0 < 0 + - system-filepath < 0 - tagged-transformer < 0 - tagstream-conduit < 0 + - tar < 0 - tar-conduit < 0 + - tasty < 0 + - tasty-ant-xml < 0 - tasty-dejafu < 0 - tasty-discover < 0 - - tasty-discover < 0 - tasty-expected-failure < 0 - tasty-golden < 0 - - tasty-golden < 0 - tasty-hedgehog < 0 - - tasty-hedgehog < 0 - - tasty-hspec < 0 - tasty-hspec < 0 - tasty-hunit < 0 - tasty-kat < 0 - tasty-leancheck < 0 - tasty-program < 0 - tasty-quickcheck < 0 + - tasty-silver < 0 - tasty-smallcheck < 0 - - tasty-smallcheck < 0 + - tasty-stats < 0 - tasty-th < 0 + - tce-conf < 0 - tcp-streams < 0 - - tcp-streams < 0 - - tcp-streams < 0 + - tcp-streams-openssl < 0 + - tdigest < 0 - teardown < 0 - - teardown < 0 - - teardown < 0 - - temporary < 0 + - telegram-bot-simple < 0 - temporary < 0 - temporary-rc < 0 - temporary-resourcet < 0 - - temporary-resourcet < 0 - - termonad < 0 - - termonad < 0 + - tensorflow-test < 0 + - tensors < 0 + - termbox < 0 - termonad < 0 + - test-framework-hunit < 0 + - test-framework-th < 0 + - texmath < 0 + - text-builder < 0 + - text-conversions < 0 + - text-ldap < 0 - text-manipulate < 0 + - text-metrics < 0 + - text-postgresql < 0 + - text-region < 0 - text-show < 0 + - text-show-instances < 0 - textlocal < 0 - - textlocal < 0 + - th-desugar < 0 + - th-nowq < 0 + - th-orphans < 0 + - th-printf < 0 - these < 0 + - thread-hierarchy < 0 + - thread-local-storage < 0 + - threads < 0 + - threads-extras < 0 + - threepenny-gui < 0 + - throttle-io-stream < 0 + - through-text < 0 - throwable-exceptions < 0 + - thyme < 0 + - tibetan-utils < 0 + - tile < 0 + - time-parsers < 0 + - timelens < 0 + - timer-wheel < 0 - timerep < 0 + - tinylog < 0 - titlecase < 0 - tldr < 0 - - tldr < 0 - - tls-debug < 0 - - tls-debug < 0 - - tls-debug < 0 - - tls-debug < 0 + - tls < 0 - tls-debug < 0 - tls-session-manager < 0 + - tmapchan < 0 + - tmapmvar < 0 + - tmp-postgres < 0 - tomland < 0 - - tomland < 0 + - tostring < 0 + - transaction < 0 + - transformers-base < 0 + - transformers-lift < 0 - traverse-with-class < 0 + - tree-diff < 0 + - trifecta < 0 + - triplesec < 0 + - tsv2csv < 0 + - ttrie < 0 + - turtle < 0 + - type-level-kv-list < 0 + - type-of-html < 0 + - type-of-html-static < 0 + - typed-process < 0 + - typelits-witnesses < 0 + - typenums < 0 + - tz < 0 + - tzdata < 0 - ua-parser < 0 - unbound-generics < 0 - - unbound-generics < 0 - unboxed-ref < 0 + - uncertain < 0 + - unicode-show < 0 + - unicode-transforms < 0 + - union < 0 + - uniplate < 0 + - uniprot-kb < 0 + - unique < 0 + - unit-constraint < 0 + - universe < 0 + - universe-instances-extended < 0 + - universum < 0 + - unix-time < 0 + - unliftio < 0 + - unordered-containers < 0 - unordered-intmap < 0 - uri-bytestring < 0 - - urlpath < 0 - - urlpath < 0 - - urlpath < 0 - - urlpath < 0 + - uri-templater < 0 - urlpath < 0 - users < 0 + - users-postgresql-simple < 0 + - users-test < 0 + - uuid < 0 + - uuid-types < 0 + - validation < 0 + - validity < 0 + - validity-aeson < 0 + - validity-bytestring < 0 + - validity-containers < 0 + - validity-path < 0 + - validity-scientific < 0 + - validity-text < 0 + - validity-time < 0 + - validity-unordered-containers < 0 + - validity-uuid < 0 + - validity-vector < 0 + - valor < 0 + - vault < 0 + - vec < 0 + - vector-binary-instances < 0 - vector-builder < 0 - vector-bytes-instances < 0 - vector-instances < 0 + - vector-mmap < 0 + - vector-sized < 0 + - vector-space < 0 - vector-split < 0 - - wai-cors < 0 + - vectortiles < 0 + - versions < 0 + - vinyl < 0 + - vivid < 0 + - vty < 0 + - wai < 0 + - wai-app-static < 0 + - wai-cli < 0 - wai-cors < 0 - wai-extra < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 - - wai-middleware-consul < 0 + - wai-middleware-caching < 0 + - wai-middleware-caching-lru < 0 - wai-middleware-consul < 0 - wai-middleware-crowd < 0 - - wai-middleware-crowd < 0 - - wai-middleware-crowd < 0 - - wai-middleware-crowd < 0 + - wai-middleware-metrics < 0 + - wai-middleware-static < 0 + - wai-middleware-travisci < 0 + - wai-predicates < 0 - wai-session < 0 - wai-session-postgresql < 0 - wai-slack-middleware < 0 - wai-transformers < 0 - - wai-transformers < 0 - wai-websockets < 0 - - wai-websockets < 0 - - warp-tls < 0 - - warp-tls < 0 - - warp-tls < 0 + - warp < 0 - warp-tls < 0 - warp-tls-uid < 0 - - warp-tls-uid < 0 + - wave < 0 + - web-plugins < 0 - web-routes < 0 - - webdriver < 0 - - webdriver < 0 - - webdriver < 0 + - web-routes-hsp < 0 + - web-routes-wai < 0 - webdriver < 0 - webex-teams-api < 0 - - webex-teams-api < 0 - webex-teams-conduit < 0 - - webex-teams-conduit < 0 - - webex-teams-conduit < 0 - - webex-teams-pipes < 0 - - webex-teams-pipes < 0 - webex-teams-pipes < 0 - websockets < 0 + - websockets-snap < 0 + - weeder < 0 + - weigh < 0 + - wide-word < 0 + - wikicfp-scraper < 0 + - wild-bind < 0 + - wild-bind-x11 < 0 + - winery < 0 - wire-streams < 0 - - wire-streams < 0 + - with-location < 0 + - withdependencies < 0 + - witherable < 0 + - witness < 0 - wl-pprint-annotated < 0 + - wl-pprint-console < 0 + - wl-pprint-extras < 0 + - wl-pprint-terminfo < 0 + - word-trie < 0 + - word24 < 0 + - word8 < 0 + - world-peace < 0 + - wreq < 0 - wreq-stringless < 0 + - writer-cps-full < 0 + - writer-cps-lens < 0 + - ws < 0 - wss-client < 0 - - wss-client < 0 - - x509-store < 0 - - x509-store < 0 - - x509-store < 0 - - x509-store < 0 + - wuss < 0 + - x509 < 0 - x509-store < 0 - x509-system < 0 - - x509-system < 0 + - x509-validation < 0 + - xeno < 0 + - xenstore < 0 + - xls < 0 - xlsx < 0 - xml-conduit < 0 - xml-conduit-parse < 0 - - xml-conduit-parse < 0 + - xml-conduit-writer < 0 - xml-html-qq < 0 - xml-indexed-cursor < 0 + - xml-isogen < 0 + - xml-lens < 0 - xml-picklers < 0 + - xml-to-json < 0 - xmlbf < 0 - xmlbf-xeno < 0 + - xmlgen < 0 + - xmonad-contrib < 0 + - xmonad-extras < 0 + - xss-sanitize < 0 + - xxhash-ffi < 0 + - yaml < 0 + - yes-precure5-command < 0 - yeshql < 0 + - yeshql-core < 0 + - yeshql-hdbc < 0 - yesod < 0 - - yesod < 0 - - yesod < 0 - - yesod-auth-fb < 0 + - yesod-alerts < 0 + - yesod-auth < 0 - yesod-auth-fb < 0 - yesod-auth-hashdb < 0 - - yesod-auth-hashdb < 0 - - yesod-auth-hashdb < 0 - - yesod-core < 0 - - yesod-core < 0 - - yesod-core < 0 - - yesod-core < 0 - - yesod-core < 0 + - yesod-bin < 0 - yesod-core < 0 + - yesod-csp < 0 + - yesod-eventsource < 0 - yesod-fb < 0 - yesod-form < 0 + - yesod-form-bootstrap4 < 0 - yesod-gitrepo < 0 + - yesod-gitrev < 0 + - yesod-newsfeed < 0 - yesod-paginator < 0 - - yesod-paginator < 0 - - yesod-persistent < 0 - - yesod-persistent < 0 - yesod-persistent < 0 - yesod-recaptcha2 < 0 - - yesod-test < 0 + - yesod-sitemap < 0 + - yesod-static < 0 - yesod-test < 0 - yesod-text-markdown < 0 - yesod-websockets < 0 - yi-language < 0 - - yi-language < 0 - - zeromq4-haskell < 0 - - zeromq4-haskell < 0 - - zeromq4-haskell < 0 - - zeromq4-haskell < 0 + - yi-rope < 0 - zeromq4-haskell < 0 + - zeromq4-patterns < 0 - zim-parser < 0 - zip < 0 - - zip < 0 - - zip < 0 - - zip < 0 - - zip-stream < 0 - - zip-stream < 0 - - zip-stream < 0 - - # more - - BiobaseNewick < 0 - - ClustalParser < 0 - - FontyFruity < 0 - - HPDF < 0 - - HandsomeSoup < 0 - - HandsomeSoup < 0 - - Hoed < 0 - - IntervalMap < 0 - - JuicyPixels < 0 - - JuicyPixels-extra < 0 - - JuicyPixels-extra < 0 - - RSA < 0 - - Rasterific < 0 - - SCalendar < 0 - - SCalendar < 0 - - ViennaRNAParser < 0 - - accuerr < 0 - - ace < 0 - - ad < 0 - - ad < 0 - - adjunctions < 0 - - adjunctions < 0 - - adjunctions < 0 - - adler32 < 0 - - aern2-mp < 0 - - aern2-mp < 0 - - aeson < 0 - - aeson-better-errors < 0 - - aeson-picker < 0 - - aeson-picker < 0 - - aeson-pretty < 0 - - aeson-utils < 0 - - algebra < 0 - - api-field-json-th < 0 - - app-settings < 0 - - app-settings < 0 - - appendmap < 0 - - arbor-postgres < 0 - - arbor-postgres < 0 - - arrow-list < 0 - - asciidiagram < 0 - - atomic-write < 0 - - atomic-write < 0 - - attoparsec < 0 - - attoparsec < 0 - - attoparsec-path < 0 - - attoparsec-uri < 0 - - avro < 0 - - avro < 0 - - avro < 0 - - avwx < 0 - - avwx < 0 - - base-compat-batteries < 0 - - base-orphans < 0 - - base32string < 0 - - base58string < 0 - - bbdb < 0 - - beam-migrate < 0 - - beam-migrate < 0 - - beam-migrate < 0 - - beam-migrate < 0 - - beam-migrate < 0 - - beam-sqlite < 0 - - beam-sqlite < 0 - - beam-sqlite < 0 - - bifunctors < 0 - - binary-list < 0 - - binary-parsers < 0 - - bitcoin-script < 0 - - bitcoin-types < 0 - - bitset-word8 < 0 - - bitset-word8 < 0 - - blaze-html < 0 - - bno055-haskell < 0 - - bordacount < 0 - - boundingboxes < 0 - - bson-lens < 0 - - bson-lens < 0 - - butcher < 0 - - butcher < 0 - - bytes < 0 - - bzlib-conduit < 0 - - bzlib-conduit < 0 - - bzlib-conduit < 0 - - case-insensitive < 0 - - cassava < 0 - - cassava-conduit < 0 - - cassava-conduit < 0 - - cborg < 0 - - cereal-conduit < 0 - - cereal-conduit < 0 - - cereal-time < 0 - - cfenv < 0 - - cheapskate < 0 - - chronologique < 0 - - chronologique < 0 - - cipher-rc4 < 0 - - clay < 0 - - clock-extras < 0 - - clock-extras < 0 - - cmark < 0 - - code-builder < 0 - - colonnade < 0 - - comonad < 0 - - compactmap < 0 - - compensated < 0 - - compensated < 0 - - componentm-devel < 0 - - componentm-devel < 0 - - composition-extra < 0 - - conduit-connection < 0 - - conduit-connection < 0 - - conduit-connection < 0 - - conduit-iconv < 0 - - conduit-iconv < 0 - - constraints < 0 - - containers-unicode-symbols < 0 - - contravariant-extras < 0 - - cprng-aes < 0 - - cprng-aes < 0 - - cryptocipher < 0 - - cryptocipher < 0 - - css-syntax < 0 - - css-syntax < 0 - - css-syntax < 0 - - css-text < 0 - - curl-runnings < 0 - - currencies < 0 - - data-diverse < 0 - - data-diverse < 0 - - data-diverse-lens < 0 - - data-diverse-lens < 0 - - data-has < 0 - - data-msgpack < 0 - - data-msgpack < 0 - - data-msgpack-types < 0 - - dataurl < 0 - - dbcleaner < 0 - - dbcleaner < 0 - - debug < 0 - - debug < 0 - - declarative < 0 - - declarative < 0 - - declarative < 0 - - deferred-folds < 0 - - deriving-compat < 0 - - detour-via-sci < 0 - - detour-via-sci < 0 - - dimensional < 0 - - dimensional < 0 - - direct-sqlite < 0 - - discrimination < 0 - - discrimination < 0 - - discrimination < 0 - - distributed-static < 0 - - distribution-nixpkgs < 0 - - distribution-nixpkgs < 0 - - distributive < 0 - - do-list < 0 - - do-list < 0 - - dockerfile < 0 - - doctemplates < 0 - - doctemplates < 0 - - dom-parser < 0 - - dom-parser < 0 - - dom-parser < 0 - - dom-parser < 0 - - drawille < 0 - - dvorak < 0 - - edit-distance < 0 - - elf < 0 - - email-validate < 0 - - enummapset < 0 - - envy < 0 - - envy < 0 - - ersatz < 0 - - ersatz < 0 - - event < 0 - - extra < 0 - - farmhash < 0 - - farmhash < 0 - - fast-logger < 0 - - fclabels < 0 - - fedora-haskell-tools < 0 - - fileplow < 0 - - fileplow < 0 - - filter-logger < 0 - - find-clumpiness < 0 - - flac-picture < 0 - - flac-picture < 0 - - flat-mcmc < 0 - - fn < 0 - - fn < 0 - - foldl < 0 - - foldl < 0 - - forma < 0 - - format-numbers < 0 - - formatting < 0 - - formatting < 0 - - formatting < 0 - - friday < 0 - - friday-juicypixels < 0 - - friendly-time < 0 - - frontmatter < 0 - - fsnotify-conduit < 0 - - fsnotify-conduit < 0 - - fsnotify-conduit < 0 - - fsnotify-conduit < 0 - - fsnotify-conduit < 0 - - fuzzy-dates < 0 - - fuzzy-dates < 0 - - fuzzy-dates < 0 - - fuzzyset < 0 - - fuzzyset < 0 - - gc < 0 - - general-games < 0 - - general-games < 0 - - generic-deriving < 0 - - generic-lens < 0 - - generic-lens < 0 - - generics-sop-lens < 0 - - genvalidity < 0 - - genvalidity-aeson < 0 - - genvalidity-aeson < 0 - - genvalidity-bytestring < 0 - - genvalidity-bytestring < 0 - - genvalidity-containers < 0 - - genvalidity-containers < 0 - - genvalidity-hspec-aeson < 0 - - genvalidity-hspec-aeson < 0 - - genvalidity-hspec-binary < 0 - - genvalidity-hspec-binary < 0 - - genvalidity-hspec-cereal < 0 - - genvalidity-hspec-cereal < 0 - - genvalidity-hspec-optics < 0 - - genvalidity-hspec-optics < 0 - - genvalidity-path < 0 - - genvalidity-path < 0 - - genvalidity-path < 0 - - genvalidity-path < 0 - - genvalidity-property < 0 - - genvalidity-scientific < 0 - - genvalidity-scientific < 0 - - genvalidity-scientific < 0 - - genvalidity-text < 0 - - genvalidity-text < 0 - - genvalidity-time < 0 - - genvalidity-time < 0 - - genvalidity-unordered-containers < 0 - - genvalidity-unordered-containers < 0 - - genvalidity-uuid < 0 - - genvalidity-uuid < 0 - - genvalidity-vector < 0 - - genvalidity-vector < 0 - - getopt-generics < 0 - - ghc-exactprint < 0 - - ghcjs-base-stub < 0 - - ghcjs-base-stub < 0 - - ghost-buster < 0 - - gi-gtk-hs < 0 - - github-types < 0 - - glabrous < 0 - - glaze < 0 - - gnuplot < 0 - - graph-core < 0 - - graph-wrapper < 0 - - graph-wrapper < 0 - - gravatar < 0 - - gravatar < 0 - - groom < 0 - - h2c < 0 - - half < 0 - - hasbolt < 0 - - hashable < 0 - - haskell-gi < 0 - - haskell-src-exts-util < 0 - - haskintex < 0 - - haskintex < 0 - - hasql < 0 - - hasty-hamiltonian < 0 - - hasty-hamiltonian < 0 - - hasty-hamiltonian < 0 - - heterocephalus < 0 - - heterocephalus < 0 - - hexstring < 0 - - hformat < 0 - - hidden-char < 0 - - hierarchical-clustering < 0 - - hierarchical-clustering < 0 - - histogram-fill < 0 - - hlibsass < 0 - - hmatrix-morpheus < 0 - - hopfli < 0 - - hourglass-orphans < 0 - - hourglass-orphans < 0 - - hprotoc < 0 - - hreader-lens < 0 - - hsass < 0 - - hsass < 0 - - hsass < 0 - - hsemail < 0 - - hsexif < 0 - - hsexif < 0 - - hslua-aeson < 0 - - hslua-aeson < 0 - - hspec-checkers < 0 - - hspec-expectations-pretty-diff < 0 - - hspec-megaparsec < 0 - - hspec-megaparsec < 0 - - hsyslog-udp < 0 - - htaglib < 0 - - html-email-validate < 0 - - html-email-validate < 0 - - html-entity-map < 0 - - http-types < 0 - - human-readable-duration < 0 - - hvect < 0 - - hw-balancedparens < 0 - - hw-balancedparens < 0 - - hw-bits < 0 - - hw-bits < 0 - - hw-conduit < 0 - - hw-conduit < 0 - - hw-conduit < 0 - - hw-eliasfano < 0 - - hw-eliasfano < 0 - - hw-excess < 0 - - hw-excess < 0 - - hw-json < 0 - - hw-json < 0 - - hw-json < 0 - - hw-mquery < 0 - - hw-packed-vector < 0 - - hw-packed-vector < 0 - - hw-parser < 0 - - hw-string-parse < 0 - - hw-succinct < 0 - - hw-succinct < 0 - - hweblib < 0 - - hxt-http < 0 - - hxt-regex-xmlschema < 0 - - hyperloglog < 0 - - hyperloglog < 0 - - hyperloglog < 0 - - identicon < 0 - - ilist < 0 - - ilist < 0 - - ilist < 0 - - include-file < 0 - - inline-c < 0 - - intro < 0 - - intset-imperative < 0 - - invertible-grammar < 0 - - invertible-grammar < 0 - - ip < 0 - - iproute < 0 - - iso8601-time < 0 - - js-flot < 0 - - js-jquery < 0 - - json-rpc-generic < 0 - - justified-containers < 0 - - kdt < 0 - - keys < 0 - - language-docker < 0 - - language-docker < 0 - - language-docker < 0 - - language-javascript < 0 - - language-nix < 0 - - lens-action < 0 - - lens-action < 0 - - lens-aeson < 0 - - lens-aeson < 0 - - lens-datetime < 0 - - lens-family-th < 0 - - lens-misc < 0 - - lens-properties < 0 - - lens-regex < 0 - - libmpd < 0 - - lift-generics < 0 - - line < 0 - - line < 0 - - linear < 0 - - linked-list-with-iterator < 0 - - load-env < 0 - - load-env < 0 - - logging-facade < 0 - - loop < 0 - - loop < 0 - - lrucache < 0 - - lrucache < 0 - - lrucaching < 0 - - lzma-conduit < 0 - - lzma-conduit < 0 - - machines-binary < 0 - - machines-directory < 0 - - machines-io < 0 - - markdown-unlit < 0 - - markdown-unlit < 0 - - massiv < 0 - - megaparsec < 0 - - megaparsec < 0 - - megaparsec < 0 - - mercury-api < 0 - - messagepack < 0 - - messagepack-rpc < 0 - - microlens-contra < 0 - - microstache < 0 - - mighty-metropolis < 0 - - mighty-metropolis < 0 - - mighty-metropolis < 0 - - mime-mail < 0 - - mixed-types-num < 0 - - mltool < 0 - - mnist-idx < 0 - - mockery < 0 - - mockery < 0 - - monad-memo < 0 - - mono-traversable < 0 - - mutable-containers < 0 - - mysql < 0 - - mysql < 0 - - mysql-simple < 0 - - nanospec < 0 - - ndjson-conduit < 0 - - netpbm < 0 - - netpbm < 0 - - network < 0 - - network-transport-tests < 0 - - newtype-generics < 0 - - newtype-generics < 0 - - oeis < 0 - - one-liner < 0 - - openexr-write < 0 - - optparse-text < 0 - - parallel-io < 0 - - parsers < 0 - - partial-order < 0 - - path-pieces < 0 - - phantom-state < 0 - - picosat < 0 - - pipes-aeson < 0 - - pipes-bytestring < 0 - - pipes-category < 0 - - pipes-category < 0 - - pipes-category < 0 - - pipes-extras < 0 - - pipes-extras < 0 - - pipes-fastx < 0 - - pipes-group < 0 - - pipes-group < 0 - - pipes-parse < 0 - - pipes-wai < 0 - - postgresql-binary < 0 - - postgresql-binary < 0 - - postgresql-schema < 0 - - pretty-simple < 0 - - pretty-types < 0 - - prettyprinter-ansi-terminal < 0 - - prettyprinter-compat-annotated-wl-pprint < 0 - - prettyprinter-compat-ansi-wl-pprint < 0 - - prettyprinter-compat-wl-pprint < 0 - - profiterole < 0 - - profunctors < 0 - - projectroot < 0 - - protobuf-simple < 0 - - psql-helpers < 0 - - purescript-bridge < 0 - - purescript-bridge < 0 - - quickcheck-arbitrary-adt < 0 - - quickcheck-arbitrary-adt < 0 - - quickcheck-assertions < 0 - - quickcheck-instances < 0 - - ramus < 0 - - ramus < 0 - - random-fu < 0 - - random-tree < 0 - - range < 0 - - rasterific-svg < 0 - - rasterific-svg < 0 - - rcu < 0 - - rcu < 0 - - rcu < 0 - - rdf < 0 - - records-sop < 0 - - recursion-schemes < 0 - - references < 0 - - reinterpret-cast < 0 - - reinterpret-cast < 0 - - rfc1751 < 0 - - rocksdb-haskell < 0 - - rocksdb-haskell < 0 - - rocksdb-haskell < 0 - - rot13 < 0 - - safe-exceptions-checked < 0 - - salak < 0 - - salak < 0 - - sampling < 0 - - scalendar < 0 - - scalendar < 0 - - scalpel-core < 0 - - scanner < 0 - - scanner < 0 - - search-algorithms < 0 - - search-algorithms < 0 - - secp256k1-haskell < 0 - - semigroupoids < 0 - - serialise < 0 - - serversession < 0 - - shake-language-c < 0 - - should-not-typecheck < 0 - - show-prettyprint < 0 - - silently < 0 - - slave-thread < 0 - - sorted-list < 0 - - sourcemap < 0 - - special-values < 0 - - speedy-slice < 0 - - speedy-slice < 0 - - speedy-slice < 0 - - speedy-slice < 0 - - stache < 0 - - stache < 0 - - stache < 0 - - starter < 0 - - state-codes < 0 - - state-codes < 0 - - stm-containers < 0 - - stopwatch < 0 - - stopwatch < 0 - - strict-base-types < 0 - - string-conversions < 0 - - stringbuilder < 0 - - stringsearch < 0 - - structs < 0 - - sum-type-boilerplate < 0 - - svg-tree < 0 - - svg-tree < 0 - - sysinfo < 0 - - tar < 0 - - test-framework-th < 0 - - text-builder < 0 - - text-conversions < 0 - - text-metrics < 0 - - text-metrics < 0 - - text-region < 0 - - text-region < 0 - - th-desugar < 0 - - th-orphans < 0 - - th-printf < 0 - - thread-local-storage < 0 - - tibetan-utils < 0 - - tibetan-utils < 0 - - timelens < 0 - - tinylog < 0 - - tmp-postgres < 0 - - tmp-postgres < 0 - - tmp-postgres < 0 - - transaction < 0 - - tree-diff < 0 - - trifecta < 0 - - type-of-html < 0 - - type-of-html < 0 - - type-of-html < 0 - - typenums < 0 - - tz < 0 - - tzdata < 0 - - uncertain < 0 - - unix-time < 0 - - uri-templater < 0 - - users-postgresql-simple < 0 - - users-postgresql-simple < 0 - - users-postgresql-simple < 0 - - users-test < 0 - - users-test < 0 - - validation < 0 - - validity < 0 - - validity-path < 0 - - validity-path < 0 - - validity-path < 0 - - validity-scientific < 0 - - valor < 0 - - vec < 0 - - vec < 0 - - vector-mmap < 0 - - wai < 0 - - wave < 0 - - wave < 0 - - wave < 0 - - web-routes-hsp < 0 - - web-routes-wai < 0 - - weigh < 0 - - wide-word < 0 - - wikicfp-scraper < 0 - - winery < 0 - - winery < 0 - - with-location < 0 - - withdependencies < 0 - - withdependencies < 0 - - withdependencies < 0 - - wl-pprint-extras < 0 - - word-trie < 0 - - word24 < 0 - - word8 < 0 - - word8 < 0 - - writer-cps-lens < 0 - - xeno < 0 - - xeno < 0 - - xls < 0 - - xls < 0 - - xml-conduit-writer < 0 - - xml-isogen < 0 - - xml-isogen < 0 - - xml-isogen < 0 - - xml-lens < 0 - - xmlgen < 0 - - xss-sanitize < 0 - - xxhash-ffi < 0 - - yaml < 0 - - yaml < 0 - - yaml < 0 - - yaml < 0 - - yaml < 0 - - yes-precure5-command < 0 - - yesod-alerts < 0 - - yesod-csp < 0 - - yesod-csp < 0 - - yesod-eventsource < 0 - - yesod-eventsource < 0 - - yesod-form-bootstrap4 < 0 - - yesod-gitrev < 0 - - yesod-newsfeed < 0 - - yesod-newsfeed < 0 - - yesod-newsfeed < 0 - - yesod-sitemap < 0 - - yesod-sitemap < 0 - - yesod-sitemap < 0 - - yi-rope < 0 - - yi-rope < 0 - zip-archive < 0 + - zip-stream < 0 - zippers < 0 - zlib-bindings < 0 - - zstd < 0 - - # more - - HDBC-mysql < 0 - - HSet < 0 - - HsOpenSSL < 0 - - HsOpenSSL < 0 - - IPv6Addr < 0 - - IPv6Addr < 0 - - IPv6Addr < 0 - - IPv6Addr < 0 - - MemoTrie < 0 - - OpenGLRaw < 0 - - ShellCheck < 0 - - ShellCheck < 0 - - Spintax < 0 - - Spintax < 0 - - aeson-attoparsec < 0 - - aeson-attoparsec < 0 - - aeson-generic-compat < 0 - - aeson-iproute < 0 - - aeson-iproute < 0 - - aeson-yak < 0 - - alerts < 0 - - algebraic-graphs < 0 - - algebraic-graphs < 0 - - astro < 0 - - atom-basic < 0 - - attoparsec-base64 < 0 - - attoparsec-base64 < 0 - - attoparsec-binary < 0 - - attoparsec-expr < 0 - - attoparsec-iso8601 < 0 - - auto < 0 - - auto < 0 - - base64-bytestring-type < 0 - - base64-bytestring-type < 0 - - basic-prelude < 0 - - bits < 0 - - bits < 0 - - blaze-bootstrap < 0 - - blaze-colonnade < 0 - - blaze-colonnade < 0 - - boltzmann-samplers < 0 - - boltzmann-samplers < 0 - - boolean-like < 0 - - boring < 0 - - boring < 0 - - boring < 0 - - bound < 0 - - bound < 0 - - bound < 0 - - bound < 0 - - bound < 0 - - bound < 0 - - bound < 0 - - cabal-doctest < 0 - - cairo < 0 - - call-stack < 0 - - cases < 0 - - cheapskate-highlight < 0 - - cheapskate-highlight < 0 - - check-email < 0 - - clr-host < 0 - - concurrent-supply < 0 - - configurator < 0 - - configurator < 0 - - cpuinfo < 0 - - criterion-measurement < 0 - - currency < 0 - - dlist < 0 - - dlist-nonempty < 0 - - dlist-nonempty < 0 - - dlist-nonempty < 0 - - docopt < 0 - - doctest < 0 - - doctest < 0 - - doctest < 0 - - doctest < 0 - - doctest-discover < 0 - - dynamic-state < 0 - - edit-distance-vector < 0 - - either < 0 - - either < 0 - - either < 0 - - entropy < 0 - - epub-metadata < 0 - - eq < 0 - - fin < 0 - - functor-classes-compat < 0 - - geodetics < 0 - - ghc-paths < 0 - - gi-atk < 0 - - gi-atk < 0 - - gi-cairo < 0 - - gi-cairo < 0 - - gi-gdk < 0 - - gi-gdk < 0 - - gi-gdkpixbuf < 0 - - gi-gdkpixbuf < 0 - - gi-gio < 0 - - gi-gio < 0 - - gi-glib < 0 - - gi-glib < 0 - - gi-gobject < 0 - - gi-gobject < 0 - - gi-gtk < 0 - - gi-gtk < 0 - - gi-gtksource < 0 - - gi-gtksource < 0 - - gi-javascriptcore < 0 - - gi-javascriptcore < 0 - - gi-pango < 0 - - gi-pango < 0 - - gi-vte < 0 - - gi-vte < 0 - - gio < 0 - - gl < 0 - - gl < 0 - - glib < 0 - - google-oauth2-jwt < 0 - - google-oauth2-jwt < 0 - - groundhog-inspector < 0 - - groundhog-inspector < 0 - - groundhog-inspector < 0 - - groundhog-th < 0 - - groundhog-th < 0 - - groundhog-th < 0 - - gtk2hs-buildtools < 0 - - gtk3 < 0 - - hackage-db < 0 - - hackage-db < 0 - - hackage-db < 0 - - happy < 0 - - hashmap < 0 - - hashtables < 0 - - haskey-btree < 0 - - hasql-optparse-applicative < 0 - - hasql-optparse-applicative < 0 - - hbeanstalk < 0 - - hbeanstalk < 0 - - hdevtools < 0 - - hdevtools < 0 - - heaps < 0 - - hexml < 0 - - highlighting-kate < 0 - - hopenssl < 0 - - hostname-validate < 0 - - hp2pretty < 0 - - hsdns < 0 - - hspec-discover < 0 - - hstatsd < 0 - - hsyslog < 0 - - http-common < 0 - - http-common < 0 - - http-streams < 0 - - http-streams < 0 - - http-streams < 0 - - http-streams < 0 - - http-streams < 0 - - hvega < 0 - - hxt < 0 - - hyphenation < 0 - - ini < 0 - - intern < 0 - - intervals < 0 - - intervals < 0 - - io-streams < 0 - - io-streams < 0 - - io-streams < 0 - - irc < 0 - - jailbreak-cabal < 0 - - javascript-extras < 0 - - javascript-extras < 0 - - kleene < 0 - - kleene < 0 - - kleene < 0 - - lapack-ffi-tools < 0 - - lca < 0 - - lens-simple < 0 - - log-domain < 0 - - log-domain < 0 - - log-domain < 0 - - log-domain < 0 - - log-domain < 0 - - log-domain < 0 - - log-domain < 0 - - logging-facade-syslog < 0 - - lxd-client-config < 0 - - lxd-client-config < 0 - - makefile < 0 - - massiv-io < 0 - - massiv-io < 0 - - massiv-io < 0 - - mbox-utility < 0 - - microlens-platform < 0 - - monad-par < 0 - - monad-products < 0 - - neat-interpolation < 0 - - netwire < 0 - - network-messagepack-rpc < 0 - - network-multicast < 0 - - network-simple < 0 - - network-transport < 0 - - once < 0 - - one-liner-instances < 0 - - openssl-streams < 0 - - packdeps < 0 - - packdeps < 0 - - pandoc-types < 0 - - pango < 0 - - pcre-heavy < 0 - - pcre-utils < 0 - - perfect-hash-generator < 0 - - poly-arity < 0 - - prefix-units < 0 - - process-extras < 0 - - psqueues < 0 - - quickcheck-special < 0 - - range-set-list < 0 - - record-dot-preprocessor < 0 - - reducers < 0 - - reducers < 0 - - regex-applicative-text < 0 - - renderable < 0 - - result < 0 - - rpmbuild-order < 0 - - rvar < 0 - - saltine < 0 - - sandman < 0 - - semigroupoid-extras < 0 - - semigroupoid-extras < 0 - - sendfile < 0 - - serversession-frontend-wai < 0 - - serversession-frontend-wai < 0 - - serversession-frontend-wai < 0 - - serversession-frontend-wai < 0 - - set-cover < 0 - - shake < 0 - - shake < 0 - - shake < 0 - - skylighting < 0 - - skylighting < 0 - - skylighting < 0 - - skylighting < 0 - - skylighting < 0 - - smoothie < 0 - - smoothie < 0 - - snap-blaze < 0 - - snap-blaze < 0 - - socket-activation < 0 - - socks < 0 - - sphinx < 0 - - sqlite-simple < 0 - - sqlite-simple < 0 - - step-function < 0 - - streaming-wai < 0 - - streaming-wai < 0 - - streaming-wai < 0 - - streams < 0 - - streams < 0 - - streams < 0 - - streams < 0 - - string-qq < 0 - - sv-cassava < 0 - - sv-cassava < 0 - - sv-cassava < 0 - - sv-cassava < 0 - - system-filepath < 0 - - tcp-streams-openssl < 0 - - tcp-streams-openssl < 0 - - th-nowq < 0 - - time-parsers < 0 - - tostring < 0 - - type-of-html-static < 0 - - typelits-witnesses < 0 - - unicode-transforms < 0 - - uniplate < 0 - - uniprot-kb < 0 - - uniprot-kb < 0 - - unique < 0 - - unit-constraint < 0 - - universe-instances-extended < 0 - - universe-instances-extended < 0 - - unordered-containers < 0 - - uuid-types < 0 - - validity-aeson < 0 - - validity-aeson < 0 - - validity-aeson < 0 - - validity-bytestring < 0 - - validity-containers < 0 - - validity-text < 0 - - validity-time < 0 - - validity-unordered-containers < 0 - - validity-unordered-containers < 0 - - validity-uuid < 0 - - validity-vector < 0 - - validity-vector < 0 - - vault < 0 - - wai-middleware-caching < 0 - - wai-middleware-caching < 0 - - wai-middleware-caching-lru < 0 - - wai-middleware-caching-lru < 0 - - wai-middleware-caching-lru < 0 - - weeder < 0 - - weeder < 0 - - weeder < 0 - - weeder < 0 - - witherable < 0 - - witherable < 0 - - witness < 0 - - witness < 0 - - wl-pprint-console < 0 - - wl-pprint-terminfo < 0 - - world-peace < 0 - - world-peace < 0 - - writer-cps-full < 0 - - xenstore < 0 - - xml-to-json < 0 - - xml-to-json < 0 - zlib-lens < 0 + - zstd < 0 - ztail < 0 - # More - - HsOpenSSL-x509-system < 0 - - ip6addr < 0 - - GLURaw < 0 - - HUnit < 0 - - HUnit-approx < 0 - - configurator-export < 0 - - Glob < 0 - - c2hs < 0 - - data-default-instances-dlist < 0 - - persistable-record < 0 - - persistable-types-HDBC-pg < 0 - - relational-query < 0 - - relational-query-HDBC < 0 - - text-postgresql < 0 - - quickbench < 0 - - fixed-vector < 0 - - from-sum < 0 - - type-level-kv-list < 0 - - crypto-api < 0 - - crypto-random-api < 0 - - scrypt < 0 - - uuid < 0 - - dyre < 0 - - RefSerialize < 0 - - hdaemonize < 0 - - hxt-css < 0 - - hxt-curl < 0 - - hxt-expat < 0 - - hxt-tagsoup < 0 - - hjsmin < 0 - - rainbow < 0 - - netwire-input < 0 - - network-transport-composed < 0 - - pdfinfo < 0 - - scalpel < 0 - - sdl2-image < 0 - - sdl2-ttf < 0 - - c2hs < 0 - - sqlite-simple-errors < 0 - - RefSerialize < 0 - - multipart < 0 - - optparse-generic < 0 - - system-argv0 < 0 - - exception-hierarchy < 0 - - microlens-th < 0 - - papillon < 0 - - simplest-sqlite < 0 - - language-ecmascript < 0 - - nsis < 0 - - universe < 0 - - barrier < 0 - - charset < 0 - - configurator-export < 0 - - islink < 0 - - uuid < 0 - - # more - - GLFW-b < 0 - - LibZip < 0 - - abstract-deque-tests < 0 - - bindings-GLFW < 0 - - blaze-builder < 0 - - chaselev-deque < 0 - - crypto-api-tests < 0 - - deepseq-generics < 0 - - hebrew-time < 0 - - hset < 0 - - math-functions < 0 - - minimorph < 0 - - miniutter < 0 - - monad-peel < 0 - - murmur3 < 0 - - network-uri < 0 - - parsec < 0 - - rank1dynamic < 0 - - re2 < 0 - - shelltestrunner < 0 - - syb < 0 - - tce-conf < 0 - - tensorflow-test < 0 - - test-framework-hunit < 0 - - tile < 0 - - tsv2csv < 0 - - unicode-show < 0 - - crypto-api-tests < 0 - - pureMD5 < 0 - - data-default < 0 - - fixed-vector-hetero < 0 - - relational-record < 0 - - relational-record < 0 - - containers < 0 - "GHC upper bounds": # Need to always match the version shipped with GHC From c251752dd5b85336ba38a366fc9e093617744999 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:04:46 -0700 Subject: [PATCH 096/168] Try again --- build-constraints.yaml | 1768 ---------------------------------------- 1 file changed, 1768 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ceb317f..b02e07c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,1774 +3684,6 @@ packages: - hasql-transaction # base-4.12.0.0 is out of bounds for: - - ALUT < 0 - - Agda < 0 - - Allure < 0 - - BiobaseNewick < 0 - - ChannelT < 0 - - ClustalParser < 0 - - DAV < 0 - - DRBG < 0 - - Earley < 0 - - FontyFruity < 0 - - ForestStructures < 0 - - GLFW-b < 0 - - GLURaw < 0 - - GLUT < 0 - - Glob < 0 - - H < 0 - - HDBC-mysql < 0 - - HPDF < 0 - - HSet < 0 - - HTF < 0 - - HTTP < 0 - - HUnit < 0 - - HUnit-approx < 0 - - HaTeX < 0 - - HandsomeSoup < 0 - - HaskellNet < 0 - - HaskellNet-SSL < 0 - - Hoed < 0 - - HsOpenSSL < 0 - - HsOpenSSL-x509-system < 0 - - IPv6Addr < 0 - - IPv6DB < 0 - - IntervalMap < 0 - - JuicyPixels < 0 - - JuicyPixels-extra < 0 - - JuicyPixels-scale-dct < 0 - - LambdaHack < 0 - - LibZip < 0 - - MemoTrie < 0 - - MissingH < 0 - - MusicBrainz < 0 - - Network-NineP < 0 - - OpenAL < 0 - - OpenGL < 0 - - OpenGLRaw < 0 - - QuasiText < 0 - - RSA < 0 - - Rasterific < 0 - - RefSerialize < 0 - - SCalendar < 0 - - SafeSemaphore < 0 - - ShellCheck < 0 - - Spintax < 0 - - StateVar < 0 - - TCache < 0 - - ViennaRNAParser < 0 - - abstract-deque-tests < 0 - - accuerr < 0 - - ace < 0 - - ad < 0 - - adjunctions < 0 - - adler32 < 0 - - aern2-mp < 0 - - aern2-real < 0 - - aeson < 0 - - aeson-attoparsec < 0 - - aeson-better-errors < 0 - - aeson-casing < 0 - - aeson-compat < 0 - - aeson-diff < 0 - - aeson-extra < 0 - - aeson-generic-compat < 0 - - aeson-iproute < 0 - - aeson-picker < 0 - - aeson-pretty < 0 - - aeson-qq < 0 - - aeson-typescript < 0 - - aeson-utils < 0 - - aeson-yak < 0 - - alarmclock < 0 - - alerts < 0 - - algebra < 0 - - algebraic-graphs < 0 - - alternators < 0 - - amazonka < 0 - - amazonka-apigateway < 0 - - amazonka-application-autoscaling < 0 - - amazonka-appstream < 0 - - amazonka-athena < 0 - - amazonka-autoscaling < 0 - - amazonka-budgets < 0 - - amazonka-certificatemanager < 0 - - amazonka-cloudformation < 0 - - amazonka-cloudfront < 0 - - amazonka-cloudhsm < 0 - - amazonka-cloudsearch < 0 - - amazonka-cloudsearch-domains < 0 - - amazonka-cloudtrail < 0 - - amazonka-cloudwatch < 0 - - amazonka-cloudwatch-events < 0 - - amazonka-cloudwatch-logs < 0 - - amazonka-codebuild < 0 - - amazonka-codecommit < 0 - - amazonka-codedeploy < 0 - - amazonka-codepipeline < 0 - - amazonka-cognito-identity < 0 - - amazonka-cognito-idp < 0 - - amazonka-cognito-sync < 0 - - amazonka-config < 0 - - amazonka-core < 0 - - amazonka-datapipeline < 0 - - amazonka-devicefarm < 0 - - amazonka-directconnect < 0 - - amazonka-discovery < 0 - - amazonka-dms < 0 - - amazonka-ds < 0 - - amazonka-dynamodb < 0 - - amazonka-dynamodb-streams < 0 - - amazonka-ec2 < 0 - - amazonka-ecr < 0 - - amazonka-ecs < 0 - - amazonka-efs < 0 - - amazonka-elasticache < 0 - - amazonka-elasticbeanstalk < 0 - - amazonka-elasticsearch < 0 - - amazonka-elastictranscoder < 0 - - amazonka-elb < 0 - - amazonka-elbv2 < 0 - - amazonka-emr < 0 - - amazonka-gamelift < 0 - - amazonka-glacier < 0 - - amazonka-health < 0 - - amazonka-iam < 0 - - amazonka-importexport < 0 - - amazonka-inspector < 0 - - amazonka-iot < 0 - - amazonka-iot-dataplane < 0 - - amazonka-kinesis < 0 - - amazonka-kinesis-analytics < 0 - - amazonka-kinesis-firehose < 0 - - amazonka-kms < 0 - - amazonka-lambda < 0 - - amazonka-lightsail < 0 - - amazonka-marketplace-analytics < 0 - - amazonka-marketplace-metering < 0 - - amazonka-ml < 0 - - amazonka-opsworks < 0 - - amazonka-opsworks-cm < 0 - - amazonka-pinpoint < 0 - - amazonka-polly < 0 - - amazonka-rds < 0 - - amazonka-redshift < 0 - - amazonka-rekognition < 0 - - amazonka-route53 < 0 - - amazonka-route53-domains < 0 - - amazonka-s3 < 0 - - amazonka-sdb < 0 - - amazonka-servicecatalog < 0 - - amazonka-ses < 0 - - amazonka-shield < 0 - - amazonka-sms < 0 - - amazonka-snowball < 0 - - amazonka-sns < 0 - - amazonka-sqs < 0 - - amazonka-ssm < 0 - - amazonka-stepfunctions < 0 - - amazonka-storagegateway < 0 - - amazonka-sts < 0 - - amazonka-support < 0 - - amazonka-swf < 0 - - amazonka-test < 0 - - amazonka-waf < 0 - - amazonka-workspaces < 0 - - amazonka-xray < 0 - - amqp < 0 - - antiope-athena < 0 - - antiope-core < 0 - - antiope-dynamodb < 0 - - antiope-messages < 0 - - antiope-s3 < 0 - - antiope-sns < 0 - - antiope-sqs < 0 - - apecs < 0 - - api-field-json-th < 0 - - app-settings < 0 - - appendmap < 0 - - apply-refact < 0 - - approximate < 0 - - arbor-lru-cache < 0 - - arbor-postgres < 0 - - arithmoi < 0 - - arrow-list < 0 - - ascii-progress < 0 - - asciidiagram < 0 - - asif < 0 - - asn1-encoding < 0 - - asn1-parse < 0 - - asn1-types < 0 - - astro < 0 - - async < 0 - - async-extra < 0 - - async-pool < 0 - - async-refresh < 0 - - async-refresh-tokens < 0 - - async-timer < 0 - - atom-basic < 0 - - atom-conduit < 0 - - atomic-write < 0 - - attoparsec < 0 - - attoparsec-base64 < 0 - - attoparsec-binary < 0 - - attoparsec-expr < 0 - - attoparsec-ip < 0 - - attoparsec-iso8601 < 0 - - attoparsec-path < 0 - - attoparsec-uri < 0 - - authenticate-oauth < 0 - - auto < 0 - - autoexporter < 0 - - avers < 0 - - avro < 0 - - avwx < 0 - - axel < 0 - - backprop < 0 - - bank-holidays-england < 0 - - barbies < 0 - - barrier < 0 - - base-compat-batteries < 0 - - base-noprelude < 0 - - base-orphans < 0 - - base32string < 0 - - base58string < 0 - - base64-bytestring-type < 0 - - basic-prelude < 0 - - bbdb < 0 - - bcrypt < 0 - - beam-core < 0 - - beam-migrate < 0 - - beam-sqlite < 0 - - bench < 0 - - benchpress < 0 - - bhoogle < 0 - - bifunctors < 0 - - bimap < 0 - - bimap-server < 0 - - binary-conduit < 0 - - binary-ext < 0 - - binary-list < 0 - - binary-orphans < 0 - - binary-parsers < 0 - - binary-tagged < 0 - - bindings-GLFW < 0 - - bins < 0 - - bit-stream < 0 - - bitcoin-api < 0 - - bitcoin-api-extra < 0 - - bitcoin-block < 0 - - bitcoin-script < 0 - - bitcoin-tx < 0 - - bitcoin-types < 0 - - bits < 0 - - bits-extra < 0 - - bitset-word8 < 0 - - bitx-bitcoin < 0 - - blake2 < 0 - - blaze-bootstrap < 0 - - blaze-builder < 0 - - blaze-colonnade < 0 - - blaze-html < 0 - - bno055-haskell < 0 - - boltzmann-samplers < 0 - - boolean-like < 0 - - bordacount < 0 - - boring < 0 - - bound < 0 - - boundingboxes < 0 - - bower-json < 0 - - brick < 0 - - broadcast-chan < 0 - - bsb-http-chunked < 0 - - bson < 0 - - bson-lens < 0 - - bugsnag-haskell < 0 - - butcher < 0 - - butter < 0 - - bv-little < 0 - - bytes < 0 - - bytestring-conversion < 0 - - bzlib-conduit < 0 - - c2hs < 0 - - cabal-doctest < 0 - - cabal-install < 0 - - cabal-rpm < 0 - - cabal2nix < 0 - - cabal2spec < 0 - - cache < 0 - - cachix < 0 - - cachix-api < 0 - - cairo < 0 - - call-stack < 0 - - capataz < 0 - - case-insensitive < 0 - - cases < 0 - - cassava < 0 - - cassava-conduit < 0 - - cassava-records < 0 - - cayley-client < 0 - - cborg < 0 - - cereal-conduit < 0 - - cereal-time < 0 - - cfenv < 0 - - chan < 0 - - charset < 0 - - chaselev-deque < 0 - - chatwork < 0 - - cheapskate < 0 - - cheapskate-highlight < 0 - - cheapskate-lucid < 0 - - check-email < 0 - - chronologique < 0 - - cipher-aes < 0 - - cipher-blowfish < 0 - - cipher-camellia < 0 - - cipher-des < 0 - - cipher-rc4 < 0 - - circle-packing < 0 - - cisco-spark-api < 0 - - clang-compilation-database < 0 - - clash-ghc < 0 - - clash-lib < 0 - - clash-prelude < 0 - - classy-prelude < 0 - - classy-prelude-conduit < 0 - - classy-prelude-yesod < 0 - - classyplate < 0 - - clay < 0 - - clock < 0 - - clock-extras < 0 - - closed < 0 - - clr-host < 0 - - cmark < 0 - - code-builder < 0 - - codec < 0 - - codec-rpm < 0 - - codo-notation < 0 - - colonnade < 0 - - commutative < 0 - - comonad < 0 - - compactmap < 0 - - compensated < 0 - - compiler-warnings < 0 - - componentm < 0 - - componentm-devel < 0 - - composable-associations < 0 - - composable-associations-aeson < 0 - - composition-extra < 0 - - compressed < 0 - - concise < 0 - - concurrency < 0 - - concurrent-extra < 0 - - concurrent-output < 0 - - concurrent-supply < 0 - - conduit < 0 - - conduit-algorithms < 0 - - conduit-concurrent-map < 0 - - conduit-connection < 0 - - conduit-extra < 0 - - conduit-iconv < 0 - - conduit-parse < 0 - - conduit-throttle < 0 - - conduit-zstd < 0 - - configuration-tools < 0 - - configurator < 0 - - configurator-export < 0 - - connection < 0 - - connection-pool < 0 - - constraints < 0 - - consul-haskell < 0 - - containers < 0 - - containers-unicode-symbols < 0 - - contravariant < 0 - - contravariant-extras < 0 - - cookie < 0 - - countable < 0 - - country < 0 - - courier < 0 - - cpio-conduit < 0 - - cpphs < 0 - - cprng-aes < 0 - - cpuinfo < 0 - - cql < 0 - - cql-io < 0 - - credential-store < 0 - - criterion < 0 - - criterion-measurement < 0 - - cron < 0 - - crypt-sha512 < 0 - - crypto-api < 0 - - crypto-api-tests < 0 - - crypto-cipher-tests < 0 - - crypto-cipher-types < 0 - - crypto-enigma < 0 - - crypto-numbers < 0 - - crypto-pubkey < 0 - - crypto-pubkey-types < 0 - - crypto-random < 0 - - crypto-random-api < 0 - - cryptocipher < 0 - - cryptocompare < 0 - - cryptohash < 0 - - cryptohash-cryptoapi < 0 - - cryptonite < 0 - - cryptonite-conduit < 0 - - cryptonite-openssl < 0 - - csg < 0 - - csp < 0 - - css-syntax < 0 - - css-text < 0 - - ctrie < 0 - - cue-sheet < 0 - - curl-runnings < 0 - - currencies < 0 - - currency < 0 - - cyclotomic < 0 - - czipwith < 0 - - darcs < 0 - - data-bword < 0 - - data-default < 0 - - data-default-instances-dlist < 0 - - data-diverse < 0 - - data-diverse-lens < 0 - - data-dword < 0 - - data-has < 0 - - data-msgpack < 0 - - data-msgpack-types < 0 - - data-ref < 0 - - data-serializer < 0 - - data-tree-print < 0 - - datadog < 0 - - datasets < 0 - - dataurl < 0 - - dawg-ord < 0 - - dbcleaner < 0 - - dbus < 0 - - debug < 0 - - declarative < 0 - - deepseq-generics < 0 - - deferred-folds < 0 - - dejafu < 0 - - deriving-compat < 0 - - derulo < 0 - - detour-via-sci < 0 - - df1 < 0 - - dhall < 0 - - dhall-bash < 0 - - dhall-json < 0 - - dhall-text < 0 - - dhall-to-cabal < 0 - - di < 0 - - di-core < 0 - - di-df1 < 0 - - di-handle < 0 - - di-monad < 0 - - diagrams-solve < 0 - - dimensional < 0 - - direct-sqlite < 0 - - discrimination < 0 - - distributed-closure < 0 - - distributed-static < 0 - - distribution-nixpkgs < 0 - - distribution-opensuse < 0 - - distributive < 0 - - dlist < 0 - - dlist-nonempty < 0 - - dns < 0 - - do-list < 0 - - docker < 0 - - dockerfile < 0 - - docopt < 0 - - doctemplates < 0 - - doctest < 0 - - doctest-discover < 0 - - doctest-driver-gen < 0 - - dom-parser < 0 - - dotenv < 0 - - download < 0 - - drawille < 0 - - drifter < 0 - - drifter-postgresql < 0 - - drifter-sqlite < 0 - - drinkery < 0 - - dublincore-xml-conduit < 0 - - dunai < 0 - - dvorak < 0 - - dynamic-state < 0 - - dyre < 0 - - edit < 0 - - edit-distance < 0 - - edit-distance-vector < 0 - - editor-open < 0 - - either < 0 - - ekg-core < 0 - - ekg-statsd < 0 - - elerea < 0 - - elf < 0 - - eliminators < 0 - - elm-export < 0 - - emacs-module < 0 - - email-validate < 0 - - emd < 0 - - enclosed-exceptions < 0 - - entropy < 0 - - enum-subset-generate < 0 - - enummapset < 0 - - envelope < 0 - - envy < 0 - - epub-metadata < 0 - - eq < 0 - - errors < 0 - - errors-ext < 0 - - ersatz < 0 - - etc < 0 - - event < 0 - - eventful-core < 0 - - eventful-memory < 0 - - eventful-sql-common < 0 - - eventful-sqlite < 0 - - eventful-test-helpers < 0 - - eventstore < 0 - - every < 0 - - exception-hierarchy < 0 - - exception-transformers < 0 - - exceptional < 0 - - exceptions < 0 - - executable-hash < 0 - - exinst < 0 - - exp-pairs < 0 - - extensible < 0 - - extra < 0 - - facts < 0 - - farmhash < 0 - - fast-digits < 0 - - fast-logger < 0 - - fay < 0 - - fay-base < 0 - - fay-dom < 0 - - fb < 0 - - fclabels < 0 - - fedora-haskell-tools < 0 - - feed < 0 - - file-modules < 0 - - filecache < 0 - - filelock < 0 - - fileplow < 0 - - filter-logger < 0 - - fin < 0 - - find-clumpiness < 0 - - fixed-vector < 0 - - fixed-vector-hetero < 0 - - flac < 0 - - flac-picture < 0 - - flat-mcmc < 0 - - flay < 0 - - flow < 0 - - fmt < 0 - - fn < 0 - - fold-debounce < 0 - - fold-debounce-conduit < 0 - - foldl < 0 - - folds < 0 - - forma < 0 - - format-numbers < 0 - - formatting < 0 - - free < 0 - - free-vl < 0 - - freer-simple < 0 - - friday < 0 - - friday-juicypixels < 0 - - friendly-time < 0 - - from-sum < 0 - - frontmatter < 0 - - fsnotify < 0 - - fsnotify-conduit < 0 - - fswatch < 0 - - functor-classes-compat < 0 - - fuzzcheck < 0 - - fuzzy-dates < 0 - - fuzzyset < 0 - - gc < 0 - - gdax < 0 - - general-games < 0 - - generic-aeson < 0 - - generic-data < 0 - - generic-deriving < 0 - - generic-lens < 0 - - generic-random < 0 - - generic-xmlpickler < 0 - - generics-eot < 0 - - generics-sop-lens < 0 - - genvalidity < 0 - - genvalidity-aeson < 0 - - genvalidity-bytestring < 0 - - genvalidity-containers < 0 - - genvalidity-hspec < 0 - - genvalidity-hspec-aeson < 0 - - genvalidity-hspec-binary < 0 - - genvalidity-hspec-cereal < 0 - - genvalidity-hspec-hashable < 0 - - genvalidity-hspec-optics < 0 - - genvalidity-path < 0 - - genvalidity-property < 0 - - genvalidity-scientific < 0 - - genvalidity-text < 0 - - genvalidity-time < 0 - - genvalidity-unordered-containers < 0 - - genvalidity-uuid < 0 - - genvalidity-vector < 0 - - geodetics < 0 - - geojson < 0 - - getopt-generics < 0 - - ghc-exactprint < 0 - - ghc-parser < 0 - - ghc-paths < 0 - - ghc-prof < 0 - - ghc-syntax-highlighter < 0 - - ghc-typelits-extra < 0 - - ghc-typelits-knownnat < 0 - - ghc-typelits-natnormalise < 0 - - ghcid < 0 - - ghcjs-base-stub < 0 - - ghost-buster < 0 - - gi-atk < 0 - - gi-cairo < 0 - - gi-gdk < 0 - - gi-gdkpixbuf < 0 - - gi-gio < 0 - - gi-glib < 0 - - gi-gobject < 0 - - gi-gtk < 0 - - gi-gtk-hs < 0 - - gi-gtksource < 0 - - gi-javascriptcore < 0 - - gi-pango < 0 - - gi-vte < 0 - - gio < 0 - - giphy-api < 0 - - githash < 0 - - github < 0 - - github-release < 0 - - github-types < 0 - - github-webhooks < 0 - - gl < 0 - - glabrous < 0 - - glaze < 0 - - glazier < 0 - - glazier-react < 0 - - glazier-react-widget < 0 - - glib < 0 - - gloss < 0 - - gloss-raster < 0 - - gloss-rendering < 0 - - gnuplot < 0 - - goggles < 0 - - google-oauth2-jwt < 0 - - graph-core < 0 - - graph-wrapper < 0 - - graphviz < 0 - - gravatar < 0 - - graylog < 0 - - greskell < 0 - - greskell-core < 0 - - greskell-websocket < 0 - - groom < 0 - - groundhog < 0 - - groundhog-inspector < 0 - - groundhog-mysql < 0 - - groundhog-postgresql < 0 - - groundhog-sqlite < 0 - - groundhog-th < 0 - - gtk2hs-buildtools < 0 - - gtk3 < 0 - - gym-http-api < 0 - - h2c < 0 - - hOpenPGP < 0 - - hackage-db < 0 - - haddock-library < 0 - - hailgun < 0 - - half < 0 - - hamilton < 0 - - hamtsolo < 0 - - handwriting < 0 - - hapistrano < 0 - - happstack-server < 0 - - happy < 0 - - hasbolt < 0 - - hashable < 0 - - hashmap < 0 - - hashtables < 0 - - haskeline < 0 - - haskell-gi < 0 - - haskell-lsp < 0 - - haskell-lsp-types < 0 - - haskell-spacegoo < 0 - - haskell-src-exts < 0 - - haskell-src-exts-util < 0 - - haskell-src-meta < 0 - - haskell-tools-ast < 0 - - haskell-tools-backend-ghc < 0 - - haskell-tools-builtin-refactorings < 0 - - haskell-tools-cli < 0 - - haskell-tools-daemon < 0 - - haskell-tools-debug < 0 - - haskell-tools-demo < 0 - - haskell-tools-prettyprint < 0 - - haskell-tools-refactor < 0 - - haskell-tools-rewrite < 0 - - haskey < 0 - - haskey-btree < 0 - - haskey-mtl < 0 - - haskintex < 0 - - haskoin-core < 0 - - haskoin-node < 0 - - haskoin-store < 0 - - hasql < 0 - - hasql-optparse-applicative < 0 - - hasql-pool < 0 - - hasql-transaction < 0 - - hasty-hamiltonian < 0 - - haxl < 0 - - hbeanstalk < 0 - - hdaemonize < 0 - - hdevtools < 0 - - heaps < 0 - - hebrew-time < 0 - - hedgehog < 0 - - hedis < 0 - - here < 0 - - herms < 0 - - heterocephalus < 0 - - hexml < 0 - - hexml-lens < 0 - - hexstring < 0 - - hformat < 0 - - hgrev < 0 - - hidden-char < 0 - - hierarchical-clustering < 0 - - hierarchy < 0 - - higher-leveldb < 0 - - highlighting-kate < 0 - - hinotify < 0 - - hint < 0 - - histogram-fill < 0 - - hjsmin < 0 - - hledger < 0 - - hledger-api < 0 - - hledger-interest < 0 - - hledger-lib < 0 - - hledger-ui < 0 - - hledger-web < 0 - - hlibsass < 0 - - hlint < 0 - - hmatrix-backprop < 0 - - hmatrix-morpheus < 0 - - hmatrix-vector-sized < 0 - - hoogle < 0 - - hoopl < 0 - - hopenpgp-tools < 0 - - hopenssl < 0 - - hopfli < 0 - - hostname-validate < 0 - - hourglass < 0 - - hourglass-orphans < 0 - - hp2pretty < 0 - - hpack < 0 - - hpqtypes < 0 - - hprotoc < 0 - - hquantlib < 0 - - hreader < 0 - - hreader-lens < 0 - - hruby < 0 - - hsass < 0 - - hsdns < 0 - - hsebaysdk < 0 - - hsemail < 0 - - hset < 0 - - hsexif < 0 - - hsini < 0 - - hslua < 0 - - hslua-aeson < 0 - - hslua-module-text < 0 - - hspec < 0 - - hspec-checkers < 0 - - hspec-contrib < 0 - - hspec-core < 0 - - hspec-discover < 0 - - hspec-expectations-pretty-diff < 0 - - hspec-golden-aeson < 0 - - hspec-leancheck < 0 - - hspec-megaparsec < 0 - - hspec-meta < 0 - - hspec-need-env < 0 - - hspec-pg-transact < 0 - - hspec-smallcheck < 0 - - hspec-wai < 0 - - hspec-wai-json < 0 - - hstatsd < 0 - - hsx-jmacro < 0 - - hsyslog < 0 - - hsyslog-udp < 0 - - htaglib < 0 - - html-conduit < 0 - - html-email-validate < 0 - - html-entity-map < 0 - - htoml < 0 - - http-api-data < 0 - - http-client < 0 - - http-client-openssl < 0 - - http-client-tls < 0 - - http-common < 0 - - http-conduit < 0 - - http-link-header < 0 - - http-media < 0 - - http-reverse-proxy < 0 - - http-streams < 0 - - http-types < 0 - - http2 < 0 - - human-readable-duration < 0 - - hunit-dejafu < 0 - - hvect < 0 - - hvega < 0 - - hw-balancedparens < 0 - - hw-bits < 0 - - hw-conduit < 0 - - hw-dsv < 0 - - hw-eliasfano < 0 - - hw-excess < 0 - - hw-fingertree-strict < 0 - - hw-hedgehog < 0 - - hw-hspec-hedgehog < 0 - - hw-ip < 0 - - hw-json < 0 - - hw-mquery < 0 - - hw-packed-vector < 0 - - hw-parser < 0 - - hw-prim < 0 - - hw-rankselect < 0 - - hw-rankselect-base < 0 - - hw-simd < 0 - - hw-string-parse < 0 - - hw-succinct < 0 - - hweblib < 0 - - hworker < 0 - - hxt < 0 - - hxt-css < 0 - - hxt-curl < 0 - - hxt-expat < 0 - - hxt-http < 0 - - hxt-pickle-utils < 0 - - hxt-regex-xmlschema < 0 - - hxt-tagsoup < 0 - - hyperloglog < 0 - - hyphenation < 0 - - hyraxAbif < 0 - - identicon < 0 - - ihaskell < 0 - - ihaskell-hvega < 0 - - ilist < 0 - - imagesize-conduit < 0 - - immortal < 0 - - include-file < 0 - - incremental-parser < 0 - - indentation-core < 0 - - indentation-parsec < 0 - - indexed-list-literals < 0 - - inflections < 0 - - influxdb < 0 - - ini < 0 - - inline-c < 0 - - inline-java < 0 - - inline-r < 0 - - inliterate < 0 - - insert-ordered-containers < 0 - - intern < 0 - - interpolate < 0 - - interpolatedstring-perl6 < 0 - - intervals < 0 - - intro < 0 - - intset-imperative < 0 - - invariant < 0 - - invertible < 0 - - invertible-grammar < 0 - - io-choice < 0 - - io-memoize < 0 - - io-region < 0 - - io-streams < 0 - - io-streams-haproxy < 0 - - ip < 0 - - ip6addr < 0 - - iproute < 0 - - ipython-kernel < 0 - - irc < 0 - - irc-client < 0 - - irc-conduit < 0 - - irc-dcc < 0 - - islink < 0 - - iso8601-time < 0 - - ixset-typed < 0 - - jailbreak-cabal < 0 - - javascript-extras < 0 - - jmacro < 0 - - jmacro-rpc < 0 - - jmacro-rpc-snap < 0 - - jni < 0 - - jose < 0 - - jose-jwt < 0 - - js-flot < 0 - - js-jquery < 0 - - json-feed < 0 - - json-rpc < 0 - - json-rpc-client < 0 - - json-rpc-generic < 0 - - json-rpc-server < 0 - - json-schema < 0 - - justified-containers < 0 - - jvm < 0 - - jvm-batching < 0 - - jvm-streaming < 0 - - jwt < 0 - - kan-extensions < 0 - - kanji < 0 - - kawhi < 0 - - kazura-queue < 0 - - kdt < 0 - - keys < 0 - - kleene < 0 - - koofr-client < 0 - - kraken < 0 - - lackey < 0 - - lambdabot-core < 0 - - lambdabot-irc-plugins < 0 - - lame < 0 - - language-c-quote < 0 - - language-docker < 0 - - language-ecmascript < 0 - - language-java < 0 - - language-javascript < 0 - - language-nix < 0 - - language-puppet < 0 - - lapack-ffi-tools < 0 - - large-hashable < 0 - - lattices < 0 - - lca < 0 - - learn-physics < 0 - - lens < 0 - - lens-action < 0 - - lens-aeson < 0 - - lens-datetime < 0 - - lens-family-th < 0 - - lens-labels < 0 - - lens-misc < 0 - - lens-properties < 0 - - lens-regex < 0 - - lens-simple < 0 - - leveldb-haskell < 0 - - libmpd < 0 - - lift-generics < 0 - - lifted-async < 0 - - lifted-base < 0 - - line < 0 - - linear < 0 - - linked-list-with-iterator < 0 - - list-t < 0 - - listsafe < 0 - - llvm-hs < 0 - - llvm-hs-pretty < 0 - - llvm-hs-pure < 0 - - load-env < 0 - - locators < 0 - - log-base < 0 - - log-domain < 0 - - log-postgres < 0 - - logger-thread < 0 - - logging-effect < 0 - - logging-effect-extra < 0 - - logging-effect-extra-file < 0 - - logging-effect-extra-handler < 0 - - logging-facade < 0 - - logging-facade-syslog < 0 - - loop < 0 - - lrucache < 0 - - lrucaching < 0 - - lucid < 0 - - lucid-extras < 0 - - lxd-client-config < 0 - - lzma-conduit < 0 - - machines < 0 - - machines-binary < 0 - - machines-directory < 0 - - machines-io < 0 - - main-tester < 0 - - makefile < 0 - - mapquest-api < 0 - - markdown < 0 - - markdown-unlit < 0 - - marvin-interpolate < 0 - - massiv < 0 - - massiv-io < 0 - - math-functions < 0 - - matrices < 0 - - matrix < 0 - - matrix-market-attoparsec < 0 - - matrix-static < 0 - - mbox-utility < 0 - - mbtiles < 0 - - mbug < 0 - - mega-sdist < 0 - - megaparsec < 0 - - memory < 0 - - mercury-api < 0 - - messagepack < 0 - - messagepack-rpc < 0 - - metrics < 0 - - microformats2-parser < 0 - - microlens-aeson < 0 - - microlens-contra < 0 - - microlens-platform < 0 - - microlens-th < 0 - - microstache < 0 - - mighty-metropolis < 0 - - milena < 0 - - mime-mail < 0 - - mime-mail-ses < 0 - - minimorph < 0 - - minio-hs < 0 - - miniutter < 0 - - miso < 0 - - mixed-types-num < 0 - - mltool < 0 - - mmark < 0 - - mmark-cli < 0 - - mmark-ext < 0 - - mnist-idx < 0 - - mockery < 0 - - modern-uri < 0 - - moesocks < 0 - - monad-control < 0 - - monad-control-aligned < 0 - - monad-extras < 0 - - monad-journal < 0 - - monad-logger < 0 - - monad-logger-json < 0 - - monad-logger-prefix < 0 - - monad-logger-syslog < 0 - - monad-loops < 0 - - monad-memo < 0 - - monad-metrics < 0 - - monad-par < 0 - - monad-peel < 0 - - monad-products < 0 - - monad-recorder < 0 - - monad-unlift < 0 - - monad-unlift-ref < 0 - - monadic-arrays < 0 - - mongoDB < 0 - - mono-traversable < 0 - - monoid-extras < 0 - - monoid-subclasses < 0 - - monoidal-containers < 0 - - morte < 0 - - mstate < 0 - - multiarg < 0 - - multipart < 0 - - multistate < 0 - - murmur3 < 0 - - mustache < 0 - - mutable-containers < 0 - - mwc-probability-transition < 0 - - mysql < 0 - - mysql-haskell < 0 - - mysql-haskell-nem < 0 - - mysql-haskell-openssl < 0 - - mysql-simple < 0 - - nagios-check < 0 - - named < 0 - - nano-erl < 0 - - nanospec < 0 - - natural-transformation < 0 - - ndjson-conduit < 0 - - neat-interpolation < 0 - - netpbm < 0 - - netwire < 0 - - netwire-input < 0 - - netwire-input-glfw < 0 - - network < 0 - - network-anonymous-i2p < 0 - - network-anonymous-tor < 0 - - network-attoparsec < 0 - - network-conduit-tls < 0 - - network-ip < 0 - - network-messagepack-rpc < 0 - - network-messagepack-rpc-websocket < 0 - - network-multicast < 0 - - network-simple < 0 - - network-simple-tls < 0 - - network-transport < 0 - - network-transport-composed < 0 - - network-transport-inmemory < 0 - - network-transport-tests < 0 - - network-uri < 0 - - newtype-generics < 0 - - next-ref < 0 - - nonce < 0 - - nondeterminism < 0 - - nqe < 0 - - nsis < 0 - - numhask < 0 - - numhask-prelude < 0 - - numhask-range < 0 - - numhask-test < 0 - - nvim-hs < 0 - - nvim-hs-contrib < 0 - - oauthenticated < 0 - - objective < 0 - - odbc < 0 - - oeis < 0 - - om-elm < 0 - - once < 0 - - one-liner < 0 - - one-liner-instances < 0 - - online < 0 - - open-witness < 0 - - openexr-write < 0 - - openpgp-asciiarmor < 0 - - opensource < 0 - - openssl-streams < 0 - - opml-conduit < 0 - - optparse-generic < 0 - - optparse-text < 0 - - packdeps < 0 - - pager < 0 - - pagination < 0 - - palette < 0 - - pandoc-types < 0 - - pango < 0 - - papillon < 0 - - parallel-io < 0 - - paripari < 0 - - parsec < 0 - - parsec-numeric < 0 - - parsers < 0 - - partial-order < 0 - - path < 0 - - path-extra < 0 - - path-io < 0 - - path-pieces < 0 - - pcre-heavy < 0 - - pcre-utils < 0 - - pdfinfo < 0 - - pem < 0 - - perf < 0 - - perfect-hash-generator < 0 - - persistable-record < 0 - - persistable-types-HDBC-pg < 0 - - persistent < 0 - - persistent-iproute < 0 - - persistent-mysql < 0 - - persistent-mysql-haskell < 0 - - persistent-postgresql < 0 - - persistent-refs < 0 - - persistent-sqlite < 0 - - persistent-template < 0 - - pg-transact < 0 - - pgp-wordlist < 0 - - phantom-state < 0 - - picosat < 0 - - pier < 0 - - pier-core < 0 - - pinboard < 0 - - pipes < 0 - - pipes-aeson < 0 - - pipes-attoparsec < 0 - - pipes-binary < 0 - - pipes-bytestring < 0 - - pipes-category < 0 - - pipes-concurrency < 0 - - pipes-csv < 0 - - pipes-extras < 0 - - pipes-fastx < 0 - - pipes-fluid < 0 - - pipes-group < 0 - - pipes-http < 0 - - pipes-misc < 0 - - pipes-network < 0 - - pipes-network-tls < 0 - - pipes-parse < 0 - - pipes-random < 0 - - pipes-safe < 0 - - pipes-wai < 0 - - pkcs10 < 0 - - plot-light < 0 - - plotlyhs < 0 - - pointed < 0 - - poly-arity < 0 - - polyparse < 0 - - postgresql-binary < 0 - - postgresql-schema < 0 - - postgresql-simple < 0 - - postgresql-simple-migration < 0 - - postgresql-simple-queue < 0 - - postgresql-simple-url < 0 - - postgresql-transactional < 0 - - postgresql-typed < 0 - - pptable < 0 - - prefix-units < 0 - - pretty-simple < 0 - - pretty-types < 0 - - prettyprinter < 0 - - prettyprinter-ansi-terminal < 0 - - prettyprinter-compat-annotated-wl-pprint < 0 - - prettyprinter-compat-ansi-wl-pprint < 0 - - prettyprinter-compat-wl-pprint < 0 - - process-extras < 0 - - profiterole < 0 - - profunctors < 0 - - projectroot < 0 - - prometheus < 0 - - prometheus-client < 0 - - proto-lens < 0 - - proto-lens-arbitrary < 0 - - proto-lens-combinators < 0 - - proto-lens-optparse < 0 - - proto-lens-protobuf-types < 0 - - proto-lens-protoc < 0 - - proto-lens-runtime < 0 - - proto-lens-setup < 0 - - protobuf-simple < 0 - - protocol-radius < 0 - - protocol-radius-test < 0 - - protolude < 0 - - psql-helpers < 0 - - psqueues < 0 - - publicsuffix < 0 - - pure-zlib < 0 - - pureMD5 < 0 - - purescript-bridge < 0 - - pushbullet-types < 0 - - pusher-http-haskell < 0 - - qchas < 0 - - qm-interpolated-string < 0 - - qnap-decrypt < 0 - - quadratic-irrational < 0 - - quickbench < 0 - - quickcheck-arbitrary-adt < 0 - - quickcheck-assertions < 0 - - quickcheck-instances < 0 - - quickcheck-special < 0 - - quickcheck-state-machine < 0 - - rainbow < 0 - - rainbox < 0 - - rakuten < 0 - - ramus < 0 - - random-bytestring < 0 - - random-fu < 0 - - random-source < 0 - - random-tree < 0 - - range < 0 - - range-set-list < 0 - - rank1dynamic < 0 - - rank2classes < 0 - - rasterific-svg < 0 - - ratel < 0 - - ratel-wai < 0 - - rattletrap < 0 - - rcu < 0 - - rdf < 0 - - re2 < 0 - - read-env-var < 0 - - rebase < 0 - - record-dot-preprocessor < 0 - - records-sop < 0 - - recursion-schemes < 0 - - reducers < 0 - - ref-fd < 0 - - references < 0 - - refined < 0 - - regex-applicative < 0 - - regex-applicative-text < 0 - - registry < 0 - - reinterpret-cast < 0 - - relational-query < 0 - - relational-query-HDBC < 0 - - relational-record < 0 - - relude < 0 - - renderable < 0 - - repa < 0 - - repline < 0 - - req < 0 - - req-conduit < 0 - - req-url-extra < 0 - - require < 0 - - rerebase < 0 - - resource-pool < 0 - - resourcet < 0 - - result < 0 - - rethinkdb-client-driver < 0 - - retry < 0 - - rfc1751 < 0 - - rhine < 0 - - rhine-gloss < 0 - - rio < 0 - - rio-orphans < 0 - - rng-utils < 0 - - rocksdb-haskell < 0 - - rocksdb-query < 0 - - rollbar-hs < 0 - - rot13 < 0 - - rpmbuild-order < 0 - - rss-conduit < 0 - - rvar < 0 - - s3-signer < 0 - - safe-exceptions < 0 - - safe-exceptions-checked < 0 - - safe-money < 0 - - safecopy < 0 - - safeio < 0 - - salak < 0 - - saltine < 0 - - salve < 0 - - sampling < 0 - - sandi < 0 - - sandman < 0 - - say < 0 - - sbp < 0 - - scalendar < 0 - - scalpel < 0 - - scalpel-core < 0 - - scanner < 0 - - scientific < 0 - - scotty < 0 - - scrypt < 0 - - sdl2 < 0 - - sdl2-gfx < 0 - - sdl2-image < 0 - - sdl2-mixer < 0 - - sdl2-ttf < 0 - - search-algorithms < 0 - - secp256k1-haskell < 0 - - securemem < 0 - - selda < 0 - - selda-postgresql < 0 - - selda-sqlite < 0 - - semigroupoid-extras < 0 - - semigroupoids < 0 - - semver < 0 - - sendfile < 0 - - seqid < 0 - - seqid-streams < 0 - - serf < 0 - - serialise < 0 - - servant < 0 - - servant-JuicyPixels < 0 - - servant-auth < 0 - - servant-auth-client < 0 - - servant-auth-docs < 0 - - servant-auth-server < 0 - - servant-auth-swagger < 0 - - servant-blaze < 0 - - servant-cassava < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions-core < 0 - - servant-client < 0 - - servant-client-core < 0 - - servant-dhall < 0 - - servant-docs < 0 - - servant-elm < 0 - - servant-exceptions < 0 - - servant-foreign < 0 - - servant-github-webhook < 0 - - servant-js < 0 - - servant-kotlin < 0 - - servant-lucid < 0 - - servant-mock < 0 - - servant-pandoc < 0 - - servant-quickcheck < 0 - - servant-rawm < 0 - - servant-ruby < 0 - - servant-server < 0 - - servant-static-th < 0 - - servant-streaming < 0 - - servant-streaming-client < 0 - - servant-streaming-server < 0 - - servant-swagger < 0 - - servant-swagger-ui < 0 - - servant-swagger-ui-core < 0 - - servant-tracing < 0 - - servant-websockets < 0 - - serverless-haskell < 0 - - serversession < 0 - - serversession-frontend-wai < 0 - - servius < 0 - - ses-html < 0 - - set-cover < 0 - - sexp-grammar < 0 - - shake < 0 - - shake-language-c < 0 - - shakespeare < 0 - - shell-conduit < 0 - - shelltestrunner < 0 - - shelly < 0 - - shikensu < 0 - - should-not-typecheck < 0 - - show-prettyprint < 0 - - siggy-chardust < 0 - - silently < 0 - - simple-log < 0 - - simple-vec3 < 0 - - simplest-sqlite < 0 - - singletons < 0 - - skews < 0 - - skylighting < 0 - - skylighting-core < 0 - - slack-web < 0 - - slave-thread < 0 - - smoothie < 0 - - smtp-mail < 0 - - snap-blaze < 0 - - snap-core < 0 - - snap-server < 0 - - soap < 0 - - soap-openssl < 0 - - soap-tls < 0 - - socket-activation < 0 - - socks < 0 - - sorted-list < 0 - - sourcemap < 0 - - sparkle < 0 - - sparse-linear-algebra < 0 - - special-values < 0 - - speculation < 0 - - speedy-slice < 0 - - sphinx < 0 - - splitmix < 0 - - sqlite-simple < 0 - - sqlite-simple-errors < 0 - - squeal-postgresql < 0 - - stache < 0 - - stack < 0 - - starter < 0 - - state-codes < 0 - - stateref < 0 - - statestack < 0 - - static-text < 0 - - statistics < 0 - - step-function < 0 - - stm < 0 - - stm-chans < 0 - - stm-conduit < 0 - - stm-containers < 0 - - stm-delay < 0 - - stm-extras < 0 - - stm-split < 0 - - stm-stats < 0 - - stopwatch < 0 - - store < 0 - - stratosphere < 0 - - streaming < 0 - - streaming-attoparsec < 0 - - streaming-bytestring < 0 - - streaming-commons < 0 - - streaming-wai < 0 - - streamly < 0 - - streams < 0 - - strict-base-types < 0 - - string-conversions < 0 - - string-qq < 0 - - string-transform < 0 - - stringbuilder < 0 - - stringsearch < 0 - - strive < 0 - - structs < 0 - - sum-type-boilerplate < 0 - - summoner < 0 - - sv < 0 - - sv-cassava < 0 - - sv-core < 0 - - svg-builder < 0 - - svg-tree < 0 - - swagger < 0 - - swagger2 < 0 - - swish < 0 - - syb < 0 - - sysinfo < 0 - - system-argv0 < 0 - - system-filepath < 0 - - tagged-transformer < 0 - - tagstream-conduit < 0 - - tar < 0 - - tar-conduit < 0 - - tasty < 0 - - tasty-ant-xml < 0 - - tasty-dejafu < 0 - - tasty-discover < 0 - - tasty-expected-failure < 0 - - tasty-golden < 0 - - tasty-hedgehog < 0 - - tasty-hspec < 0 - - tasty-hunit < 0 - - tasty-kat < 0 - - tasty-leancheck < 0 - - tasty-program < 0 - - tasty-quickcheck < 0 - - tasty-silver < 0 - - tasty-smallcheck < 0 - - tasty-stats < 0 - - tasty-th < 0 - - tce-conf < 0 - - tcp-streams < 0 - - tcp-streams-openssl < 0 - - tdigest < 0 - - teardown < 0 - - telegram-bot-simple < 0 - - temporary < 0 - - temporary-rc < 0 - - temporary-resourcet < 0 - - tensorflow-test < 0 - - tensors < 0 - - termbox < 0 - - termonad < 0 - - test-framework-hunit < 0 - - test-framework-th < 0 - - texmath < 0 - - text-builder < 0 - - text-conversions < 0 - - text-ldap < 0 - - text-manipulate < 0 - - text-metrics < 0 - - text-postgresql < 0 - - text-region < 0 - - text-show < 0 - - text-show-instances < 0 - - textlocal < 0 - - th-desugar < 0 - - th-nowq < 0 - - th-orphans < 0 - - th-printf < 0 - - these < 0 - - thread-hierarchy < 0 - - thread-local-storage < 0 - - threads < 0 - - threads-extras < 0 - - threepenny-gui < 0 - - throttle-io-stream < 0 - - through-text < 0 - - throwable-exceptions < 0 - - thyme < 0 - - tibetan-utils < 0 - - tile < 0 - - time-parsers < 0 - - timelens < 0 - - timer-wheel < 0 - - timerep < 0 - - tinylog < 0 - - titlecase < 0 - - tldr < 0 - - tls < 0 - - tls-debug < 0 - - tls-session-manager < 0 - - tmapchan < 0 - - tmapmvar < 0 - - tmp-postgres < 0 - - tomland < 0 - - tostring < 0 - - transaction < 0 - - transformers-base < 0 - - transformers-lift < 0 - - traverse-with-class < 0 - - tree-diff < 0 - - trifecta < 0 - - triplesec < 0 - - tsv2csv < 0 - - ttrie < 0 - - turtle < 0 - - type-level-kv-list < 0 - - type-of-html < 0 - - type-of-html-static < 0 - - typed-process < 0 - - typelits-witnesses < 0 - - typenums < 0 - - tz < 0 - - tzdata < 0 - - ua-parser < 0 - - unbound-generics < 0 - - unboxed-ref < 0 - - uncertain < 0 - - unicode-show < 0 - - unicode-transforms < 0 - - union < 0 - - uniplate < 0 - - uniprot-kb < 0 - - unique < 0 - - unit-constraint < 0 - - universe < 0 - - universe-instances-extended < 0 - - universum < 0 - - unix-time < 0 - - unliftio < 0 - - unordered-containers < 0 - - unordered-intmap < 0 - - uri-bytestring < 0 - - uri-templater < 0 - - urlpath < 0 - - users < 0 - - users-postgresql-simple < 0 - - users-test < 0 - - uuid < 0 - - uuid-types < 0 - - validation < 0 - - validity < 0 - - validity-aeson < 0 - - validity-bytestring < 0 - - validity-containers < 0 - - validity-path < 0 - - validity-scientific < 0 - - validity-text < 0 - - validity-time < 0 - - validity-unordered-containers < 0 - - validity-uuid < 0 - - validity-vector < 0 - - valor < 0 - - vault < 0 - - vec < 0 - - vector-binary-instances < 0 - - vector-builder < 0 - - vector-bytes-instances < 0 - - vector-instances < 0 - - vector-mmap < 0 - - vector-sized < 0 - - vector-space < 0 - - vector-split < 0 - - vectortiles < 0 - - versions < 0 - - vinyl < 0 - - vivid < 0 - - vty < 0 - - wai < 0 - - wai-app-static < 0 - - wai-cli < 0 - - wai-cors < 0 - - wai-extra < 0 - - wai-middleware-caching < 0 - - wai-middleware-caching-lru < 0 - - wai-middleware-consul < 0 - - wai-middleware-crowd < 0 - - wai-middleware-metrics < 0 - - wai-middleware-static < 0 - - wai-middleware-travisci < 0 - - wai-predicates < 0 - - wai-session < 0 - - wai-session-postgresql < 0 - - wai-slack-middleware < 0 - - wai-transformers < 0 - - wai-websockets < 0 - - warp < 0 - - warp-tls < 0 - - warp-tls-uid < 0 - - wave < 0 - - web-plugins < 0 - - web-routes < 0 - - web-routes-hsp < 0 - - web-routes-wai < 0 - - webdriver < 0 - - webex-teams-api < 0 - - webex-teams-conduit < 0 - - webex-teams-pipes < 0 - - websockets < 0 - - websockets-snap < 0 - - weeder < 0 - - weigh < 0 - - wide-word < 0 - - wikicfp-scraper < 0 - - wild-bind < 0 - - wild-bind-x11 < 0 - - winery < 0 - - wire-streams < 0 - - with-location < 0 - - withdependencies < 0 - - witherable < 0 - - witness < 0 - - wl-pprint-annotated < 0 - - wl-pprint-console < 0 - - wl-pprint-extras < 0 - - wl-pprint-terminfo < 0 - - word-trie < 0 - - word24 < 0 - - word8 < 0 - - world-peace < 0 - - wreq < 0 - - wreq-stringless < 0 - - writer-cps-full < 0 - - writer-cps-lens < 0 - - ws < 0 - - wss-client < 0 - - wuss < 0 - - x509 < 0 - - x509-store < 0 - - x509-system < 0 - - x509-validation < 0 - - xeno < 0 - - xenstore < 0 - - xls < 0 - - xlsx < 0 - - xml-conduit < 0 - - xml-conduit-parse < 0 - - xml-conduit-writer < 0 - - xml-html-qq < 0 - - xml-indexed-cursor < 0 - - xml-isogen < 0 - - xml-lens < 0 - - xml-picklers < 0 - - xml-to-json < 0 - - xmlbf < 0 - - xmlbf-xeno < 0 - - xmlgen < 0 - - xmonad-contrib < 0 - - xmonad-extras < 0 - - xss-sanitize < 0 - - xxhash-ffi < 0 - - yaml < 0 - - yes-precure5-command < 0 - - yeshql < 0 - - yeshql-core < 0 - - yeshql-hdbc < 0 - - yesod < 0 - - yesod-alerts < 0 - - yesod-auth < 0 - - yesod-auth-fb < 0 - - yesod-auth-hashdb < 0 - - yesod-bin < 0 - - yesod-core < 0 - - yesod-csp < 0 - - yesod-eventsource < 0 - - yesod-fb < 0 - - yesod-form < 0 - - yesod-form-bootstrap4 < 0 - - yesod-gitrepo < 0 - - yesod-gitrev < 0 - - yesod-newsfeed < 0 - - yesod-paginator < 0 - - yesod-persistent < 0 - - yesod-recaptcha2 < 0 - - yesod-sitemap < 0 - - yesod-static < 0 - - yesod-test < 0 - - yesod-text-markdown < 0 - - yesod-websockets < 0 - - yi-language < 0 - - yi-rope < 0 - - zeromq4-haskell < 0 - - zeromq4-patterns < 0 - - zim-parser < 0 - - zip < 0 - - zip-archive < 0 - - zip-stream < 0 - - zippers < 0 - - zlib-bindings < 0 - - zlib-lens < 0 - - zstd < 0 - - ztail < 0 "GHC upper bounds": From 00fd1aad6e4e5c69b612e11817e30e14b086cada Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:09:30 -0700 Subject: [PATCH 097/168] Remove existing bounds to not get confused --- build-constraints.yaml | 82 +++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b02e07c6..9b5015fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3692,86 +3692,86 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3531 - - jwt < 0.8.0 + # jwt < 0.8.0 # needed by cabal-install # https://github.com/fpco/stackage/issues/3566 - - network < 2.7 + # network < 2.7 # https://github.com/commercialhaskell/stackage/issues/3847 - - hw-json < 0.8.1.0 + # hw-json < 0.8.1.0 # https://github.com/commercialhaskell/stackage/issues/3858 - - focus < 0.2 - - stm-containers < 1 - - slave-thread < 1.0.2.1 + # focus < 0.2 + # stm-containers < 1 + # slave-thread < 1.0.2.1 # https://github.com/commercialhaskell/stackage/issues/3868 - - brick < 0.39 - - vty < 5.23 + # brick < 0.39 + # vty < 5.23 # https://github.com/commercialhaskell/stackage/issues/3878 - - microspec < 0.2 + # microspec < 0.2 # https://github.com/commercialhaskell/stackage/issues/3884 - - pretty-show < 1.8 + # pretty-show < 1.8 # https://github.com/commercialhaskell/stackage/issues/3902 - - attoparsec-uri < 0.0.5 - - urlpath < 9.0.0.1 + # attoparsec-uri < 0.0.5 + # urlpath < 9.0.0.1 # https://github.com/commercialhaskell/stackage/issues/3926 - - vinyl < 0.10 + # vinyl < 0.10 # https://github.com/commercialhaskell/stackage/issues/3945 - - dhall < 1.17 + # dhall < 1.17 # https://github.com/commercialhaskell/stackage/issues/3949 - - QuickCheck < 2.12 - - hspec < 2.5.6 - - hspec-core < 2.5.6 - - hspec-discover < 2.5.6 - - hspec-meta < 2.5.6 + # QuickCheck < 2.12 + # hspec < 2.5.6 + # hspec-core < 2.5.6 + # hspec-discover < 2.5.6 + # hspec-meta < 2.5.6 # https://github.com/commercialhaskell/stackage/issues/3950 - - Cabal < 2.3 + # Cabal < 2.3 # https://github.com/commercialhaskell/stackage/issues/3955 - - megaparsec < 7.0.0 - - hspec-megaparsec < 2.0.0 - - modern-uri < 0.3.0.0 - - tibetan-utils < 0.1.1.9 - - language-puppet < 1.4.0 - - cue-sheet < 2.0.0 - - stache < 2.0.0 - - neat-interpolation < 0.3.2.3 - - mmark < 0.0.6.0 - - mmark-cli < 0.0.4.0 - - versions < 3.5 + # megaparsec < 7.0.0 + # hspec-megaparsec < 2.0.0 + # modern-uri < 0.3.0.0 + # tibetan-utils < 0.1.1.9 + # language-puppet < 1.4.0 + # cue-sheet < 2.0.0 + # stache < 2.0.0 + # neat-interpolation < 0.3.2.3 + # mmark < 0.0.6.0 + # mmark-cli < 0.0.4.0 + # versions < 3.5 # https://github.com/commercialhaskell/stackage/issues/3972 - - ghc-typelits-extra < 0.3 - - ghc-typelits-knownnat < 0.6 + # ghc-typelits-extra < 0.3 + # ghc-typelits-knownnat < 0.6 # https://github.com/commercialhaskell/stackage/issues/3972 - - vector-algorithms < 0.8.0.0 + # vector-algorithms < 0.8.0.0 # https://github.com/commercialhaskell/stackage/issues/3984 - - unbound-generics < 0.4 + # unbound-generics < 0.4 # https://github.com/commercialhaskell/stackage/issues/3985 - - singletons < 2.5 - - eliminators < 0.5 - - th-desugar < 1.9 + # singletons < 2.5 + # eliminators < 0.5 + # th-desugar < 1.9 # https://github.com/commercialhaskell/stackage/issues/3990 - - stm < 2.5 + # stm < 2.5 # https://github.com/commercialhaskell/stackage/issues/4001 - - http-api-data < 0.3.9 + # http-api-data < 0.3.9 # https://github.com/commercialhaskell/stackage/issues/4002 - - github < 0.20 + # github < 0.20 # end of packages From f425d3353bdd61dbf939f9d87e9603f356648512 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:15:11 -0700 Subject: [PATCH 098/168] Try again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b5015fa..45f9b93e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3690,7 +3690,7 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - "Stackage upper bounds": + #"Stackage upper bounds": # https://github.com/fpco/stackage/issues/3531 # jwt < 0.8.0 From d0d7f9ef4a0d6e0172447b5f03b487de1f08b135 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:24:02 -0700 Subject: [PATCH 099/168] Round 1 --- build-constraints.yaml | 208 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 207 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45f9b93e..2b6548a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,7 +3684,213 @@ packages: - hasql-transaction # base-4.12.0.0 is out of bounds for: - + - Agda < 0 + - JuicyPixels-scale-dct < 0 + - MissingH < 0 + - ShellCheck < 0 + - aeson-diff < 0 + - alarmclock < 0 + - apply-refact < 0 + - async-pool < 0 + - autoexporter < 0 + - avers < 0 + - axel < 0 + - bank-holidays-england < 0 + - base-noprelude < 0 + - benchpress < 0 + - brick < 0 + - bv-little < 0 + - cabal-install < 0 + - cairo < 0 + - cipher-aes128 < 0 + - circle-packing < 0 + - clang-compilation-database < 0 + - clash-ghc < 0 + - clash-lib < 0 + - clash-prelude < 0 + - classyplate < 0 + - country < 0 + - crypto-enigma < 0 + - cyclotomic < 0 + - czipwith < 0 + - darcs < 0 + - data-tree-print < 0 + - derulo < 0 + - dhall < 0 + - dhall-to-cabal < 0 + - diagrams-solve < 0 + - doctest-driver-gen < 0 + - edit < 0 + - ekg-core < 0 + - ekg-statsd < 0 + - email-validate < 0 + - exception-hierarchy < 0 + - fay < 0 + - feed < 0 + - flow < 0 + - fold-debounce-conduit < 0 + - fswatch < 0 + - generic-aeson < 0 + - generic-random < 0 + - generic-xmlpickler < 0 + - geniplate-mirror < 0 + - ghc-parser < 0 + - ghc-syntax-highlighter < 0 + - gio < 0 + - github-release < 0 + - glib < 0 + - gloss < 0 + - gloss-raster < 0 + - gloss-rendering < 0 + - greskell < 0 + - greskell-core < 0 + - greskell-websocket < 0 + - gtk3 < 0 + - haddock-library < 0 + - happstack-server < 0 + - haskell-lsp < 0 + - haskell-lsp-types < 0 + - haskell-src-meta < 0 + - haskell-tools-ast < 0 + - haskell-tools-backend-ghc < 0 + - haskell-tools-builtin-refactorings < 0 + - haskell-tools-cli < 0 + - haskell-tools-daemon < 0 + - haskell-tools-debug < 0 + - haskell-tools-demo < 0 + - haskell-tools-prettyprint < 0 + - haskell-tools-refactor < 0 + - haskell-tools-rewrite < 0 + - hgrev < 0 + - hierarchy < 0 + - hint < 0 + - hledger < 0 + - hledger-api < 0 + - hledger-lib < 0 + - hledger-ui < 0 + - hledger-web < 0 + - hoopl < 0 + - hpqtypes < 0 + - hspec-need-env < 0 + - http-media < 0 + - hxt-pickle-utils < 0 + - ihaskell < 0 + - indentation-core < 0 + - indentation-parsec < 0 + - indexed-list-literals < 0 + - inline-java < 0 + - invertible-grammar < 0 + - io-streams-haproxy < 0 + - ixset-typed < 0 + - json-feed < 0 + - json-rpc-client < 0 + - json-rpc-server < 0 + - jwt < 0 + - kraken < 0 + - lackey < 0 + - learn-physics < 0 + - lens-labels < 0 + - logging-effect < 0 + - logging-effect-extra < 0 + - logging-effect-extra-file < 0 + - logging-effect-extra-handler < 0 + - lucid < 0 + - memory < 0 + - microlens-th < 0 + - monoid-extras < 0 + - monoidal-containers < 0 + - named < 0 + - numhask < 0 + - numhask-prelude < 0 + - numhask-range < 0 + - numhask-test < 0 + - om-elm < 0 + - packdeps < 0 + - palette < 0 + - pango < 0 + - papillon < 0 + - perf < 0 + - pier < 0 + - pier-core < 0 + - pipes-random < 0 + - polyparse < 0 + - postgresql-simple-url < 0 + - prometheus < 0 + - proto-lens < 0 + - proto-lens-arbitrary < 0 + - proto-lens-combinators < 0 + - proto-lens-optparse < 0 + - proto-lens-protobuf-types < 0 + - proto-lens-protoc < 0 + - proto-lens-runtime < 0 + - proto-lens-setup < 0 + - protolude < 0 + - publicsuffix < 0 + - pusher-http-haskell < 0 + - random-bytestring < 0 + - rank2classes < 0 + - ratel < 0 + - ratel-wai < 0 + - rattletrap < 0 + - repa < 0 + - rethinkdb-client-driver < 0 + - rhine < 0 + - rhine-gloss < 0 + - safecopy < 0 + - salve < 0 + - sandi < 0 + - seqid < 0 + - seqid-streams < 0 + - servant < 0 + - servant-JuicyPixels < 0 + - servant-auth < 0 + - servant-auth-client < 0 + - servant-auth-docs < 0 + - servant-auth-server < 0 + - servant-auth-swagger < 0 + - servant-client < 0 + - servant-client-core < 0 + - servant-dhall < 0 + - servant-docs < 0 + - servant-foreign < 0 + - servant-js < 0 + - servant-quickcheck < 0 + - servant-server < 0 + - servant-streaming < 0 + - servant-streaming-client < 0 + - servant-streaming-server < 0 + - servant-swagger < 0 + - servant-swagger-ui < 0 + - servant-swagger-ui-core < 0 + - simplest-sqlite < 0 + - slack-web < 0 + - snap-server < 0 + - statestack < 0 + - static-text < 0 + - strive < 0 + - svg-builder < 0 + - swagger2 < 0 + - tdigest < 0 + - termbox < 0 + - texmath < 0 + - text-show < 0 + - th-nowq < 0 + - threepenny-gui < 0 + - through-text < 0 + - timer-wheel < 0 + - transformers-lift < 0 + - tz < 0 + - union < 0 + - uri-bytestring < 0 + - vector-binary-instances < 0 + - vector-space < 0 + - vectortiles < 0 + - versions < 0 + - wai-middleware-travisci < 0 + - wild-bind < 0 + - wild-bind-x11 < 0 + - wuss < 0 + - xmonad-contrib < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From 6c20d128244aca44f50320d026d9e95ab781eea0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:38:44 -0700 Subject: [PATCH 100/168] Round 2 --- build-constraints.yaml | 157 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b6548a4..8b17ccdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3892,6 +3892,163 @@ packages: - wuss < 0 - xmonad-contrib < 0 + - DRBG < 0 + - LambdaHack < 0 + - QuasiText < 0 + - aeson-qq < 0 + - amazonka-core < 0 + - approximate < 0 + - asn1-types < 0 + - async-refresh < 0 + - async-refresh-tokens < 0 + - atom-conduit < 0 + - backprop < 0 + - bcrypt < 0 + - bhoogle < 0 + - binary-orphans < 0 + - bitx-bitcoin < 0 + - butcher < 0 + - cachix < 0 + - cachix-api < 0 + - chatwork < 0 + - cheapskate-lucid < 0 + - check-email < 0 + - codo-notation < 0 + - compensated < 0 + - cpphs < 0 + - credential-store < 0 + - cryptocompare < 0 + - cryptohash < 0 + - cryptohash-cryptoapi < 0 + - cryptonite < 0 + - cryptonite-conduit < 0 + - cryptonite-openssl < 0 + - csg < 0 + - dhall-bash < 0 + - dhall-json < 0 + - dhall-text < 0 + - download < 0 + - dublincore-xml-conduit < 0 + - enum-subset-generate < 0 + - eventstore < 0 + - fay-base < 0 + - file-modules < 0 + - find-clumpiness < 0 + - gdax < 0 + - giphy-api < 0 + - github-webhooks < 0 + - goggles < 0 + - graphviz < 0 + - gym-http-api < 0 + - hOpenPGP < 0 + - hailgun < 0 + - haskell-spacegoo < 0 + - haskintex < 0 + - haskoin-core < 0 + - here < 0 + - herms < 0 + - hledger-interest < 0 + - hopenpgp-tools < 0 + - http-client < 0 + - http-client-tls < 0 + - hyperloglog < 0 + - hyraxAbif < 0 + - ihaskell-hvega < 0 + - inliterate < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - invertible < 0 + - ipython-kernel < 0 + - jmacro < 0 + - jose < 0 + - jose-jwt < 0 + - json-schema < 0 + - jvm-batching < 0 + - jvm-streaming < 0 + - language-c-quote < 0 + - language-puppet < 0 + - large-hashable < 0 + - log-postgres < 0 + - logger-thread < 0 + - lucid-extras < 0 + - marvin-interpolate < 0 + - microlens-platform < 0 + - minio-hs < 0 + - miso < 0 + - mmark < 0 + - mmark-cli < 0 + - mmark-ext < 0 + - monad-metrics < 0 + - mwc-probability-transition < 0 + - mysql-haskell < 0 + - oauthenticated < 0 + - online < 0 + - opml-conduit < 0 + - pem < 0 + - persistent < 0 + - persistent-sqlite < 0 + - pipes-csv < 0 + - plotlyhs < 0 + - postgresql-typed < 0 + - protocol-radius < 0 + - pushbullet-types < 0 + - qm-interpolated-string < 0 + - qnap-decrypt < 0 + - quickcheck-state-machine < 0 + - rakuten < 0 + - registry < 0 + - rss-conduit < 0 + - safe-money < 0 + - securemem < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions-core < 0 + - servant-elm < 0 + - servant-exceptions < 0 + - servant-github-webhook < 0 + - servant-kotlin < 0 + - servant-lucid < 0 + - servant-mock < 0 + - servant-pandoc < 0 + - servant-rawm < 0 + - servant-ruby < 0 + - servant-static-th < 0 + - servant-tracing < 0 + - servant-websockets < 0 + - sexp-grammar < 0 + - shikensu < 0 + - simple-vec3 < 0 + - sparkle < 0 + - stack < 0 + - statistics < 0 + - store < 0 + - summoner < 0 + - swish < 0 + - telegram-bot-simple < 0 + - text-ldap < 0 + - text-show-instances < 0 + - thyme < 0 + - tibetan-utils < 0 + - tls < 0 + - triplesec < 0 + - vector-sized < 0 + - vivid-supercollider < 0 + - vty < 0 + - wai-app-static < 0 + - wai-middleware-metrics < 0 + - wai-middleware-static < 0 + - websockets-snap < 0 + - wreq < 0 + - ws < 0 + - x509 < 0 + - x509-validation < 0 + - xmonad-extras < 0 + - yesod-auth < 0 + - yesod-form < 0 + - yesod-static < 0 + + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From bd4f8bb6680667480e62fcd6d41d9dd452977a8b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:45:55 -0700 Subject: [PATCH 101/168] Round 3 --- build-constraints.yaml | 249 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b17ccdd..c35f6408 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,6 +4048,255 @@ packages: - yesod-form < 0 - yesod-static < 0 + - Allure < 0 + - DAV < 0 + - HTF < 0 + - HaskellNet < 0 + - HaskellNet-SSL < 0 + - IPv6DB < 0 + - RSA < 0 + - aeson-typescript < 0 + - amazonka < 0 + - amazonka-apigateway < 0 + - amazonka-application-autoscaling < 0 + - amazonka-appstream < 0 + - amazonka-athena < 0 + - amazonka-autoscaling < 0 + - amazonka-budgets < 0 + - amazonka-certificatemanager < 0 + - amazonka-cloudformation < 0 + - amazonka-cloudfront < 0 + - amazonka-cloudhsm < 0 + - amazonka-cloudsearch < 0 + - amazonka-cloudsearch-domains < 0 + - amazonka-cloudtrail < 0 + - amazonka-cloudwatch < 0 + - amazonka-cloudwatch-events < 0 + - amazonka-cloudwatch-logs < 0 + - amazonka-codebuild < 0 + - amazonka-codecommit < 0 + - amazonka-codedeploy < 0 + - amazonka-codepipeline < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-sync < 0 + - amazonka-config < 0 + - amazonka-datapipeline < 0 + - amazonka-devicefarm < 0 + - amazonka-directconnect < 0 + - amazonka-discovery < 0 + - amazonka-dms < 0 + - amazonka-ds < 0 + - amazonka-dynamodb < 0 + - amazonka-dynamodb-streams < 0 + - amazonka-ec2 < 0 + - amazonka-ecr < 0 + - amazonka-ecs < 0 + - amazonka-efs < 0 + - amazonka-elasticache < 0 + - amazonka-elasticbeanstalk < 0 + - amazonka-elasticsearch < 0 + - amazonka-elastictranscoder < 0 + - amazonka-elb < 0 + - amazonka-elbv2 < 0 + - amazonka-emr < 0 + - amazonka-gamelift < 0 + - amazonka-glacier < 0 + - amazonka-health < 0 + - amazonka-iam < 0 + - amazonka-importexport < 0 + - amazonka-inspector < 0 + - amazonka-iot < 0 + - amazonka-iot-dataplane < 0 + - amazonka-kinesis < 0 + - amazonka-kinesis-analytics < 0 + - amazonka-kinesis-firehose < 0 + - amazonka-kms < 0 + - amazonka-lambda < 0 + - amazonka-lightsail < 0 + - amazonka-marketplace-analytics < 0 + - amazonka-marketplace-metering < 0 + - amazonka-ml < 0 + - amazonka-opsworks < 0 + - amazonka-opsworks-cm < 0 + - amazonka-pinpoint < 0 + - amazonka-polly < 0 + - amazonka-rds < 0 + - amazonka-redshift < 0 + - amazonka-rekognition < 0 + - amazonka-route53 < 0 + - amazonka-route53-domains < 0 + - amazonka-s3 < 0 + - amazonka-sdb < 0 + - amazonka-servicecatalog < 0 + - amazonka-ses < 0 + - amazonka-shield < 0 + - amazonka-sms < 0 + - amazonka-snowball < 0 + - amazonka-sns < 0 + - amazonka-sqs < 0 + - amazonka-ssm < 0 + - amazonka-stepfunctions < 0 + - amazonka-storagegateway < 0 + - amazonka-sts < 0 + - amazonka-support < 0 + - amazonka-swf < 0 + - amazonka-test < 0 + - amazonka-waf < 0 + - amazonka-workspaces < 0 + - amazonka-xray < 0 + - antiope-athena < 0 + - antiope-core < 0 + - antiope-dynamodb < 0 + - antiope-messages < 0 + - antiope-s3 < 0 + - antiope-sns < 0 + - antiope-sqs < 0 + - asif < 0 + - asn1-encoding < 0 + - asn1-parse < 0 + - authenticate-oauth < 0 + - beam-core < 0 + - binary-tagged < 0 + - bins < 0 + - bitcoin-api < 0 + - bitcoin-api-extra < 0 + - bitcoin-block < 0 + - bitcoin-tx < 0 + - bson < 0 + - bugsnag-haskell < 0 + - cabal-rpm < 0 + - cayley-client < 0 + - cipher-aes < 0 + - cipher-blowfish < 0 + - cipher-camellia < 0 + - cipher-des < 0 + - classy-prelude-yesod < 0 + - closed < 0 + - configuration-tools < 0 + - connection < 0 + - consul-haskell < 0 + - cql-io < 0 + - criterion < 0 + - crypto-cipher-tests < 0 + - crypto-cipher-types < 0 + - crypto-pubkey-types < 0 + - crypto-random < 0 + - datadog < 0 + - datasets < 0 + - dns < 0 + - docker < 0 + - emd < 0 + - eventful-sql-common < 0 + - eventful-sqlite < 0 + - executable-hash < 0 + - fay-dom < 0 + - fb < 0 + - fmt < 0 + - generics-eot < 0 + - github < 0 + - hamilton < 0 + - handwriting < 0 + - haskoin-node < 0 + - haskoin-store < 0 + - hedis < 0 + - hexml-lens < 0 + - hlint < 0 + - hmatrix-backprop < 0 + - hmatrix-vector-sized < 0 + - hpack < 0 + - hquantlib < 0 + - hsebaysdk < 0 + - hspec-wai-json < 0 + - hsx-jmacro < 0 + - http-client-openssl < 0 + - http-conduit < 0 + - http-reverse-proxy < 0 + - influxdb < 0 + - irc-client < 0 + - irc-conduit < 0 + - jmacro-rpc < 0 + - jmacro-rpc-snap < 0 + - kawhi < 0 + - koofr-client < 0 + - locators < 0 + - mapquest-api < 0 + - mbug < 0 + - microformats2-parser < 0 + - mime-mail-ses < 0 + - moesocks < 0 + - mongoDB < 0 + - morte < 0 + - mustache < 0 + - mysql-haskell-nem < 0 + - mysql-haskell-openssl < 0 + - network-conduit-tls < 0 + - network-simple-tls < 0 + - next-ref < 0 + - opensource < 0 + - persistent-iproute < 0 + - persistent-mysql < 0 + - persistent-mysql-haskell < 0 + - persistent-postgresql < 0 + - persistent-template < 0 + - pinboard < 0 + - pipes-http < 0 + - pipes-network-tls < 0 + - pkcs10 < 0 + - postgresql-simple < 0 + - postgresql-simple-migration < 0 + - protocol-radius-test < 0 + - ref-fd < 0 + - req < 0 + - req-conduit < 0 + - require < 0 + - rollbar-hs < 0 + - s3-signer < 0 + - serverless-haskell < 0 + - servius < 0 + - ses-html < 0 + - simple-log < 0 + - smtp-mail < 0 + - soap < 0 + - soap-openssl < 0 + - soap-tls < 0 + - speculation < 0 + - stratosphere < 0 + - tcp-streams < 0 + - textlocal < 0 + - th-printf < 0 + - threads-extras < 0 + - tls-debug < 0 + - tls-session-manager < 0 + - users < 0 + - vivid < 0 + - wai-middleware-consul < 0 + - wai-middleware-crowd < 0 + - wai-slack-middleware < 0 + - wai-websockets < 0 + - warp < 0 + - warp-tls < 0 + - web-plugins < 0 + - webdriver < 0 + - webex-teams-conduit < 0 + - webex-teams-pipes < 0 + - wreq-stringless < 0 + - wss-client < 0 + - x509-store < 0 + - x509-system < 0 + - yesod < 0 + - yesod-auth-fb < 0 + - yesod-auth-hashdb < 0 + - yesod-bin < 0 + - yesod-fb < 0 + - yesod-form-bootstrap4 < 0 + - yesod-paginator < 0 + - yesod-persistent < 0 + - yesod-recaptcha2 < 0 + - yesod-test < 0 + - yesod-text-markdown < 0 + - yi-language < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC From 0f1b0fa35675ac9d01cf1c70b578a6f3f064b517 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 21:52:41 -0700 Subject: [PATCH 102/168] Round 4 --- build-constraints.yaml | 183 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c35f6408..9cabdbdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4297,6 +4297,189 @@ packages: - yesod-text-markdown < 0 - yi-language < 0 + - Earley < 0 + - HPDF < 0 + - HTTP < 0 + - IntervalMap < 0 + - JuicyPixels-extra < 0 + - MusicBrainz < 0 + - ad < 0 + - amqp < 0 + - apecs < 0 + - arbor-postgres < 0 + - async-timer < 0 + - attoparsec < 0 + - beam-migrate < 0 + - beam-sqlite < 0 + - bench < 0 + - bimap-server < 0 + - binary-list < 0 + - bit-stream < 0 + - bits-extra < 0 + - bitset-word8 < 0 + - blake2 < 0 + - broadcast-chan < 0 + - bson-lens < 0 + - bytestring-conversion < 0 + - cabal2nix < 0 + - case-insensitive < 0 + - cassava-conduit < 0 + - cipher-rc4 < 0 + - cisco-spark-api < 0 + - clientsession < 0 + - cmark < 0 + - conduit-algorithms < 0 + - conduit-connection < 0 + - conduit-iconv < 0 + - conduit-parse < 0 + - cprng-aes < 0 + - cron < 0 + - cryptocipher < 0 + - css-syntax < 0 + - ctrie < 0 + - curl-runnings < 0 + - data-diverse < 0 + - data-has < 0 + - data-msgpack < 0 + - dataurl < 0 + - dbcleaner < 0 + - dbus < 0 + - detour-via-sci < 0 + - dimensional < 0 + - discrimination < 0 + - do-list < 0 + - drifter-postgresql < 0 + - edit-distance < 0 + - farmhash < 0 + - fast-digits < 0 + - fclabels < 0 + - foldl < 0 + - folds < 0 + - gc < 0 + - generic-lens < 0 + - genvalidity-path < 0 + - geojson < 0 + - github-types < 0 + - google-oauth2-jwt < 0 + - graph-core < 0 + - groundhog-postgresql < 0 + - hasbolt < 0 + - hashable < 0 + - histogram-fill < 0 + - hmatrix-morpheus < 0 + - hoogle < 0 + - hspec-pg-transact < 0 + - html-email-validate < 0 + - html-entity-map < 0 + - htoml < 0 + - http-link-header < 0 + - human-readable-duration < 0 + - hw-conduit < 0 + - hw-dsv < 0 + - hw-json < 0 + - hw-prim < 0 + - hw-rankselect < 0 + - hw-simd < 0 + - hweblib < 0 + - hworker < 0 + - hxt-regex-xmlschema < 0 + - ilist < 0 + - include-file < 0 + - incremental-parser < 0 + - inline-r < 0 + - intset-imperative < 0 + - ip < 0 + - jvm < 0 + - kanji < 0 + - kazura-queue < 0 + - kdt < 0 + - lens < 0 + - lifted-async < 0 + - lifted-base < 0 + - line < 0 + - loop < 0 + - lz4 < 0 + - machines < 0 + - matrices < 0 + - matrix < 0 + - mega-sdist < 0 + - megaparsec < 0 + - microlens-aeson < 0 + - modern-uri < 0 + - monad-logger-prefix < 0 + - monad-memo < 0 + - netpbm < 0 + - network-messagepack-rpc-websocket < 0 + - newtype-generics < 0 + - openpgp-asciiarmor < 0 + - persistent-refs < 0 + - pg-transact < 0 + - phantom-state < 0 + - postgresql-schema < 0 + - postgresql-simple-queue < 0 + - postgresql-transactional < 0 + - pretty-simple < 0 + - prettyprinter < 0 + - prometheus-client < 0 + - psql-helpers < 0 + - ramus < 0 + - rcu < 0 + - rdf < 0 + - reinterpret-cast < 0 + - req-url-extra < 0 + - rng-utils < 0 + - sampling < 0 + - scalpel-core < 0 + - scanner < 0 + - scientific < 0 + - scotty < 0 + - semver < 0 + - siggy-chardust < 0 + - sorted-list < 0 + - sourcemap < 0 + - stache < 0 + - stm-hamt < 0 + - structs < 0 + - sv < 0 + - tar < 0 + - tar-conduit < 0 + - tcp-streams-openssl < 0 + - text-builder < 0 + - text-manipulate < 0 + - text-metrics < 0 + - thread-local-storage < 0 + - tinylog < 0 + - tmp-postgres < 0 + - turtle < 0 + - type-of-html < 0 + - ua-parser < 0 + - unbound-generics < 0 + - users-postgresql-simple < 0 + - users-test < 0 + - vec < 0 + - vinyl < 0 + - wai-cli < 0 + - wai-cors < 0 + - wai-session-postgresql < 0 + - wai-transformers < 0 + - warp-tls-uid < 0 + - webex-teams-api < 0 + - websockets < 0 + - wire-streams < 0 + - word24 < 0 + - word8 < 0 + - xeno < 0 + - xlsx < 0 + - xml-conduit-parse < 0 + - xmlgen < 0 + - yesod-core < 0 + - yesod-csp < 0 + - yesod-websockets < 0 + - yi-rope < 0 + - zippers < 0 + - zstd < 0 + + "GHC upper bounds": # Need to always match the version shipped with GHC From 1aecaffee9511459aa0d6734dc67fa7929c0f4a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:00:27 -0700 Subject: [PATCH 103/168] Round 5 --- build-constraints.yaml | 334 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cabdbdc..ab9802eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4479,6 +4479,340 @@ packages: - zippers < 0 - zstd < 0 + - H < 0 + - HSet < 0 + - HaTeX < 0 + - HandsomeSoup < 0 + - Hoed < 0 + - IPv6Addr < 0 + - MemoTrie < 0 + - Spintax < 0 + - accuerr < 0 + - ace < 0 + - aern2-mp < 0 + - aern2-real < 0 + - aeson < 0 + - aeson-attoparsec < 0 + - aeson-better-errors < 0 + - aeson-compat < 0 + - aeson-extra < 0 + - aeson-picker < 0 + - aeson-pretty < 0 + - aeson-utils < 0 + - alternators < 0 + - api-field-json-th < 0 + - arbor-lru-cache < 0 + - asciidiagram < 0 + - astro < 0 + - async < 0 + - attoparsec-base64 < 0 + - attoparsec-binary < 0 + - attoparsec-expr < 0 + - attoparsec-ip < 0 + - attoparsec-iso8601 < 0 + - attoparsec-path < 0 + - attoparsec-uri < 0 + - avro < 0 + - avwx < 0 + - base64-bytestring-type < 0 + - basic-prelude < 0 + - binary-ext < 0 + - binary-parsers < 0 + - boltzmann-samplers < 0 + - boolean-like < 0 + - boring < 0 + - bound < 0 + - boundingboxes < 0 + - bower-json < 0 + - bsb-http-chunked < 0 + - bytes < 0 + - cache < 0 + - capataz < 0 + - cases < 0 + - cassava < 0 + - cassava-records < 0 + - classy-prelude < 0 + - codec-rpm < 0 + - componentm < 0 + - composable-associations < 0 + - compressed < 0 + - concise < 0 + - concurrent-supply < 0 + - conduit-extra < 0 + - conduit-zstd < 0 + - configurator < 0 + - constraints < 0 + - cpuinfo < 0 + - crypt-sha512 < 0 + - css-text < 0 + - cue-sheet < 0 + - currency < 0 + - data-diverse-lens < 0 + - data-dword < 0 + - debug < 0 + - declarative < 0 + - deferred-folds < 0 + - df1 < 0 + - distribution-nixpkgs < 0 + - distribution-opensuse < 0 + - doctemplates < 0 + - dom-parser < 0 + - dotenv < 0 + - dynamic-state < 0 + - emacs-module < 0 + - enclosed-exceptions < 0 + - ersatz < 0 + - exinst < 0 + - exp-pairs < 0 + - extensible < 0 + - fedora-haskell-tools < 0 + - filter-logger < 0 + - fin < 0 + - formatting < 0 + - frontmatter < 0 + - functor-classes-compat < 0 + - fuzzcheck < 0 + - fuzzy-dates < 0 + - fuzzyset < 0 + - generics-sop-lens < 0 + - genvalidity-hspec-hashable < 0 + - genvalidity-scientific < 0 + - genvalidity-unordered-containers < 0 + - geodetics < 0 + - ghc-prof < 0 + - ghcjs-base-stub < 0 + - glabrous < 0 + - glaze < 0 + - glazier < 0 + - glazier-react < 0 + - glazier-react-widget < 0 + - gravatar < 0 + - graylog < 0 + - groundhog < 0 + - hackage-db < 0 + - hamtsolo < 0 + - hashmap < 0 + - hashtables < 0 + - haskell-gi < 0 + - haskey < 0 + - haskey-btree < 0 + - haskey-mtl < 0 + - hasql < 0 + - hasty-hamiltonian < 0 + - haxl < 0 + - hbeanstalk < 0 + - hedgehog < 0 + - hostname-validate < 0 + - hp2pretty < 0 + - hreader-lens < 0 + - hruby < 0 + - hslua-aeson < 0 + - hspec-attoparsec < 0 + - hspec-megaparsec < 0 + - hspec-wai < 0 + - html-conduit < 0 + - html-entities < 0 + - http-api-data < 0 + - http-common < 0 + - http-streams < 0 + - http-types < 0 + - hw-balancedparens < 0 + - hw-bits < 0 + - hw-eliasfano < 0 + - hw-excess < 0 + - hw-ip < 0 + - hw-packed-vector < 0 + - hw-parser < 0 + - hw-rankselect-base < 0 + - hw-succinct < 0 + - hxt < 0 + - hxt-http < 0 + - inflections < 0 + - ini < 0 + - inline-c < 0 + - insert-ordered-containers < 0 + - intern < 0 + - intro < 0 + - io-choice < 0 + - io-streams < 0 + - irc < 0 + - irc-dcc < 0 + - javascript-extras < 0 + - js-flot < 0 + - js-jquery < 0 + - json-rpc < 0 + - json-rpc-generic < 0 + - keys < 0 + - lambdabot-core < 0 + - lambdabot-irc-plugins < 0 + - language-docker < 0 + - language-nix < 0 + - lattices < 0 + - lens-action < 0 + - lens-aeson < 0 + - lens-datetime < 0 + - lens-misc < 0 + - lens-properties < 0 + - lens-regex < 0 + - libmpd < 0 + - linear < 0 + - llvm-hs < 0 + - llvm-hs-pretty < 0 + - llvm-hs-pure < 0 + - log-domain < 0 + - lrucaching < 0 + - machines-binary < 0 + - machines-directory < 0 + - machines-io < 0 + - makefile < 0 + - markdown < 0 + - massiv-io < 0 + - matrix-market-attoparsec < 0 + - matrix-static < 0 + - mercury-api < 0 + - metrics < 0 + - milena < 0 + - mltool < 0 + - monad-logger < 0 + - mono-traversable < 0 + - mysql-simple < 0 + - ndjson-conduit < 0 + - neat-interpolation < 0 + - network-anonymous-i2p < 0 + - network-anonymous-tor < 0 + - network-attoparsec < 0 + - network-ip < 0 + - network-messagepack-rpc < 0 + - network-transport < 0 + - nqe < 0 + - nvim-hs < 0 + - nvim-hs-contrib < 0 + - objective < 0 + - oeis < 0 + - once < 0 + - open-witness < 0 + - parsers < 0 + - path < 0 + - path-extra < 0 + - pcre-utils < 0 + - perfect-hash-generator < 0 + - pipes-aeson < 0 + - pipes-attoparsec < 0 + - pipes-category < 0 + - pipes-extras < 0 + - pipes-fastx < 0 + - pipes-fluid < 0 + - pipes-misc < 0 + - plot-light < 0 + - pointed < 0 + - postgresql-binary < 0 + - prettyprinter-ansi-terminal < 0 + - prettyprinter-compat-annotated-wl-pprint < 0 + - prettyprinter-compat-ansi-wl-pprint < 0 + - prettyprinter-compat-wl-pprint < 0 + - profiterole < 0 + - psqueues < 0 + - purescript-bridge < 0 + - quickcheck-arbitrary-adt < 0 + - quickcheck-instances < 0 + - random-tree < 0 + - range-set-list < 0 + - rasterific-svg < 0 + - rebase < 0 + - reducers < 0 + - references < 0 + - refined < 0 + - relude < 0 + - renderable < 0 + - resource-pool < 0 + - rio < 0 + - salak < 0 + - sbp < 0 + - scalpel < 0 + - sdl2-gfx < 0 + - sdl2-mixer < 0 + - selda < 0 + - semigroupoids < 0 + - serf < 0 + - serialise < 0 + - serversession < 0 + - shake < 0 + - shake-language-c < 0 + - shakespeare < 0 + - shelly < 0 + - show-prettyprint < 0 + - skews < 0 + - skylighting < 0 + - skylighting-core < 0 + - slave-thread < 0 + - snap-core < 0 + - sparse-linear-algebra < 0 + - special-values < 0 + - speedy-slice < 0 + - sqlite-simple < 0 + - squeal-postgresql < 0 + - stm-containers < 0 + - streaming-attoparsec < 0 + - strict-base-types < 0 + - sv-cassava < 0 + - sv-core < 0 + - svg-tree < 0 + - tagstream-conduit < 0 + - teardown < 0 + - termonad < 0 + - text-latin1 < 0 + - text-region < 0 + - text-short < 0 + - these < 0 + - timelens < 0 + - timerep < 0 + - tldr < 0 + - tmapchan < 0 + - tmapmvar < 0 + - tomland < 0 + - tostring < 0 + - tree-diff < 0 + - trifecta < 0 + - ttrie < 0 + - type-of-html-static < 0 + - uncertain < 0 + - uniplate < 0 + - uniprot-kb < 0 + - unique < 0 + - universum < 0 + - unordered-containers < 0 + - uri-templater < 0 + - uuid-types < 0 + - validation < 0 + - validity-scientific < 0 + - validity-unordered-containers < 0 + - validity-vector < 0 + - vault < 0 + - vector-instances < 0 + - wai-extra < 0 + - wai-logger < 0 + - wai-predicates < 0 + - wcwidth < 0 + - weeder < 0 + - wikicfp-scraper < 0 + - winery < 0 + - witherable < 0 + - writer-cps-lens < 0 + - xml-conduit < 0 + - xml-isogen < 0 + - xml-lens < 0 + - xml-to-json < 0 + - xmlbf-xeno < 0 + - xss-sanitize < 0 + - yaml < 0 + - yesod-alerts < 0 + - yesod-eventsource < 0 + - yesod-gitrepo < 0 + - yesod-gitrev < 0 + - yesod-newsfeed < 0 + - yesod-sitemap < 0 + - zip < 0 + "GHC upper bounds": From e0ff4f295e633104a78d8c002d0066f244b0e439 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:08:38 -0700 Subject: [PATCH 104/168] Round 6 --- build-constraints.yaml | 194 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab9802eb..fc85fbdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4813,6 +4813,200 @@ packages: - yesod-sitemap < 0 - zip < 0 + - RefSerialize < 0 + - TCache < 0 + - adjunctions < 0 + - aeson-casing < 0 + - aeson-generic-compat < 0 + - aeson-iproute < 0 + - aeson-yak < 0 + - algebra < 0 + - ascii-progress < 0 + - async-extra < 0 + - barrier < 0 + - base32string < 0 + - base58string < 0 + - bits < 0 + - butter < 0 + - c2hs < 0 + - cfenv < 0 + - chan < 0 + - charset < 0 + - checkers < 0 + - chronologique < 0 + - codec < 0 + - commutative < 0 + - componentm-devel < 0 + - composable-associations-aeson < 0 + - concurrent-output < 0 + - conduit < 0 + - conduit-throttle < 0 + - configurator-export < 0 + - connection-pool < 0 + - courier < 0 + - cpio-conduit < 0 + - criterion-measurement < 0 + - di < 0 + - di-df1 < 0 + - distributed-closure < 0 + - dlist-nonempty < 0 + - docopt < 0 + - doctest-discover < 0 + - drifter-sqlite < 0 + - edit-distance-vector < 0 + - editor-open < 0 + - either < 0 + - elm-export < 0 + - envelope < 0 + - envy < 0 + - epub-metadata < 0 + - eq < 0 + - errors-ext < 0 + - etc < 0 + - eventful-core < 0 + - eventful-test-helpers < 0 + - every < 0 + - filecache < 0 + - filelock < 0 + - flat-mcmc < 0 + - flay < 0 + - fn < 0 + - forma < 0 + - free < 0 + - fsnotify < 0 + - genvalidity-aeson < 0 + - genvalidity-hspec-aeson < 0 + - gi-atk < 0 + - gi-cairo < 0 + - gi-gdk < 0 + - gi-gdkpixbuf < 0 + - gi-gio < 0 + - gi-glib < 0 + - gi-gobject < 0 + - gi-gtk < 0 + - gi-gtksource < 0 + - gi-javascriptcore < 0 + - gi-pango < 0 + - gi-vte < 0 + - gl < 0 + - groundhog-inspector < 0 + - groundhog-mysql < 0 + - groundhog-sqlite < 0 + - groundhog-th < 0 + - gtk2hs-buildtools < 0 + - hapistrano < 0 + - hasql-optparse-applicative < 0 + - hasql-pool < 0 + - hasql-transaction < 0 + - heterocephalus < 0 + - hexstring < 0 + - hinotify < 0 + - hourglass-orphans < 0 + - hslua < 0 + - hspec-expectations-pretty-diff < 0 + - hspec-golden-aeson < 0 + - hvega < 0 + - hw-fingertree-strict < 0 + - hw-hedgehog < 0 + - hw-hspec-hedgehog < 0 + - hxt-css < 0 + - hxt-curl < 0 + - hxt-expat < 0 + - hxt-tagsoup < 0 + - hyphenation < 0 + - imagesize-conduit < 0 + - invariant < 0 + - io-memoize < 0 + - ip6addr < 0 + - islink < 0 + - jni < 0 + - kan-extensions < 0 + - kleene < 0 + - lapack-ffi-tools < 0 + - leveldb-haskell < 0 + - log-base < 0 + - lxd-client-config < 0 + - mbtiles < 0 + - microstache < 0 + - monad-logger-json < 0 + - monad-logger-syslog < 0 + - monad-products < 0 + - monad-unlift < 0 + - monad-unlift-ref < 0 + - monoid-subclasses < 0 + - mutable-containers < 0 + - natural-transformation < 0 + - network-transport-composed < 0 + - network-transport-inmemory < 0 + - network-transport-tests < 0 + - odbc < 0 + - openssl-streams < 0 + - pager < 0 + - pandoc-types < 0 + - path-io < 0 + - pipes-concurrency < 0 + - pipes-wai < 0 + - poly-arity < 0 + - protobuf-simple < 0 + - qchas < 0 + - quickcheck-special < 0 + - random-fu < 0 + - result < 0 + - retry < 0 + - sdl2 < 0 + - selda-postgresql < 0 + - selda-sqlite < 0 + - semigroupoid-extras < 0 + - serversession-frontend-wai < 0 + - set-cover < 0 + - shell-conduit < 0 + - smoothie < 0 + - snap-blaze < 0 + - splitmix < 0 + - sqlite-simple-errors < 0 + - state-codes < 0 + - stm-conduit < 0 + - streaming-commons < 0 + - streaming-wai < 0 + - streams < 0 + - string-conversions < 0 + - swagger < 0 + - tagged-transformer < 0 + - tasty < 0 + - tasty-discover < 0 + - tasty-golden < 0 + - tasty-hedgehog < 0 + - tasty-silver < 0 + - tasty-smallcheck < 0 + - throttle-io-stream < 0 + - time-parsers < 0 + - transaction < 0 + - typed-process < 0 + - typelits-witnesses < 0 + - unboxed-ref < 0 + - unit-constraint < 0 + - unliftio < 0 + - urlpath < 0 + - uuid < 0 + - validity-aeson < 0 + - validity-path < 0 + - vector-bytes-instances < 0 + - wai < 0 + - wai-middleware-caching < 0 + - wai-middleware-caching-lru < 0 + - wai-session < 0 + - web-routes < 0 + - web-routes-wai < 0 + - witness < 0 + - wl-pprint-extras < 0 + - world-peace < 0 + - xml-html-qq < 0 + - xmlbf < 0 + - zeromq4-haskell < 0 + - zeromq4-patterns < 0 + - zim-parser < 0 + - zip-stream < 0 + - ztail < 0 "GHC upper bounds": From 625910c4fdc15d11a95d0003e89e450deaeb9300 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:13:12 -0700 Subject: [PATCH 105/168] Round 7 --- build-constraints.yaml | 125 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc85fbdc..a21761ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5008,6 +5008,131 @@ packages: - zip-stream < 0 - ztail < 0 + - ChannelT < 0 + - Network-NineP < 0 + - Rasterific < 0 + - arithmoi < 0 + - arithmoi < 0 + - barbies < 0 + - binary-conduit < 0 + - bitcoin-types < 0 + - bzlib-conduit < 0 + - cabal2spec < 0 + - cereal-conduit < 0 + - cheapskate < 0 + - cheapskate < 0 + - clock < 0 + - compiler-warnings < 0 + - conduit-concurrent-map < 0 + - conduit-concurrent-map < 0 + - countable < 0 + - cql < 0 + - cql < 0 + - csp < 0 + - dawg-ord < 0 + - dawg-ord < 0 + - di-core < 0 + - drifter < 0 + - eventful-memory < 0 + - eventful-memory < 0 + - free-vl < 0 + - freer-simple < 0 + - freer-simple < 0 + - fsnotify-conduit < 0 + - fsnotify-conduit < 0 + - generic-data < 0 + - genvalidity-uuid < 0 + - genvalidity-vector < 0 + - ghc-exactprint < 0 + - ghc-typelits-extra < 0 + - ghc-typelits-knownnat < 0 + - ghc-typelits-natnormalise < 0 + - ghcid < 0 + - ghcid < 0 + - gi-gtk-hs < 0 + - githash < 0 + - haskell-src-exts < 0 + - haskell-src-exts < 0 + - haskell-src-exts < 0 + - haskell-src-exts-util < 0 + - higher-leveldb < 0 + - higher-leveldb < 0 + - hsini < 0 + - hslua-module-text < 0 + - hslua-module-text < 0 + - hspec-checkers < 0 + - hsyslog-udp < 0 + - immortal < 0 + - language-ecmascript < 0 + - language-ecmascript < 0 + - language-java < 0 + - lzma-conduit < 0 + - mighty-metropolis < 0 + - monad-loops < 0 + - multiarg < 0 + - nonce < 0 + - nondeterminism < 0 + - nsis < 0 + - paripari < 0 + - parsec-numeric < 0 + - pcre-heavy < 0 + - pgp-wordlist < 0 + - pipes-binary < 0 + - pipes-binary < 0 + - pipes-group < 0 + - pptable < 0 + - pure-zlib < 0 + - quadratic-irrational < 0 + - quickbench < 0 + - rainbox < 0 + - range < 0 + - recursion-schemes < 0 + - regex-applicative < 0 + - rocksdb-query < 0 + - rocksdb-query < 0 + - safeio < 0 + - say < 0 + - sdl2-image < 0 + - sdl2-ttf < 0 + - secp256k1-haskell < 0 + - singletons < 0 + - singletons < 0 + - starter < 0 + - streaming-bytestring < 0 + - streaming-bytestring < 0 + - string-transform < 0 + - tasty-ant-xml < 0 + - tasty-dejafu < 0 + - tasty-expected-failure < 0 + - tasty-hspec < 0 + - tasty-hspec < 0 + - tasty-hunit < 0 + - tasty-leancheck < 0 + - tasty-program < 0 + - tasty-quickcheck < 0 + - tasty-stats < 0 + - tasty-th < 0 + - throwable-exceptions < 0 + - throwable-exceptions < 0 + - titlecase < 0 + - traverse-with-class < 0 + - universe-instances-extended < 0 + - unordered-intmap < 0 + - validity-uuid < 0 + - vector-split < 0 + - web-routes-hsp < 0 + - withdependencies < 0 + - wl-pprint-annotated < 0 + - wl-pprint-terminfo < 0 + - writer-cps-full < 0 + - xls < 0 + - xml-indexed-cursor < 0 + - xml-indexed-cursor < 0 + - xml-picklers < 0 + - yeshql-core < 0 + - yeshql-hdbc < 0 + + "GHC upper bounds": # Need to always match the version shipped with GHC From 9573b86c987a7bebea05ef707241ad0245521be3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:16:44 -0700 Subject: [PATCH 106/168] Round 8 --- build-constraints.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a21761ec..7c7b5bfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5132,6 +5132,32 @@ packages: - yeshql-core < 0 - yeshql-hdbc < 0 + - cheapskate-highlight < 0 + - clock-extras < 0 + - di-handle < 0 + - di-monad < 0 + - eliminators < 0 + - extra < 0 + - general-games < 0 + - hprotoc < 0 + - hsass < 0 + - hspec-core < 0 + - hspec-meta < 0 + - openexr-write < 0 + - regex-applicative-text < 0 + - singleton-nats < 0 + - stopwatch < 0 + - streamly < 0 + - temporary < 0 + - tensors < 0 + - test-framework-th < 0 + - universe < 0 + - wl-pprint-console < 0 + - yeshql < 0 + + + + "GHC upper bounds": From 41ef8844ea6b020ca2bd1c78a2f806c05772b93a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:22:00 -0700 Subject: [PATCH 107/168] Round 9 --- build-constraints.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c7b5bfa..5f3e92c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5155,6 +5155,33 @@ packages: - wl-pprint-console < 0 - yeshql < 0 + - algebraic-graphs < 0 + - atomic-write < 0 + - fileplow < 0 + - flac < 0 + - flac-picture < 0 + - genvalidity-hspec < 0 + - gnuplot < 0 + - hexml < 0 + - hspec < 0 + - hspec-discover < 0 + - hspec-leancheck < 0 + - hspec-smallcheck < 0 + - lame < 0 + - load-env < 0 + - main-tester < 0 + - markdown-unlit < 0 + - messagepack < 0 + - mockery < 0 + - monad-par < 0 + - record-dot-preprocessor < 0 + - rocksdb-haskell < 0 + - silently < 0 + - tzdata < 0 + - vector-mmap < 0 + - wave < 0 + - weigh < 0 + - zip-archive < 0 From f179fe3f5656245157731dd9b1e6e6d89936939b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:27:03 -0700 Subject: [PATCH 108/168] Round 10 --- build-constraints.yaml | 97 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f3e92c5..3a76332d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5183,6 +5183,103 @@ packages: - weigh < 0 - zip-archive < 0 + - ClustalParser < 0 + - SCalendar < 0 + - ViennaRNAParser < 0 + - adler32 < 0 + - app-settings < 0 + - appendmap < 0 + - base-compat-batteries < 0 + - base-orphans < 0 + - bbdb < 0 + - bifunctors < 0 + - bitcoin-script < 0 + - bordacount < 0 + - cereal-time < 0 + - clay < 0 + - compactmap < 0 + - currencies < 0 + - deriving-compat < 0 + - distributive < 0 + - dockerfile < 0 + - doctest < 0 + - dvorak < 0 + - elf < 0 + - fold-debounce < 0 + - format-numbers < 0 + - friday-juicypixels < 0 + - friendly-time < 0 + - generic-deriving < 0 + - genvalidity < 0 + - genvalidity-bytestring < 0 + - genvalidity-containers < 0 + - genvalidity-hspec-binary < 0 + - genvalidity-hspec-cereal < 0 + - genvalidity-hspec-optics < 0 + - genvalidity-property < 0 + - genvalidity-text < 0 + - genvalidity-time < 0 + - getopt-generics < 0 + - ghost-buster < 0 + - graph-wrapper < 0 + - half < 0 + - hformat < 0 + - hidden-char < 0 + - hlibsass < 0 + - hopfli < 0 + - hsemail < 0 + - hsexif < 0 + - htaglib < 0 + - hvect < 0 + - identicon < 0 + - io-region < 0 + - iproute < 0 + - iso8601-time < 0 + - justified-containers < 0 + - language-javascript < 0 + - lens-family-th < 0 + - lift-generics < 0 + - logging-facade < 0 + - massiv < 0 + - messagepack-rpc < 0 + - mime-mail < 0 + - mixed-types-num < 0 + - mnist-idx < 0 + - monad-recorder < 0 + - multistate < 0 + - mysql < 0 + - nagios-check < 0 + - nanospec < 0 + - network < 0 + - optparse-text < 0 + - pagination < 0 + - pretty-types < 0 + - projectroot < 0 + - quickcheck-assertions < 0 + - records-sop < 0 + - resourcet < 0 + - rfc1751 < 0 + - rot13 < 0 + - safe-exceptions < 0 + - safe-exceptions-checked < 0 + - scalendar < 0 + - search-algorithms < 0 + - should-not-typecheck < 0 + - stringbuilder < 0 + - sum-type-boilerplate < 0 + - sysinfo < 0 + - text-conversions < 0 + - th-desugar < 0 + - th-orphans < 0 + - thread-hierarchy < 0 + - typenums < 0 + - validity < 0 + - valor < 0 + - wide-word < 0 + - with-location < 0 + - word-trie < 0 + - xxhash-ffi < 0 + - yes-precure5-command < 0 From 5611bd74175ea7f707ffdf62b07548edfe6b6544 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:32:18 -0700 Subject: [PATCH 109/168] Round 11 --- build-constraints.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a76332d..f9be6d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5281,6 +5281,50 @@ packages: - xxhash-ffi < 0 - yes-precure5-command < 0 + - HsOpenSSL < 0 + - OpenGLRaw < 0 + - atom-basic < 0 + - auto < 0 + - blaze-colonnade < 0 + - bno055-haskell < 0 + - call-stack < 0 + - colonnade < 0 + - comonad < 0 + - fixed-vector < 0 + - from-sum < 0 + - h2c < 0 + - hdevtools < 0 + - heaps < 0 + - hjsmin < 0 + - hopenssl < 0 + - hsdns < 0 + - hstatsd < 0 + - hsyslog < 0 + - intervals < 0 + - lca < 0 + - lens-simple < 0 + - logging-facade-syslog < 0 + - mbox-utility < 0 + - network-multicast < 0 + - network-simple < 0 + - one-liner < 0 + - pipes-network < 0 + - process-extras < 0 + - profunctors < 0 + - read-env-var < 0 + - sendfile < 0 + - socket-activation < 0 + - socks < 0 + - sphinx < 0 + - step-function < 0 + - transformers-base < 0 + - type-level-kv-list < 0 + - unicode-transforms < 0 + - validity-bytestring < 0 + - validity-containers < 0 + - validity-text < 0 + - validity-time < 0 + - xenstore < 0 From cc7665ed5b218aa55e6856ae6989889e6a051cd9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:36:44 -0700 Subject: [PATCH 110/168] Round 12 --- build-constraints.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9be6d4d..0fb76098 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5326,6 +5326,31 @@ packages: - validity-time < 0 - xenstore < 0 + - GLURaw < 0 + - GLUT < 0 + - HUnit < 0 + - HUnit-approx < 0 + - HsOpenSSL-x509-system < 0 + - OpenGL < 0 + - dejafu < 0 + - dunai < 0 + - elerea < 0 + - fixed-vector-hetero < 0 + - hdaemonize < 0 + - hreader < 0 + - list-t < 0 + - monad-control < 0 + - monad-control-aligned < 0 + - monad-extras < 0 + - monad-journal < 0 + - netwire < 0 + - one-liner-instances < 0 + - pdfinfo < 0 + - pipes-safe < 0 + - rainbow < 0 + - saltine < 0 + - streaming < 0 + - zlib-lens < 0 "GHC upper bounds": From 16c4ee00b152428b4210d9e10dda4dbda4665fa2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:41:44 -0700 Subject: [PATCH 111/168] Round 13 --- build-constraints.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fb76098..686cdfdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5352,6 +5352,44 @@ packages: - streaming < 0 - zlib-lens < 0 + - GLFW-b < 0 + - LibZip < 0 + - OpenAL < 0 + - SafeSemaphore < 0 + - abstract-deque-tests < 0 + - base64-bytestring < 0 + - bindings-GLFW < 0 + - blaze-builder < 0 + - blaze-html < 0 + - chaselev-deque < 0 + - concurrency < 0 + - crypto-api-tests < 0 + - deepseq-generics < 0 + - hebrew-time < 0 + - hset < 0 + - hunit-dejafu < 0 + - math-functions < 0 + - minimorph < 0 + - miniutter < 0 + - monad-peel < 0 + - murmur3 < 0 + - netwire-input < 0 + - netwire-input-glfw < 0 + - network-uri < 0 + - parsec < 0 + - prefix-units < 0 + - rank1dynamic < 0 + - re2 < 0 + - scrypt < 0 + - shelltestrunner < 0 + - syb < 0 + - tce-conf < 0 + - tensorflow-test < 0 + - test-framework-hunit < 0 + - tile < 0 + - tsv2csv < 0 + - unicode-show < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC From 6b05a089dbef7a8e673010f11d36128aab49d99c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 27 Sep 2018 22:47:42 -0700 Subject: [PATCH 112/168] Round 14 --- build-constraints.yaml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 686cdfdd..0d645aa3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5376,7 +5376,6 @@ packages: - netwire-input < 0 - netwire-input-glfw < 0 - network-uri < 0 - - parsec < 0 - prefix-units < 0 - rank1dynamic < 0 - re2 < 0 @@ -5390,6 +5389,39 @@ packages: - tsv2csv < 0 - unicode-show < 0 + - ALUT < 0 + - HStringTemplate < 0 + - Strafunski-StrategyLib < 0 + - alerts < 0 + - blaze-bootstrap < 0 + - blaze-markup < 0 + - carray < 0 + - debug-trace-var < 0 + - distributed-static < 0 + - exceptions < 0 + - fft < 0 + - hidapi < 0 + - highlighting-kate < 0 + - hs-bibutils < 0 + - language-c < 0 + - mwc-random < 0 + - protocol-buffers < 0 + - pureMD5 < 0 + - random-source < 0 + - storablevector < 0 + - th-expand-syns < 0 + - th-extras < 0 + - uri-encode < 0 + + + + + + + + + + "GHC upper bounds": # Need to always match the version shipped with GHC From cf0b3fa47e046b1e5c63df733cda8bf42c647a8a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 05:38:08 -0700 Subject: [PATCH 113/168] Try again but be more careful --- build-constraints.yaml | 1733 +--------------------------------------- 1 file changed, 4 insertions(+), 1729 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d645aa3..7d3db910 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,1735 +3684,6 @@ packages: - hasql-transaction # base-4.12.0.0 is out of bounds for: - - Agda < 0 - - JuicyPixels-scale-dct < 0 - - MissingH < 0 - - ShellCheck < 0 - - aeson-diff < 0 - - alarmclock < 0 - - apply-refact < 0 - - async-pool < 0 - - autoexporter < 0 - - avers < 0 - - axel < 0 - - bank-holidays-england < 0 - - base-noprelude < 0 - - benchpress < 0 - - brick < 0 - - bv-little < 0 - - cabal-install < 0 - - cairo < 0 - - cipher-aes128 < 0 - - circle-packing < 0 - - clang-compilation-database < 0 - - clash-ghc < 0 - - clash-lib < 0 - - clash-prelude < 0 - - classyplate < 0 - - country < 0 - - crypto-enigma < 0 - - cyclotomic < 0 - - czipwith < 0 - - darcs < 0 - - data-tree-print < 0 - - derulo < 0 - - dhall < 0 - - dhall-to-cabal < 0 - - diagrams-solve < 0 - - doctest-driver-gen < 0 - - edit < 0 - - ekg-core < 0 - - ekg-statsd < 0 - - email-validate < 0 - - exception-hierarchy < 0 - - fay < 0 - - feed < 0 - - flow < 0 - - fold-debounce-conduit < 0 - - fswatch < 0 - - generic-aeson < 0 - - generic-random < 0 - - generic-xmlpickler < 0 - - geniplate-mirror < 0 - - ghc-parser < 0 - - ghc-syntax-highlighter < 0 - - gio < 0 - - github-release < 0 - - glib < 0 - - gloss < 0 - - gloss-raster < 0 - - gloss-rendering < 0 - - greskell < 0 - - greskell-core < 0 - - greskell-websocket < 0 - - gtk3 < 0 - - haddock-library < 0 - - happstack-server < 0 - - haskell-lsp < 0 - - haskell-lsp-types < 0 - - haskell-src-meta < 0 - - haskell-tools-ast < 0 - - haskell-tools-backend-ghc < 0 - - haskell-tools-builtin-refactorings < 0 - - haskell-tools-cli < 0 - - haskell-tools-daemon < 0 - - haskell-tools-debug < 0 - - haskell-tools-demo < 0 - - haskell-tools-prettyprint < 0 - - haskell-tools-refactor < 0 - - haskell-tools-rewrite < 0 - - hgrev < 0 - - hierarchy < 0 - - hint < 0 - - hledger < 0 - - hledger-api < 0 - - hledger-lib < 0 - - hledger-ui < 0 - - hledger-web < 0 - - hoopl < 0 - - hpqtypes < 0 - - hspec-need-env < 0 - - http-media < 0 - - hxt-pickle-utils < 0 - - ihaskell < 0 - - indentation-core < 0 - - indentation-parsec < 0 - - indexed-list-literals < 0 - - inline-java < 0 - - invertible-grammar < 0 - - io-streams-haproxy < 0 - - ixset-typed < 0 - - json-feed < 0 - - json-rpc-client < 0 - - json-rpc-server < 0 - - jwt < 0 - - kraken < 0 - - lackey < 0 - - learn-physics < 0 - - lens-labels < 0 - - logging-effect < 0 - - logging-effect-extra < 0 - - logging-effect-extra-file < 0 - - logging-effect-extra-handler < 0 - - lucid < 0 - - memory < 0 - - microlens-th < 0 - - monoid-extras < 0 - - monoidal-containers < 0 - - named < 0 - - numhask < 0 - - numhask-prelude < 0 - - numhask-range < 0 - - numhask-test < 0 - - om-elm < 0 - - packdeps < 0 - - palette < 0 - - pango < 0 - - papillon < 0 - - perf < 0 - - pier < 0 - - pier-core < 0 - - pipes-random < 0 - - polyparse < 0 - - postgresql-simple-url < 0 - - prometheus < 0 - - proto-lens < 0 - - proto-lens-arbitrary < 0 - - proto-lens-combinators < 0 - - proto-lens-optparse < 0 - - proto-lens-protobuf-types < 0 - - proto-lens-protoc < 0 - - proto-lens-runtime < 0 - - proto-lens-setup < 0 - - protolude < 0 - - publicsuffix < 0 - - pusher-http-haskell < 0 - - random-bytestring < 0 - - rank2classes < 0 - - ratel < 0 - - ratel-wai < 0 - - rattletrap < 0 - - repa < 0 - - rethinkdb-client-driver < 0 - - rhine < 0 - - rhine-gloss < 0 - - safecopy < 0 - - salve < 0 - - sandi < 0 - - seqid < 0 - - seqid-streams < 0 - - servant < 0 - - servant-JuicyPixels < 0 - - servant-auth < 0 - - servant-auth-client < 0 - - servant-auth-docs < 0 - - servant-auth-server < 0 - - servant-auth-swagger < 0 - - servant-client < 0 - - servant-client-core < 0 - - servant-dhall < 0 - - servant-docs < 0 - - servant-foreign < 0 - - servant-js < 0 - - servant-quickcheck < 0 - - servant-server < 0 - - servant-streaming < 0 - - servant-streaming-client < 0 - - servant-streaming-server < 0 - - servant-swagger < 0 - - servant-swagger-ui < 0 - - servant-swagger-ui-core < 0 - - simplest-sqlite < 0 - - slack-web < 0 - - snap-server < 0 - - statestack < 0 - - static-text < 0 - - strive < 0 - - svg-builder < 0 - - swagger2 < 0 - - tdigest < 0 - - termbox < 0 - - texmath < 0 - - text-show < 0 - - th-nowq < 0 - - threepenny-gui < 0 - - through-text < 0 - - timer-wheel < 0 - - transformers-lift < 0 - - tz < 0 - - union < 0 - - uri-bytestring < 0 - - vector-binary-instances < 0 - - vector-space < 0 - - vectortiles < 0 - - versions < 0 - - wai-middleware-travisci < 0 - - wild-bind < 0 - - wild-bind-x11 < 0 - - wuss < 0 - - xmonad-contrib < 0 - - - DRBG < 0 - - LambdaHack < 0 - - QuasiText < 0 - - aeson-qq < 0 - - amazonka-core < 0 - - approximate < 0 - - asn1-types < 0 - - async-refresh < 0 - - async-refresh-tokens < 0 - - atom-conduit < 0 - - backprop < 0 - - bcrypt < 0 - - bhoogle < 0 - - binary-orphans < 0 - - bitx-bitcoin < 0 - - butcher < 0 - - cachix < 0 - - cachix-api < 0 - - chatwork < 0 - - cheapskate-lucid < 0 - - check-email < 0 - - codo-notation < 0 - - compensated < 0 - - cpphs < 0 - - credential-store < 0 - - cryptocompare < 0 - - cryptohash < 0 - - cryptohash-cryptoapi < 0 - - cryptonite < 0 - - cryptonite-conduit < 0 - - cryptonite-openssl < 0 - - csg < 0 - - dhall-bash < 0 - - dhall-json < 0 - - dhall-text < 0 - - download < 0 - - dublincore-xml-conduit < 0 - - enum-subset-generate < 0 - - eventstore < 0 - - fay-base < 0 - - file-modules < 0 - - find-clumpiness < 0 - - gdax < 0 - - giphy-api < 0 - - github-webhooks < 0 - - goggles < 0 - - graphviz < 0 - - gym-http-api < 0 - - hOpenPGP < 0 - - hailgun < 0 - - haskell-spacegoo < 0 - - haskintex < 0 - - haskoin-core < 0 - - here < 0 - - herms < 0 - - hledger-interest < 0 - - hopenpgp-tools < 0 - - http-client < 0 - - http-client-tls < 0 - - hyperloglog < 0 - - hyraxAbif < 0 - - ihaskell-hvega < 0 - - inliterate < 0 - - interpolate < 0 - - interpolatedstring-perl6 < 0 - - invertible < 0 - - ipython-kernel < 0 - - jmacro < 0 - - jose < 0 - - jose-jwt < 0 - - json-schema < 0 - - jvm-batching < 0 - - jvm-streaming < 0 - - language-c-quote < 0 - - language-puppet < 0 - - large-hashable < 0 - - log-postgres < 0 - - logger-thread < 0 - - lucid-extras < 0 - - marvin-interpolate < 0 - - microlens-platform < 0 - - minio-hs < 0 - - miso < 0 - - mmark < 0 - - mmark-cli < 0 - - mmark-ext < 0 - - monad-metrics < 0 - - mwc-probability-transition < 0 - - mysql-haskell < 0 - - oauthenticated < 0 - - online < 0 - - opml-conduit < 0 - - pem < 0 - - persistent < 0 - - persistent-sqlite < 0 - - pipes-csv < 0 - - plotlyhs < 0 - - postgresql-typed < 0 - - protocol-radius < 0 - - pushbullet-types < 0 - - qm-interpolated-string < 0 - - qnap-decrypt < 0 - - quickcheck-state-machine < 0 - - rakuten < 0 - - registry < 0 - - rss-conduit < 0 - - safe-money < 0 - - securemem < 0 - - servant-blaze < 0 - - servant-cassava < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions-core < 0 - - servant-elm < 0 - - servant-exceptions < 0 - - servant-github-webhook < 0 - - servant-kotlin < 0 - - servant-lucid < 0 - - servant-mock < 0 - - servant-pandoc < 0 - - servant-rawm < 0 - - servant-ruby < 0 - - servant-static-th < 0 - - servant-tracing < 0 - - servant-websockets < 0 - - sexp-grammar < 0 - - shikensu < 0 - - simple-vec3 < 0 - - sparkle < 0 - - stack < 0 - - statistics < 0 - - store < 0 - - summoner < 0 - - swish < 0 - - telegram-bot-simple < 0 - - text-ldap < 0 - - text-show-instances < 0 - - thyme < 0 - - tibetan-utils < 0 - - tls < 0 - - triplesec < 0 - - vector-sized < 0 - - vivid-supercollider < 0 - - vty < 0 - - wai-app-static < 0 - - wai-middleware-metrics < 0 - - wai-middleware-static < 0 - - websockets-snap < 0 - - wreq < 0 - - ws < 0 - - x509 < 0 - - x509-validation < 0 - - xmonad-extras < 0 - - yesod-auth < 0 - - yesod-form < 0 - - yesod-static < 0 - - - Allure < 0 - - DAV < 0 - - HTF < 0 - - HaskellNet < 0 - - HaskellNet-SSL < 0 - - IPv6DB < 0 - - RSA < 0 - - aeson-typescript < 0 - - amazonka < 0 - - amazonka-apigateway < 0 - - amazonka-application-autoscaling < 0 - - amazonka-appstream < 0 - - amazonka-athena < 0 - - amazonka-autoscaling < 0 - - amazonka-budgets < 0 - - amazonka-certificatemanager < 0 - - amazonka-cloudformation < 0 - - amazonka-cloudfront < 0 - - amazonka-cloudhsm < 0 - - amazonka-cloudsearch < 0 - - amazonka-cloudsearch-domains < 0 - - amazonka-cloudtrail < 0 - - amazonka-cloudwatch < 0 - - amazonka-cloudwatch-events < 0 - - amazonka-cloudwatch-logs < 0 - - amazonka-codebuild < 0 - - amazonka-codecommit < 0 - - amazonka-codedeploy < 0 - - amazonka-codepipeline < 0 - - amazonka-cognito-identity < 0 - - amazonka-cognito-idp < 0 - - amazonka-cognito-sync < 0 - - amazonka-config < 0 - - amazonka-datapipeline < 0 - - amazonka-devicefarm < 0 - - amazonka-directconnect < 0 - - amazonka-discovery < 0 - - amazonka-dms < 0 - - amazonka-ds < 0 - - amazonka-dynamodb < 0 - - amazonka-dynamodb-streams < 0 - - amazonka-ec2 < 0 - - amazonka-ecr < 0 - - amazonka-ecs < 0 - - amazonka-efs < 0 - - amazonka-elasticache < 0 - - amazonka-elasticbeanstalk < 0 - - amazonka-elasticsearch < 0 - - amazonka-elastictranscoder < 0 - - amazonka-elb < 0 - - amazonka-elbv2 < 0 - - amazonka-emr < 0 - - amazonka-gamelift < 0 - - amazonka-glacier < 0 - - amazonka-health < 0 - - amazonka-iam < 0 - - amazonka-importexport < 0 - - amazonka-inspector < 0 - - amazonka-iot < 0 - - amazonka-iot-dataplane < 0 - - amazonka-kinesis < 0 - - amazonka-kinesis-analytics < 0 - - amazonka-kinesis-firehose < 0 - - amazonka-kms < 0 - - amazonka-lambda < 0 - - amazonka-lightsail < 0 - - amazonka-marketplace-analytics < 0 - - amazonka-marketplace-metering < 0 - - amazonka-ml < 0 - - amazonka-opsworks < 0 - - amazonka-opsworks-cm < 0 - - amazonka-pinpoint < 0 - - amazonka-polly < 0 - - amazonka-rds < 0 - - amazonka-redshift < 0 - - amazonka-rekognition < 0 - - amazonka-route53 < 0 - - amazonka-route53-domains < 0 - - amazonka-s3 < 0 - - amazonka-sdb < 0 - - amazonka-servicecatalog < 0 - - amazonka-ses < 0 - - amazonka-shield < 0 - - amazonka-sms < 0 - - amazonka-snowball < 0 - - amazonka-sns < 0 - - amazonka-sqs < 0 - - amazonka-ssm < 0 - - amazonka-stepfunctions < 0 - - amazonka-storagegateway < 0 - - amazonka-sts < 0 - - amazonka-support < 0 - - amazonka-swf < 0 - - amazonka-test < 0 - - amazonka-waf < 0 - - amazonka-workspaces < 0 - - amazonka-xray < 0 - - antiope-athena < 0 - - antiope-core < 0 - - antiope-dynamodb < 0 - - antiope-messages < 0 - - antiope-s3 < 0 - - antiope-sns < 0 - - antiope-sqs < 0 - - asif < 0 - - asn1-encoding < 0 - - asn1-parse < 0 - - authenticate-oauth < 0 - - beam-core < 0 - - binary-tagged < 0 - - bins < 0 - - bitcoin-api < 0 - - bitcoin-api-extra < 0 - - bitcoin-block < 0 - - bitcoin-tx < 0 - - bson < 0 - - bugsnag-haskell < 0 - - cabal-rpm < 0 - - cayley-client < 0 - - cipher-aes < 0 - - cipher-blowfish < 0 - - cipher-camellia < 0 - - cipher-des < 0 - - classy-prelude-yesod < 0 - - closed < 0 - - configuration-tools < 0 - - connection < 0 - - consul-haskell < 0 - - cql-io < 0 - - criterion < 0 - - crypto-cipher-tests < 0 - - crypto-cipher-types < 0 - - crypto-pubkey-types < 0 - - crypto-random < 0 - - datadog < 0 - - datasets < 0 - - dns < 0 - - docker < 0 - - emd < 0 - - eventful-sql-common < 0 - - eventful-sqlite < 0 - - executable-hash < 0 - - fay-dom < 0 - - fb < 0 - - fmt < 0 - - generics-eot < 0 - - github < 0 - - hamilton < 0 - - handwriting < 0 - - haskoin-node < 0 - - haskoin-store < 0 - - hedis < 0 - - hexml-lens < 0 - - hlint < 0 - - hmatrix-backprop < 0 - - hmatrix-vector-sized < 0 - - hpack < 0 - - hquantlib < 0 - - hsebaysdk < 0 - - hspec-wai-json < 0 - - hsx-jmacro < 0 - - http-client-openssl < 0 - - http-conduit < 0 - - http-reverse-proxy < 0 - - influxdb < 0 - - irc-client < 0 - - irc-conduit < 0 - - jmacro-rpc < 0 - - jmacro-rpc-snap < 0 - - kawhi < 0 - - koofr-client < 0 - - locators < 0 - - mapquest-api < 0 - - mbug < 0 - - microformats2-parser < 0 - - mime-mail-ses < 0 - - moesocks < 0 - - mongoDB < 0 - - morte < 0 - - mustache < 0 - - mysql-haskell-nem < 0 - - mysql-haskell-openssl < 0 - - network-conduit-tls < 0 - - network-simple-tls < 0 - - next-ref < 0 - - opensource < 0 - - persistent-iproute < 0 - - persistent-mysql < 0 - - persistent-mysql-haskell < 0 - - persistent-postgresql < 0 - - persistent-template < 0 - - pinboard < 0 - - pipes-http < 0 - - pipes-network-tls < 0 - - pkcs10 < 0 - - postgresql-simple < 0 - - postgresql-simple-migration < 0 - - protocol-radius-test < 0 - - ref-fd < 0 - - req < 0 - - req-conduit < 0 - - require < 0 - - rollbar-hs < 0 - - s3-signer < 0 - - serverless-haskell < 0 - - servius < 0 - - ses-html < 0 - - simple-log < 0 - - smtp-mail < 0 - - soap < 0 - - soap-openssl < 0 - - soap-tls < 0 - - speculation < 0 - - stratosphere < 0 - - tcp-streams < 0 - - textlocal < 0 - - th-printf < 0 - - threads-extras < 0 - - tls-debug < 0 - - tls-session-manager < 0 - - users < 0 - - vivid < 0 - - wai-middleware-consul < 0 - - wai-middleware-crowd < 0 - - wai-slack-middleware < 0 - - wai-websockets < 0 - - warp < 0 - - warp-tls < 0 - - web-plugins < 0 - - webdriver < 0 - - webex-teams-conduit < 0 - - webex-teams-pipes < 0 - - wreq-stringless < 0 - - wss-client < 0 - - x509-store < 0 - - x509-system < 0 - - yesod < 0 - - yesod-auth-fb < 0 - - yesod-auth-hashdb < 0 - - yesod-bin < 0 - - yesod-fb < 0 - - yesod-form-bootstrap4 < 0 - - yesod-paginator < 0 - - yesod-persistent < 0 - - yesod-recaptcha2 < 0 - - yesod-test < 0 - - yesod-text-markdown < 0 - - yi-language < 0 - - - Earley < 0 - - HPDF < 0 - - HTTP < 0 - - IntervalMap < 0 - - JuicyPixels-extra < 0 - - MusicBrainz < 0 - - ad < 0 - - amqp < 0 - - apecs < 0 - - arbor-postgres < 0 - - async-timer < 0 - - attoparsec < 0 - - beam-migrate < 0 - - beam-sqlite < 0 - - bench < 0 - - bimap-server < 0 - - binary-list < 0 - - bit-stream < 0 - - bits-extra < 0 - - bitset-word8 < 0 - - blake2 < 0 - - broadcast-chan < 0 - - bson-lens < 0 - - bytestring-conversion < 0 - - cabal2nix < 0 - - case-insensitive < 0 - - cassava-conduit < 0 - - cipher-rc4 < 0 - - cisco-spark-api < 0 - - clientsession < 0 - - cmark < 0 - - conduit-algorithms < 0 - - conduit-connection < 0 - - conduit-iconv < 0 - - conduit-parse < 0 - - cprng-aes < 0 - - cron < 0 - - cryptocipher < 0 - - css-syntax < 0 - - ctrie < 0 - - curl-runnings < 0 - - data-diverse < 0 - - data-has < 0 - - data-msgpack < 0 - - dataurl < 0 - - dbcleaner < 0 - - dbus < 0 - - detour-via-sci < 0 - - dimensional < 0 - - discrimination < 0 - - do-list < 0 - - drifter-postgresql < 0 - - edit-distance < 0 - - farmhash < 0 - - fast-digits < 0 - - fclabels < 0 - - foldl < 0 - - folds < 0 - - gc < 0 - - generic-lens < 0 - - genvalidity-path < 0 - - geojson < 0 - - github-types < 0 - - google-oauth2-jwt < 0 - - graph-core < 0 - - groundhog-postgresql < 0 - - hasbolt < 0 - - hashable < 0 - - histogram-fill < 0 - - hmatrix-morpheus < 0 - - hoogle < 0 - - hspec-pg-transact < 0 - - html-email-validate < 0 - - html-entity-map < 0 - - htoml < 0 - - http-link-header < 0 - - human-readable-duration < 0 - - hw-conduit < 0 - - hw-dsv < 0 - - hw-json < 0 - - hw-prim < 0 - - hw-rankselect < 0 - - hw-simd < 0 - - hweblib < 0 - - hworker < 0 - - hxt-regex-xmlschema < 0 - - ilist < 0 - - include-file < 0 - - incremental-parser < 0 - - inline-r < 0 - - intset-imperative < 0 - - ip < 0 - - jvm < 0 - - kanji < 0 - - kazura-queue < 0 - - kdt < 0 - - lens < 0 - - lifted-async < 0 - - lifted-base < 0 - - line < 0 - - loop < 0 - - lz4 < 0 - - machines < 0 - - matrices < 0 - - matrix < 0 - - mega-sdist < 0 - - megaparsec < 0 - - microlens-aeson < 0 - - modern-uri < 0 - - monad-logger-prefix < 0 - - monad-memo < 0 - - netpbm < 0 - - network-messagepack-rpc-websocket < 0 - - newtype-generics < 0 - - openpgp-asciiarmor < 0 - - persistent-refs < 0 - - pg-transact < 0 - - phantom-state < 0 - - postgresql-schema < 0 - - postgresql-simple-queue < 0 - - postgresql-transactional < 0 - - pretty-simple < 0 - - prettyprinter < 0 - - prometheus-client < 0 - - psql-helpers < 0 - - ramus < 0 - - rcu < 0 - - rdf < 0 - - reinterpret-cast < 0 - - req-url-extra < 0 - - rng-utils < 0 - - sampling < 0 - - scalpel-core < 0 - - scanner < 0 - - scientific < 0 - - scotty < 0 - - semver < 0 - - siggy-chardust < 0 - - sorted-list < 0 - - sourcemap < 0 - - stache < 0 - - stm-hamt < 0 - - structs < 0 - - sv < 0 - - tar < 0 - - tar-conduit < 0 - - tcp-streams-openssl < 0 - - text-builder < 0 - - text-manipulate < 0 - - text-metrics < 0 - - thread-local-storage < 0 - - tinylog < 0 - - tmp-postgres < 0 - - turtle < 0 - - type-of-html < 0 - - ua-parser < 0 - - unbound-generics < 0 - - users-postgresql-simple < 0 - - users-test < 0 - - vec < 0 - - vinyl < 0 - - wai-cli < 0 - - wai-cors < 0 - - wai-session-postgresql < 0 - - wai-transformers < 0 - - warp-tls-uid < 0 - - webex-teams-api < 0 - - websockets < 0 - - wire-streams < 0 - - word24 < 0 - - word8 < 0 - - xeno < 0 - - xlsx < 0 - - xml-conduit-parse < 0 - - xmlgen < 0 - - yesod-core < 0 - - yesod-csp < 0 - - yesod-websockets < 0 - - yi-rope < 0 - - zippers < 0 - - zstd < 0 - - - H < 0 - - HSet < 0 - - HaTeX < 0 - - HandsomeSoup < 0 - - Hoed < 0 - - IPv6Addr < 0 - - MemoTrie < 0 - - Spintax < 0 - - accuerr < 0 - - ace < 0 - - aern2-mp < 0 - - aern2-real < 0 - - aeson < 0 - - aeson-attoparsec < 0 - - aeson-better-errors < 0 - - aeson-compat < 0 - - aeson-extra < 0 - - aeson-picker < 0 - - aeson-pretty < 0 - - aeson-utils < 0 - - alternators < 0 - - api-field-json-th < 0 - - arbor-lru-cache < 0 - - asciidiagram < 0 - - astro < 0 - - async < 0 - - attoparsec-base64 < 0 - - attoparsec-binary < 0 - - attoparsec-expr < 0 - - attoparsec-ip < 0 - - attoparsec-iso8601 < 0 - - attoparsec-path < 0 - - attoparsec-uri < 0 - - avro < 0 - - avwx < 0 - - base64-bytestring-type < 0 - - basic-prelude < 0 - - binary-ext < 0 - - binary-parsers < 0 - - boltzmann-samplers < 0 - - boolean-like < 0 - - boring < 0 - - bound < 0 - - boundingboxes < 0 - - bower-json < 0 - - bsb-http-chunked < 0 - - bytes < 0 - - cache < 0 - - capataz < 0 - - cases < 0 - - cassava < 0 - - cassava-records < 0 - - classy-prelude < 0 - - codec-rpm < 0 - - componentm < 0 - - composable-associations < 0 - - compressed < 0 - - concise < 0 - - concurrent-supply < 0 - - conduit-extra < 0 - - conduit-zstd < 0 - - configurator < 0 - - constraints < 0 - - cpuinfo < 0 - - crypt-sha512 < 0 - - css-text < 0 - - cue-sheet < 0 - - currency < 0 - - data-diverse-lens < 0 - - data-dword < 0 - - debug < 0 - - declarative < 0 - - deferred-folds < 0 - - df1 < 0 - - distribution-nixpkgs < 0 - - distribution-opensuse < 0 - - doctemplates < 0 - - dom-parser < 0 - - dotenv < 0 - - dynamic-state < 0 - - emacs-module < 0 - - enclosed-exceptions < 0 - - ersatz < 0 - - exinst < 0 - - exp-pairs < 0 - - extensible < 0 - - fedora-haskell-tools < 0 - - filter-logger < 0 - - fin < 0 - - formatting < 0 - - frontmatter < 0 - - functor-classes-compat < 0 - - fuzzcheck < 0 - - fuzzy-dates < 0 - - fuzzyset < 0 - - generics-sop-lens < 0 - - genvalidity-hspec-hashable < 0 - - genvalidity-scientific < 0 - - genvalidity-unordered-containers < 0 - - geodetics < 0 - - ghc-prof < 0 - - ghcjs-base-stub < 0 - - glabrous < 0 - - glaze < 0 - - glazier < 0 - - glazier-react < 0 - - glazier-react-widget < 0 - - gravatar < 0 - - graylog < 0 - - groundhog < 0 - - hackage-db < 0 - - hamtsolo < 0 - - hashmap < 0 - - hashtables < 0 - - haskell-gi < 0 - - haskey < 0 - - haskey-btree < 0 - - haskey-mtl < 0 - - hasql < 0 - - hasty-hamiltonian < 0 - - haxl < 0 - - hbeanstalk < 0 - - hedgehog < 0 - - hostname-validate < 0 - - hp2pretty < 0 - - hreader-lens < 0 - - hruby < 0 - - hslua-aeson < 0 - - hspec-attoparsec < 0 - - hspec-megaparsec < 0 - - hspec-wai < 0 - - html-conduit < 0 - - html-entities < 0 - - http-api-data < 0 - - http-common < 0 - - http-streams < 0 - - http-types < 0 - - hw-balancedparens < 0 - - hw-bits < 0 - - hw-eliasfano < 0 - - hw-excess < 0 - - hw-ip < 0 - - hw-packed-vector < 0 - - hw-parser < 0 - - hw-rankselect-base < 0 - - hw-succinct < 0 - - hxt < 0 - - hxt-http < 0 - - inflections < 0 - - ini < 0 - - inline-c < 0 - - insert-ordered-containers < 0 - - intern < 0 - - intro < 0 - - io-choice < 0 - - io-streams < 0 - - irc < 0 - - irc-dcc < 0 - - javascript-extras < 0 - - js-flot < 0 - - js-jquery < 0 - - json-rpc < 0 - - json-rpc-generic < 0 - - keys < 0 - - lambdabot-core < 0 - - lambdabot-irc-plugins < 0 - - language-docker < 0 - - language-nix < 0 - - lattices < 0 - - lens-action < 0 - - lens-aeson < 0 - - lens-datetime < 0 - - lens-misc < 0 - - lens-properties < 0 - - lens-regex < 0 - - libmpd < 0 - - linear < 0 - - llvm-hs < 0 - - llvm-hs-pretty < 0 - - llvm-hs-pure < 0 - - log-domain < 0 - - lrucaching < 0 - - machines-binary < 0 - - machines-directory < 0 - - machines-io < 0 - - makefile < 0 - - markdown < 0 - - massiv-io < 0 - - matrix-market-attoparsec < 0 - - matrix-static < 0 - - mercury-api < 0 - - metrics < 0 - - milena < 0 - - mltool < 0 - - monad-logger < 0 - - mono-traversable < 0 - - mysql-simple < 0 - - ndjson-conduit < 0 - - neat-interpolation < 0 - - network-anonymous-i2p < 0 - - network-anonymous-tor < 0 - - network-attoparsec < 0 - - network-ip < 0 - - network-messagepack-rpc < 0 - - network-transport < 0 - - nqe < 0 - - nvim-hs < 0 - - nvim-hs-contrib < 0 - - objective < 0 - - oeis < 0 - - once < 0 - - open-witness < 0 - - parsers < 0 - - path < 0 - - path-extra < 0 - - pcre-utils < 0 - - perfect-hash-generator < 0 - - pipes-aeson < 0 - - pipes-attoparsec < 0 - - pipes-category < 0 - - pipes-extras < 0 - - pipes-fastx < 0 - - pipes-fluid < 0 - - pipes-misc < 0 - - plot-light < 0 - - pointed < 0 - - postgresql-binary < 0 - - prettyprinter-ansi-terminal < 0 - - prettyprinter-compat-annotated-wl-pprint < 0 - - prettyprinter-compat-ansi-wl-pprint < 0 - - prettyprinter-compat-wl-pprint < 0 - - profiterole < 0 - - psqueues < 0 - - purescript-bridge < 0 - - quickcheck-arbitrary-adt < 0 - - quickcheck-instances < 0 - - random-tree < 0 - - range-set-list < 0 - - rasterific-svg < 0 - - rebase < 0 - - reducers < 0 - - references < 0 - - refined < 0 - - relude < 0 - - renderable < 0 - - resource-pool < 0 - - rio < 0 - - salak < 0 - - sbp < 0 - - scalpel < 0 - - sdl2-gfx < 0 - - sdl2-mixer < 0 - - selda < 0 - - semigroupoids < 0 - - serf < 0 - - serialise < 0 - - serversession < 0 - - shake < 0 - - shake-language-c < 0 - - shakespeare < 0 - - shelly < 0 - - show-prettyprint < 0 - - skews < 0 - - skylighting < 0 - - skylighting-core < 0 - - slave-thread < 0 - - snap-core < 0 - - sparse-linear-algebra < 0 - - special-values < 0 - - speedy-slice < 0 - - sqlite-simple < 0 - - squeal-postgresql < 0 - - stm-containers < 0 - - streaming-attoparsec < 0 - - strict-base-types < 0 - - sv-cassava < 0 - - sv-core < 0 - - svg-tree < 0 - - tagstream-conduit < 0 - - teardown < 0 - - termonad < 0 - - text-latin1 < 0 - - text-region < 0 - - text-short < 0 - - these < 0 - - timelens < 0 - - timerep < 0 - - tldr < 0 - - tmapchan < 0 - - tmapmvar < 0 - - tomland < 0 - - tostring < 0 - - tree-diff < 0 - - trifecta < 0 - - ttrie < 0 - - type-of-html-static < 0 - - uncertain < 0 - - uniplate < 0 - - uniprot-kb < 0 - - unique < 0 - - universum < 0 - - unordered-containers < 0 - - uri-templater < 0 - - uuid-types < 0 - - validation < 0 - - validity-scientific < 0 - - validity-unordered-containers < 0 - - validity-vector < 0 - - vault < 0 - - vector-instances < 0 - - wai-extra < 0 - - wai-logger < 0 - - wai-predicates < 0 - - wcwidth < 0 - - weeder < 0 - - wikicfp-scraper < 0 - - winery < 0 - - witherable < 0 - - writer-cps-lens < 0 - - xml-conduit < 0 - - xml-isogen < 0 - - xml-lens < 0 - - xml-to-json < 0 - - xmlbf-xeno < 0 - - xss-sanitize < 0 - - yaml < 0 - - yesod-alerts < 0 - - yesod-eventsource < 0 - - yesod-gitrepo < 0 - - yesod-gitrev < 0 - - yesod-newsfeed < 0 - - yesod-sitemap < 0 - - zip < 0 - - - RefSerialize < 0 - - TCache < 0 - - adjunctions < 0 - - aeson-casing < 0 - - aeson-generic-compat < 0 - - aeson-iproute < 0 - - aeson-yak < 0 - - algebra < 0 - - ascii-progress < 0 - - async-extra < 0 - - barrier < 0 - - base32string < 0 - - base58string < 0 - - bits < 0 - - butter < 0 - - c2hs < 0 - - cfenv < 0 - - chan < 0 - - charset < 0 - - checkers < 0 - - chronologique < 0 - - codec < 0 - - commutative < 0 - - componentm-devel < 0 - - composable-associations-aeson < 0 - - concurrent-output < 0 - - conduit < 0 - - conduit-throttle < 0 - - configurator-export < 0 - - connection-pool < 0 - - courier < 0 - - cpio-conduit < 0 - - criterion-measurement < 0 - - di < 0 - - di-df1 < 0 - - distributed-closure < 0 - - dlist-nonempty < 0 - - docopt < 0 - - doctest-discover < 0 - - drifter-sqlite < 0 - - edit-distance-vector < 0 - - editor-open < 0 - - either < 0 - - elm-export < 0 - - envelope < 0 - - envy < 0 - - epub-metadata < 0 - - eq < 0 - - errors-ext < 0 - - etc < 0 - - eventful-core < 0 - - eventful-test-helpers < 0 - - every < 0 - - filecache < 0 - - filelock < 0 - - flat-mcmc < 0 - - flay < 0 - - fn < 0 - - forma < 0 - - free < 0 - - fsnotify < 0 - - genvalidity-aeson < 0 - - genvalidity-hspec-aeson < 0 - - gi-atk < 0 - - gi-cairo < 0 - - gi-gdk < 0 - - gi-gdkpixbuf < 0 - - gi-gio < 0 - - gi-glib < 0 - - gi-gobject < 0 - - gi-gtk < 0 - - gi-gtksource < 0 - - gi-javascriptcore < 0 - - gi-pango < 0 - - gi-vte < 0 - - gl < 0 - - groundhog-inspector < 0 - - groundhog-mysql < 0 - - groundhog-sqlite < 0 - - groundhog-th < 0 - - gtk2hs-buildtools < 0 - - hapistrano < 0 - - hasql-optparse-applicative < 0 - - hasql-pool < 0 - - hasql-transaction < 0 - - heterocephalus < 0 - - hexstring < 0 - - hinotify < 0 - - hourglass-orphans < 0 - - hslua < 0 - - hspec-expectations-pretty-diff < 0 - - hspec-golden-aeson < 0 - - hvega < 0 - - hw-fingertree-strict < 0 - - hw-hedgehog < 0 - - hw-hspec-hedgehog < 0 - - hxt-css < 0 - - hxt-curl < 0 - - hxt-expat < 0 - - hxt-tagsoup < 0 - - hyphenation < 0 - - imagesize-conduit < 0 - - invariant < 0 - - io-memoize < 0 - - ip6addr < 0 - - islink < 0 - - jni < 0 - - kan-extensions < 0 - - kleene < 0 - - lapack-ffi-tools < 0 - - leveldb-haskell < 0 - - log-base < 0 - - lxd-client-config < 0 - - mbtiles < 0 - - microstache < 0 - - monad-logger-json < 0 - - monad-logger-syslog < 0 - - monad-products < 0 - - monad-unlift < 0 - - monad-unlift-ref < 0 - - monoid-subclasses < 0 - - mutable-containers < 0 - - natural-transformation < 0 - - network-transport-composed < 0 - - network-transport-inmemory < 0 - - network-transport-tests < 0 - - odbc < 0 - - openssl-streams < 0 - - pager < 0 - - pandoc-types < 0 - - path-io < 0 - - pipes-concurrency < 0 - - pipes-wai < 0 - - poly-arity < 0 - - protobuf-simple < 0 - - qchas < 0 - - quickcheck-special < 0 - - random-fu < 0 - - result < 0 - - retry < 0 - - sdl2 < 0 - - selda-postgresql < 0 - - selda-sqlite < 0 - - semigroupoid-extras < 0 - - serversession-frontend-wai < 0 - - set-cover < 0 - - shell-conduit < 0 - - smoothie < 0 - - snap-blaze < 0 - - splitmix < 0 - - sqlite-simple-errors < 0 - - state-codes < 0 - - stm-conduit < 0 - - streaming-commons < 0 - - streaming-wai < 0 - - streams < 0 - - string-conversions < 0 - - swagger < 0 - - tagged-transformer < 0 - - tasty < 0 - - tasty-discover < 0 - - tasty-golden < 0 - - tasty-hedgehog < 0 - - tasty-silver < 0 - - tasty-smallcheck < 0 - - throttle-io-stream < 0 - - time-parsers < 0 - - transaction < 0 - - typed-process < 0 - - typelits-witnesses < 0 - - unboxed-ref < 0 - - unit-constraint < 0 - - unliftio < 0 - - urlpath < 0 - - uuid < 0 - - validity-aeson < 0 - - validity-path < 0 - - vector-bytes-instances < 0 - - wai < 0 - - wai-middleware-caching < 0 - - wai-middleware-caching-lru < 0 - - wai-session < 0 - - web-routes < 0 - - web-routes-wai < 0 - - witness < 0 - - wl-pprint-extras < 0 - - world-peace < 0 - - xml-html-qq < 0 - - xmlbf < 0 - - zeromq4-haskell < 0 - - zeromq4-patterns < 0 - - zim-parser < 0 - - zip-stream < 0 - - ztail < 0 - - - ChannelT < 0 - - Network-NineP < 0 - - Rasterific < 0 - - arithmoi < 0 - - arithmoi < 0 - - barbies < 0 - - binary-conduit < 0 - - bitcoin-types < 0 - - bzlib-conduit < 0 - - cabal2spec < 0 - - cereal-conduit < 0 - - cheapskate < 0 - - cheapskate < 0 - - clock < 0 - - compiler-warnings < 0 - - conduit-concurrent-map < 0 - - conduit-concurrent-map < 0 - - countable < 0 - - cql < 0 - - cql < 0 - - csp < 0 - - dawg-ord < 0 - - dawg-ord < 0 - - di-core < 0 - - drifter < 0 - - eventful-memory < 0 - - eventful-memory < 0 - - free-vl < 0 - - freer-simple < 0 - - freer-simple < 0 - - fsnotify-conduit < 0 - - fsnotify-conduit < 0 - - generic-data < 0 - - genvalidity-uuid < 0 - - genvalidity-vector < 0 - - ghc-exactprint < 0 - - ghc-typelits-extra < 0 - - ghc-typelits-knownnat < 0 - - ghc-typelits-natnormalise < 0 - - ghcid < 0 - - ghcid < 0 - - gi-gtk-hs < 0 - - githash < 0 - - haskell-src-exts < 0 - - haskell-src-exts < 0 - - haskell-src-exts < 0 - - haskell-src-exts-util < 0 - - higher-leveldb < 0 - - higher-leveldb < 0 - - hsini < 0 - - hslua-module-text < 0 - - hslua-module-text < 0 - - hspec-checkers < 0 - - hsyslog-udp < 0 - - immortal < 0 - - language-ecmascript < 0 - - language-ecmascript < 0 - - language-java < 0 - - lzma-conduit < 0 - - mighty-metropolis < 0 - - monad-loops < 0 - - multiarg < 0 - - nonce < 0 - - nondeterminism < 0 - - nsis < 0 - - paripari < 0 - - parsec-numeric < 0 - - pcre-heavy < 0 - - pgp-wordlist < 0 - - pipes-binary < 0 - - pipes-binary < 0 - - pipes-group < 0 - - pptable < 0 - - pure-zlib < 0 - - quadratic-irrational < 0 - - quickbench < 0 - - rainbox < 0 - - range < 0 - - recursion-schemes < 0 - - regex-applicative < 0 - - rocksdb-query < 0 - - rocksdb-query < 0 - - safeio < 0 - - say < 0 - - sdl2-image < 0 - - sdl2-ttf < 0 - - secp256k1-haskell < 0 - - singletons < 0 - - singletons < 0 - - starter < 0 - - streaming-bytestring < 0 - - streaming-bytestring < 0 - - string-transform < 0 - - tasty-ant-xml < 0 - - tasty-dejafu < 0 - - tasty-expected-failure < 0 - - tasty-hspec < 0 - - tasty-hspec < 0 - - tasty-hunit < 0 - - tasty-leancheck < 0 - - tasty-program < 0 - - tasty-quickcheck < 0 - - tasty-stats < 0 - - tasty-th < 0 - - throwable-exceptions < 0 - - throwable-exceptions < 0 - - titlecase < 0 - - traverse-with-class < 0 - - universe-instances-extended < 0 - - unordered-intmap < 0 - - validity-uuid < 0 - - vector-split < 0 - - web-routes-hsp < 0 - - withdependencies < 0 - - wl-pprint-annotated < 0 - - wl-pprint-terminfo < 0 - - writer-cps-full < 0 - - xls < 0 - - xml-indexed-cursor < 0 - - xml-indexed-cursor < 0 - - xml-picklers < 0 - - yeshql-core < 0 - - yeshql-hdbc < 0 - - - cheapskate-highlight < 0 - - clock-extras < 0 - - di-handle < 0 - - di-monad < 0 - - eliminators < 0 - - extra < 0 - - general-games < 0 - - hprotoc < 0 - - hsass < 0 - - hspec-core < 0 - - hspec-meta < 0 - - openexr-write < 0 - - regex-applicative-text < 0 - - singleton-nats < 0 - - stopwatch < 0 - - streamly < 0 - - temporary < 0 - - tensors < 0 - - test-framework-th < 0 - - universe < 0 - - wl-pprint-console < 0 - - yeshql < 0 - - - algebraic-graphs < 0 - - atomic-write < 0 - - fileplow < 0 - - flac < 0 - - flac-picture < 0 - - genvalidity-hspec < 0 - - gnuplot < 0 - - hexml < 0 - - hspec < 0 - - hspec-discover < 0 - - hspec-leancheck < 0 - - hspec-smallcheck < 0 - - lame < 0 - - load-env < 0 - - main-tester < 0 - - markdown-unlit < 0 - - messagepack < 0 - - mockery < 0 - - monad-par < 0 - - record-dot-preprocessor < 0 - - rocksdb-haskell < 0 - - silently < 0 - - tzdata < 0 - - vector-mmap < 0 - - wave < 0 - - weigh < 0 - - zip-archive < 0 - - - ClustalParser < 0 - - SCalendar < 0 - - ViennaRNAParser < 0 - - adler32 < 0 - - app-settings < 0 - - appendmap < 0 - - base-compat-batteries < 0 - - base-orphans < 0 - - bbdb < 0 - - bifunctors < 0 - - bitcoin-script < 0 - - bordacount < 0 - - cereal-time < 0 - - clay < 0 - - compactmap < 0 - - currencies < 0 - - deriving-compat < 0 - - distributive < 0 - - dockerfile < 0 - - doctest < 0 - - dvorak < 0 - - elf < 0 - - fold-debounce < 0 - - format-numbers < 0 - - friday-juicypixels < 0 - - friendly-time < 0 - - generic-deriving < 0 - - genvalidity < 0 - - genvalidity-bytestring < 0 - - genvalidity-containers < 0 - - genvalidity-hspec-binary < 0 - - genvalidity-hspec-cereal < 0 - - genvalidity-hspec-optics < 0 - - genvalidity-property < 0 - - genvalidity-text < 0 - - genvalidity-time < 0 - - getopt-generics < 0 - - ghost-buster < 0 - - graph-wrapper < 0 - - half < 0 - - hformat < 0 - - hidden-char < 0 - - hlibsass < 0 - - hopfli < 0 - - hsemail < 0 - - hsexif < 0 - - htaglib < 0 - - hvect < 0 - - identicon < 0 - - io-region < 0 - - iproute < 0 - - iso8601-time < 0 - - justified-containers < 0 - - language-javascript < 0 - - lens-family-th < 0 - - lift-generics < 0 - - logging-facade < 0 - - massiv < 0 - - messagepack-rpc < 0 - - mime-mail < 0 - - mixed-types-num < 0 - - mnist-idx < 0 - - monad-recorder < 0 - - multistate < 0 - - mysql < 0 - - nagios-check < 0 - - nanospec < 0 - - network < 0 - - optparse-text < 0 - - pagination < 0 - - pretty-types < 0 - - projectroot < 0 - - quickcheck-assertions < 0 - - records-sop < 0 - - resourcet < 0 - - rfc1751 < 0 - - rot13 < 0 - - safe-exceptions < 0 - - safe-exceptions-checked < 0 - - scalendar < 0 - - search-algorithms < 0 - - should-not-typecheck < 0 - - stringbuilder < 0 - - sum-type-boilerplate < 0 - - sysinfo < 0 - - text-conversions < 0 - - th-desugar < 0 - - th-orphans < 0 - - thread-hierarchy < 0 - - typenums < 0 - - validity < 0 - - valor < 0 - - wide-word < 0 - - with-location < 0 - - word-trie < 0 - - xxhash-ffi < 0 - - yes-precure5-command < 0 - - - HsOpenSSL < 0 - - OpenGLRaw < 0 - - atom-basic < 0 - - auto < 0 - - blaze-colonnade < 0 - - bno055-haskell < 0 - - call-stack < 0 - - colonnade < 0 - - comonad < 0 - - fixed-vector < 0 - - from-sum < 0 - - h2c < 0 - - hdevtools < 0 - - heaps < 0 - - hjsmin < 0 - - hopenssl < 0 - - hsdns < 0 - - hstatsd < 0 - - hsyslog < 0 - - intervals < 0 - - lca < 0 - - lens-simple < 0 - - logging-facade-syslog < 0 - - mbox-utility < 0 - - network-multicast < 0 - - network-simple < 0 - - one-liner < 0 - - pipes-network < 0 - - process-extras < 0 - - profunctors < 0 - - read-env-var < 0 - - sendfile < 0 - - socket-activation < 0 - - socks < 0 - - sphinx < 0 - - step-function < 0 - - transformers-base < 0 - - type-level-kv-list < 0 - - unicode-transforms < 0 - - validity-bytestring < 0 - - validity-containers < 0 - - validity-text < 0 - - validity-time < 0 - - xenstore < 0 - - - GLURaw < 0 - - GLUT < 0 - - HUnit < 0 - - HUnit-approx < 0 - - HsOpenSSL-x509-system < 0 - - OpenGL < 0 - - dejafu < 0 - - dunai < 0 - - elerea < 0 - - fixed-vector-hetero < 0 - - hdaemonize < 0 - - hreader < 0 - - list-t < 0 - - monad-control < 0 - - monad-control-aligned < 0 - - monad-extras < 0 - - monad-journal < 0 - - netwire < 0 - - one-liner-instances < 0 - - pdfinfo < 0 - - pipes-safe < 0 - - rainbow < 0 - - saltine < 0 - - streaming < 0 - - zlib-lens < 0 - - - GLFW-b < 0 - - LibZip < 0 - - OpenAL < 0 - - SafeSemaphore < 0 - - abstract-deque-tests < 0 - - base64-bytestring < 0 - - bindings-GLFW < 0 - - blaze-builder < 0 - - blaze-html < 0 - - chaselev-deque < 0 - - concurrency < 0 - - crypto-api-tests < 0 - - deepseq-generics < 0 - - hebrew-time < 0 - - hset < 0 - - hunit-dejafu < 0 - - math-functions < 0 - - minimorph < 0 - - miniutter < 0 - - monad-peel < 0 - - murmur3 < 0 - - netwire-input < 0 - - netwire-input-glfw < 0 - - network-uri < 0 - - prefix-units < 0 - - rank1dynamic < 0 - - re2 < 0 - - scrypt < 0 - - shelltestrunner < 0 - - syb < 0 - - tce-conf < 0 - - tensorflow-test < 0 - - test-framework-hunit < 0 - - tile < 0 - - tsv2csv < 0 - - unicode-show < 0 - - - ALUT < 0 - - HStringTemplate < 0 - - Strafunski-StrategyLib < 0 - - alerts < 0 - - blaze-bootstrap < 0 - - blaze-markup < 0 - - carray < 0 - - debug-trace-var < 0 - - distributed-static < 0 - - exceptions < 0 - - fft < 0 - - hidapi < 0 - - highlighting-kate < 0 - - hs-bibutils < 0 - - language-c < 0 - - mwc-random < 0 - - protocol-buffers < 0 - - pureMD5 < 0 - - random-source < 0 - - storablevector < 0 - - th-expand-syns < 0 - - th-extras < 0 - - uri-encode < 0 - @@ -5733,6 +4004,8 @@ skipped-tests: - vector # QuickCheck-2.11.3 - zlib # tasty-quickcheck, tasty-hunit, tasty + # GHC 8.6, only test dependency, not lib + # Transitive outdated dependencies # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 @@ -6125,6 +4398,8 @@ skipped-benchmarks: - xxhash-ffi # ghc 8.4 via xxhash build failure - hslua # criterion 1.5.1 + # GHC 8.6, only benchmark dependency, not lib + # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. From 2364e4fc7818dbfcf104027e9ad287ed4aea536a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 05:50:25 -0700 Subject: [PATCH 114/168] Try 3, round 1 --- build-constraints.yaml | 188 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d3db910..aa16ea14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,194 @@ packages: - hasql-transaction # base-4.12.0.0 is out of bounds for: + - Agda < 0 + - JuicyPixels-scale-dct < 0 + - MissingH < 0 + - ShellCheck < 0 + - aeson-diff < 0 + - alarmclock < 0 + - apply-refact < 0 + - async-pool < 0 + - autoexporter < 0 + - avers < 0 + - axel < 0 + - bank-holidays-england < 0 + - base-noprelude < 0 + - benchpress < 0 + - brick < 0 + - cabal-install < 0 + - cairo < 0 + - cipher-aes128 < 0 + - circle-packing < 0 + - clang-compilation-database < 0 + - clash-lib < 0 + - classyplate < 0 + - country < 0 + - crypto-enigma < 0 + - cyclotomic < 0 + - czipwith < 0 + - darcs < 0 + - data-tree-print < 0 + - derulo < 0 + - dhall-to-cabal < 0 + - diagrams-solve < 0 + - doctest-driver-gen < 0 + - edit < 0 + - ekg-core < 0 + - ekg-statsd < 0 + - fay < 0 + - feed < 0 + - flow < 0 + - fold-debounce-conduit < 0 + - fswatch < 0 + - generic-aeson < 0 + - generic-random < 0 + - generic-xmlpickler < 0 + - ghc-parser < 0 + - ghc-syntax-highlighter < 0 + - gio < 0 + - github-release < 0 + - glib < 0 + - gloss < 0 + - gloss-raster < 0 + - gloss-rendering < 0 + - greskell < 0 + - greskell-core < 0 + - greskell-websocket < 0 + - gtk3 < 0 + - haddock-library < 0 + - haskell-lsp < 0 + - haskell-lsp-types < 0 + - haskell-src-meta < 0 + - haskell-tools-ast < 0 + - haskell-tools-backend-ghc < 0 + - haskell-tools-builtin-refactorings < 0 + - haskell-tools-cli < 0 + - haskell-tools-daemon < 0 + - haskell-tools-debug < 0 + - haskell-tools-demo < 0 + - haskell-tools-prettyprint < 0 + - haskell-tools-refactor < 0 + - haskell-tools-rewrite < 0 + - hgrev < 0 + - hierarchy < 0 + - hint < 0 + - hledger < 0 + - hledger-api < 0 + - hledger-lib < 0 + - hledger-ui < 0 + - hledger-web < 0 + - hoopl < 0 + - hpqtypes < 0 + - hspec-need-env < 0 + - http-media < 0 + - hxt-pickle-utils < 0 + - ihaskell < 0 + - indentation-core < 0 + - indentation-parsec < 0 + - indexed-list-literals < 0 + - inline-java < 0 + - io-streams-haproxy < 0 + - json-feed < 0 + - json-rpc-client < 0 + - json-rpc-server < 0 + - jwt < 0 + - kraken < 0 + - lackey < 0 + - learn-physics < 0 + - lens-labels < 0 + - logging-effect < 0 + - logging-effect-extra < 0 + - logging-effect-extra-file < 0 + - logging-effect-extra-handler < 0 + - lucid < 0 + - memory < 0 + - monoid-extras < 0 + - monoidal-containers < 0 + - named < 0 + - numhask < 0 + - numhask-prelude < 0 + - numhask-range < 0 + - numhask-test < 0 + - om-elm < 0 + - packdeps < 0 + - palette < 0 + - pango < 0 + - perf < 0 + - pier < 0 + - pier-core < 0 + - pipes-random < 0 + - polyparse < 0 + - postgresql-simple-url < 0 + - prometheus < 0 + - proto-lens < 0 + - proto-lens-arbitrary < 0 + - proto-lens-combinators < 0 + - proto-lens-optparse < 0 + - proto-lens-protobuf-types < 0 + - proto-lens-protoc < 0 + - proto-lens-runtime < 0 + - proto-lens-setup < 0 + - protolude < 0 + - publicsuffix < 0 + - pusher-http-haskell < 0 + - random-bytestring < 0 + - ratel < 0 + - ratel-wai < 0 + - rattletrap < 0 + - repa < 0 + - rethinkdb-client-driver < 0 + - rhine < 0 + - rhine-gloss < 0 + - salve < 0 + - sandi < 0 + - seqid < 0 + - seqid-streams < 0 + - servant < 0 + - servant-JuicyPixels < 0 + - servant-auth < 0 + - servant-auth-client < 0 + - servant-auth-docs < 0 + - servant-auth-server < 0 + - servant-auth-swagger < 0 + - servant-client < 0 + - servant-client-core < 0 + - servant-dhall < 0 + - servant-docs < 0 + - servant-foreign < 0 + - servant-js < 0 + - servant-quickcheck < 0 + - servant-server < 0 + - servant-streaming < 0 + - servant-streaming-client < 0 + - servant-streaming-server < 0 + - servant-swagger < 0 + - servant-swagger-ui < 0 + - servant-swagger-ui-core < 0 + - slack-web < 0 + - snap-server < 0 + - statestack < 0 + - strive < 0 + - svg-builder < 0 + - swagger2 < 0 + - tdigest < 0 + - termbox < 0 + - texmath < 0 + - text-show < 0 + - threepenny-gui < 0 + - through-text < 0 + - timer-wheel < 0 + - transformers-lift < 0 + - union < 0 + - vector-binary-instances < 0 + - vector-space < 0 + - vectortiles < 0 + - versions < 0 + - wai-middleware-travisci < 0 + - wild-bind < 0 + - wild-bind-x11 < 0 + - wuss < 0 + - xmonad-contrib < 0 From 86c37d23a9b5b2bfae97f3bbbe9db91227c3e56a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:01:03 -0700 Subject: [PATCH 115/168] Try 3, round 2 --- build-constraints.yaml | 139 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 137 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa16ea14..8e1789c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3873,8 +3873,130 @@ packages: - wuss < 0 - xmonad-contrib < 0 - - + - DRBG < 0 + - LambdaHack < 0 + - QuasiText < 0 + - aeson-qq < 0 + - amazonka-core < 0 + - asn1-types < 0 + - bcrypt < 0 + - bhoogle < 0 + - binary-orphans < 0 + - cachix < 0 + - cachix-api < 0 + - cheapskate-lucid < 0 + - clash-ghc < 0 + - codo-notation < 0 + - cpphs < 0 + - credential-store < 0 + - cryptocompare < 0 + - cryptohash < 0 + - cryptohash-cryptoapi < 0 + - cryptonite < 0 + - cryptonite-conduit < 0 + - cryptonite-openssl < 0 + - csg < 0 + - dhall < 0 + - download < 0 + - eventstore < 0 + - fay-base < 0 + - file-modules < 0 + - find-clumpiness < 0 + - gdax < 0 + - giphy-api < 0 + - github-webhooks < 0 + - goggles < 0 + - graphviz < 0 + - gym-http-api < 0 + - hOpenPGP < 0 + - haskell-spacegoo < 0 + - haskintex < 0 + - haskoin-core < 0 + - here < 0 + - herms < 0 + - hledger-interest < 0 + - http-client < 0 + - http-client-tls < 0 + - hyraxAbif < 0 + - ihaskell-hvega < 0 + - inliterate < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - invertible < 0 + - ipython-kernel < 0 + - jmacro < 0 + - jose < 0 + - jose-jwt < 0 + - json-schema < 0 + - jvm-batching < 0 + - jvm-streaming < 0 + - language-c-quote < 0 + - language-puppet < 0 + - log-postgres < 0 + - logger-thread < 0 + - lucid-extras < 0 + - marvin-interpolate < 0 + - minio-hs < 0 + - miso < 0 + - mmark < 0 + - mmark-cli < 0 + - mmark-ext < 0 + - monad-metrics < 0 + - mwc-probability-transition < 0 + - mysql-haskell < 0 + - oauthenticated < 0 + - online < 0 + - pem < 0 + - persistent < 0 + - plotlyhs < 0 + - postgresql-typed < 0 + - protocol-radius < 0 + - qm-interpolated-string < 0 + - qnap-decrypt < 0 + - registry < 0 + - safe-money < 0 + - securemem < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions-core < 0 + - servant-elm < 0 + - servant-exceptions < 0 + - servant-github-webhook < 0 + - servant-kotlin < 0 + - servant-lucid < 0 + - servant-mock < 0 + - servant-pandoc < 0 + - servant-rawm < 0 + - servant-ruby < 0 + - servant-static-th < 0 + - servant-tracing < 0 + - servant-websockets < 0 + - shikensu < 0 + - sparkle < 0 + - stack < 0 + - statistics < 0 + - summoner < 0 + - swish < 0 + - telegram-bot-simple < 0 + - text-ldap < 0 + - text-show-instances < 0 + - thyme < 0 + - tibetan-utils < 0 + - tls < 0 + - triplesec < 0 + - vector-sized < 0 + - wai-app-static < 0 + - wai-middleware-metrics < 0 + - wai-middleware-static < 0 + - websockets-snap < 0 + - wreq < 0 + - ws < 0 + - x509 < 0 + - x509-validation < 0 + - xmonad-extras < 0 + - yesod-auth < 0 + - yesod-static < 0 @@ -4193,6 +4315,19 @@ skipped-tests: - zlib # tasty-quickcheck, tasty-hunit, tasty # GHC 8.6, only test dependency, not lib + - chatwork < 0 + - csg < 0 + - enum-subset-generate < 0 + - pipes-csv < 0 + - quickcheck-state-machine < 0 + - rakuten < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - simple-vec3 < 0 + - static-text < 0 + - store < 0 + - wreq < 0 + # Transitive outdated dependencies # These can also be checked for updates periodically. From be76917c8745bd245c8e8b0fdb32a0bd1be5e46e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:13:48 -0700 Subject: [PATCH 116/168] Try 3, round 3 --- build-constraints.yaml | 266 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 265 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e1789c7..5e071871 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3998,7 +3998,249 @@ packages: - yesod-auth < 0 - yesod-static < 0 - + - Allure < 0 + - DAV < 0 + - HTF < 0 + - HaskellNet < 0 + - HaskellNet-SSL < 0 + - aeson-typescript < 0 + - amazonka < 0 + - amazonka-apigateway < 0 + - amazonka-application-autoscaling < 0 + - amazonka-appstream < 0 + - amazonka-athena < 0 + - amazonka-autoscaling < 0 + - amazonka-budgets < 0 + - amazonka-certificatemanager < 0 + - amazonka-cloudformation < 0 + - amazonka-cloudfront < 0 + - amazonka-cloudhsm < 0 + - amazonka-cloudsearch < 0 + - amazonka-cloudsearch-domains < 0 + - amazonka-cloudtrail < 0 + - amazonka-cloudwatch < 0 + - amazonka-cloudwatch-events < 0 + - amazonka-cloudwatch-logs < 0 + - amazonka-codebuild < 0 + - amazonka-codecommit < 0 + - amazonka-codedeploy < 0 + - amazonka-codepipeline < 0 + - amazonka-cognito-identity < 0 + - amazonka-cognito-idp < 0 + - amazonka-cognito-sync < 0 + - amazonka-config < 0 + - amazonka-datapipeline < 0 + - amazonka-devicefarm < 0 + - amazonka-directconnect < 0 + - amazonka-discovery < 0 + - amazonka-dms < 0 + - amazonka-ds < 0 + - amazonka-dynamodb < 0 + - amazonka-dynamodb-streams < 0 + - amazonka-ec2 < 0 + - amazonka-ecr < 0 + - amazonka-ecs < 0 + - amazonka-efs < 0 + - amazonka-elasticache < 0 + - amazonka-elasticbeanstalk < 0 + - amazonka-elasticsearch < 0 + - amazonka-elastictranscoder < 0 + - amazonka-elb < 0 + - amazonka-elbv2 < 0 + - amazonka-emr < 0 + - amazonka-gamelift < 0 + - amazonka-glacier < 0 + - amazonka-health < 0 + - amazonka-iam < 0 + - amazonka-importexport < 0 + - amazonka-inspector < 0 + - amazonka-iot < 0 + - amazonka-iot-dataplane < 0 + - amazonka-kinesis < 0 + - amazonka-kinesis-analytics < 0 + - amazonka-kinesis-firehose < 0 + - amazonka-kms < 0 + - amazonka-lambda < 0 + - amazonka-lightsail < 0 + - amazonka-marketplace-analytics < 0 + - amazonka-marketplace-metering < 0 + - amazonka-ml < 0 + - amazonka-opsworks < 0 + - amazonka-opsworks-cm < 0 + - amazonka-pinpoint < 0 + - amazonka-polly < 0 + - amazonka-rds < 0 + - amazonka-redshift < 0 + - amazonka-rekognition < 0 + - amazonka-route53 < 0 + - amazonka-route53-domains < 0 + - amazonka-s3 < 0 + - amazonka-sdb < 0 + - amazonka-servicecatalog < 0 + - amazonka-ses < 0 + - amazonka-shield < 0 + - amazonka-sms < 0 + - amazonka-snowball < 0 + - amazonka-sns < 0 + - amazonka-sqs < 0 + - amazonka-ssm < 0 + - amazonka-stepfunctions < 0 + - amazonka-storagegateway < 0 + - amazonka-sts < 0 + - amazonka-support < 0 + - amazonka-swf < 0 + - amazonka-test < 0 + - amazonka-waf < 0 + - amazonka-workspaces < 0 + - amazonka-xray < 0 + - antiope-athena < 0 + - antiope-core < 0 + - antiope-dynamodb < 0 + - antiope-messages < 0 + - antiope-s3 < 0 + - antiope-sns < 0 + - antiope-sqs < 0 + - asif < 0 + - asn1-encoding < 0 + - asn1-parse < 0 + - authenticate-oauth < 0 + - beam-core < 0 + - bins < 0 + - bitcoin-api < 0 + - bitcoin-block < 0 + - bitcoin-tx < 0 + - bitx-bitcoin < 0 + - bson < 0 + - bugsnag-haskell < 0 + - cabal-rpm < 0 + - cayley-client < 0 + - chatwork < 0 + - cipher-aes < 0 + - cipher-blowfish < 0 + - cipher-camellia < 0 + - cipher-des < 0 + - classy-prelude-yesod < 0 + - closed < 0 + - configuration-tools < 0 + - connection < 0 + - consul-haskell < 0 + - cql-io < 0 + - criterion < 0 + - crypto-cipher-tests < 0 + - crypto-cipher-types < 0 + - crypto-pubkey < 0 + - crypto-pubkey-types < 0 + - crypto-random < 0 + - datadog < 0 + - datasets < 0 + - dhall-bash < 0 + - dhall-json < 0 + - dhall-text < 0 + - dns < 0 + - docker < 0 + - emd < 0 + - eventful-sql-common < 0 + - eventful-sqlite < 0 + - executable-hash < 0 + - fay-dom < 0 + - fb < 0 + - fmt < 0 + - generics-eot < 0 + - github < 0 + - hailgun < 0 + - hamilton < 0 + - handwriting < 0 + - haskey < 0 + - haskoin-node < 0 + - haskoin-store < 0 + - hedis < 0 + - hlint < 0 + - hmatrix-backprop < 0 + - hmatrix-vector-sized < 0 + - hopenpgp-tools < 0 + - hpack < 0 + - hquantlib < 0 + - hsebaysdk < 0 + - hspec-wai-json < 0 + - hsx-jmacro < 0 + - http-client-openssl < 0 + - http-conduit < 0 + - http-reverse-proxy < 0 + - hw-json < 0 + - influxdb < 0 + - irc-client < 0 + - irc-conduit < 0 + - jmacro-rpc < 0 + - jmacro-rpc-snap < 0 + - kawhi < 0 + - koofr-client < 0 + - locators < 0 + - mapquest-api < 0 + - mbug < 0 + - microformats2-parser < 0 + - mime-mail-ses < 0 + - moesocks < 0 + - mongoDB < 0 + - morte < 0 + - mysql-haskell-nem < 0 + - mysql-haskell-openssl < 0 + - network-conduit-tls < 0 + - network-simple-tls < 0 + - opensource < 0 + - persistent-iproute < 0 + - persistent-mysql < 0 + - persistent-mysql-haskell < 0 + - persistent-postgresql < 0 + - persistent-sqlite < 0 + - persistent-template < 0 + - pinboard < 0 + - pipes-http < 0 + - pipes-network-tls < 0 + - pkcs10 < 0 + - postgresql-simple-migration < 0 + - protocol-radius-test < 0 + - rakuten < 0 + - req < 0 + - req-conduit < 0 + - require < 0 + - rollbar-hs < 0 + - s3-signer < 0 + - serverless-haskell < 0 + - servius < 0 + - ses-html < 0 + - smtp-mail < 0 + - soap < 0 + - soap-openssl < 0 + - soap-tls < 0 + - store < 0 + - stratosphere < 0 + - tcp-streams < 0 + - textlocal < 0 + - tls-debug < 0 + - tls-session-manager < 0 + - urlpath < 0 + - users < 0 + - wai-middleware-consul < 0 + - wai-middleware-crowd < 0 + - wai-slack-middleware < 0 + - wai-websockets < 0 + - warp-tls < 0 + - webdriver < 0 + - webex-teams-conduit < 0 + - webex-teams-pipes < 0 + - wreq-stringless < 0 + - wss-client < 0 + - x509-store < 0 + - x509-system < 0 + - yesod-auth-fb < 0 + - yesod-auth-hashdb < 0 + - yesod-bin < 0 + - yesod-fb < 0 + - yesod-form < 0 + - yesod-paginator < 0 + - yesod-persistent < 0 + - yesod-recaptcha2 < 0 + - yesod-text-markdown < 0 @@ -4328,6 +4570,22 @@ skipped-tests: - store < 0 - wreq < 0 + - RSA < 0 + - binary-tagged < 0 + - bugsnag-haskell < 0 + - chatwork < 0 + - enum-subset-generate < 0 + - pipes-csv < 0 + - postgresql-simple < 0 + - quickcheck-state-machine < 0 + - rakuten < 0 + - simple-vec3 < 0 + - static-text < 0 + - store < 0 + + + + # Transitive outdated dependencies # These can also be checked for updates periodically. @@ -4722,6 +4980,12 @@ skipped-benchmarks: - hslua # criterion 1.5.1 # GHC 8.6, only benchmark dependency, not lib + - binary-tagged < 0 + - large-hashable < 0 + + + + # Transitive outdated dependencies # These packages From 6129dca9842ff914c3cb6939c461815fd677c2b2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:26:17 -0700 Subject: [PATCH 117/168] Try 3, round 4 --- build-constraints.yaml | 241 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 215 insertions(+), 26 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e071871..1316436a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4242,6 +4242,39 @@ packages: - yesod-recaptcha2 < 0 - yesod-text-markdown < 0 + - IPv6DB < 0 + - MusicBrainz < 0 + - RSA < 0 + - amqp < 0 + - beam-migrate < 0 + - beam-sqlite < 0 + - bitcoin-api-extra < 0 + - bson-lens < 0 + - cabal2nix < 0 + - cipher-rc4 < 0 + - cisco-spark-api < 0 + - clientsession < 0 + - conduit-connection < 0 + - cprng-aes < 0 + - cryptocipher < 0 + - curl-runnings < 0 + - hasbolt < 0 + - haskey-mtl < 0 + - hoogle < 0 + - hworker < 0 + - line < 0 + - mega-sdist < 0 + - network-messagepack-rpc-websocket < 0 + - tcp-streams-openssl < 0 + - users-postgresql-simple < 0 + - users-test < 0 + - wai-cli < 0 + - wai-transformers < 0 + - warp-tls-uid < 0 + - webex-teams-api < 0 + - yesod < 0 + - yesod-form-bootstrap4 < 0 + - yesod-websockets < 0 @@ -4557,32 +4590,62 @@ skipped-tests: - zlib # tasty-quickcheck, tasty-hunit, tasty # GHC 8.6, only test dependency, not lib - - chatwork < 0 - - csg < 0 - - enum-subset-generate < 0 - - pipes-csv < 0 - - quickcheck-state-machine < 0 - - rakuten < 0 - - servant-blaze < 0 - - servant-cassava < 0 - - simple-vec3 < 0 - - static-text < 0 - - store < 0 - - wreq < 0 + - chatwork + - csg + - enum-subset-generate + - pipes-csv + - quickcheck-state-machine + - rakuten + - servant-blaze + - servant-cassava + - simple-vec3 + - static-text + - store + - wreq - - RSA < 0 - - binary-tagged < 0 - - bugsnag-haskell < 0 - - chatwork < 0 - - enum-subset-generate < 0 - - pipes-csv < 0 - - postgresql-simple < 0 - - quickcheck-state-machine < 0 - - rakuten < 0 - - simple-vec3 < 0 - - static-text < 0 - - store < 0 + - RSA + - binary-tagged + - bugsnag-haskell + - chatwork + - enum-subset-generate + - pipes-csv + - postgresql-simple + - quickcheck-state-machine + - rakuten + - simple-vec3 + - static-text + - store + - HPDF + - IPv6DB + - async-refresh + - async-refresh-tokens + - async-timer + - atom-conduit + - bitcoin-api-extra + - blake2 + - cipher-rc4 + - conduit-parse + - dataurl + - detour-via-sci + - dublincore-xml-conduit + - enum-subset-generate + - folds + - gc + - geojson + - graph-core + - large-hashable + - opml-conduit + - pipes-csv + - quickcheck-state-machine + - rcu + - rss-conduit + - siggy-chardust + - simple-vec3 + - static-text + - structs + - warp + - xml-conduit-parse @@ -4980,9 +5043,135 @@ skipped-benchmarks: - hslua # criterion 1.5.1 # GHC 8.6, only benchmark dependency, not lib - - binary-tagged < 0 - - large-hashable < 0 + - binary-tagged + - large-hashable + - Earley + - IntervalMap + - JuicyPixels-extra + - ad + - apecs + - attoparsec + - backprop + - binary-list + - binary-tagged + - bit-stream + - bits-extra + - bitset-word8 + - blake2 + - broadcast-chan + - bv-little + - bytestring-conversion + - case-insensitive + - cassava-conduit + - clash-prelude + - cmark + - conduit-algorithms + - conduit-iconv + - cprng-aes + - cron + - css-syntax + - ctrie + - data-diverse + - data-has + - data-msgpack + - dbus + - dimensional + - discrimination + - do-list + - edit-distance + - farmhash + - fast-digits + - fclabels + - foldl + - generic-lens + - genvalidity-path + - hashable + - histogram-fill + - hmatrix-morpheus + - html-email-validate + - html-entity-map + - htoml + - http-link-header + - http2 + - human-readable-duration + - hw-conduit + - hw-dsv + - hw-prim + - hw-rankselect + - hw-simd + - hweblib + - hxt-regex-xmlschema + - ilist + - include-file + - incremental-parser + - inline-r + - intset-imperative + - ip + - jvm + - kanji + - kazura-queue + - kdt + - lens + - lifted-async + - lifted-base + - loop + - machines + - matrices + - matrix + - megaparsec + - microlens-aeson + - modern-uri + - monad-logger-prefix + - monad-memo + - netpbm + - newtype-generics + - openpgp-asciiarmor + - phantom-state + - pretty-simple + - prettyprinter + - prometheus-client + - ramus + - rcu + - rdf + - reinterpret-cast + - rng-utils + - sampling + - scalpel-core + - scanner + - scientific + - semver + - sexp-grammar + - simple-vec3 + - sorted-list + - sourcemap + - stache + - stm-hamt + - sv + - tar + - tar-conduit + - text-builder + - text-manipulate + - text-metrics + - thread-local-storage + - tinylog + - turtle + - type-of-html + - ua-parser + - unbound-generics + - uri-bytestring + - vec + - vinyl + - websockets + - wire-streams + - word24 + - word8 + - xeno + - xlsx + - xmlgen + - yi-rope + - zippers + - zstd From d2c8663cb7f90d26cdc46efcb155b83da6d45035 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:32:48 -0700 Subject: [PATCH 118/168] Try 3, round 5 --- build-constraints.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1316436a..495e39ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4276,6 +4276,21 @@ packages: - yesod-form-bootstrap4 < 0 - yesod-websockets < 0 + - HTTP < 0 + - IPv6Addr < 0 + - Network-NineP < 0 + - bench < 0 + - google-oauth2-jwt < 0 + - happstack-server < 0 + - hsyslog-udp < 0 + - httpd-shed < 0 + - irc-dcc < 0 + - milena < 0 + - openssl-streams < 0 + - req-url-extra < 0 + - snap-core < 0 + - yesod-core < 0 + - yesod-csp < 0 @@ -4647,7 +4662,11 @@ skipped-tests: - warp - xml-conduit-parse - + - github-types + - hexml-lens + - mustache + - wai-cors + - yesod-test # Transitive outdated dependencies From e5bc3cd2fad87d86e94489f505a89e03e0c955f9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:38:03 -0700 Subject: [PATCH 119/168] Try 3, round 6 --- build-constraints.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 495e39ee..1447b23a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4292,6 +4292,33 @@ packages: - yesod-core < 0 - yesod-csp < 0 + - HandsomeSoup < 0 + - avwx < 0 + - fedora-haskell-tools < 0 + - gravatar < 0 + - http-streams < 0 + - hxt-http < 0 + - ip6addr < 0 + - js-flot < 0 + - js-jquery < 0 + - lambdabot-core < 0 + - oeis < 0 + - snap-blaze < 0 + - uri-templater < 0 + - yesod-alerts < 0 + - yesod-eventsource < 0 + - yesod-gitrepo < 0 + - yesod-gitrev < 0 + - yesod-newsfeed < 0 + - yesod-sitemap < 0 + - yesod-test < 0 + + + + + + + "GHC upper bounds": @@ -4668,6 +4695,11 @@ skipped-tests: - wai-cors - yesod-test + - apecs + + + + # Transitive outdated dependencies # These can also be checked for updates periodically. From 264be1e0e53ee4b57242b4159fb30285d78f236b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:42:16 -0700 Subject: [PATCH 120/168] Try 3, round 7 --- build-constraints.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1447b23a..c3e0e7fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4313,6 +4313,20 @@ packages: - yesod-sitemap < 0 - yesod-test < 0 + - clash-prelude < 0 + - email-validate < 0 + - exception-hierarchy < 0 + - invertible-grammar < 0 + - lambdabot-irc-plugins < 0 + - papillon < 0 + - rank2classes < 0 + - safecopy < 0 + - shake < 0 + - simplest-sqlite < 0 + - static-text < 0 + - th-nowq < 0 + - tz < 0 + - uri-bytestring < 0 From 9fcb7970cb9e6e73f3e8b812b8e0144cb79c3f76 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:49:05 -0700 Subject: [PATCH 121/168] Try 3, round 8 --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3e0e7fa..cbd37c29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4328,6 +4328,16 @@ packages: - tz < 0 - uri-bytestring < 0 + - approximate < 0 + - atom-conduit < 0 + - check-email < 0 + - compensated < 0 + - dublincore-xml-conduit < 0 + - hyperloglog < 0 + - opml-conduit < 0 + - rss-conduit < 0 + - sexp-grammar < 0 + - shake-language-c < 0 @@ -4715,6 +4725,7 @@ skipped-tests: + # Transitive outdated dependencies # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 From 8c328c8bdc87015542f46fe4add519c515b03ea5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:56:43 -0700 Subject: [PATCH 122/168] Try 3, round 9 --- build-constraints.yaml | 877 ++++++++++++++++++++--------------------- 1 file changed, 418 insertions(+), 459 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbd37c29..89f4b2e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,325 +3685,28 @@ packages: # base-4.12.0.0 is out of bounds for: - Agda < 0 - - JuicyPixels-scale-dct < 0 - - MissingH < 0 - - ShellCheck < 0 - - aeson-diff < 0 - - alarmclock < 0 - - apply-refact < 0 - - async-pool < 0 - - autoexporter < 0 - - avers < 0 - - axel < 0 - - bank-holidays-england < 0 - - base-noprelude < 0 - - benchpress < 0 - - brick < 0 - - cabal-install < 0 - - cairo < 0 - - cipher-aes128 < 0 - - circle-packing < 0 - - clang-compilation-database < 0 - - clash-lib < 0 - - classyplate < 0 - - country < 0 - - crypto-enigma < 0 - - cyclotomic < 0 - - czipwith < 0 - - darcs < 0 - - data-tree-print < 0 - - derulo < 0 - - dhall-to-cabal < 0 - - diagrams-solve < 0 - - doctest-driver-gen < 0 - - edit < 0 - - ekg-core < 0 - - ekg-statsd < 0 - - fay < 0 - - feed < 0 - - flow < 0 - - fold-debounce-conduit < 0 - - fswatch < 0 - - generic-aeson < 0 - - generic-random < 0 - - generic-xmlpickler < 0 - - ghc-parser < 0 - - ghc-syntax-highlighter < 0 - - gio < 0 - - github-release < 0 - - glib < 0 - - gloss < 0 - - gloss-raster < 0 - - gloss-rendering < 0 - - greskell < 0 - - greskell-core < 0 - - greskell-websocket < 0 - - gtk3 < 0 - - haddock-library < 0 - - haskell-lsp < 0 - - haskell-lsp-types < 0 - - haskell-src-meta < 0 - - haskell-tools-ast < 0 - - haskell-tools-backend-ghc < 0 - - haskell-tools-builtin-refactorings < 0 - - haskell-tools-cli < 0 - - haskell-tools-daemon < 0 - - haskell-tools-debug < 0 - - haskell-tools-demo < 0 - - haskell-tools-prettyprint < 0 - - haskell-tools-refactor < 0 - - haskell-tools-rewrite < 0 - - hgrev < 0 - - hierarchy < 0 - - hint < 0 - - hledger < 0 - - hledger-api < 0 - - hledger-lib < 0 - - hledger-ui < 0 - - hledger-web < 0 - - hoopl < 0 - - hpqtypes < 0 - - hspec-need-env < 0 - - http-media < 0 - - hxt-pickle-utils < 0 - - ihaskell < 0 - - indentation-core < 0 - - indentation-parsec < 0 - - indexed-list-literals < 0 - - inline-java < 0 - - io-streams-haproxy < 0 - - json-feed < 0 - - json-rpc-client < 0 - - json-rpc-server < 0 - - jwt < 0 - - kraken < 0 - - lackey < 0 - - learn-physics < 0 - - lens-labels < 0 - - logging-effect < 0 - - logging-effect-extra < 0 - - logging-effect-extra-file < 0 - - logging-effect-extra-handler < 0 - - lucid < 0 - - memory < 0 - - monoid-extras < 0 - - monoidal-containers < 0 - - named < 0 - - numhask < 0 - - numhask-prelude < 0 - - numhask-range < 0 - - numhask-test < 0 - - om-elm < 0 - - packdeps < 0 - - palette < 0 - - pango < 0 - - perf < 0 - - pier < 0 - - pier-core < 0 - - pipes-random < 0 - - polyparse < 0 - - postgresql-simple-url < 0 - - prometheus < 0 - - proto-lens < 0 - - proto-lens-arbitrary < 0 - - proto-lens-combinators < 0 - - proto-lens-optparse < 0 - - proto-lens-protobuf-types < 0 - - proto-lens-protoc < 0 - - proto-lens-runtime < 0 - - proto-lens-setup < 0 - - protolude < 0 - - publicsuffix < 0 - - pusher-http-haskell < 0 - - random-bytestring < 0 - - ratel < 0 - - ratel-wai < 0 - - rattletrap < 0 - - repa < 0 - - rethinkdb-client-driver < 0 - - rhine < 0 - - rhine-gloss < 0 - - salve < 0 - - sandi < 0 - - seqid < 0 - - seqid-streams < 0 - - servant < 0 - - servant-JuicyPixels < 0 - - servant-auth < 0 - - servant-auth-client < 0 - - servant-auth-docs < 0 - - servant-auth-server < 0 - - servant-auth-swagger < 0 - - servant-client < 0 - - servant-client-core < 0 - - servant-dhall < 0 - - servant-docs < 0 - - servant-foreign < 0 - - servant-js < 0 - - servant-quickcheck < 0 - - servant-server < 0 - - servant-streaming < 0 - - servant-streaming-client < 0 - - servant-streaming-server < 0 - - servant-swagger < 0 - - servant-swagger-ui < 0 - - servant-swagger-ui-core < 0 - - slack-web < 0 - - snap-server < 0 - - statestack < 0 - - strive < 0 - - svg-builder < 0 - - swagger2 < 0 - - tdigest < 0 - - termbox < 0 - - texmath < 0 - - text-show < 0 - - threepenny-gui < 0 - - through-text < 0 - - timer-wheel < 0 - - transformers-lift < 0 - - union < 0 - - vector-binary-instances < 0 - - vector-space < 0 - - vectortiles < 0 - - versions < 0 - - wai-middleware-travisci < 0 - - wild-bind < 0 - - wild-bind-x11 < 0 - - wuss < 0 - - xmonad-contrib < 0 - - - DRBG < 0 - - LambdaHack < 0 - - QuasiText < 0 - - aeson-qq < 0 - - amazonka-core < 0 - - asn1-types < 0 - - bcrypt < 0 - - bhoogle < 0 - - binary-orphans < 0 - - cachix < 0 - - cachix-api < 0 - - cheapskate-lucid < 0 - - clash-ghc < 0 - - codo-notation < 0 - - cpphs < 0 - - credential-store < 0 - - cryptocompare < 0 - - cryptohash < 0 - - cryptohash-cryptoapi < 0 - - cryptonite < 0 - - cryptonite-conduit < 0 - - cryptonite-openssl < 0 - - csg < 0 - - dhall < 0 - - download < 0 - - eventstore < 0 - - fay-base < 0 - - file-modules < 0 - - find-clumpiness < 0 - - gdax < 0 - - giphy-api < 0 - - github-webhooks < 0 - - goggles < 0 - - graphviz < 0 - - gym-http-api < 0 - - hOpenPGP < 0 - - haskell-spacegoo < 0 - - haskintex < 0 - - haskoin-core < 0 - - here < 0 - - herms < 0 - - hledger-interest < 0 - - http-client < 0 - - http-client-tls < 0 - - hyraxAbif < 0 - - ihaskell-hvega < 0 - - inliterate < 0 - - interpolate < 0 - - interpolatedstring-perl6 < 0 - - invertible < 0 - - ipython-kernel < 0 - - jmacro < 0 - - jose < 0 - - jose-jwt < 0 - - json-schema < 0 - - jvm-batching < 0 - - jvm-streaming < 0 - - language-c-quote < 0 - - language-puppet < 0 - - log-postgres < 0 - - logger-thread < 0 - - lucid-extras < 0 - - marvin-interpolate < 0 - - minio-hs < 0 - - miso < 0 - - mmark < 0 - - mmark-cli < 0 - - mmark-ext < 0 - - monad-metrics < 0 - - mwc-probability-transition < 0 - - mysql-haskell < 0 - - oauthenticated < 0 - - online < 0 - - pem < 0 - - persistent < 0 - - plotlyhs < 0 - - postgresql-typed < 0 - - protocol-radius < 0 - - qm-interpolated-string < 0 - - qnap-decrypt < 0 - - registry < 0 - - safe-money < 0 - - securemem < 0 - - servant-blaze < 0 - - servant-cassava < 0 - - servant-checked-exceptions < 0 - - servant-checked-exceptions-core < 0 - - servant-elm < 0 - - servant-exceptions < 0 - - servant-github-webhook < 0 - - servant-kotlin < 0 - - servant-lucid < 0 - - servant-mock < 0 - - servant-pandoc < 0 - - servant-rawm < 0 - - servant-ruby < 0 - - servant-static-th < 0 - - servant-tracing < 0 - - servant-websockets < 0 - - shikensu < 0 - - sparkle < 0 - - stack < 0 - - statistics < 0 - - summoner < 0 - - swish < 0 - - telegram-bot-simple < 0 - - text-ldap < 0 - - text-show-instances < 0 - - thyme < 0 - - tibetan-utils < 0 - - tls < 0 - - triplesec < 0 - - vector-sized < 0 - - wai-app-static < 0 - - wai-middleware-metrics < 0 - - wai-middleware-static < 0 - - websockets-snap < 0 - - wreq < 0 - - ws < 0 - - x509 < 0 - - x509-validation < 0 - - xmonad-extras < 0 - - yesod-auth < 0 - - yesod-static < 0 - - Allure < 0 - DAV < 0 + - DRBG < 0 - HTF < 0 + - HTTP < 0 + - HandsomeSoup < 0 - HaskellNet < 0 - HaskellNet-SSL < 0 + - IPv6Addr < 0 + - IPv6DB < 0 + - JuicyPixels-scale-dct < 0 + - LambdaHack < 0 + - MissingH < 0 + - MusicBrainz < 0 + - Network-NineP < 0 + - QuasiText < 0 + - RSA < 0 + - ShellCheck < 0 + - aeson-diff < 0 + - aeson-qq < 0 - aeson-typescript < 0 + - alarmclock < 0 - amazonka < 0 - amazonka-apigateway < 0 - amazonka-application-autoscaling < 0 @@ -4029,6 +3732,7 @@ packages: - amazonka-cognito-idp < 0 - amazonka-cognito-sync < 0 - amazonka-config < 0 + - amazonka-core < 0 - amazonka-datapipeline < 0 - amazonka-devicefarm < 0 - amazonka-directconnect < 0 @@ -4093,6 +3797,7 @@ packages: - amazonka-waf < 0 - amazonka-workspaces < 0 - amazonka-xray < 0 + - amqp < 0 - antiope-athena < 0 - antiope-core < 0 - antiope-dynamodb < 0 @@ -4100,250 +3805,532 @@ packages: - antiope-s3 < 0 - antiope-sns < 0 - antiope-sqs < 0 + - apply-refact < 0 + - approximate < 0 - asif < 0 - asn1-encoding < 0 - asn1-parse < 0 + - asn1-types < 0 + - async-pool < 0 + - atom-conduit < 0 - authenticate-oauth < 0 + - autoexporter < 0 + - avers < 0 + - avwx < 0 + - axel < 0 + - bank-holidays-england < 0 + - base-noprelude < 0 + - bcrypt < 0 - beam-core < 0 + - beam-migrate < 0 + - beam-sqlite < 0 + - bench < 0 + - benchpress < 0 + - bhoogle < 0 + - binary-orphans < 0 - bins < 0 - bitcoin-api < 0 + - bitcoin-api-extra < 0 - bitcoin-block < 0 - bitcoin-tx < 0 - bitx-bitcoin < 0 + - brick < 0 - bson < 0 + - bson-lens < 0 - bugsnag-haskell < 0 + - cabal-install < 0 - cabal-rpm < 0 + - cabal2nix < 0 + - cachix < 0 + - cachix-api < 0 + - cairo < 0 - cayley-client < 0 - chatwork < 0 + - cheapskate-lucid < 0 + - check-email < 0 - cipher-aes < 0 + - cipher-aes128 < 0 - cipher-blowfish < 0 - cipher-camellia < 0 - cipher-des < 0 + - cipher-rc4 < 0 + - circle-packing < 0 + - cisco-spark-api < 0 + - clang-compilation-database < 0 + - clash-ghc < 0 + - clash-lib < 0 + - clash-prelude < 0 - classy-prelude-yesod < 0 + - classyplate < 0 + - clientsession < 0 - closed < 0 + - codo-notation < 0 + - compensated < 0 + - conduit-connection < 0 - configuration-tools < 0 - connection < 0 - consul-haskell < 0 + - country < 0 + - cpphs < 0 + - cprng-aes < 0 - cql-io < 0 + - credential-store < 0 - criterion < 0 - crypto-cipher-tests < 0 - crypto-cipher-types < 0 + - crypto-enigma < 0 - crypto-pubkey < 0 - crypto-pubkey-types < 0 - crypto-random < 0 + - cryptocipher < 0 + - cryptocompare < 0 + - cryptohash < 0 + - cryptohash-cryptoapi < 0 + - cryptonite < 0 + - cryptonite-conduit < 0 + - cryptonite-openssl < 0 + - csg < 0 + - curl-runnings < 0 + - cyclotomic < 0 + - czipwith < 0 + - darcs < 0 + - data-tree-print < 0 - datadog < 0 - datasets < 0 + - derulo < 0 + - dhall < 0 - dhall-bash < 0 - dhall-json < 0 - dhall-text < 0 + - dhall-to-cabal < 0 + - diagrams-solve < 0 - dns < 0 - docker < 0 + - doctest-driver-gen < 0 + - download < 0 + - dublincore-xml-conduit < 0 + - edit < 0 + - ekg-core < 0 + - ekg-statsd < 0 + - email-validate < 0 - emd < 0 - eventful-sql-common < 0 - eventful-sqlite < 0 + - eventstore < 0 + - exception-hierarchy < 0 - executable-hash < 0 + - fay < 0 + - fay-base < 0 - fay-dom < 0 - fb < 0 + - fedora-haskell-tools < 0 + - feed < 0 + - file-modules < 0 + - find-clumpiness < 0 + - flow < 0 - fmt < 0 + - fold-debounce-conduit < 0 + - fswatch < 0 + - gdax < 0 + - generic-aeson < 0 + - generic-random < 0 + - generic-xmlpickler < 0 - generics-eot < 0 + - ghc-parser < 0 + - ghc-syntax-highlighter < 0 + - gio < 0 + - giphy-api < 0 - github < 0 + - github-release < 0 + - github-webhooks < 0 + - glib < 0 + - gloss < 0 + - gloss-raster < 0 + - gloss-rendering < 0 + - goggles < 0 + - google-oauth2-jwt < 0 + - graphviz < 0 + - gravatar < 0 + - greskell < 0 + - greskell-core < 0 + - greskell-websocket < 0 + - gtk3 < 0 + - gym-http-api < 0 + - hOpenPGP < 0 + - haddock-library < 0 - hailgun < 0 - hamilton < 0 - handwriting < 0 + - happstack-server < 0 + - hasbolt < 0 + - haskell-lsp < 0 + - haskell-lsp-types < 0 + - haskell-spacegoo < 0 + - haskell-src-meta < 0 + - haskell-tools-ast < 0 + - haskell-tools-backend-ghc < 0 + - haskell-tools-builtin-refactorings < 0 + - haskell-tools-cli < 0 + - haskell-tools-daemon < 0 + - haskell-tools-debug < 0 + - haskell-tools-demo < 0 + - haskell-tools-prettyprint < 0 + - haskell-tools-refactor < 0 + - haskell-tools-rewrite < 0 - haskey < 0 + - haskey-mtl < 0 + - haskintex < 0 + - haskoin-core < 0 - haskoin-node < 0 - haskoin-store < 0 - hedis < 0 + - here < 0 + - herms < 0 + - hgrev < 0 + - hierarchy < 0 + - hint < 0 + - hledger < 0 + - hledger-api < 0 + - hledger-interest < 0 + - hledger-lib < 0 + - hledger-ui < 0 + - hledger-web < 0 - hlint < 0 - hmatrix-backprop < 0 - hmatrix-vector-sized < 0 + - hoogle < 0 + - hoopl < 0 - hopenpgp-tools < 0 - hpack < 0 + - hpqtypes < 0 - hquantlib < 0 - hsebaysdk < 0 + - hspec-need-env < 0 - hspec-wai-json < 0 - hsx-jmacro < 0 + - hsyslog-udp < 0 + - http-client < 0 - http-client-openssl < 0 + - http-client-tls < 0 - http-conduit < 0 + - http-media < 0 - http-reverse-proxy < 0 + - http-streams < 0 + - httpd-shed < 0 - hw-json < 0 + - hworker < 0 + - hxt-http < 0 + - hxt-pickle-utils < 0 + - hyperloglog < 0 + - hyraxAbif < 0 + - ihaskell < 0 + - ihaskell-hvega < 0 + - indentation-core < 0 + - indentation-parsec < 0 + - indexed-list-literals < 0 - influxdb < 0 + - inline-java < 0 + - inliterate < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - invertible < 0 + - invertible-grammar < 0 + - io-streams-haproxy < 0 + - ip6addr < 0 + - ipython-kernel < 0 - irc-client < 0 - irc-conduit < 0 + - irc-dcc < 0 + - jmacro < 0 - jmacro-rpc < 0 - jmacro-rpc-snap < 0 + - jose < 0 + - jose-jwt < 0 + - js-flot < 0 + - js-jquery < 0 + - json-feed < 0 + - json-rpc-client < 0 + - json-rpc-server < 0 + - json-schema < 0 + - jvm-batching < 0 + - jvm-streaming < 0 + - jwt < 0 - kawhi < 0 - koofr-client < 0 + - kraken < 0 + - lackey < 0 + - lambdabot-core < 0 + - lambdabot-irc-plugins < 0 + - language-c-quote < 0 + - language-puppet < 0 + - learn-physics < 0 + - lens-labels < 0 + - line < 0 - locators < 0 + - log-postgres < 0 + - logger-thread < 0 + - logging-effect < 0 + - logging-effect-extra < 0 + - logging-effect-extra-file < 0 + - logging-effect-extra-handler < 0 + - lucid < 0 + - lucid-extras < 0 - mapquest-api < 0 + - marvin-interpolate < 0 - mbug < 0 + - mega-sdist < 0 + - memory < 0 - microformats2-parser < 0 + - milena < 0 - mime-mail-ses < 0 + - minio-hs < 0 + - miso < 0 + - mmark < 0 + - mmark-cli < 0 + - mmark-ext < 0 - moesocks < 0 + - monad-metrics < 0 - mongoDB < 0 + - monoid-extras < 0 + - monoidal-containers < 0 - morte < 0 + - mwc-probability-transition < 0 + - mysql-haskell < 0 - mysql-haskell-nem < 0 - mysql-haskell-openssl < 0 + - named < 0 - network-conduit-tls < 0 + - network-messagepack-rpc-websocket < 0 - network-simple-tls < 0 + - numhask < 0 + - numhask-prelude < 0 + - numhask-range < 0 + - numhask-test < 0 + - oauthenticated < 0 + - oeis < 0 + - om-elm < 0 + - online < 0 - opensource < 0 + - openssl-streams < 0 + - opml-conduit < 0 + - packdeps < 0 + - palette < 0 + - pango < 0 + - papillon < 0 + - pem < 0 + - perf < 0 + - persistent < 0 - persistent-iproute < 0 - persistent-mysql < 0 - persistent-mysql-haskell < 0 - persistent-postgresql < 0 - persistent-sqlite < 0 - persistent-template < 0 + - pier < 0 + - pier-core < 0 - pinboard < 0 - pipes-http < 0 - pipes-network-tls < 0 + - pipes-random < 0 - pkcs10 < 0 + - plotlyhs < 0 + - polyparse < 0 - postgresql-simple-migration < 0 + - postgresql-simple-url < 0 + - postgresql-typed < 0 + - prometheus < 0 + - proto-lens < 0 + - proto-lens-arbitrary < 0 + - proto-lens-combinators < 0 + - proto-lens-optparse < 0 + - proto-lens-protobuf-types < 0 + - proto-lens-protoc < 0 + - proto-lens-runtime < 0 + - proto-lens-setup < 0 + - protocol-radius < 0 - protocol-radius-test < 0 + - protolude < 0 + - publicsuffix < 0 + - pusher-http-haskell < 0 + - qm-interpolated-string < 0 + - qnap-decrypt < 0 - rakuten < 0 + - random-bytestring < 0 + - rank2classes < 0 + - ratel < 0 + - ratel-wai < 0 + - rattletrap < 0 + - registry < 0 + - repa < 0 - req < 0 - req-conduit < 0 + - req-url-extra < 0 - require < 0 + - rethinkdb-client-driver < 0 + - rhine < 0 + - rhine-gloss < 0 - rollbar-hs < 0 + - rss-conduit < 0 - s3-signer < 0 + - safe-money < 0 + - safecopy < 0 + - salve < 0 + - sandi < 0 + - securemem < 0 + - seqid < 0 + - seqid-streams < 0 + - servant < 0 + - servant-JuicyPixels < 0 + - servant-auth < 0 + - servant-auth-client < 0 + - servant-auth-docs < 0 + - servant-auth-server < 0 + - servant-auth-swagger < 0 + - servant-blaze < 0 + - servant-cassava < 0 + - servant-checked-exceptions < 0 + - servant-checked-exceptions-core < 0 + - servant-client < 0 + - servant-client-core < 0 + - servant-dhall < 0 + - servant-docs < 0 + - servant-elm < 0 + - servant-exceptions < 0 + - servant-foreign < 0 + - servant-github-webhook < 0 + - servant-js < 0 + - servant-kotlin < 0 + - servant-lucid < 0 + - servant-mock < 0 + - servant-pandoc < 0 + - servant-quickcheck < 0 + - servant-rawm < 0 + - servant-ruby < 0 + - servant-server < 0 + - servant-static-th < 0 + - servant-streaming < 0 + - servant-streaming-client < 0 + - servant-streaming-server < 0 + - servant-swagger < 0 + - servant-swagger-ui < 0 + - servant-swagger-ui-core < 0 + - servant-tracing < 0 + - servant-websockets < 0 - serverless-haskell < 0 - servius < 0 - ses-html < 0 + - sexp-grammar < 0 + - shake < 0 + - shake-language-c < 0 + - shikensu < 0 + - simplest-sqlite < 0 + - slack-web < 0 - smtp-mail < 0 + - snap-blaze < 0 + - snap-core < 0 + - snap-server < 0 - soap < 0 - soap-openssl < 0 - soap-tls < 0 + - sparkle < 0 + - stack < 0 + - statestack < 0 + - static-text < 0 + - statistics < 0 - store < 0 - stratosphere < 0 + - strive < 0 + - summoner < 0 + - svg-builder < 0 + - swagger2 < 0 + - swish < 0 - tcp-streams < 0 + - tcp-streams-openssl < 0 + - tdigest < 0 + - telegram-bot-simple < 0 + - termbox < 0 + - texmath < 0 + - text-ldap < 0 + - text-show < 0 + - text-show-instances < 0 - textlocal < 0 + - th-nowq < 0 + - threepenny-gui < 0 + - through-text < 0 + - thyme < 0 + - tibetan-utils < 0 + - timer-wheel < 0 + - tls < 0 - tls-debug < 0 - tls-session-manager < 0 + - transformers-lift < 0 + - triplesec < 0 + - tz < 0 + - union < 0 + - uri-bytestring < 0 + - uri-templater < 0 - urlpath < 0 - users < 0 + - users-postgresql-simple < 0 + - users-test < 0 + - vector-binary-instances < 0 + - vector-sized < 0 + - vector-space < 0 + - vectortiles < 0 + - versions < 0 + - wai-app-static < 0 + - wai-cli < 0 - wai-middleware-consul < 0 - wai-middleware-crowd < 0 + - wai-middleware-metrics < 0 + - wai-middleware-static < 0 + - wai-middleware-travisci < 0 - wai-slack-middleware < 0 + - wai-transformers < 0 - wai-websockets < 0 - warp-tls < 0 + - warp-tls-uid < 0 - webdriver < 0 + - webex-teams-api < 0 - webex-teams-conduit < 0 - webex-teams-pipes < 0 + - websockets-snap < 0 + - wild-bind < 0 + - wild-bind-x11 < 0 + - wreq < 0 - wreq-stringless < 0 + - ws < 0 - wss-client < 0 + - wuss < 0 + - x509 < 0 - x509-store < 0 - x509-system < 0 + - x509-validation < 0 + - xmonad-contrib < 0 + - xmonad-extras < 0 + - yesod < 0 + - yesod-alerts < 0 + - yesod-auth < 0 - yesod-auth-fb < 0 - yesod-auth-hashdb < 0 - yesod-bin < 0 - - yesod-fb < 0 - - yesod-form < 0 - - yesod-paginator < 0 - - yesod-persistent < 0 - - yesod-recaptcha2 < 0 - - yesod-text-markdown < 0 - - - IPv6DB < 0 - - MusicBrainz < 0 - - RSA < 0 - - amqp < 0 - - beam-migrate < 0 - - beam-sqlite < 0 - - bitcoin-api-extra < 0 - - bson-lens < 0 - - cabal2nix < 0 - - cipher-rc4 < 0 - - cisco-spark-api < 0 - - clientsession < 0 - - conduit-connection < 0 - - cprng-aes < 0 - - cryptocipher < 0 - - curl-runnings < 0 - - hasbolt < 0 - - haskey-mtl < 0 - - hoogle < 0 - - hworker < 0 - - line < 0 - - mega-sdist < 0 - - network-messagepack-rpc-websocket < 0 - - tcp-streams-openssl < 0 - - users-postgresql-simple < 0 - - users-test < 0 - - wai-cli < 0 - - wai-transformers < 0 - - warp-tls-uid < 0 - - webex-teams-api < 0 - - yesod < 0 - - yesod-form-bootstrap4 < 0 - - yesod-websockets < 0 - - - HTTP < 0 - - IPv6Addr < 0 - - Network-NineP < 0 - - bench < 0 - - google-oauth2-jwt < 0 - - happstack-server < 0 - - hsyslog-udp < 0 - - httpd-shed < 0 - - irc-dcc < 0 - - milena < 0 - - openssl-streams < 0 - - req-url-extra < 0 - - snap-core < 0 - yesod-core < 0 - yesod-csp < 0 - - - HandsomeSoup < 0 - - avwx < 0 - - fedora-haskell-tools < 0 - - gravatar < 0 - - http-streams < 0 - - hxt-http < 0 - - ip6addr < 0 - - js-flot < 0 - - js-jquery < 0 - - lambdabot-core < 0 - - oeis < 0 - - snap-blaze < 0 - - uri-templater < 0 - - yesod-alerts < 0 - yesod-eventsource < 0 + - yesod-fb < 0 + - yesod-form < 0 + - yesod-form-bootstrap4 < 0 - yesod-gitrepo < 0 - yesod-gitrev < 0 - yesod-newsfeed < 0 + - yesod-paginator < 0 + - yesod-persistent < 0 + - yesod-recaptcha2 < 0 - yesod-sitemap < 0 + - yesod-static < 0 - yesod-test < 0 - - - clash-prelude < 0 - - email-validate < 0 - - exception-hierarchy < 0 - - invertible-grammar < 0 - - lambdabot-irc-plugins < 0 - - papillon < 0 - - rank2classes < 0 - - safecopy < 0 - - shake < 0 - - simplest-sqlite < 0 - - static-text < 0 - - th-nowq < 0 - - tz < 0 - - uri-bytestring < 0 - - - approximate < 0 - - atom-conduit < 0 - - check-email < 0 - - compensated < 0 - - dublincore-xml-conduit < 0 - - hyperloglog < 0 - - opml-conduit < 0 - - rss-conduit < 0 - - sexp-grammar < 0 - - shake-language-c < 0 - - - - - - + - yesod-text-markdown < 0 + - yesod-websockets < 0 "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4386,7 +4373,7 @@ packages: # dhall < 1.17 # https://github.com/commercialhaskell/stackage/issues/3949 - # QuickCheck < 2.12 + - QuickCheck < 2.12 # hspec < 2.5.6 # hspec-core < 2.5.6 # hspec-discover < 2.5.6 @@ -4656,42 +4643,20 @@ skipped-tests: - zlib # tasty-quickcheck, tasty-hunit, tasty # GHC 8.6, only test dependency, not lib - - chatwork - - csg - - enum-subset-generate - - pipes-csv - - quickcheck-state-machine - - rakuten - - servant-blaze - - servant-cassava - - simple-vec3 - - static-text - - store - - wreq - - - RSA - - binary-tagged - - bugsnag-haskell - - chatwork - - enum-subset-generate - - pipes-csv - - postgresql-simple - - quickcheck-state-machine - - rakuten - - simple-vec3 - - static-text - - store - - HPDF - - IPv6DB + - apecs - async-refresh - async-refresh-tokens - async-timer - atom-conduit + - binary-tagged - bitcoin-api-extra - blake2 + - bugsnag-haskell + - chatwork - cipher-rc4 - conduit-parse + - csg - dataurl - detour-via-sci - dublincore-xml-conduit @@ -4699,33 +4664,31 @@ skipped-tests: - folds - gc - geojson + - github-types - graph-core + - hexml-lens - large-hashable + - mustache - opml-conduit - pipes-csv + - postgresql-simple - quickcheck-state-machine + - rakuten - rcu - rss-conduit + - servant-blaze + - servant-cassava - siggy-chardust - simple-vec3 - static-text + - store - structs - - warp - - xml-conduit-parse - - - github-types - - hexml-lens - - mustache - wai-cors + - warp + - wreq + - xml-conduit-parse - yesod-test - - apecs - - - - - - # Transitive outdated dependencies # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 @@ -5121,7 +5084,6 @@ skipped-benchmarks: # GHC 8.6, only benchmark dependency, not lib - binary-tagged - large-hashable - - Earley - IntervalMap - JuicyPixels-extra @@ -5249,9 +5211,6 @@ skipped-benchmarks: - zippers - zstd - - - # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. From 5aa8101e6f86189f826846aa8fffef36a818f513 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:57:19 -0700 Subject: [PATCH 123/168] Try 3, round 10 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89f4b2e6..e3c31dde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4383,8 +4383,8 @@ packages: # Cabal < 2.3 # https://github.com/commercialhaskell/stackage/issues/3955 - # megaparsec < 7.0.0 - # hspec-megaparsec < 2.0.0 + - megaparsec < 7.0.0 + - hspec-megaparsec < 2.0.0 # modern-uri < 0.3.0.0 # tibetan-utils < 0.1.1.9 # language-puppet < 1.4.0 From 7179a65d61e53142762522548dae5613ab748f16 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 06:57:33 -0700 Subject: [PATCH 124/168] Try 3, round 11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c31dde..54328412 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4411,7 +4411,7 @@ packages: # th-desugar < 1.9 # https://github.com/commercialhaskell/stackage/issues/3990 - # stm < 2.5 + - stm < 2.5 # https://github.com/commercialhaskell/stackage/issues/4001 # http-api-data < 0.3.9 From a24d7f09b1b847b7d51105c3dea6209855018bbd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:10:11 -0700 Subject: [PATCH 125/168] Try 3, round 12 --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54328412..b9d13562 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4375,9 +4375,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3949 - QuickCheck < 2.12 # hspec < 2.5.6 - # hspec-core < 2.5.6 + - hspec-core < 2.5.6 # hspec-discover < 2.5.6 - # hspec-meta < 2.5.6 + - hspec-meta < 2.5.6 # https://github.com/commercialhaskell/stackage/issues/3950 # Cabal < 2.3 @@ -4385,12 +4385,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3955 - megaparsec < 7.0.0 - hspec-megaparsec < 2.0.0 - # modern-uri < 0.3.0.0 + - modern-uri < 0.3.0.0 # tibetan-utils < 0.1.1.9 # language-puppet < 1.4.0 - # cue-sheet < 2.0.0 - # stache < 2.0.0 - # neat-interpolation < 0.3.2.3 + - cue-sheet < 2.0.0 + - stache < 2.0.0 + - neat-interpolation < 0.3.2.3 # mmark < 0.0.6.0 # mmark-cli < 0.0.4.0 # versions < 3.5 @@ -4411,7 +4411,7 @@ packages: # th-desugar < 1.9 # https://github.com/commercialhaskell/stackage/issues/3990 - - stm < 2.5 + # stm < 2.5 # https://github.com/commercialhaskell/stackage/issues/4001 # http-api-data < 0.3.9 From f901091977e2ecec5f5e7b3aca31b2063982ccb4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:21:09 -0700 Subject: [PATCH 126/168] Try 3, round 13 --- build-constraints.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9d13562..5c9b5636 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4332,11 +4332,19 @@ packages: - yesod-text-markdown < 0 - yesod-websockets < 0 + - next-ref < 0 + - ref-fd < 0 + - speculation < 0 + - threads-extras < 0 + - web-plugins < 0 + - modern-uri < 0 + - stache < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - #"Stackage upper bounds": + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/3531 # jwt < 0.8.0 @@ -4374,7 +4382,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3949 - QuickCheck < 2.12 - # hspec < 2.5.6 + - hspec < 2.5.6 - hspec-core < 2.5.6 # hspec-discover < 2.5.6 - hspec-meta < 2.5.6 @@ -4419,6 +4427,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4002 # github < 0.20 + # TODO: issue + - containers < 0.6.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -4688,6 +4699,7 @@ skipped-tests: - wreq - xml-conduit-parse - yesod-test + - vivid-supercollider # Transitive outdated dependencies # These can also be checked for updates periodically. From c51662b7f3c31f7986ce5bcad14a27c2532d373b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:26:14 -0700 Subject: [PATCH 127/168] Try 3, round 14 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c9b5636..08faba25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4339,6 +4339,8 @@ packages: - web-plugins < 0 - modern-uri < 0 - stache < 0 + - persistent-refs < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4384,7 +4386,7 @@ packages: - QuickCheck < 2.12 - hspec < 2.5.6 - hspec-core < 2.5.6 - # hspec-discover < 2.5.6 + - hspec-discover < 2.5.6 - hspec-meta < 2.5.6 # https://github.com/commercialhaskell/stackage/issues/3950 From 699830619ba2ead6442f31d699379093e491a6ea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:32:04 -0700 Subject: [PATCH 128/168] Try 3, round 15 --- build-constraints.yaml | 64 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08faba25..50c8318c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4341,6 +4341,67 @@ packages: - stache < 0 - persistent-refs < 0 + - FontyFruity < 0 + - HaTeX < 0 + - JuicyPixels < 0 + - SCalendar < 0 + - aern2-real < 0 + - algebra < 0 + - app-settings < 0 + - arrow-list < 0 + - cborg < 0 + - cheapskate < 0 + - code-builder < 0 + - compressed < 0 + - containers-unicode-symbols < 0 + - cue-sheet < 0 + - dawg-ord < 0 + - deferred-folds < 0 + - dejafu < 0 + - discrimination < 0 + - distributed-static < 0 + - drawille < 0 + - drifter < 0 + - enummapset < 0 + - envy < 0 + - event < 0 + - filecache < 0 + - friday < 0 + - ghcjs-base-stub < 0 + - gi-gtk-hs < 0 + - graph-wrapper < 0 + - heterocephalus < 0 + - hsexif < 0 + - hslua < 0 + - hspec-megaparsec < 0 + - linked-list-with-iterator < 0 + - lrucache < 0 + - messagepack < 0 + - messagepack-rpc < 0 + - monoid-subclasses < 0 + - network-transport-inmemory < 0 + - network-transport-tests < 0 + - objective < 0 + - parallel-io < 0 + - partial-order < 0 + - picosat < 0 + - pipes-safe < 0 + - postgresql-binary < 0 + - rebase < 0 + - repline < 0 + - scalendar < 0 + - search-algorithms < 0 + - serialise < 0 + - simple-log < 0 + - stringsearch < 0 + - tasty-stats < 0 + - turtle < 0 + - tzdata < 0 + - wave < 0 + - withdependencies < 0 + - wl-pprint-extras < 0 + - wl-pprint-terminfo < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4429,9 +4490,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4002 # github < 0.20 - # TODO: issue - - containers < 0.6.0.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 54a60dd8bb0f20aafa7c2d7f81fa055e867d5925 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:38:22 -0700 Subject: [PATCH 129/168] Try 3, round 16 --- build-constraints.yaml | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50c8318c..bf954b76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4402,6 +4402,49 @@ packages: - wl-pprint-extras < 0 - wl-pprint-terminfo < 0 + - JuicyPixels-extra < 0 + - Rasterific < 0 + - RefSerialize < 0 + - asciidiagram < 0 + - cheapskate-highlight < 0 + - distribution-opensuse < 0 + - drifter-postgresql < 0 + - drifter-sqlite < 0 + - flac < 0 + - flac-picture < 0 + - friday-juicypixels < 0 + - glazier-react < 0 + - glazier-react-widget < 0 + - hasql < 0 + - hslua-aeson < 0 + - hslua-module-text < 0 + - hunit-dejafu < 0 + - identicon < 0 + - incremental-parser < 0 + - javascript-extras < 0 + - lame < 0 + - massiv-io < 0 + - multipart < 0 + - nvim-hs < 0 + - nvim-hs-contrib < 0 + - pipes-bytestring < 0 + - pipes-network < 0 + - primitive-extras < 0 + - rasterific-svg < 0 + - rerebase < 0 + - set-cover < 0 + - slave-thread < 0 + - squeal-postgresql < 0 + - stm-containers < 0 + - stm-hamt < 0 + - svg-tree < 0 + - tasty-dejafu < 0 + - text-builder < 0 + - timerep < 0 + - wai-middleware-caching-lru < 0 + - xml-html-qq < 0 + + "GHC upper bounds": # Need to always match the version shipped with GHC From fbd52567975b07cf3078744825e237bdd6e1760b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:45:42 -0700 Subject: [PATCH 130/168] Try 3, round 17 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf954b76..5cff7947 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4444,6 +4444,15 @@ packages: - wai-middleware-caching-lru < 0 - xml-html-qq < 0 + - TCache < 0 + - hasql-optparse-applicative < 0 + - hasql-pool < 0 + - hasql-transaction < 0 + - pipes-aeson < 0 + - pipes-binary < 0 + - pipes-fastx < 0 + - termonad < 0 + "GHC upper bounds": From fbe4d27bc00fea412ec7e5dec89d6cbe78978a93 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 07:54:21 -0700 Subject: [PATCH 131/168] Try 3, round 18 and hopefully the last --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cff7947..4f41a662 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4813,6 +4813,16 @@ skipped-tests: - yesod-test - vivid-supercollider + - blaze-html + - dotenv + - inflections + - mighty-metropolis + - skews + - speedy-slice + - tomland + - vector-builder + + # Transitive outdated dependencies # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 @@ -5325,6 +5335,7 @@ skipped-benchmarks: - vec - vinyl - websockets + - winery - wire-streams - word24 - word8 From d10ef8167e2cbd32ea8f2311ce59057b04a4c4e6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 16:35:25 -0700 Subject: [PATCH 132/168] Out of bounds deps done, time to add the compile fails --- build-constraints.yaml | 269 ++++++++++++++++++++--------------------- 1 file changed, 129 insertions(+), 140 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f41a662..81441e69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3679,22 +3679,22 @@ packages: # Packages in the build plan that are blocked from inclusion due to # compilation failure with ghc 8.6 "Build failure with GHC 8.6": - - hint - - consul-haskell - - hasql-transaction - - # base-4.12.0.0 is out of bounds for: + # out of bounds - Agda < 0 - Allure < 0 - DAV < 0 - DRBG < 0 + - FontyFruity < 0 - HTF < 0 - HTTP < 0 + - HaTeX < 0 - HandsomeSoup < 0 - HaskellNet < 0 - HaskellNet-SSL < 0 - IPv6Addr < 0 - IPv6DB < 0 + - JuicyPixels < 0 + - JuicyPixels-extra < 0 - JuicyPixels-scale-dct < 0 - LambdaHack < 0 - MissingH < 0 @@ -3702,11 +3702,17 @@ packages: - Network-NineP < 0 - QuasiText < 0 - RSA < 0 + - Rasterific < 0 + - RefSerialize < 0 + - SCalendar < 0 - ShellCheck < 0 + - TCache < 0 + - aern2-real < 0 - aeson-diff < 0 - aeson-qq < 0 - aeson-typescript < 0 - alarmclock < 0 + - algebra < 0 - amazonka < 0 - amazonka-apigateway < 0 - amazonka-application-autoscaling < 0 @@ -3805,8 +3811,11 @@ packages: - antiope-s3 < 0 - antiope-sns < 0 - antiope-sqs < 0 + - app-settings < 0 - apply-refact < 0 - approximate < 0 + - arrow-list < 0 + - asciidiagram < 0 - asif < 0 - asn1-encoding < 0 - asn1-parse < 0 @@ -3845,7 +3854,10 @@ packages: - cachix-api < 0 - cairo < 0 - cayley-client < 0 + - cborg < 0 - chatwork < 0 + - cheapskate < 0 + - cheapskate-highlight < 0 - cheapskate-lucid < 0 - check-email < 0 - cipher-aes < 0 @@ -3864,12 +3876,15 @@ packages: - classyplate < 0 - clientsession < 0 - closed < 0 + - code-builder < 0 - codo-notation < 0 - compensated < 0 + - compressed < 0 - conduit-connection < 0 - configuration-tools < 0 - connection < 0 - consul-haskell < 0 + - containers-unicode-symbols < 0 - country < 0 - cpphs < 0 - cprng-aes < 0 @@ -3890,6 +3905,7 @@ packages: - cryptonite-conduit < 0 - cryptonite-openssl < 0 - csg < 0 + - cue-sheet < 0 - curl-runnings < 0 - cyclotomic < 0 - czipwith < 0 @@ -3897,6 +3913,9 @@ packages: - data-tree-print < 0 - datadog < 0 - datasets < 0 + - dawg-ord < 0 + - deferred-folds < 0 + - dejafu < 0 - derulo < 0 - dhall < 0 - dhall-bash < 0 @@ -3904,16 +3923,26 @@ packages: - dhall-text < 0 - dhall-to-cabal < 0 - diagrams-solve < 0 + - discrimination < 0 + - distributed-static < 0 + - distribution-opensuse < 0 - dns < 0 - docker < 0 - doctest-driver-gen < 0 - download < 0 + - drawille < 0 + - drifter < 0 + - drifter-postgresql < 0 + - drifter-sqlite < 0 - dublincore-xml-conduit < 0 - edit < 0 - ekg-core < 0 - ekg-statsd < 0 - email-validate < 0 - emd < 0 + - enummapset < 0 + - envy < 0 + - event < 0 - eventful-sql-common < 0 - eventful-sqlite < 0 - eventstore < 0 @@ -3926,10 +3955,15 @@ packages: - fedora-haskell-tools < 0 - feed < 0 - file-modules < 0 + - filecache < 0 - find-clumpiness < 0 + - flac < 0 + - flac-picture < 0 - flow < 0 - fmt < 0 - fold-debounce-conduit < 0 + - friday < 0 + - friday-juicypixels < 0 - fswatch < 0 - gdax < 0 - generic-aeson < 0 @@ -3938,17 +3972,22 @@ packages: - generics-eot < 0 - ghc-parser < 0 - ghc-syntax-highlighter < 0 + - ghcjs-base-stub < 0 + - gi-gtk-hs < 0 - gio < 0 - giphy-api < 0 - github < 0 - github-release < 0 - github-webhooks < 0 + - glazier-react < 0 + - glazier-react-widget < 0 - glib < 0 - gloss < 0 - gloss-raster < 0 - gloss-rendering < 0 - goggles < 0 - google-oauth2-jwt < 0 + - graph-wrapper < 0 - graphviz < 0 - gravatar < 0 - greskell < 0 @@ -3983,9 +4022,14 @@ packages: - haskoin-core < 0 - haskoin-node < 0 - haskoin-store < 0 + - hasql < 0 + - hasql-optparse-applicative < 0 + - hasql-pool < 0 + - hasql-transaction < 0 - hedis < 0 - here < 0 - herms < 0 + - heterocephalus < 0 - hgrev < 0 - hierarchy < 0 - hint < 0 @@ -4005,6 +4049,11 @@ packages: - hpqtypes < 0 - hquantlib < 0 - hsebaysdk < 0 + - hsexif < 0 + - hslua < 0 + - hslua-aeson < 0 + - hslua-module-text < 0 + - hspec-megaparsec < 0 - hspec-need-env < 0 - hspec-wai-json < 0 - hsx-jmacro < 0 @@ -4017,14 +4066,17 @@ packages: - http-reverse-proxy < 0 - http-streams < 0 - httpd-shed < 0 + - hunit-dejafu < 0 - hw-json < 0 - hworker < 0 - hxt-http < 0 - hxt-pickle-utils < 0 - hyperloglog < 0 - hyraxAbif < 0 + - identicon < 0 - ihaskell < 0 - ihaskell-hvega < 0 + - incremental-parser < 0 - indentation-core < 0 - indentation-parsec < 0 - indexed-list-literals < 0 @@ -4041,6 +4093,7 @@ packages: - irc-client < 0 - irc-conduit < 0 - irc-dcc < 0 + - javascript-extras < 0 - jmacro < 0 - jmacro-rpc < 0 - jmacro-rpc-snap < 0 @@ -4061,11 +4114,13 @@ packages: - lackey < 0 - lambdabot-core < 0 - lambdabot-irc-plugins < 0 + - lame < 0 - language-c-quote < 0 - language-puppet < 0 - learn-physics < 0 - lens-labels < 0 - line < 0 + - linked-list-with-iterator < 0 - locators < 0 - log-postgres < 0 - logger-thread < 0 @@ -4073,13 +4128,17 @@ packages: - logging-effect-extra < 0 - logging-effect-extra-file < 0 - logging-effect-extra-handler < 0 + - lrucache < 0 - lucid < 0 - lucid-extras < 0 - mapquest-api < 0 - marvin-interpolate < 0 + - massiv-io < 0 - mbug < 0 - mega-sdist < 0 - memory < 0 + - messagepack < 0 + - messagepack-rpc < 0 - microformats2-parser < 0 - milena < 0 - mime-mail-ses < 0 @@ -4088,12 +4147,15 @@ packages: - mmark < 0 - mmark-cli < 0 - mmark-ext < 0 + - modern-uri < 0 - moesocks < 0 - monad-metrics < 0 - mongoDB < 0 - monoid-extras < 0 + - monoid-subclasses < 0 - monoidal-containers < 0 - morte < 0 + - multipart < 0 - mwc-probability-transition < 0 - mysql-haskell < 0 - mysql-haskell-nem < 0 @@ -4102,11 +4164,17 @@ packages: - network-conduit-tls < 0 - network-messagepack-rpc-websocket < 0 - network-simple-tls < 0 + - network-transport-inmemory < 0 + - network-transport-tests < 0 + - next-ref < 0 - numhask < 0 - numhask-prelude < 0 - numhask-range < 0 - numhask-test < 0 + - nvim-hs < 0 + - nvim-hs-contrib < 0 - oauthenticated < 0 + - objective < 0 - oeis < 0 - om-elm < 0 - online < 0 @@ -4117,6 +4185,8 @@ packages: - palette < 0 - pango < 0 - papillon < 0 + - parallel-io < 0 + - partial-order < 0 - pem < 0 - perf < 0 - persistent < 0 @@ -4124,20 +4194,30 @@ packages: - persistent-mysql < 0 - persistent-mysql-haskell < 0 - persistent-postgresql < 0 + - persistent-refs < 0 - persistent-sqlite < 0 - persistent-template < 0 + - picosat < 0 - pier < 0 - pier-core < 0 - pinboard < 0 + - pipes-aeson < 0 + - pipes-binary < 0 + - pipes-bytestring < 0 + - pipes-fastx < 0 - pipes-http < 0 + - pipes-network < 0 - pipes-network-tls < 0 - pipes-random < 0 + - pipes-safe < 0 - pkcs10 < 0 - plotlyhs < 0 - polyparse < 0 + - postgresql-binary < 0 - postgresql-simple-migration < 0 - postgresql-simple-url < 0 - postgresql-typed < 0 + - primitive-extras < 0 - prometheus < 0 - proto-lens < 0 - proto-lens-arbitrary < 0 @@ -4157,15 +4237,20 @@ packages: - rakuten < 0 - random-bytestring < 0 - rank2classes < 0 + - rasterific-svg < 0 - ratel < 0 - ratel-wai < 0 - rattletrap < 0 + - rebase < 0 + - ref-fd < 0 - registry < 0 - repa < 0 + - repline < 0 - req < 0 - req-conduit < 0 - req-url-extra < 0 - require < 0 + - rerebase < 0 - rethinkdb-client-driver < 0 - rhine < 0 - rhine-gloss < 0 @@ -4176,9 +4261,12 @@ packages: - safecopy < 0 - salve < 0 - sandi < 0 + - scalendar < 0 + - search-algorithms < 0 - securemem < 0 - seqid < 0 - seqid-streams < 0 + - serialise < 0 - servant < 0 - servant-JuicyPixels < 0 - servant-auth < 0 @@ -4219,12 +4307,15 @@ packages: - serverless-haskell < 0 - servius < 0 - ses-html < 0 + - set-cover < 0 - sexp-grammar < 0 - shake < 0 - shake-language-c < 0 - shikensu < 0 + - simple-log < 0 - simplest-sqlite < 0 - slack-web < 0 + - slave-thread < 0 - smtp-mail < 0 - snap-blaze < 0 - snap-core < 0 @@ -4233,39 +4324,54 @@ packages: - soap-openssl < 0 - soap-tls < 0 - sparkle < 0 + - speculation < 0 + - squeal-postgresql < 0 + - stache < 0 - stack < 0 - statestack < 0 - static-text < 0 - statistics < 0 + - stm-containers < 0 + - stm-hamt < 0 - store < 0 - stratosphere < 0 + - stringsearch < 0 - strive < 0 - summoner < 0 - svg-builder < 0 + - svg-tree < 0 - swagger2 < 0 - swish < 0 + - tasty-dejafu < 0 + - tasty-stats < 0 - tcp-streams < 0 - tcp-streams-openssl < 0 - tdigest < 0 - telegram-bot-simple < 0 - termbox < 0 + - termonad < 0 - texmath < 0 + - text-builder < 0 - text-ldap < 0 - text-show < 0 - text-show-instances < 0 - textlocal < 0 - th-nowq < 0 + - threads-extras < 0 - threepenny-gui < 0 - through-text < 0 - thyme < 0 - tibetan-utils < 0 - timer-wheel < 0 + - timerep < 0 - tls < 0 - tls-debug < 0 - tls-session-manager < 0 - transformers-lift < 0 - triplesec < 0 + - turtle < 0 - tz < 0 + - tzdata < 0 - union < 0 - uri-bytestring < 0 - uri-templater < 0 @@ -4280,6 +4386,7 @@ packages: - versions < 0 - wai-app-static < 0 - wai-cli < 0 + - wai-middleware-caching-lru < 0 - wai-middleware-consul < 0 - wai-middleware-crowd < 0 - wai-middleware-metrics < 0 @@ -4290,6 +4397,8 @@ packages: - wai-websockets < 0 - warp-tls < 0 - warp-tls-uid < 0 + - wave < 0 + - web-plugins < 0 - webdriver < 0 - webex-teams-api < 0 - webex-teams-conduit < 0 @@ -4297,6 +4406,9 @@ packages: - websockets-snap < 0 - wild-bind < 0 - wild-bind-x11 < 0 + - withdependencies < 0 + - wl-pprint-extras < 0 + - wl-pprint-terminfo < 0 - wreq < 0 - wreq-stringless < 0 - ws < 0 @@ -4306,6 +4418,7 @@ packages: - x509-store < 0 - x509-system < 0 - x509-validation < 0 + - xml-html-qq < 0 - xmonad-contrib < 0 - xmonad-extras < 0 - yesod < 0 @@ -4332,129 +4445,6 @@ packages: - yesod-text-markdown < 0 - yesod-websockets < 0 - - next-ref < 0 - - ref-fd < 0 - - speculation < 0 - - threads-extras < 0 - - web-plugins < 0 - - modern-uri < 0 - - stache < 0 - - persistent-refs < 0 - - - FontyFruity < 0 - - HaTeX < 0 - - JuicyPixels < 0 - - SCalendar < 0 - - aern2-real < 0 - - algebra < 0 - - app-settings < 0 - - arrow-list < 0 - - cborg < 0 - - cheapskate < 0 - - code-builder < 0 - - compressed < 0 - - containers-unicode-symbols < 0 - - cue-sheet < 0 - - dawg-ord < 0 - - deferred-folds < 0 - - dejafu < 0 - - discrimination < 0 - - distributed-static < 0 - - drawille < 0 - - drifter < 0 - - enummapset < 0 - - envy < 0 - - event < 0 - - filecache < 0 - - friday < 0 - - ghcjs-base-stub < 0 - - gi-gtk-hs < 0 - - graph-wrapper < 0 - - heterocephalus < 0 - - hsexif < 0 - - hslua < 0 - - hspec-megaparsec < 0 - - linked-list-with-iterator < 0 - - lrucache < 0 - - messagepack < 0 - - messagepack-rpc < 0 - - monoid-subclasses < 0 - - network-transport-inmemory < 0 - - network-transport-tests < 0 - - objective < 0 - - parallel-io < 0 - - partial-order < 0 - - picosat < 0 - - pipes-safe < 0 - - postgresql-binary < 0 - - rebase < 0 - - repline < 0 - - scalendar < 0 - - search-algorithms < 0 - - serialise < 0 - - simple-log < 0 - - stringsearch < 0 - - tasty-stats < 0 - - turtle < 0 - - tzdata < 0 - - wave < 0 - - withdependencies < 0 - - wl-pprint-extras < 0 - - wl-pprint-terminfo < 0 - - - JuicyPixels-extra < 0 - - Rasterific < 0 - - RefSerialize < 0 - - asciidiagram < 0 - - cheapskate-highlight < 0 - - distribution-opensuse < 0 - - drifter-postgresql < 0 - - drifter-sqlite < 0 - - flac < 0 - - flac-picture < 0 - - friday-juicypixels < 0 - - glazier-react < 0 - - glazier-react-widget < 0 - - hasql < 0 - - hslua-aeson < 0 - - hslua-module-text < 0 - - hunit-dejafu < 0 - - identicon < 0 - - incremental-parser < 0 - - javascript-extras < 0 - - lame < 0 - - massiv-io < 0 - - multipart < 0 - - nvim-hs < 0 - - nvim-hs-contrib < 0 - - pipes-bytestring < 0 - - pipes-network < 0 - - primitive-extras < 0 - - rasterific-svg < 0 - - rerebase < 0 - - set-cover < 0 - - slave-thread < 0 - - squeal-postgresql < 0 - - stm-containers < 0 - - stm-hamt < 0 - - svg-tree < 0 - - tasty-dejafu < 0 - - text-builder < 0 - - timerep < 0 - - wai-middleware-caching-lru < 0 - - xml-html-qq < 0 - - - TCache < 0 - - hasql-optparse-applicative < 0 - - hasql-pool < 0 - - hasql-transaction < 0 - - pipes-aeson < 0 - - pipes-binary < 0 - - pipes-fastx < 0 - - termonad < 0 - - - "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 @@ -4765,7 +4755,7 @@ skipped-tests: - vector # QuickCheck-2.11.3 - zlib # tasty-quickcheck, tasty-hunit, tasty - # GHC 8.6, only test dependency, not lib + # Blocked due to tests failing to compile for GHC 8.6 - HPDF - apecs - async-refresh @@ -4775,6 +4765,7 @@ skipped-tests: - binary-tagged - bitcoin-api-extra - blake2 + - blaze-html - bugsnag-haskell - chatwork - cipher-rc4 @@ -4782,6 +4773,7 @@ skipped-tests: - csg - dataurl - detour-via-sci + - dotenv - dublincore-xml-conduit - enum-subset-generate - folds @@ -4790,7 +4782,9 @@ skipped-tests: - github-types - graph-core - hexml-lens + - inflections - large-hashable + - mighty-metropolis - mustache - opml-conduit - pipes-csv @@ -4803,24 +4797,19 @@ skipped-tests: - servant-cassava - siggy-chardust - simple-vec3 + - skews + - speedy-slice - static-text - store - structs + - tomland + - vector-builder + - vivid-supercollider - wai-cors - warp - wreq - xml-conduit-parse - yesod-test - - vivid-supercollider - - - blaze-html - - dotenv - - inflections - - mighty-metropolis - - skews - - speedy-slice - - tomland - - vector-builder # Transitive outdated dependencies @@ -5215,7 +5204,7 @@ skipped-benchmarks: - xxhash-ffi # ghc 8.4 via xxhash build failure - hslua # criterion 1.5.1 - # GHC 8.6, only benchmark dependency, not lib + # Blocked due to benchmarks failing to compile for GHC 8.6 - binary-tagged - large-hashable - Earley From 7d89ecd9f907502b0a4771ec50c17843f75a4c77 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 16:52:57 -0700 Subject: [PATCH 133/168] First part of failed to build packages --- build-constraints.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81441e69..b22e8a70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4445,6 +4445,19 @@ packages: - yesod-text-markdown < 0 - yesod-websockets < 0 + # failed to build + - extensible < 0 + - universe-instances-extended < 0 + - yoga < 0 + - vivid < 0 + - typography-geometry < 0 + - typenums < 0 + - typelits-witnesses < 0 + - teardown < 0 + - jni < 0 + - apecs < 0 + - broadcast-chan < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From 1e95ef166b148be4812b174056eea290662ddc6b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 16:56:19 -0700 Subject: [PATCH 134/168] Also deps of those --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b22e8a70..280d1764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4458,6 +4458,13 @@ packages: - apecs < 0 - broadcast-chan < 0 + # transitive dependencies of packages failing to build + - jvm < 0 + - capataz < 0 + - componentm < 0 + - componentm-devel < 0 + - universe < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 From feb5063cc7178b86d9741d7ee60f1257c864d12f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:08:21 -0700 Subject: [PATCH 135/168] More failed builds --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 280d1764..8b401932 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4457,6 +4457,17 @@ packages: - jni < 0 - apecs < 0 - broadcast-chan < 0 + - o-clock < 0 + - fgl < 0 + - df1 < 0 + - first-class-families < 0 + - histogram-fill < 0 + - libmpd < 0 + - hdevtools < 0 + - llvm-hs-pretty < 0 + - med-module < 0 + - multistate < 0 + - exinst < 0 # transitive dependencies of packages failing to build - jvm < 0 From cd33b4fe9a9da5611a3bfecf46a0fbfb934d8f48 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:10:02 -0700 Subject: [PATCH 136/168] Deps of the above --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b401932..f40434bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4475,6 +4475,12 @@ packages: - componentm < 0 - componentm-devel < 0 - universe < 0 + - di < 0 + - di-df1 < 0 + - rdf < 0 + - rpmbuild-order < 0 + - plot-light < 0 + - butcher < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From 2e13597dc05a620b59914d979384363d6562bc20 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:23:30 -0700 Subject: [PATCH 137/168] More packages failing to build --- build-constraints.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f40434bb..9139675a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4468,6 +4468,17 @@ packages: - med-module < 0 - multistate < 0 - exinst < 0 + - dimensional < 0 + - monad-recorder < 0 + - stm-stats < 0 + - Fin < 0 + - matrix-static < 0 + - ClustalParser < 0 + - di-handle < 0 + - dunai < 0 + - HPDF < 0 + - llvm-hs < 0 + - large-hashable < 0 # transitive dependencies of packages failing to build - jvm < 0 @@ -4847,6 +4858,16 @@ skipped-tests: - wreq - xml-conduit-parse - yesod-test + - inspection-testing + - rank1dynamic + - hspec-core + - unordered-containers + - unordered-intmap + - monad-par + - inline-r + - megaparsec + - higher-leveldb + - generic-lens # Transitive outdated dependencies From 35314d8fc1916e91cf72f58bbdae17e0d12e16ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:24:42 -0700 Subject: [PATCH 138/168] Deps of the above --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9139675a..5e69adac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4492,6 +4492,7 @@ packages: - rpmbuild-order < 0 - plot-light < 0 - butcher < 0 + - geodetics < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From 0225e86c974b0258319b70fb22823cfbe330144e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:36:01 -0700 Subject: [PATCH 139/168] More packages failing to build --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e69adac..5d32740c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4479,6 +4479,8 @@ packages: - HPDF < 0 - llvm-hs < 0 - large-hashable < 0 + - gtk2hs-buildtools < 0 + - hprotoc < 0 # transitive dependencies of packages failing to build - jvm < 0 @@ -4869,7 +4871,12 @@ skipped-tests: - megaparsec - higher-leveldb - generic-lens - + - butter + - distributed-closure + - binary-ext + - multiarg + - skylighting-core + - kanji # Transitive outdated dependencies # These can also be checked for updates periodically. From d7cbeef63d0c9d694079386d6b9cf890d9bd7fa3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 17:44:16 -0700 Subject: [PATCH 140/168] Cleanup --- build-constraints.yaml | 112 ++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 62 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d32740c..c55009f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4446,55 +4446,55 @@ packages: - yesod-websockets < 0 # failed to build - - extensible < 0 - - universe-instances-extended < 0 - - yoga < 0 - - vivid < 0 - - typography-geometry < 0 - - typenums < 0 - - typelits-witnesses < 0 - - teardown < 0 - - jni < 0 + - ClustalParser < 0 + - Fin < 0 + - HPDF < 0 - apecs < 0 - broadcast-chan < 0 - - o-clock < 0 - - fgl < 0 - df1 < 0 - - first-class-families < 0 - - histogram-fill < 0 - - libmpd < 0 - - hdevtools < 0 - - llvm-hs-pretty < 0 - - med-module < 0 - - multistate < 0 - - exinst < 0 - - dimensional < 0 - - monad-recorder < 0 - - stm-stats < 0 - - Fin < 0 - - matrix-static < 0 - - ClustalParser < 0 - di-handle < 0 + - dimensional < 0 - dunai < 0 - - HPDF < 0 - - llvm-hs < 0 - - large-hashable < 0 + - exinst < 0 + - extensible < 0 + - fgl < 0 + - first-class-families < 0 - gtk2hs-buildtools < 0 + - hdevtools < 0 + - histogram-fill < 0 - hprotoc < 0 + - jni < 0 + - large-hashable < 0 + - libmpd < 0 + - llvm-hs < 0 + - llvm-hs-pretty < 0 + - matrix-static < 0 + - med-module < 0 + - monad-recorder < 0 + - multistate < 0 + - o-clock < 0 + - stm-stats < 0 + - teardown < 0 + - typelits-witnesses < 0 + - typenums < 0 + - typography-geometry < 0 + - universe-instances-extended < 0 + - vivid < 0 + - yoga < 0 # transitive dependencies of packages failing to build - - jvm < 0 + - butcher < 0 - capataz < 0 - componentm < 0 - componentm-devel < 0 - - universe < 0 - di < 0 - di-df1 < 0 + - geodetics < 0 + - jvm < 0 + - plot-light < 0 - rdf < 0 - rpmbuild-order < 0 - - plot-light < 0 - - butcher < 0 - - geodetics < 0 + - universe < 0 "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4807,41 +4807,44 @@ skipped-tests: - zlib # tasty-quickcheck, tasty-hunit, tasty # Blocked due to tests failing to compile for GHC 8.6 - - HPDF - - apecs - async-refresh - async-refresh-tokens - async-timer - - atom-conduit + - binary-ext - binary-tagged - - bitcoin-api-extra - blake2 - blaze-html - - bugsnag-haskell - - chatwork - - cipher-rc4 + - butter - conduit-parse - - csg - dataurl - detour-via-sci + - distributed-closure - dotenv - - dublincore-xml-conduit - enum-subset-generate - folds - gc + - generic-lens - geojson - github-types - graph-core - hexml-lens + - higher-leveldb + - hspec-core - inflections - - large-hashable + - inline-r + - inspection-testing + - kanji + - megaparsec - mighty-metropolis + - monad-par + - multiarg - mustache - opml-conduit - pipes-csv - postgresql-simple - quickcheck-state-machine - rakuten + - rank1dynamic - rcu - rss-conduit - servant-blaze @@ -4849,11 +4852,15 @@ skipped-tests: - siggy-chardust - simple-vec3 - skews + - skylighting-core - speedy-slice - static-text - store - structs - tomland + - universum + - unordered-containers + - unordered-intmap - vector-builder - vivid-supercollider - wai-cors @@ -4861,22 +4868,6 @@ skipped-tests: - wreq - xml-conduit-parse - yesod-test - - inspection-testing - - rank1dynamic - - hspec-core - - unordered-containers - - unordered-intmap - - monad-par - - inline-r - - megaparsec - - higher-leveldb - - generic-lens - - butter - - distributed-closure - - binary-ext - - multiarg - - skylighting-core - - kanji # Transitive outdated dependencies # These can also be checked for updates periodically. @@ -5024,7 +5015,6 @@ expected-test-failures: - bindings-GLFW # Expects running X server - bitcoin-api - bitcoin-api-extra - - bitcoin-api-extra - bloodhound # ElasticSearch - cabal-install - cayley-client @@ -5272,12 +5262,10 @@ skipped-benchmarks: # Blocked due to benchmarks failing to compile for GHC 8.6 - binary-tagged - - large-hashable - Earley - IntervalMap - JuicyPixels-extra - ad - - apecs - attoparsec - backprop - binary-list From 779bdb67d418494a593d9a7ef9095c20a68fbdc9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 18:02:01 -0700 Subject: [PATCH 141/168] Drop remaining packages failing to build with ghc-8.4 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c55009f6..de0826ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,10 +3649,6 @@ packages: "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 - 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 From 1af9caa2335a55cc2e2a4c7afa5bd6a7b1a10895 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 18:04:47 -0700 Subject: [PATCH 142/168] Cleanup old blockers --- build-constraints.yaml | 67 ------------------------------------------ 1 file changed, 67 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0826ce..192045cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4497,41 +4497,6 @@ packages: - Win32 == 2.6.1.0 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3531 - # jwt < 0.8.0 - - # needed by cabal-install - # https://github.com/fpco/stackage/issues/3566 - # network < 2.7 - - # https://github.com/commercialhaskell/stackage/issues/3847 - # hw-json < 0.8.1.0 - - # https://github.com/commercialhaskell/stackage/issues/3858 - # focus < 0.2 - # stm-containers < 1 - # slave-thread < 1.0.2.1 - - # https://github.com/commercialhaskell/stackage/issues/3868 - # brick < 0.39 - # vty < 5.23 - - # https://github.com/commercialhaskell/stackage/issues/3878 - # microspec < 0.2 - - # https://github.com/commercialhaskell/stackage/issues/3884 - # pretty-show < 1.8 - - # https://github.com/commercialhaskell/stackage/issues/3902 - # attoparsec-uri < 0.0.5 - # urlpath < 9.0.0.1 - - # https://github.com/commercialhaskell/stackage/issues/3926 - # vinyl < 0.10 - - # https://github.com/commercialhaskell/stackage/issues/3945 - # dhall < 1.17 - # https://github.com/commercialhaskell/stackage/issues/3949 - QuickCheck < 2.12 - hspec < 2.5.6 @@ -4539,45 +4504,13 @@ packages: - hspec-discover < 2.5.6 - hspec-meta < 2.5.6 - # https://github.com/commercialhaskell/stackage/issues/3950 - # Cabal < 2.3 - # https://github.com/commercialhaskell/stackage/issues/3955 - megaparsec < 7.0.0 - hspec-megaparsec < 2.0.0 - modern-uri < 0.3.0.0 - # tibetan-utils < 0.1.1.9 - # language-puppet < 1.4.0 - cue-sheet < 2.0.0 - stache < 2.0.0 - neat-interpolation < 0.3.2.3 - # mmark < 0.0.6.0 - # mmark-cli < 0.0.4.0 - # versions < 3.5 - - # https://github.com/commercialhaskell/stackage/issues/3972 - # ghc-typelits-extra < 0.3 - # ghc-typelits-knownnat < 0.6 - - # https://github.com/commercialhaskell/stackage/issues/3972 - # vector-algorithms < 0.8.0.0 - - # https://github.com/commercialhaskell/stackage/issues/3984 - # unbound-generics < 0.4 - - # https://github.com/commercialhaskell/stackage/issues/3985 - # singletons < 2.5 - # eliminators < 0.5 - # th-desugar < 1.9 - - # https://github.com/commercialhaskell/stackage/issues/3990 - # stm < 2.5 - - # https://github.com/commercialhaskell/stackage/issues/4001 - # http-api-data < 0.3.9 - - # https://github.com/commercialhaskell/stackage/issues/4002 - # github < 0.20 # end of packages From 035d7bf160ea227b76f56da6694c41fe5b273c66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 29 Sep 2018 14:55:56 -0500 Subject: [PATCH 143/168] Bump ghc version to 8.6.1 in ./check and ./etc/ci-script.sh --- check | 2 +- etc/ci-script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check b/check index aee033e9..7c0440a4 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.3 stackage-curator check +exec stack exec --resolver ghc-8.6.1 stackage-curator check diff --git a/etc/ci-script.sh b/etc/ci-script.sh index 12d1853c..27c860e0 100755 --- a/etc/ci-script.sh +++ b/etc/ci-script.sh @@ -2,7 +2,7 @@ set -euxo pipefail -export GHCVER=8.4.3 +export GHCVER=8.6.1 # Download and unpack the stack executable mkdir -p ~/.local/bin From c08d3307f78f8bc3fd35a9722e57895cd17bbe25 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 30 Sep 2018 19:51:30 +0900 Subject: [PATCH 144/168] drop cabal-install upperbound now we have Cabal-2.4 (8.6.1) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192045cc..7a8406a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -375,7 +375,6 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - - cabal-install < 2.4 - mega-sdist - case-insensitive - classy-prelude-yesod From 2ad7a77f0adae2fa2f168dad47dd87a631a57d58 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sat, 29 Sep 2018 16:44:41 +0200 Subject: [PATCH 145/168] Update docker image to LLVM 7.0 and reenable llvm-hs --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a8406a1..1d98dc52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4461,7 +4461,7 @@ packages: - jni < 0 - large-hashable < 0 - libmpd < 0 - - llvm-hs < 0 + - llvm-hs - llvm-hs-pretty < 0 - matrix-static < 0 - med-module < 0 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bfd3f4c0..308becc8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -174,11 +174,11 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-5.0 -# llvm-6.0 for llvm-hs (separate since it needs wget) +# llvm-7.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" \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" \ && apt-get update \ - && apt-get install -y llvm-6.0 + && apt-get install -y llvm-7 # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is From 07c0401be850641fd94f1d1ffd81fa51217f5140 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 28 Sep 2018 08:29:26 +1000 Subject: [PATCH 146/168] Add new package hw-conduit-merges --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d98dc52..97bfb9ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2685,6 +2685,7 @@ packages: - hw-balancedparens - hw-bits - hw-conduit + - hw-conduit-merges - hw-diagnostics - hw-dsv - hw-eliasfano From a02196de09166134c916818c2f489b63b3c01a77 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 30 Sep 2018 08:46:05 -0700 Subject: [PATCH 147/168] Update reason for blocking avers-api (#4005) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97bfb9ba..cd36b3ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1306,7 +1306,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - # - avers-api # cryptonite 0.25 + # - avers-api # avers, GHC 8.6 # - avers-server # cryptonite 0.25 - css-syntax # - etcd # https://github.com/wereHamster/etcd-hs/issues/5 From 040baf620fca87ea66e770dc6526679f97169442 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 1 Oct 2018 07:43:17 -0700 Subject: [PATCH 148/168] Add haskeline. It builds fine with ghc-8.6.1, and it was in previous LTS's with no issues, and so i'm not sure why it was removed in the ghc-8.6 nightlies. Might be something to do with being distributed with GHC, but not being a core package from Stackage's perspective. In either case, adding it explicitly seems like the right thing to do long-term. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..ca2bcfbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3189,6 +3189,7 @@ packages: - tensorflow-test - pier-core - pier + - haskeline "Christof Schramm ": - mnist-idx From 9bf0b5c07bc373f9279787cd2e2df6b213358d5b Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 1 Oct 2018 11:50:38 -0400 Subject: [PATCH 149/168] Re-enable singletons tests `singletons-2.5` features a significantly revamped test suite that makes fewer assumptions about what is on one's `PATH`, so Stackage should be able to run the tests with no issues now. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..bd91d491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5006,7 +5006,6 @@ expected-test-failures: - 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 - - singletons # Needs ghc on $PATH with som installed haskell packages - stack # https://github.com/fpco/stackage/issues/3707 - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account - users-persistent # sqlite From 55ad0713e0e4dabc35cf9d3322c62e9e41f12d42 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Mon, 1 Oct 2018 17:56:56 +0200 Subject: [PATCH 150/168] Fully remove llvm-hs from 8.6 build failures Previously, I accidentally only removed the < 0 constraint instead of the full line. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..f8a7a7eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4462,7 +4462,6 @@ packages: - jni < 0 - large-hashable < 0 - libmpd < 0 - - llvm-hs - llvm-hs-pretty < 0 - matrix-static < 0 - med-module < 0 From b32257c191f36c792d14b72446b3e5f1b6a57364 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Mon, 1 Oct 2018 18:34:23 +0200 Subject: [PATCH 151/168] restore hsexif & app-settings, they now support ghc 8.6 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..ff63d407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3807,7 +3807,6 @@ packages: - antiope-s3 < 0 - antiope-sns < 0 - antiope-sqs < 0 - - app-settings < 0 - apply-refact < 0 - approximate < 0 - arrow-list < 0 @@ -4045,7 +4044,6 @@ packages: - hpqtypes < 0 - hquantlib < 0 - hsebaysdk < 0 - - hsexif < 0 - hslua < 0 - hslua-aeson < 0 - hslua-module-text < 0 From 22ca17022f8d0140fb5ce399298766d9389c3d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Mon, 1 Oct 2018 14:37:23 -0400 Subject: [PATCH 152/168] Add pandoc-pyplot to stackage pandoc-pyplot is a Pandoc filter that can generate figures from Python code blocks using Matplotlib. Version 1.0.0.0 builds correctly using resolver `nightly-2018-10-01`. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..7b6bea44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Laurent P. René de Cotret @LaurentRDC": + - pandoc-pyplot + "Andrew Newman @andrewfnewman": - geojson From ae566aaf3171d2621bb0bb0ea847720904e02c57 Mon Sep 17 00:00:00 2001 From: Lysxia Date: Mon, 1 Oct 2018 14:42:52 -0400 Subject: [PATCH 153/168] Reenable first-class-families and generic-random --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..154766f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3963,7 +3963,6 @@ packages: - fswatch < 0 - gdax < 0 - generic-aeson < 0 - - generic-random < 0 - generic-xmlpickler < 0 - generics-eot < 0 - ghc-parser < 0 @@ -4454,7 +4453,6 @@ packages: - exinst < 0 - extensible < 0 - fgl < 0 - - first-class-families < 0 - gtk2hs-buildtools < 0 - hdevtools < 0 - histogram-fill < 0 From b7b4a3e638dae3b914efae54adc05d237f7e99dc Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Tue, 2 Oct 2018 00:33:31 +0100 Subject: [PATCH 154/168] re-add memory --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..3c7fe484 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4132,7 +4132,6 @@ packages: - massiv-io < 0 - mbug < 0 - mega-sdist < 0 - - memory < 0 - messagepack < 0 - messagepack-rpc < 0 - microformats2-parser < 0 From 2b0e4a27bb8d80c50ab392236d9ef82f13b33fe4 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 1 Oct 2018 17:07:06 -0700 Subject: [PATCH 155/168] add back in fixed typelits-witnesses --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..e92b6507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4471,7 +4471,6 @@ packages: - o-clock < 0 - stm-stats < 0 - teardown < 0 - - typelits-witnesses < 0 - typenums < 0 - typography-geometry < 0 - universe-instances-extended < 0 From b6967607c645d0beab6ad79390b86a5201c70916 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Tue, 2 Oct 2018 13:37:39 +0100 Subject: [PATCH 156/168] Add mime-types --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d2abb63..49a91a89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -387,6 +387,7 @@ packages: - markdown - mime-mail - mime-mail-ses + - mime-types - network-conduit-tls - persistent - persistent-mysql From 6b8e69cb49a41ffb2dd36b1b27ef987b8fe1a492 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Tue, 2 Oct 2018 14:50:42 +0200 Subject: [PATCH 157/168] Added the exit codes library --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d2abb63..e6a09225 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,7 @@ packages: "Laurent P. René de Cotret @LaurentRDC": - pandoc-pyplot - + "Andrew Newman @andrewfnewman": - geojson @@ -2571,6 +2571,7 @@ packages: # - marvin # https://github.com/JustusAdam/marvin/issues/22 - marvin-interpolate - mustache + - exit-codes <= 1.0.0 "Cindy Wang @CindyLinz": - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 @@ -3617,7 +3618,7 @@ packages: "asakamirai @asakamirai": - kazura-queue - + "Eric Torreborre @etorreborre": - registry From fa36b1c426a2e6c739500862cb1c4c4a2f89b431 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Tue, 2 Oct 2018 17:43:47 +0200 Subject: [PATCH 158/168] unblock cuda packages --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d2abb63..f7e1eb1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,11 +803,12 @@ packages: - 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 - - 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 < 0 # build failure with GHC 8.4 + - cuda + - cufft + - cublas + - cusparse + - cusolver + - nvvm - wide-word "Dan Burton @DanBurton": From 6d54752a259fccc5716608630b7dece817872bdc Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Tue, 2 Oct 2018 17:51:47 +0200 Subject: [PATCH 159/168] update to cuda-10 --- Dockerfile | 6 +++--- debian-bootstrap.sh | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index f37e09ae..cf8c7ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ 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.6.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 +ENV PATH /usr/local/cuda-10.0/bin:/opt/ghc/8.6.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV CUDA_PATH /usr/local/cuda-10.0 +ENV LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64:/usr/local/cuda-10.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 308becc8..842bcaf4 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -268,12 +268,13 @@ cd /tmp \ # 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 -CUDA_VER=${CUDA_PKG:0:3} -CUDA_APT=${CUDA_VER/./-} +CUDA_PKG=10.0.130-1 +CUDA_VER=10.0 +CUDA_APT=10-0 pushd /tmp \ && wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub \ && dpkg -i cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ && apt-get update -qq \ && 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} \ From 604d6f8c01414dd2337421c8e738694f3ae09ece Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Tue, 2 Oct 2018 20:50:36 +0200 Subject: [PATCH 160/168] Bring back JuicyPixels/FontyFruity/Rasterific in nightly --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49a91a89..5d0ff5c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,7 +3685,6 @@ packages: - Allure < 0 - DAV < 0 - DRBG < 0 - - FontyFruity < 0 - HTF < 0 - HTTP < 0 - HaTeX < 0 @@ -3694,7 +3693,6 @@ packages: - HaskellNet-SSL < 0 - IPv6Addr < 0 - IPv6DB < 0 - - JuicyPixels < 0 - JuicyPixels-extra < 0 - JuicyPixels-scale-dct < 0 - LambdaHack < 0 @@ -3703,7 +3701,6 @@ packages: - Network-NineP < 0 - QuasiText < 0 - RSA < 0 - - Rasterific < 0 - RefSerialize < 0 - SCalendar < 0 - ShellCheck < 0 From 2e211c95df1484a731b475a72fa28e519219ebef Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Tue, 2 Oct 2018 22:04:39 +0200 Subject: [PATCH 161/168] Fixed the bounds for exit-codes --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6a09225..46f4c7d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2571,7 +2571,7 @@ packages: # - marvin # https://github.com/JustusAdam/marvin/issues/22 - marvin-interpolate - mustache - - exit-codes <= 1.0.0 + - exit-codes >= 1.0.0 "Cindy Wang @CindyLinz": - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 From c9e60741c77e97be2a7b4e8513f2da6f687ab3c8 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Wed, 3 Oct 2018 12:22:16 +0100 Subject: [PATCH 162/168] add tasty-kat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49a91a89..d6b3149f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -588,6 +588,7 @@ packages: - pem - siphash - socks + - tasty-kat - tls - tls-debug - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From e1f227c8279ecd4206c1be25e767fd451b1e3316 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Wed, 3 Oct 2018 12:28:51 +0100 Subject: [PATCH 163/168] re-add http-client --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49a91a89..0d88c794 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4056,7 +4056,6 @@ packages: - hspec-wai-json < 0 - hsx-jmacro < 0 - hsyslog-udp < 0 - - http-client < 0 - http-client-openssl < 0 - http-client-tls < 0 - http-conduit < 0 From aef59d78964a7dc7ca3672fdc2d14c8151402b5d Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Wed, 3 Oct 2018 08:18:41 -0400 Subject: [PATCH 164/168] reenable higher-leveldb tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a0b471..0609a33f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4753,7 +4753,6 @@ skipped-tests: - github-types - graph-core - hexml-lens - - higher-leveldb - hspec-core - inflections - inline-r From ea6ff0c63de95d77182d5d7f58d15b2b39de42a0 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Wed, 3 Oct 2018 13:42:23 +0100 Subject: [PATCH 165/168] re-add benchpress --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a0b471..9379ba3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3832,7 +3832,6 @@ packages: - beam-migrate < 0 - beam-sqlite < 0 - bench < 0 - - benchpress < 0 - bhoogle < 0 - binary-orphans < 0 - bins < 0 From c01a3e8eef770badcc6247e2f01242e6f15a461a Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Wed, 3 Oct 2018 15:44:23 +0200 Subject: [PATCH 166/168] unblock repa* --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a0b471..1efa8348 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -793,8 +793,8 @@ packages: - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 - 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 + - repa-algorithms + - repa-io - 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 @@ -4239,7 +4239,6 @@ packages: - rebase < 0 - ref-fd < 0 - registry < 0 - - repa < 0 - repline < 0 - req < 0 - req-conduit < 0 From e7596329af51d00f68a62700056970f01578e2c0 Mon Sep 17 00:00:00 2001 From: Ryota Kameoka Date: Thu, 4 Oct 2018 03:38:24 +0900 Subject: [PATCH 167/168] add duration --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97dcb92c..ff78a4fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,6 +3625,9 @@ packages: "Eric Torreborre @etorreborre": - registry + "Ryota Kameoka @ryota-ka": + - duration + # 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 bc21531fe63189ec4a8ac18367a34fc4c468c14b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 4 Oct 2018 15:11:37 +0200 Subject: [PATCH 168/168] Disable cusolver #4029 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97dcb92c..c16eda06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -809,7 +809,7 @@ packages: - cufft - cublas - cusparse - - cusolver + - cusolver < 0 - nvvm - wide-word