From d958c46a510d24ea3d8ee07a2bb6b1de0f60e2dd Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Sat, 11 Jan 2020 14:34:42 -0800 Subject: [PATCH 1/7] Pin hw-dsv < 0.4.0 to unbreak CI --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccad3e52..942b4637 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,7 +2901,7 @@ packages: - hw-conduit - hw-conduit-merges - hw-diagnostics - - hw-dsv + - hw-dsv < 0.4.0 # the hw-ip bound in hw-dsv is incompatible with latest version of hw-ip - hw-eliasfano - hw-excess - hw-hedgehog From 8a0b1b53aae5e8b3c8ba95128ae8d16841ac6a99 Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Sat, 11 Jan 2020 14:43:58 -0800 Subject: [PATCH 2/7] try to bound the hw-ip library directly --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 942b4637..0ea1a782 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,13 +2901,13 @@ packages: - hw-conduit - hw-conduit-merges - hw-diagnostics - - hw-dsv < 0.4.0 # the hw-ip bound in hw-dsv is incompatible with latest version of hw-ip + - hw-dsv - hw-eliasfano - hw-excess - hw-hedgehog - hw-hspec-hedgehog - hw-int - - hw-ip + - hw-ip < 2.4 # the hw-ip bound in hw-dsv is incompatible with latest version of hw-ip - hw-fingertree - hw-fingertree-strict - hw-json From 71f50ee7e42de32ef558c9d2d8821884b599215d Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Sat, 11 Jan 2020 14:53:09 -0800 Subject: [PATCH 3/7] add hsinstall upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ea1a782..9ac1ca16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,7 +3227,7 @@ packages: "Dino Morelli @dino-": - epub-metadata - - hsinstall + - hsinstall < 2.5 # hsinstall is missing fmt, a dependency added in hsinstall 2.5 - tce-conf "Jonathan Fischoff @jfischoff": From e3d79fadc3d9e73bd0c967279f483f920ba17530 Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Sat, 11 Jan 2020 15:13:21 -0800 Subject: [PATCH 4/7] add issue tags --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ac1ca16..bdd8990d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2907,7 +2907,7 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - - hw-ip < 2.4 # the hw-ip bound in hw-dsv is incompatible with latest version of hw-ip + - hw-ip < 2.4 # the hw-ip bound in hw-dsv is incompatible with latest version of hw-ip (https://github.com/commercialhaskell/stackage/issues/5063) - hw-fingertree - hw-fingertree-strict - hw-json @@ -3227,7 +3227,7 @@ packages: "Dino Morelli @dino-": - epub-metadata - - hsinstall < 2.5 # hsinstall is missing fmt, a dependency added in hsinstall 2.5 + - hsinstall < 2.5 # hsinstall is missing fmt, a dependency added in hsinstall 2.5 (https://github.com/commercialhaskell/stackage/issues/5064) - tce-conf "Jonathan Fischoff @jfischoff": From ed7aac4eb4ddd55b307faf308c3e147b2c2fce0f Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Tue, 14 Jan 2020 14:45:34 -0800 Subject: [PATCH 5/7] remove hsinstall upper bound to accept 2.6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdd8990d..06031d66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,7 +3227,7 @@ packages: "Dino Morelli @dino-": - epub-metadata - - hsinstall < 2.5 # hsinstall is missing fmt, a dependency added in hsinstall 2.5 (https://github.com/commercialhaskell/stackage/issues/5064) + - hsinstall - tce-conf "Jonathan Fischoff @jfischoff": From 5587e7fdb6ac581ddd32c348266ee078a7d2c812 Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Tue, 14 Jan 2020 15:08:03 -0800 Subject: [PATCH 6/7] bound hedgehog --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06031d66..c789e8f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,7 +267,7 @@ packages: - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms "Jacob Stanley @jacobstanley": - - hedgehog + - hedgehog < 1.0.2 # the hedgehog bound in tasty-hedgehog is incompatible with the latest version of hedgehog - hedgehog-quickcheck < 0 # via QuickCheck https://github.com/commercialhaskell/stackage/issues/4444 - transformers-bifunctors - unix-compat From 017168bd3fee0c1951adff46515163d8ec4236c5 Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Tue, 14 Jan 2020 15:30:50 -0800 Subject: [PATCH 7/7] add hedgehog issue link --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c789e8f6..0f1b3872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,7 +267,7 @@ packages: - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms "Jacob Stanley @jacobstanley": - - hedgehog < 1.0.2 # the hedgehog bound in tasty-hedgehog is incompatible with the latest version of hedgehog + - hedgehog < 1.0.2 # the hedgehog bound in tasty-hedgehog is incompatible with the latest version of hedgehog (https://github.com/commercialhaskell/stackage/issues/5068) - hedgehog-quickcheck < 0 # via QuickCheck https://github.com/commercialhaskell/stackage/issues/4444 - transformers-bifunctors - unix-compat