From b5320fba750419ff2d3342c4d8baa69ee949290c Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Thu, 29 Mar 2018 19:27:29 +0200 Subject: [PATCH 1/4] Re-enable websockets-snap and threepenny-gui --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed8670f1..f74cc17c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3770,7 +3770,6 @@ packages: - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave @@ -3920,8 +3919,8 @@ packages: - wrecker < 0 # GHC 8.4 via tdigest - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - type-assertions < 0 # GHC 8.4 via test-fixture - - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - threepenny-editors < 0 # GHC 8.4 + - threepenny-gui-flexbox < 0 # GHC 8.4 via clay - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4035,7 +4034,6 @@ packages: - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core # trans deps, rediscovered. - - websockets-snap < 0 # GHC 8.4 via snap-server-1.1.0.0 - eventstore < 0 # GHC 8.4 via text-format - eventstore < 0 # GHC 8.4 via uuid From 730b7500d8f597a0f59bd2a4dafb51d53f289752 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Mar 2018 13:20:06 -0700 Subject: [PATCH 2/4] Restore tinylog (@twittner) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79a35f2..fe66aa0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -998,7 +998,7 @@ packages: - redis-resp - redis-io - swagger - # - tinylog # build failure with ghc 8.4 https://gitlab.com/twittner/tinylog/issues/1 + - tinylog - wai-predicates - wai-routing - zeromq4-haskell @@ -3318,7 +3318,6 @@ packages: - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From 332712449678749fe12b31178e9a80bf2652b60e Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 31 Mar 2018 02:22:41 +0530 Subject: [PATCH 3/4] Enable shell-conduit and fb --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95320889..c84add18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -453,9 +453,9 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal - # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 + - shell-conduit - tldr - # - fb # build failure with ghc 8.4 https://github.com/psibi/fb/issues/3 + - fb - yesod-fb - yesod-auth-fb - hourglass-orphans From f7d5921967563a1ee3a2bd260f67622e572f6243 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 31 Mar 2018 17:49:04 -0400 Subject: [PATCH 4/4] Remove transformers-compat from expected-test-failures I've just pushed `transformers-compat-0.6.1`, which no longer includes a test suite (see https://github.com/ekmett/transformers-compat/pull/33), so there's no need to include it in `expected-test-failures` anymore. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60661115..b4fd8e5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4354,7 +4354,6 @@ expected-test-failures: # GHC 8.4 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 - - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 # Intermittent failures or unreliable. These tests may pass when