From 11066c9c6bc7127292cc76d74163a44be292c6e4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 11 Oct 2018 21:33:25 -0400 Subject: [PATCH 01/30] opensource and MusicBrainz are now buildable with nightly --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8f5653d..87858684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3708,7 +3708,6 @@ packages: - JuicyPixels-scale-dct < 0 - LambdaHack < 0 - MissingH < 0 - - MusicBrainz < 0 - Network-NineP < 0 - QuasiText < 0 - RSA < 0 @@ -4163,7 +4162,6 @@ packages: - oeis < 0 - om-elm < 0 - online < 0 - - opensource < 0 - openssl-streams < 0 - opml-conduit < 0 - packdeps < 0 From 463347e3f151696d810706fa3089e68e2b98b637 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 11 Oct 2018 21:57:30 -0400 Subject: [PATCH 02/30] Try building yoga with newer gcc --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8f5653d..9e2d2c0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1118,7 +1118,7 @@ packages: - netwire - netwire-input - netwire-input-glfw - - yoga < 0 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 + - yoga - freetype2 - HCodecs From 3810e7212040a56bbf44c5c4e3611339b1c77616 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 12 Oct 2018 10:30:50 -0400 Subject: [PATCH 03/30] DAV is buildable within nightly EXCEPT for xml-hamlet xml-hamlet is buildable within nightly --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1faf79b..1bc4276e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3696,7 +3696,6 @@ packages: # out of bounds - Agda < 0 - Allure < 0 - - DAV < 0 - DRBG < 0 - HTF < 0 - HaTeX < 0 From 1201bf013fe15564bd1c6ee0cde6275e149fb988 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 12 Oct 2018 12:52:00 -0400 Subject: [PATCH 04/30] Remove upper bound for statistics, closes #4047 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1faf79b..7a4489e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4480,9 +4480,6 @@ packages: - stache - neat-interpolation < 0.3.2.3 - # https://github.com/commercialhaskell/stackage/issues/4047 - - statistics < 0.15 - # end of packages # Package flags are applied to individual packages, and override the values of From 550371d956cd697717651a9a44ae4872208ee8ea Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Fri, 12 Oct 2018 18:48:34 -0700 Subject: [PATCH 05/30] Reenable proto-lens-*. The latest releases are compatible with ghc-8.6.1. --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e609f6..d633fca7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4200,14 +4200,6 @@ packages: - postgresql-typed < 0 - primitive-extras < 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 From 0ab21f9febd964f09587f1a57283e11072860c3d Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Fri, 12 Oct 2018 19:17:14 -0700 Subject: [PATCH 06/30] Add lens-labels too. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d633fca7..6206c1f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4102,7 +4102,6 @@ packages: - language-c-quote < 0 - language-puppet < 0 - learn-physics < 0 - - lens-labels < 0 - line < 0 - linked-list-with-iterator < 0 - locators < 0 From 426def8b61ba2c877299ff6c9a4d9acf2cadaa38 Mon Sep 17 00:00:00 2001 From: Nikos Karagiannidis Date: Sat, 13 Oct 2018 20:52:31 +0300 Subject: [PATCH 07/30] add DBFunctor --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6206c1f6..d1ede3f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3635,6 +3635,9 @@ packages: "Takenobu Tani @takenobu-hs": - ghci-hexcalc + "Nikos Karagianndis @nkarag": + - DBFunctor + # 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 2249ada7b7c919317e8f806969ca1da6bc4c661b Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Sun, 14 Oct 2018 16:50:01 +0200 Subject: [PATCH 08/30] re-enable apecs --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6206c1f6..bb3a18ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4407,7 +4407,6 @@ packages: - ClustalParser < 0 - Fin < 0 - HPDF < 0 - - apecs < 0 - broadcast-chan < 0 - df1 < 0 - di-handle < 0 From 71330b55ba9e2b2e4100838083310cec8174715b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 14 Oct 2018 11:37:33 -0400 Subject: [PATCH 09/30] Add upper bound for yaml, #4053 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6206c1f6..573993f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4470,6 +4470,9 @@ packages: - stache - neat-interpolation < 0.3.2.3 + # https://github.com/commercialhaskell/stackage/issues/4053 + - yaml < 0.11 + # end of packages # Package flags are applied to individual packages, and override the values of From 912f4cf80903d4292aca1fbfbebdaf4bc65e12d8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 14 Oct 2018 23:51:01 -0400 Subject: [PATCH 10/30] Try unblocking MissingH --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 329545e1..8a34f3d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3706,7 +3706,6 @@ packages: - JuicyPixels-extra < 0 - JuicyPixels-scale-dct < 0 - LambdaHack < 0 - - MissingH < 0 - Network-NineP < 0 - QuasiText < 0 - RSA < 0 @@ -4694,6 +4693,7 @@ skipped-tests: - validation # hedgehog 0.6 - vector # QuickCheck-2.11.3 - zlib # tasty-quickcheck, tasty-hunit, tasty + - MissingH # testpack, quickcheck # Blocked due to tests failing to compile for GHC 8.6 - async-refresh @@ -4759,7 +4759,6 @@ skipped-tests: # Transitive outdated dependencies # These can also be checked for updates periodically. - - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - options # ansi-terminal-0.8 via chell - path # via genvalidity genvalidity-property From ad838fc900b341f7984cfb6621c72764572b4874 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 15 Oct 2018 00:51:35 -0400 Subject: [PATCH 11/30] Unblock crypto-enigma --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f5d9a1f..2d8c27a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3893,7 +3893,6 @@ packages: - credential-store < 0 - crypto-cipher-tests < 0 - crypto-cipher-types < 0 - - crypto-enigma < 0 - crypto-pubkey < 0 - crypto-pubkey-types < 0 - crypto-random < 0 From 4f3691ea176b1ddc0c3ec12946c81959646a54fe Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 15 Oct 2018 00:56:15 -0400 Subject: [PATCH 12/30] Skip tests for DBFunctor, #4054 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d8c27a3..82aae766 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4696,6 +4696,7 @@ skipped-tests: - vector # QuickCheck-2.11.3 - zlib # tasty-quickcheck, tasty-hunit, tasty - MissingH # testpack, quickcheck + - DBFunctor # missing file test_options.csv # Blocked due to tests failing to compile for GHC 8.6 - async-refresh From 7a21524e1fc653253e735847f5c29430b81ef735 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Oct 2018 16:26:27 +0100 Subject: [PATCH 13/30] postgresql-simple < 0.6 (#4056) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82aae766..cb549b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4473,6 +4473,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4053 - yaml < 0.11 + # https://github.com/commercialhaskell/stackage/issues/4056 + - postgresql-simple < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 85d5eb985f8710c17f80000381853ab3fdaf7740 Mon Sep 17 00:00:00 2001 From: Wanja Chresta <34962284+wchresta@users.noreply.github.com> Date: Tue, 16 Oct 2018 17:47:46 +0200 Subject: [PATCH 14/30] Unblock matrix-static matrix-static build failure on GHC 8.6 is fixed with 0.2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82aae766..6579a6a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4424,7 +4424,6 @@ packages: - large-hashable < 0 - libmpd < 0 - llvm-hs-pretty < 0 - - matrix-static < 0 - med-module < 0 - monad-recorder < 0 - multistate < 0 From 912c5fbea4ff914a87f4fb6a573b68eb45cd604d Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 16 Oct 2018 15:03:33 -0400 Subject: [PATCH 15/30] Restores core Servant libraries Restores the core Servant libraries (as well as `servant-mock`), which now compile with GHC 8.6.1 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb549b44..1880a0e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4050,7 +4050,6 @@ packages: - hsx-jmacro < 0 - hsyslog-udp < 0 - http-client-openssl < 0 - - http-media < 0 - http-reverse-proxy < 0 - http-streams < 0 - hunit-dejafu < 0 @@ -4237,7 +4236,6 @@ packages: - seqid < 0 - seqid-streams < 0 - serialise < 0 - - servant < 0 - servant-JuicyPixels < 0 - servant-auth < 0 - servant-auth-client < 0 @@ -4248,23 +4246,17 @@ packages: - 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 @@ -4348,7 +4340,6 @@ packages: - vector-space < 0 - vectortiles < 0 - versions < 0 - - wai-app-static < 0 - wai-cli < 0 - wai-middleware-caching-lru < 0 - wai-middleware-consul < 0 From 90e61c3d4197c7599e0ff6541a36ae04188eb4e1 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 Oct 2018 00:55:02 +0100 Subject: [PATCH 16/30] avro test build failing --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1880a0e7..6d80d4d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4833,6 +4833,9 @@ skipped-tests: - time-parsers - vec + # test build is failing + - avro + # Uses Cabal's "library internal" stanza feature - s3-signer # end of skipped-tests From e2f49fd41089ca3a255ab695c9dfb8b6eb76f8f9 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 17 Oct 2018 12:35:59 +0300 Subject: [PATCH 17/30] Enable some packages --- build-constraints.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..677b660a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1403,14 +1403,15 @@ packages: - kleene - lattices - microstache - # - monad-http # http-types 0.12 - OneTuple - postgresql-simple-url - range-set-list - regex-applicative-text - servant-dhall - servant-swagger-ui - # - servant-yaml # yaml-0.9.0 commercialhaskell/stackage#3823 + - servant-swagger-ui-core + - servant-swagger-ui-redoc + - servant-yaml - singleton-bool - spdx < 0 # GHC 8.4 via base-4.11.0.0 - splitmix @@ -4242,17 +4243,13 @@ 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-dhall < 0 - servant-elm < 0 - servant-exceptions < 0 - servant-github-webhook < 0 - - servant-js < 0 - servant-kotlin < 0 - - servant-lucid < 0 - servant-pandoc < 0 - servant-quickcheck < 0 - servant-rawm < 0 @@ -4261,9 +4258,6 @@ packages: - 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 @@ -4998,7 +4992,6 @@ expected-test-failures: - http-client-tls # https://github.com/snoyberg/http-client/issues/360 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - 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 - wreq - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 From d108d60ee49bafb59cc71a075342092a872c9ec4 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Wed, 17 Oct 2018 20:52:30 +0200 Subject: [PATCH 18/30] restore the slack-web package --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..10912e5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4275,7 +4275,6 @@ packages: - shake-language-c < 0 - shikensu < 0 - simplest-sqlite < 0 - - slack-web < 0 - slave-thread < 0 - smtp-mail < 0 - snap-blaze < 0 From 7df33b8419cc70bf2cd8e8b72dc51877b9ebb8a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 18 Oct 2018 13:34:45 +0300 Subject: [PATCH 19/30] Restore some persistent packages --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..36acf81d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4169,14 +4169,8 @@ packages: - parallel-io < 0 - partial-order < 0 - perf < 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 - picosat < 0 - pier < 0 - pier-core < 0 From 81834295f632aab43d80fc3e72cf307bbb872367 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 19 Oct 2018 23:43:51 +0700 Subject: [PATCH 20/30] =?UTF-8?q?Remove=20=E2=80=98facts=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The library is too experimental and has serious unsolved problems. I'd like to unburden myself and remove it for now. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..61c056e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2339,7 +2339,6 @@ packages: - html-entity-map - mmark-cli - ghc-syntax-highlighter - - facts "Emmanuel Touzery @emmanueltouzery": - app-settings From 54022da3f8493997c77f7fbd577535fae023cc72 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 17 Oct 2018 15:12:58 -0400 Subject: [PATCH 21/30] Add user @eschnett and package mpi-hs --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..3f765caa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Erik Schnetter @eschnett": + - mpi-hs + "Yang Bo @Atry": - control-dsl diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b128b0e0..322a6a43 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,6 +99,7 @@ apt-get install -y \ liboath-dev \ libnotify-dev \ libopenal-dev \ + libopenmpi-dev \ libpango1.0-dev \ libpcap0.8-dev \ libpq-dev \ From a0e19b3e6a5eb598f2c7d2825fb836d5d8ad8aa3 Mon Sep 17 00:00:00 2001 From: Andres Loeh Date: Sat, 20 Oct 2018 17:06:40 +0200 Subject: [PATCH 22/30] Add sop-core --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..0fbd381e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1683,6 +1683,7 @@ packages: "Andres Löh @kosmikus": - generics-sop - records-sop + - sop-core "Vivian McPhail @amcphail": - hmatrix-gsl-stats From b33ac88ae9f9664cfaa5a5b19ecb81470c27fa74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Oct 2018 17:41:00 +0900 Subject: [PATCH 23/30] re-enable cabal-rpm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d80d4d3..0bc45d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1264,7 +1264,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm + - cabal-rpm - fedora-haskell-tools - rpmbuild-order - simple-cmd From c82e6add576e1527c107144260874728187cde4f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Oct 2018 19:11:38 +0900 Subject: [PATCH 24/30] try to reenable store and its tests (fpco/store#125) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bc45d6b..c6f8f26e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3898,7 +3898,6 @@ packages: - crypto-random < 0 - cryptocipher < 0 - cryptocompare < 0 - - cryptohash < 0 - cryptohash-cryptoapi < 0 - cryptonite-conduit < 0 - cryptonite-openssl < 0 @@ -4293,7 +4292,6 @@ packages: - static-text < 0 - stm-containers < 0 - stm-hamt < 0 - - store < 0 - stratosphere < 0 - stringsearch < 0 - strive < 0 @@ -4740,7 +4738,6 @@ skipped-tests: - skylighting-core - speedy-slice - static-text - - store - structs - tomland - universum @@ -5019,7 +5016,6 @@ expected-test-failures: - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 - - store # https://github.com/fpco/store/issues/125 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - tls # https://github.com/vincenthz/hs-tls/issues/247 @@ -5467,7 +5463,6 @@ tell-me-when-its-released: - freer-effects-0.3.0.1 # re-enable extensible benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 - 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 # Packages which should be hidden after registering, to avoid module name From 9bc46a1c4deda16148bf2482e6aaa8024530e081 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 Oct 2018 12:38:56 +0100 Subject: [PATCH 25/30] generics-sop < 0.4.0.0 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6f8f26e..34af39bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4465,6 +4465,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4056 - postgresql-simple < 0.6 + - generics-sop < 0.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b282b8403f39527328816f4a775c8c5bf9e6362f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 Oct 2018 12:47:41 +0100 Subject: [PATCH 26/30] cross-ref upper bounds to issue --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34af39bc..f518e834 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4465,6 +4465,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4056 - postgresql-simple < 0.6 + # https://github.com/commercialhaskell/stackage/issues/4066 - generics-sop < 0.4.0.0 # end of packages From 2575b46391292e735f16e4ffff1d97f7f00446e2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Oct 2018 11:04:55 -0400 Subject: [PATCH 27/30] Add constraint "hsinstall < 2" per #4067 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f518e834..4d90bb89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4468,6 +4468,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4066 - generics-sop < 0.4.0.0 + # https://github.com/commercialhaskell/stackage/issues/4067 + - hsinstall < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From 473c68bdfaafe4dca04e647acb06fbaad081a253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Oct 2018 11:42:11 -0400 Subject: [PATCH 28/30] Unblock swagger2 and lucid --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffbfaba9..2c37326c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4112,7 +4112,6 @@ packages: - logging-effect-extra-file < 0 - logging-effect-extra-handler < 0 - lrucache < 0 - - lucid < 0 - lucid-extras < 0 - mapquest-api < 0 - marvin-interpolate < 0 @@ -4285,7 +4284,6 @@ packages: - strive < 0 - summoner < 0 - svg-builder < 0 - - swagger2 < 0 - swish < 0 - tasty-dejafu < 0 - tasty-stats < 0 From d1a01b9085a726ec638032fa1e673749386ae103 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Oct 2018 11:49:45 -0400 Subject: [PATCH 29/30] Unblock yesod-gitrev, yesod-core and deps --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2db4a245..95b6557d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,7 +3865,6 @@ packages: - cheapskate-highlight < 0 - cheapskate-lucid < 0 - check-email < 0 - - cipher-aes < 0 - cipher-aes128 < 0 - cipher-blowfish < 0 - cipher-camellia < 0 @@ -3879,7 +3878,6 @@ packages: - clash-prelude < 0 - classy-prelude-yesod < 0 - classyplate < 0 - - clientsession < 0 - closed < 0 - code-builder < 0 - codo-notation < 0 @@ -3891,14 +3889,10 @@ packages: - containers-unicode-symbols < 0 - country < 0 - cpphs < 0 - - cprng-aes < 0 - cql-io < 0 - credential-store < 0 - - crypto-cipher-tests < 0 - - crypto-cipher-types < 0 - crypto-pubkey < 0 - crypto-pubkey-types < 0 - - crypto-random < 0 - cryptocipher < 0 - cryptocompare < 0 - cryptohash-cryptoapi < 0 @@ -4227,7 +4221,6 @@ packages: - sandi < 0 - scalendar < 0 - search-algorithms < 0 - - securemem < 0 - seqid < 0 - seqid-streams < 0 - serialise < 0 @@ -4363,14 +4356,12 @@ packages: - 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 From 09b4db3616b22065c016682033b8c340e7a90181 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Oct 2018 12:07:38 -0400 Subject: [PATCH 30/30] Temporarily disable mpi-hs per #4068 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f9f180..f542f0db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "2.2" packages: "Erik Schnetter @eschnett": - - mpi-hs + - mpi-hs < 0 # https://github.com/commercialhaskell/stackage/issues/4068 "Yang Bo @Atry": - control-dsl