From e006c1fda6d38f792e683b6ae7a8f3dbd3b8f5b8 Mon Sep 17 00:00:00 2001 From: Ed Wastell Date: Wed, 14 Nov 2018 13:53:24 +0000 Subject: [PATCH 1/9] Added my own projects --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915ee16d..4506e0a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Edward Wastell @edwardwas": + - TotalMap + - sized-grid + "Antonio Alonso Dominguez @alonsodomin": - hschema # - hschema-aeson # https://github.com/alonsodomin/haskell-schema/issues/10 From 74808db71f154db7ad3f6f85a1efad2d9a654f15 Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Tue, 20 Nov 2018 09:31:09 +0100 Subject: [PATCH 2/9] Add 'kind-apply' and 'kind-generics' to Stackage --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12354521..54e608d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1116,9 +1116,11 @@ packages: - wai-routing - zeromq4-haskell - "trupill@gmail.com": + "Alejandro Serrano ": - djinn-lib < 0 # build failure with GHC 8.4 - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - kind-apply + - kind-generics "Matvey Aksenov @supki": - terminal-size From 6715498673730c6dd335c557388da73fa6e3242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levent=20Erk=C3=B6k?= Date: Tue, 20 Nov 2018 08:28:12 -0800 Subject: [PATCH 3/9] Add sbv/crackNum to stackage --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12354521..d99b8142 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,7 +3309,8 @@ packages: - gdp "Levent Erkok @LeventErkok": - - sbv < 0 # DependencyFailed (PackageName "crackNum") + - sbv + - crackNum "János Tapolczai @jtapolczai": - listsafe @@ -3734,7 +3735,6 @@ packages: - wai-routing < 0 # DependencyFailed (PackageName "wai-route") - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 0d12233bf6a1d9e31d78239c8e67101e31acc8f7 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 20 Nov 2018 16:45:45 +0000 Subject: [PATCH 4/9] Add lsp-test --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12354521..eb07e54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -520,6 +520,9 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib + + "Luke Lau @bubba": + - lsp-test "Alfredo Di Napoli @adinapoli": - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From fb167d079d93f32e43493d34df08a65b0d98af4f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Nov 2018 08:44:07 +0100 Subject: [PATCH 5/9] base-unicode-symbols upper bound for #4156 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12354521..584b9983 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,6 +3842,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4131 - http-api-data < 0.4 + + # https://github.com/commercialhaskell/stackage/issues/4156 + - base-unicode-symbols < 0.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From 4490796773aadf48cb98d13736ed5bf72790e18d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Nov 2018 09:18:52 +0100 Subject: [PATCH 6/9] Add lsp-test to expected failures #4153 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea160376..cd35817d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4327,6 +4327,7 @@ expected-test-failures: - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch + - lsp-test - lxd-client # Needs LXD, not available on debian - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached From 3e2c79ab4ddecaaa592fb8226fa2b38c0019efb2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Nov 2018 09:26:25 +0100 Subject: [PATCH 7/9] Expect rounded tests to fail --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd35817d..a5a3a27b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -524,7 +524,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - + "Luke Lau @bubba": - lsp-test @@ -4430,6 +4430,7 @@ expected-test-failures: # these if we want them fixed - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 + - rounded # ExitFailure -11 # Doctests require hidden Glob package - makefile From f317775ecb3cbf9fb92e0b9dbffa0330d313d761 Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Wed, 21 Nov 2018 10:40:51 +0100 Subject: [PATCH 8/9] Add GitHub username --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54e608d7..2c218084 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1116,7 +1116,7 @@ packages: - wai-routing - zeromq4-haskell - "Alejandro Serrano ": + "Alejandro Serrano @serras": - djinn-lib < 0 # build failure with GHC 8.4 - djinn-ghc < 0 # GHC 8.4 via djinn-lib - kind-apply From c223d5323e1e38bfa77ceb0338b6d7e66ed2dc93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 20 Nov 2018 12:56:48 +0000 Subject: [PATCH 9/9] Re-add: ekg-core, ekg-statsd, generics-sop --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a3a27b..6bae3f17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,7 +1752,7 @@ packages: - wuss - bmp # @benl23x5 - - ekg-statsd < 0 # @tibbe + - ekg-statsd - gloss # @benl23x5 - gloss-rendering # @benl23x5 - gpolyline # @fegu @@ -1986,7 +1986,7 @@ packages: - data-ordlist - digits - dns - - ekg-core < 0 + - ekg-core - friday < 0 - friday-juicypixels < 0 - hbeanstalk @@ -3829,9 +3829,6 @@ 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 - # https://github.com/commercialhaskell/stackage/issues/4073 - pretty-show < 1.9