From 9061d05d58b424f777cec2d502f7df0af6588f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Thu, 16 Feb 2017 13:13:28 +0100 Subject: [PATCH 01/25] Add posix-paths --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..e3d5fa4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1846,6 +1846,7 @@ packages: - loop - netpbm - network-house + - posix-paths - reinterpret-cast # As dependencies of packages above - attoparsec-binary From d5bd3286b23d540e687beaaf7a5a9482cd503251 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:33:36 +0100 Subject: [PATCH 02/25] Re-enable language-c tests visq/language-c#30 and http2 benchmarks kazu-yamamoto/http2#13. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..17d20588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3289,7 +3289,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - language-c # 0.6 https://github.com/visq/language-c/issues/30 # end of expected-test-failures @@ -3381,7 +3380,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From e230050f3a4b2a5df56ccadad7f8aa2380544895 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:40:29 +0100 Subject: [PATCH 03/25] Disable http2 benchmarks due to hashtables dependency requiring old vector --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17d20588..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,7 @@ skipped-benchmarks: # just remove these lines and run `stackage-curator check' # to verify. - criterion-plus + - http2 # Transitive outdated dependencies # These packages From 7b4d98733334c8e28e12d34434e584f383f42b8a Mon Sep 17 00:00:00 2001 From: Devon Hollowood Date: Wed, 8 Mar 2017 13:59:35 -0800 Subject: [PATCH 04/25] Add search-algorithms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..27be78d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,9 @@ packages: - freer-effects - verbosity + "Devon Hollowood @devonhollowood": + - search-algorithms + # 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 e49b3a1cf2619111c20322e4721201e9754c8bae Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 8 Mar 2017 23:43:03 +0000 Subject: [PATCH 05/25] adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 5ee68edb833aaf2a490f4958ec600cc166c4c6d6 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:09:55 +0000 Subject: [PATCH 06/25] temporarily removing mixed-types-num --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896a14b..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,7 +2581,6 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 9f5d25e153228ac2bfcfb23263f1b6f72f54b6fd Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:10:25 +0000 Subject: [PATCH 07/25] Re-adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 54e24664685e6048e3bb578330689a5e151c60d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 08:53:16 +0100 Subject: [PATCH 08/25] Expect matplotlib tests to fail #2359 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..a5b23314 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From c4e152e1730fcf21f36b69ce8f1f03499d37c2c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 16:36:38 +0100 Subject: [PATCH 09/25] Re-enable matplotlib tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5b23314..47c87262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From 9ea66060dfc76b690127974f20c815579786f304 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 10 Mar 2017 21:56:02 +0900 Subject: [PATCH 10/25] shelly-1.6.8.3 should build now --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..21a72b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -991,6 +991,7 @@ packages: - hslua # - idris # bounds: safe - xmonad-contrib + - shelly # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector @@ -1991,8 +1992,7 @@ packages: - titlecase "Mark Fine @markfine": - [] - # - postgresql-schema # BLOCKED shelly GHC 8.0.2 + - postgresql-schema # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -3098,9 +3098,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - # BLOCKED shelly GHC 8.0.2 - - c2hs - # directory 1.3 - machines - xmlhtml From bf7dcae86167b46cabea4b1f8dd8e0a82de18669 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 10 Mar 2017 08:38:32 -0800 Subject: [PATCH 11/25] Add bench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a72b44..0caf356d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -547,6 +547,7 @@ packages: - turtle - foldl - morte + - bench "Andrew Thaddeus Martin @andrewthad": - yesod-table From cf3678c4a342977bdc9835b7dfea425e5fb6b4b6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 11 Mar 2017 00:47:40 +0000 Subject: [PATCH 12/25] add Chris Dornan's regex packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..355dee8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2841,6 +2841,10 @@ packages: "Devon Hollowood @devonhollowood": - search-algorithms + "Chris Dornan @cdornan": + - regex + - regex-examples + # 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 4cdd649e753284c1cacfb95c2d48e9024748bee8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 11 Mar 2017 13:43:07 +0100 Subject: [PATCH 13/25] matplotlib upper bound for #2365 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..1ae7a7fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,6 +2901,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 0ee4da59d8b1b2171b00a28037faa96829a4cc51 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 11 Mar 2017 23:21:10 +0100 Subject: [PATCH 14/25] build-constraints.yaml: add Henning Thielemann --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d956fd1c..0fcc228f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,14 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Henning Thielemann @thielema": + - numeric-prelude + - non-negative + - non-empty + - storable-record + - utility-ht + - prelude-compat + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox From a5729b6ba8832ca2641989db9a744a183804daca Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 13 Mar 2017 03:07:19 +0000 Subject: [PATCH 15/25] Seperate out PCRE dependencies into regex-with0pcre See https://github.com/iconnect/regex/issues/65 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..3c75722a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,6 +2851,7 @@ packages: "Chris Dornan @cdornan": - regex + - regex-with-pcre - regex-examples # If you stop maintaining a package you can move it here. From 9a5d8636b12e955b4d55d1af6c6a36d1ee36c897 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 13 Mar 2017 11:57:30 -0400 Subject: [PATCH 16/25] Add vector tests back to Stackage --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f34f90c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3088,7 +3088,6 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 # Transitive outdated dependencies # These packages From 182be3f3ee051464ca460f4e214974f7a17ae350 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 13 Mar 2017 18:08:55 +0200 Subject: [PATCH 17/25] Re-enable Chart-diagrams --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..a413720c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2377,8 +2377,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # via blaze-svg: bounds: blaze-markup - # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup + - SVGFonts + - Chart-diagrams # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client From c38520ee0329325ffefacb0da123aff81008e663 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Tue, 14 Mar 2017 03:24:12 +1100 Subject: [PATCH 18/25] added more louispan packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..273d31c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2793,9 +2793,13 @@ packages: "Louis Pan @louispan": - alternators - disposable + - ghcjs-base-stub - glaze - glazier - glazier-pipes + - glazier-react + - glazier-react-widget + - javascript-extras - l10n - pipes-category - pipes-fluid From 37ff1b00d260fe03d283ee3d655fa1ead4618f5d Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Wed, 15 Mar 2017 12:44:50 +0300 Subject: [PATCH 19/25] Use my real name in meta-info --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f9afb83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,7 +1727,7 @@ packages: "Robert Massaioli @robertmassaioli": - range - "Index Int @int-index": + "Vladislav Zavialov @int-index": - transformers-lift - ether - union From c3939fc79b88a68c45e88963107252b63e9e5411 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Wed, 15 Mar 2017 23:09:18 +1100 Subject: [PATCH 20/25] louispan: added arrow-extras --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273d31c0..19d2227b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,6 +2792,7 @@ packages: "Louis Pan @louispan": - alternators + - arrow-extras - disposable - ghcjs-base-stub - glaze From a67d178be7643e3ea628f25fa4ace4dfa68a6acc Mon Sep 17 00:00:00 2001 From: 3noch Date: Wed, 15 Mar 2017 22:40:22 -0400 Subject: [PATCH 21/25] add ziptastic-client ziptastic-core --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..970d2c07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2860,6 +2860,10 @@ packages: - regex-with-pcre - regex-examples + "Elliot Cameron @3noch": + - ziptastic-client + - ziptastic-core + # 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 87982132e0f2334ed8902dac397eab8d0b8ae4c5 Mon Sep 17 00:00:00 2001 From: anton-k Date: Thu, 16 Mar 2017 08:43:29 +0300 Subject: [PATCH 22/25] add data-fix by anton-k --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 660a66b8..40d5308e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1508,6 +1508,9 @@ packages: # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client + "Anton Kholomiov ": + - data-fix + "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector From fcb5dc78bac6ee103a33596dc4e5b21cbd6e506c Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Thu, 16 Mar 2017 18:31:03 +0530 Subject: [PATCH 23/25] Add minio-hs back to stackage. Disable live-tests --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..f06b1b2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,8 +2814,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -2948,6 +2947,9 @@ package-flags: hpio: test-hlint: false + minio-hs: + live-test: false + hxt: network-uri: true hxt-http: From 1f2f4b2b492d991f9c0ca0aa3c7ce504978ae291 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:35:14 -0700 Subject: [PATCH 24/25] Add constraint "errors < 2.2.0" per #2378 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..8751073c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2923,6 +2923,9 @@ packages: # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 + # https://github.com/fpco/stackage/issues/2378 + - errors < 2.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3c4432005ca269943b82aa9a7dcafaa13cdb9e7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:44:12 -0700 Subject: [PATCH 25/25] Re-disable minio-hs per #2377 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7596c025..35aae08e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2817,7 +2817,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # https://github.com/fpco/stackage/pull/2377/files "ncaq @ncaq": - haskell-import-graph