From 31be20f79d328aa8c044ae4c580ce5efbbd9b466 Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Tue, 22 May 2018 12:04:07 +0200 Subject: [PATCH 1/5] build-constraints.yaml: Add packages from @k0001 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5046e821..5bf7f013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1213,10 +1213,26 @@ packages: - cryptohash-sha1 "Renzo Carbonara @k0001": + - df1 + - di + - di-core + - di-df1 + - di-handle + - di-monad + - exinst + - flay - network-simple + - network-simple-tls - pipes-aeson - pipes-attoparsec + - pipes-binary - pipes-network + - pipes-network-tls + - safe-money + - vector-bytes-instances + - xmlbf-xeno + - xmlbf-xmlhtml + - xmlbf "Tomas Carnecky @wereHamster": # - avers # cryptonite 0.25 From b0ed69e62e9a6c5bc90227afccbc1b9374dbc30d Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Tue, 22 May 2018 12:04:07 +0200 Subject: [PATCH 2/5] 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 3/5] Removes packages with dependency failures --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8029450e..e8be8793 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,7 +1219,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst + - exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - flay - network-simple - network-simple-tls @@ -1228,10 +1228,10 @@ packages: - pipes-binary - pipes-network - pipes-network-tls - - safe-money + - safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666 - vector-bytes-instances - xmlbf-xeno - - xmlbf-xmlhtml + - xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0 - xmlbf "Tomas Carnecky @wereHamster": From 6a72b5a123499300539047e42add739f87bb58ad Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Fri, 25 May 2018 16:28:05 +0200 Subject: [PATCH 4/5] exinst and safe-money: disable serialise --- build-constraints.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8be8793..2a9ef785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,7 +1219,7 @@ packages: - di-df1 - di-handle - di-monad - - exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667 + - exinst - flay - network-simple - network-simple-tls @@ -1228,7 +1228,7 @@ packages: - pipes-binary - pipes-network - pipes-network-tls - - safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666 + - safe-money - vector-bytes-instances - xmlbf-xeno - xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0 @@ -3559,6 +3559,10 @@ package-flags: ghc_7_7: false ghc_8_0: true + # https://github.com/commercialhaskell/stackage/issues/3666 and 3667 + exinst: + serialise: false + functor-classes-compat: containers: true @@ -3574,6 +3578,10 @@ package-flags: cabal-install: lib: true + # https://github.com/commercialhaskell/stackage/issues/3666 + safe-money: + serialise: false + scotty: hpc-coveralls: false From bc518076dd1c0af23f419bffd1be0f9e58befeb5 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 27 May 2018 18:52:38 -0400 Subject: [PATCH 5/5] Skips exinst tests (serialise/cborg deps) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a9ef785..f2b0e850 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3720,6 +3720,7 @@ skipped-tests: # Transitive outdated dependencies # These can also be checked for updates periodically. + - exinst # via cborg and serialise https://github.com/commercialhaskell/stackage/issues/3666 and 3667 - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - options # ansi-terminal-0.8 via chell