From 0940726e79f3e889694fb6e98edfce662421f77e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Wed, 23 May 2018 23:54:41 -0400 Subject: [PATCH 1/6] Skips text-builder benchmarks (#3668) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5046e821..3e8e406e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4137,6 +4137,7 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - splitmix # criterion 1.3 - superbuffer # criterion 1.3 + - text-builder # criterion 1.1 https://github.com/commercialhaskell/stackage/issues/3668 - ttrie # criterion-plus and th-pprint - tz # criterion 1.3 - unicode-transforms # criterion 1.3 From 7a35a032f1d28d528309162968c5d617a27405a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 May 2018 17:18:25 +0900 Subject: [PATCH 2/6] re-enable eventsource-api (YoEight/eventsource-api#4) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e8e406e..d099226d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2317,7 +2317,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api < 0 # https://github.com/YoEight/eventsource-api/issues/4 + - eventsource-api - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude From e017eb8e77d7010e3ad07a8d348bcc3479f26f06 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 May 2018 17:19:13 +0900 Subject: [PATCH 3/6] protobuf tests should be fixed (alphaHeavy/protobuf#34) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d099226d..5f2eef09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3709,7 +3709,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 # Runtime issues From a73794c9d8b04f011123da57a3e99e8c0c63e4e0 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 25 May 2018 00:35:19 +0000 Subject: [PATCH 4/6] Fix eventsource-api and hasql-migrations build failures --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f2eef09..f46a7751 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1991,7 +1991,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai # - haxl-amazonka # http-conduit 2.3 via amazonka - - hasql-migration + - hasql-migration < 0 # https://github.com/tvh/hasql-migration/issues/4 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 "Artyom @neongreen": @@ -2317,7 +2317,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore < 0 # GHC 8.4 via text-format - dotnet-timespan - - eventsource-api + - eventsource-api < 0 # GHC 8.4 build failure - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude - eventsource-store-specs < 0 # tasty-hspec - eventsource-stub-store < 0 # GHC 8.4 via protolude From b0ed69e62e9a6c5bc90227afccbc1b9374dbc30d Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Tue, 22 May 2018 12:04:07 +0200 Subject: [PATCH 5/6] build-constraints.yaml: Add packages from @k0001 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f46a7751..8029450e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1213,10 +1213,26 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": + - df1 + - di + - di-core + - di-df1 + - di-handle + - di-monad + - exinst + - flay - network-simple + - network-simple-tls - pipes-aeson - pipes-attoparsec + - pipes-binary - pipes-network + - pipes-network-tls + - safe-money + - vector-bytes-instances + - xmlbf-xeno + - xmlbf-xmlhtml + - xmlbf "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 From f12a706818047ed511bce675c693d2b572efcdd3 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 24 May 2018 21:05:51 -0400 Subject: [PATCH 6/6] Removes packages with dependency failures --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8029450e..e8be8793 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,7 +1219,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst + - exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - flay - network-simple - network-simple-tls @@ -1228,10 +1228,10 @@ packages: - pipes-binary - pipes-network - pipes-network-tls - - safe-money + - safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666 - vector-bytes-instances - xmlbf-xeno - - xmlbf-xmlhtml + - xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0 - xmlbf "Tomas Carnecky @wereHamster":