From 296edab192ad598bf97ae7b43228c2d52b37cdd9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 18 Mar 2017 15:32:27 -0500 Subject: [PATCH 01/25] added tibetan-utils --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..424bab4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Vanessa McHale @vmchale": + - tibetan-utils + "Henning Thielemann @thielema": - numeric-prelude - non-negative From 0935f0d7018ce9b283c843b1168d6d7ac15455de Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 19 Mar 2017 14:14:31 +0530 Subject: [PATCH 02/25] Add tldr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 424bab4f..35ac082b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -264,6 +264,7 @@ packages: - download - textlocal - shell-conduit + - tldr "haskell-openal": - OpenAL From 07158fb62bd09a435a21af23c7808510da65321a Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 19 Mar 2017 12:00:55 +0100 Subject: [PATCH 03/25] snap-blaze --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35ac082b..8de41a71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,6 +1048,7 @@ packages: # - mole # bounds: hspec, optparse-applicative - publicsuffix - rethinkdb-client-driver + - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt From c3e2a3cfb232e56f010deecd2b24067b77520d3c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 10:48:02 +0000 Subject: [PATCH 04/25] Add upper bound for #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8de41a71..7ab66c80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,6 +2945,9 @@ packages: # https://github.com/fpco/stackage/issues/2386 - unordered-containers < 0.2.8.0 + # https://github.com/fpco/stackage/issues/2393 + - HUnit < 1.6.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a4a1e23e1cac36df7eb3afaf9bd9d0830e1c8271 Mon Sep 17 00:00:00 2001 From: joneshf Date: Sun, 19 Mar 2017 16:22:24 -0700 Subject: [PATCH 05/25] Add servant-ruby --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab66c80..8adefa76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2873,6 +2873,9 @@ packages: - ziptastic-client - ziptastic-core + "Hardy Jones @joneshf": + - servant-ruby + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From ca9a84073b74ada88865c92a4d4b1e1d4417ef73 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 11:40:42 +0000 Subject: [PATCH 06/25] Revert "Expect galzier-react haddocks to fail per #2379" This reverts commit bb3763aa3f9f572e7e68b6d0253102b7f8a85065. Closes #2379. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8adefa76..8e3c1516 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3395,7 +3395,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - - glazier-react # https://github.com/fpco/stackage/issues/2379 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 1a2f6339ff5fddda5fea6f360cedae96b967389e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Mar 2017 19:40:30 +0100 Subject: [PATCH 07/25] Re-enable ginger tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c1516..3ed3e7c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,6 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From c47da207fef0b3f3330f6c72b60a1c23aa595a7f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Mar 2017 09:51:31 +0100 Subject: [PATCH 08/25] Reword wontfix skipped tests to be more neutral --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed3e7c5..969f484d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3147,8 +3147,10 @@ skipped-tests: - symengine # symengine - # Wontfix. The maintainer chose to keep these broken/outdated, only - # re-enable if requested. + # Wontfix. The maintainer doesn't want to keep test dependencies + # up to date or be notified about it, or doesn't want stackage to + # run the tests. + # Only re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 # directory 1.3 From c6030f5e8a6289d9d45156215f93a90fd7abadea Mon Sep 17 00:00:00 2001 From: Thomas Sutton Date: Tue, 21 Mar 2017 10:45:18 +1100 Subject: [PATCH 09/25] Add thsutton's packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 969f484d..220e7cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Thomas Sutton @thsutton": + - aeson-diff + - edit-distance-vector + "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak From 908f7e5cd33326d81975628048f607e67f62093b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 14:10:47 +0000 Subject: [PATCH 10/25] Disable new package while waiting on relaxed upper bound. Please see https://github.com/fpco/stackage/pull/2395. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e7cd7..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2839,7 +2839,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + # - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": From 407ea071f668e4a06ea9d1d8b7b83e236c42ef81 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 15:21:51 +0000 Subject: [PATCH 11/25] Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..1aa1b14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/dylex/postgresql-typed/issues/4 + - postgresql-typed < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cbe7db73fd76a349abf0f79708cbac327b03a351 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 11:46:21 +0000 Subject: [PATCH 12/25] Add upper bounds for js-jquery in #2398. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1aa1b14b..368c3a9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/dylex/postgresql-typed/issues/4 - postgresql-typed < 0.5.0 + # https://github.com/fpco/stackage/issues/2398 + - js-jquery < 3.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b0dbf6f9d01e6a988476226ccbc566a05c6f8d57 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 22 Mar 2017 16:53:07 -0400 Subject: [PATCH 13/25] Revert "Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4." This reverts commit 407ea071f668e4a06ea9d1d8b7b83e236c42ef81. postgresql-typed was broken with postgresql-binary 0.12, so the upper bound on postgresql-typed won't fix the problem. postgresql-typed 0.5.1 is now released and works with postgresql-binary 0.12.1. Closes #2396. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 368c3a9c..ee0a2508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/dylex/postgresql-typed/issues/4 - - postgresql-typed < 0.5.0 - # https://github.com/fpco/stackage/issues/2398 - js-jquery < 3.2.1 From 44cbb10b817b3ba583a4339ec7b2819c087113f3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 13:35:57 +0000 Subject: [PATCH 14/25] Remove upper bound for #2398. Closes #2398. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee0a2508..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2398 - - js-jquery < 3.2.1 - # end of packages # Package flags are applied to individual packages, and override the values of From ca62cfafbef99b435dd84c0dcdf0717a57bedadc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:28:58 +0000 Subject: [PATCH 15/25] Add upper bound for hslua in #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..7354a140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/fpco/stackage/issues/2400 + - hslua < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 171666a285327f0a39dc5f9e94d2edfe4d600bd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:35:37 +0000 Subject: [PATCH 16/25] Add upper bounds for hjsonschema. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7354a140..3411f5aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/seagreen/hjsonschema/issues/48 + - hjsonschema < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From ade50ddcd32269107b33d0776480f02702a5bfc5 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 23 Mar 2017 10:03:52 +1000 Subject: [PATCH 17/25] add concise --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3411f5aa..23f237b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2444,6 +2444,7 @@ packages: # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": + - concise - jose # "Yutaka Nishimura @ynishi": From 2b584d006da12b19754dc93c6c6b8629efa86158 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 24 Mar 2017 16:06:57 +0900 Subject: [PATCH 18/25] Re-enable twitter-types `twitter-types` and `twitter-types-lens` builds on the latest nightly (and LTS). It is no longer held back by `derive`. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23f237b0..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,8 +2117,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens - # - twitter-types # via: derive - # - twitter-types-lens # via: twitter-types + - twitter-types + - twitter-types-lens # "Robbin C. robbinch": # - zim-parser # via: lzma From 62d18ce0e453087aa5465d342e668b04f2cc565f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 10:57:38 +0000 Subject: [PATCH 19/25] Add upper bounds for vectortiles. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..2249a186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,6 +2962,9 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 + # https://github.com/fosskers/vectortiles/issues/9 + - vectortiles < 1.2.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5561a1ac8b9474e26e4a43a890f2b385f38d6b5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 23:41:30 +0000 Subject: [PATCH 20/25] Revert "Add upper bounds for vectortiles." This reverts commit 62d18ce0e453087aa5465d342e668b04f2cc565f. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2249a186..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 - # https://github.com/fosskers/vectortiles/issues/9 - - vectortiles < 1.2.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 36a01d7dfe764076f7115fb362e1b4a44c56cd88 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 24 Mar 2017 15:09:59 +0000 Subject: [PATCH 21/25] add algebraic-graphs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..88a46d21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2881,6 +2881,9 @@ packages: "Hardy Jones @joneshf": - servant-ruby + "Andrey Mokhov @snowleopard": + - algebraic-graphs + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 6036d6be2d90497d34c9aecae6c62de7c4d60015 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Mar 2017 11:05:15 +0000 Subject: [PATCH 22/25] Revert "Add upper bounds for hjsonschema." This reverts commit 171666a285327f0a39dc5f9e94d2edfe4d600bd1. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88a46d21..3cefc043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/seagreen/hjsonschema/issues/48 - - hjsonschema < 1.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 3e6946734961230feff0e8237881312587e8ed5a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 26 Mar 2017 21:24:44 +0200 Subject: [PATCH 23/25] Add hslua-aeson, change hslua maintainer Maintainership of hslua was discussed in issue osa1/hslua#44 and osa1/hslua#42. Many thanks to @juhp for stepping in while the project was unmaintained. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cefc043..59f6f083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1001,7 +1001,6 @@ packages: "Jens Petersen @juhp": - cabal-rpm # - cabal-sort # BLOCKED directory 1.3 - - hslua # - idris # bounds: safe - xmonad-contrib - shelly @@ -2884,6 +2883,10 @@ packages: "Andrey Mokhov @snowleopard": - algebraic-graphs + "Albert Krewinkel @tarleb": + - hslua + - hslua-aeson + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 2c25416e88b8ea28ca3ee2d80149573f83848b02 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 26 Mar 2017 11:29:38 -0400 Subject: [PATCH 24/25] Re-enable gl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59f6f083..0cbaa19c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,7 +420,7 @@ packages: - zippers - fixed - half - # - gl BLOCKED directory 1.3 + - gl - lens-aeson - zlib-lens # - hyperloglog # bounds: approximate, binary, comonad From 1c9bef69151c8e4a6c56067444c027ed8b6ca966 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Mar 2017 13:12:31 +0100 Subject: [PATCH 25/25] Re-enable rest-gen and rest-happstack and drop snaplet-fay --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cbaa19c..b874f833 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -580,7 +580,6 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED directory 1.3 via heist and snap - time-compat - through-text @@ -753,8 +752,8 @@ packages: - multipart - rest-client - rest-core - # - rest-gen # bounds: blaze-html - # - rest-happstack # via rest-gen: bounds: blaze-html + - rest-gen + - rest-happstack - rest-snap - rest-stringmap - rest-types