From 6665ad4300bc8d874509465088691f149b46eda9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 May 2017 11:34:40 +0200 Subject: [PATCH 001/151] Add logging-facade-syslog to my package list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..f7ee179e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,6 +2112,7 @@ packages: - hsyslog - jailbreak-cabal - language-nix + - logging-facade-syslog - nix-paths - streamproc - titlecase From 2ebf5b58e77f7e206b693eeaca686161aa760ea2 Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Wed, 24 May 2017 09:19:07 +0200 Subject: [PATCH 002/151] Enabled hackernews Latest version of hackernews works with servant 0.10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..f0e7a1b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -195,7 +195,7 @@ packages: - envy - s3-signer # - google-translate # bounds: servant - # - hackernews # bounds: servant + - hackernews # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams From e1843e251083bb6cf5beb45961eb15f5a011f0f2 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:31:42 +0300 Subject: [PATCH 003/151] Add schematicg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..adf17a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2407,6 +2407,7 @@ packages: "Denis Redozubov @dredozubov": - tracy # - hreader-lens # bounds: hreader + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command From c6241e20a63bfdcbd5ebf7316dfbbcae4ccd7313 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:34:52 +0300 Subject: [PATCH 004/151] re-enable hreader-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..bdf31cc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2406,7 +2406,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # - hreader-lens # bounds: hreader + - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From dc2b7000a89b23b049cb7e6d9719d1ac4b9f7635 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:19:08 -0400 Subject: [PATCH 005/151] Remove megaparsec upper bound. #2481 has been closed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..cb291921 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2481 - - megaparsec < 5.3.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 0aa96035a77721bee9755e9a2a034c82dc3fe2b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:25:41 -0400 Subject: [PATCH 006/151] Partial fix for #2537, this is bad as now it requires servant < 0.10 at least --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb291921..80fe92a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + # servant-docs < 0.10 + # servant-foreign < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a30e4b23f018b4cd70f9d853c7698db8fa1acaf8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:46 -0400 Subject: [PATCH 007/151] Solve servant upper bounds --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80fe92a9..e8c25d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3194,8 +3194,8 @@ packages: - servant < 0.11 - servant-client < 0.11 - servant-server < 0.11 - # servant-docs < 0.10 - # servant-foreign < 0.10 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 # end of packages From 5fd0d6ddd904690ca8775c0efcbba9b06e6c1d34 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:59 -0400 Subject: [PATCH 008/151] Bound criterion, #2538 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8c25d33..7b87c12d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2538 + - criterion < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9048bd458f1336b66d90f65acad2a9ced1cd2233 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 25 May 2017 11:56:09 +0300 Subject: [PATCH 009/151] Add microstache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f4c2efa..dfed33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1216,6 +1216,7 @@ packages: - integer-logarithms - JuicyPixels-scale-dct - lattices + - microstache - monad-http - postgresql-simple-url - range-set-list From 86b075819331d944a7536001f000e2023d7e5775 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:10:40 -0400 Subject: [PATCH 010/151] Remove upper bound on cue-sheet and close #2530 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bae8a06..326add35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,9 +3186,6 @@ packages: # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2530 - - cue-sheet < 0.1.1 - # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 From 009b864fc76d7e93f88c0cab55efa09bd46a3ad6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:18:04 -0400 Subject: [PATCH 011/151] Move matplotlib to test failures since it's not a bound issue --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 326add35..49f8fded 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,9 +3177,6 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.5 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 @@ -3452,6 +3449,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts # These tests sometimes take too long and hit the stackage build From 6d6688585aa54cbb77f6b8630e50f4dd55fd3c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:22:50 -0400 Subject: [PATCH 012/151] Move statistics bound from the closed #2504 to the open #2538 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49f8fded..e42003e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,9 +3168,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2504 - - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3195,6 +3192,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 + - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # end of packages From 36ae01a681f1b6bbee3fb32421bea92dc8545d08 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 17:36:45 -0700 Subject: [PATCH 013/151] Close #2439 as plan seems valid now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e42003e4..9f90e13d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,9 +3136,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2439 - - persistent < 2.7.0 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 From e760bfe34151335b2b8ae1424bcd8a23bb8c19aa Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Fri, 26 May 2017 21:50:12 +0900 Subject: [PATCH 014/151] add gluturtle --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dbd26f8..642d6ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,6 +2573,7 @@ packages: - x11-xim - Imlib - xturtle + - gluturtle "Jan Gerlinger @JanGe": - irc-dcc From ac4cf3deef4f060ec4ff2975ff4d7aae7fbbdf52 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 May 2017 15:24:02 +0200 Subject: [PATCH 015/151] Re-enable benchmarks --- build-constraints.yaml | 178 +---------------------------------------- 1 file changed, 2 insertions(+), 176 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f90e13d..dccf3bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3690,6 +3690,7 @@ skipped-benchmarks: # to verify. - criterion-plus - http2 + - pipes # optparse-applicative 0.13 # Transitive outdated dependencies # These packages @@ -3709,183 +3710,8 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - - pipes # optparse-applicative 0.13 - - # Criterionpocalypse # via criterion: via cassava: bounds: vector - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - buffer-builder - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive + # Cyclic dependencies - cassava - - cipher-aes128 - - clash-prelude - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - cron - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-md5 - - cryptohash-sha1 - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl - - foldl-statistics - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - haskell-tools-cli - - hasql - - highjson - - hindent - - hip - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-json - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - katip - - kdt - - lens - - lifted-async - - lifted-base - - logging-effect - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - pandoc - - phantom-state - - picoparsec - - postgresql-binary - - pretty-simple - - prometheus-client - - psqueues - - publicsuffix - - ramus - - rdf - - redis-io - - reinterpret-cast - - reroute - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - say - - scalpel-core - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - skylighting - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stackage-curator - - stateWriter - - stm-containers - - store - - streaming-commons - - superbuffer - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thread-local-storage - - thyme - - timemap - - tinylog - - tls - - turtle - - tz - - ua-parser - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-routing - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zippers - - jvm # end of skipped-benchmarks From d10e91d13da3de013faa9d5ad482ffc49a7480ca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 26 May 2017 22:25:59 +0700 Subject: [PATCH 016/151] Update my email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85978791..29d01f93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,7 +2155,7 @@ packages: # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose - "Mark Karpov @mrkkrp": + "Mark Karpov @mrkkrp": - megaparsec - htaglib - slug From eae88e7c9d4ae5550635fae30251209a0f091623 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 17:56:42 -0700 Subject: [PATCH 017/151] Soap tests failing. Disabled. @wiz --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29d01f93..104d3b01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 18:48:26 -0700 Subject: [PATCH 018/151] Upper bound fortran-src --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 104d3b01..b11a23d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,6 +3192,9 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # https://github.com/camfort/camfort/issues/64 + - fortran-src < 0.1.0.6 + # end of packages From cbf3ae363b9d65823b11108f10568d519f05dad3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 06:50:13 -0700 Subject: [PATCH 019/151] Upper bound Glob, #2544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11a23d6..2f3e14a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,6 +3195,9 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 + # https://github.com/fpco/stackage/issues/2544 + - Glob < 0.8.0 + # end of packages From dd12fe3802c0b2125249ac3eb4a1610726300be1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 08:55:23 -0700 Subject: [PATCH 020/151] Disable cryptohash-* benchmarks, #2538 (comment-304458844) --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f3e14a5..15424237 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,12 @@ skipped-benchmarks: # Cyclic dependencies - cassava + # Won't be updated only for the benchmark component + # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + # end of skipped-benchmarks @@ -3844,6 +3850,9 @@ tell-me-when-its-released: - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ea95a7d9bf8cc9887b0b5b673731a53de9c8f75e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 28 May 2017 07:03:36 -0700 Subject: [PATCH 021/151] Close #2544 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15424237..3ca748b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,10 +3195,6 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 - # https://github.com/fpco/stackage/issues/2544 - - Glob < 0.8.0 - - # end of packages # Package flags are applied to individual packages, and override the values of From 883240942acb40d544f50dfd9b44bbb1bf380e58 Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Mon, 29 May 2017 16:19:57 +0300 Subject: [PATCH 022/151] Uploaded `hsdev-0.2.4.0` built with `text-region-0.3.0.0` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..166978ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1069,7 +1069,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - # - hsdev # bounds: text-region-0.2.0.0 + - hsdev - simple-log - text-region From a6dc97c623d81fd8fedc94e7d30e55eb4e89f410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 29 May 2017 06:36:27 -0700 Subject: [PATCH 023/151] Close #2513 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..1da4fb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,9 +3166,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2513 - - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 From a2224dff4aafde5422d26bf78e602d3455128d07 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Mon, 29 May 2017 10:22:00 -0700 Subject: [PATCH 024/151] Add sum-type-boilerplate --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b6699f6..2f013c65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,7 @@ packages: - eventful-test-helpers - oanda-rest-api - stratosphere + - sum-type-boilerplate "Alexey Rodiontsev @klappvisor": [] From e6a09d780002636257b10883ea12683a0033117d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:05:44 +0900 Subject: [PATCH 025/151] Revert "Upper bound fortran-src" (camfort/camfort#64) This reverts commit c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f013c65..41b278c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3191,9 +3191,6 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/camfort/camfort/issues/64 - - fortran-src < 0.1.0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 02826b1002882c5690dea12205f69129d6a9af45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:06:23 +0900 Subject: [PATCH 026/151] partial-order tests needs HUnit < 1.4 (mtesseract/haskell-partial-order#1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b278c2..1001f4dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3348,6 +3348,7 @@ skipped-tests: - language-ecmascript - lifted-base - parsec + - partial-order # https://github.com/mtesseract/haskell-partial-order/issues/1 - rank1dynamic - threads - tz From f9df313023019838251464765aa4101d4694017c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:22:41 +0900 Subject: [PATCH 027/151] ghc-exactprint < 0.5.4.0 (#2547) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1001f4dd..07fdaf4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,7 +3190,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - + # https://github.com/fpco/stackage/issues/2547 + - ghc-exactprint < 0.5.4.0 # end of packages # Package flags are applied to individual packages, and override the values of From a44b0ae07e0e4f36d8244b95c38d6b0504804c7c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 14:33:49 +0900 Subject: [PATCH 028/151] try enabling git-annex, disabling aws and dbus tests --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07fdaf4a..d8879e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -787,7 +787,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # + - git-annex # - github-backup # bounds: github - Win32-extras - concurrent-output @@ -3340,9 +3340,11 @@ skipped-tests: - GLFW-b - Glob - HTTP + - aws # bounds: http-client < 0.5 - bindings-GLFW - case-insensitive - darcs + - dbus # bounds: QuickCheck < 2.9 via chell-quickcheck - exception-transformers - extensible-effects - fclabels From f1599c96ec40a01ca68697429bd66fa0cb2b4183 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Tue, 30 May 2017 10:32:49 +0200 Subject: [PATCH 029/151] Add prettyprinter package (family) Resolves quchen/prettyprinter#18 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..b7495d3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,6 +2350,12 @@ packages: - pgp-wordlist - show-prettyprint + - 'prettyprinter' + - 'prettyprinter-ansi-terminal' + - 'prettyprinter-compat-wl-pprint' + - 'prettyprinter-compat-ansi-wl-pprint' + - 'prettyprinter-compat-annotated-wl-pprint' + "Jeremy Shaw @stepcut": - boomerang # - clckwrks # via acid-state: via safecopy: bounds: vector From 5de9e21e83517c625371605d679fbbdcf2ff7297 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Tue, 30 May 2017 16:18:15 +0200 Subject: [PATCH 030/151] Add safeio --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..0047a6f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,9 @@ packages: - selda-sqlite - selda-postgresql + "Luis Pedro Coelho @luispedro": + - safeio + # 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 10be904c17eff372f63c70988ffc49379195ea2e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 15:02:33 +0900 Subject: [PATCH 031/151] Revert "Soap tests failing. Disabled. @wiz" (dpwiz/haskell-soap#5) This reverts commit eae88e7c9d4ae5550635fae30251209a0f091623. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90c7b665..0d19f46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,7 +3592,6 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 28d8400ea4522fe4ed86ed81a551ea08e23b6935 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:12:38 +0900 Subject: [PATCH 032/151] foldl < 1.3.0 (#2550) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d19f46e..44e39a55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,9 @@ packages: - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 # https://github.com/fpco/stackage/issues/2547 - ghc-exactprint < 0.5.4.0 + + # https://github.com/fpco/stackage/issues/2550 + - foldl < 1.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8ccc7b53a6888fc1abf983a64a14bc0d6c71c471 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:15:17 +0900 Subject: [PATCH 033/151] interpolate < 0.1.1 (#2489) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e39a55..47fa296f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,7 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + - interpolate < 0.1.1 # https://github.com/fpco/stackage/issues/2494 # Indirectly blocked on fpco/stackage/issues/245 From 7ffa1694cfb562a9c51735fe6abc507a87ef2d40 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Wed, 31 May 2017 12:32:05 +0200 Subject: [PATCH 034/151] Add haddock-library, haddock-api and haddock --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..a673be99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -949,7 +949,6 @@ packages: - data-accessor-mtl # - file-location # bounds: transformers - fuzzcheck - # - haddock-api BLOCKED GHC 8.0.2 - here - hlibgit2 - gitlib-libgit2 @@ -3078,6 +3077,11 @@ packages: "Luis Pedro Coelho @luispedro": - safeio + "Alex Biehl @alexbiehl": + - haddock-library + - haddock-api + - haddock + # 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 51279a9d9439c23d7176092b5a88efc527998a96 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:19:55 +0200 Subject: [PATCH 035/151] Remove reference to resolved issue. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..32ebf880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,7 +1735,7 @@ packages: - inline-r - jni - jvm - - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle - th-lift "Christopher Reichert @creichert": From 726211b389eebf7239dd6c4fa6d2813926509994 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:20:05 +0200 Subject: [PATCH 036/151] Add streaming-binary. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32ebf880..6e709109 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,7 @@ packages: - jni - jvm - sparkle + - streaming-binary - th-lift "Christopher Reichert @creichert": From cc2ef20ac4aa4d37a02b1858e47f3021741220ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:43:16 +0900 Subject: [PATCH 037/151] revert ghc-typelits-knownnat < 0.3 (#2516) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 752ab668..c216e12a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,9 +3183,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From fa6eaccee1776b3dfcd50c59ae27767a10c65757 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:46:59 +0900 Subject: [PATCH 038/151] remove superfluous 'printprinter' quotes (#2548) --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c216e12a..0baad0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,11 +2350,11 @@ packages: - pgp-wordlist - show-prettyprint - - 'prettyprinter' - - 'prettyprinter-ansi-terminal' - - 'prettyprinter-compat-wl-pprint' - - 'prettyprinter-compat-ansi-wl-pprint' - - 'prettyprinter-compat-annotated-wl-pprint' + - prettyprinter + - prettyprinter-ansi-terminal + - prettyprinter-compat-wl-pprint + - prettyprinter-compat-ansi-wl-pprint + - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - boomerang From 17987731028851979f5b785731f8803ac4cd2fc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:53:10 +0900 Subject: [PATCH 039/151] disable prettyprinter-compat-ansi-wl-pprint (#2548) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0baad0f3..d9234f5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint + #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 5c7b977564af268840734feb2b20d360f98adb92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 14:53:13 +0900 Subject: [PATCH 040/151] disable haddock due to testsuite (haskell/haddock#629, #2551) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9234f5d..4be97544 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,7 +3081,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - - haddock + # - haddock # https://github.com/haskell/haddock/issues/629 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From e9f848bad292ffe7201e4b0971f74d01786a8e6f Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Thu, 1 Jun 2017 08:46:32 +0200 Subject: [PATCH 041/151] Enable prettyprinter-compat-wl-pprint-ansi again This package was disabled because of package version shenanigans (error on my end) that should now be fixed. See https://github.com/quchen/prettyprinter/issues/24 for the library ticket, and https://github.com/fpco/stackage/pull/2548 for the Stackage one. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4be97544..1a65fadf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 + - prettyprinter-compat-ansi-wl-pprint - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 24a5ac4ba3c1fe31da79a4cdf0d015358f7fa16d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 19:01:29 +0900 Subject: [PATCH 042/151] new prettyprinter-compat-ansi-wl-pprint confuses show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a65fadf..4820c548 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3902,6 +3902,7 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 75c139a3a47b920bb3299db244789b428f1e78bd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:00:53 +0100 Subject: [PATCH 043/151] show-pretty-print disabled (#2554) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4820c548..e629dafd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - - show-prettyprint + # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 - prettyprinter - prettyprinter-ansi-terminal From 8b7f2104a289966a24412548170396058c989a65 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:54:16 +0100 Subject: [PATCH 044/151] restore show-prettyprint (fixes #2554) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e629dafd..4f04b46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 + - show-prettyprint # https://github.com/fpco/stackage/issues/2554 - prettyprinter - prettyprinter-ansi-terminal @@ -3902,7 +3902,6 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix -- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 58bdc65e250eb9666ed8d6ca6b266517e665e665 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:17:14 +0100 Subject: [PATCH 045/151] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f04b46e..514f84f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -252,6 +252,7 @@ packages: - yaml - servius - cryptonite-conduit + - streaming-commons - alex - async From a671bd924f2ea71368e9da3d3b131cc4c8ccc120 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:20:47 +0100 Subject: [PATCH 046/151] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514f84f8..20401c1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3208,6 +3208,10 @@ packages: # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 + + # https://github.com/fpco/stackage/issues/2555 + - streaming-commons < 0.1.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5cbfdb3cee9e82d78ed9d54cf1beb1048968ac94 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Thu, 1 Jun 2017 17:10:24 +0200 Subject: [PATCH 047/151] Reenable haddock Failing test have been fixed in `haddock-2.17.5` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..43a4b426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3082,7 +3082,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - # - haddock # https://github.com/haskell/haddock/issues/629 + - haddock # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 314aa30c7cbf3b68ee02062563f43fa0d0ba046b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 2 Jun 2017 00:00:41 +0100 Subject: [PATCH 048/151] singletons < 2.3, th-desugar < 1.7 (#2557) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..3228cdcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3212,6 +3212,10 @@ packages: # https://github.com/fpco/stackage/issues/2555 - streaming-commons < 0.1.18 + # https://github.com/fpco/stackage/issues/2557 + - singletons < 2.3 + - th-desugar < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bd56305e871491be3a25b69faf2c3fb887803fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 4 Jun 2017 21:19:13 +0100 Subject: [PATCH 049/151] add sort & regex-tdfa-with-pcre, #2562 #2561 #2560 #2559 --- build-constraints.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06aa6199..6e33fcfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,7 +3017,8 @@ packages: "Chris Dornan @cdornan": - regex - regex-with-pcre - - regex-examples + - sort + - regex-pcre-text "Elliot Cameron @3noch": - ziptastic-client @@ -3216,6 +3217,18 @@ packages: - singletons < 2.3 - th-desugar < 1.7 + # https://github.com/fpco/stackage/issues/2559 + - path-io < 1.3 + + # https://github.com/fpco/stackage/issues/2560 + - quickcheck-instances < 0.3.13 + + # https://github.com/fpco/stackage/issues/2561 + - timezone-series < 0.1.8 + + # https://github.com/fpco/stackage/issues/2562 + - trifecta < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 3d4409600fe4157148da897e8215a1bb1498f6cc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 5 Jun 2017 02:00:27 +0100 Subject: [PATCH 050/151] text-show-instances < 3.6.1 (#2560) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e33fcfb..10c0b40c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 + - text-show-instances < 3.6.1 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 42ee17284bc659c333dd4c77e19ed1154eb8e617 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 2 Jun 2017 22:28:34 +0100 Subject: [PATCH 051/151] Add profiterole --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10c0b40c..8959713f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -322,6 +322,7 @@ packages: - ghcid - hexml - weeder + - profiterole "Alan Zimmerman @alanz": - hjsmin From ef2d47d78727482e2d39d2b292038266b9856a83 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:32:36 +0100 Subject: [PATCH 052/151] Add upper bound for hakyll. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8959713f..f8fbbee5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,6 +3231,9 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 + # https://github.com/jaspervdj/hakyll/issues/540 + - hakyll < 4.9.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 11d5076b35590387e59b70dd598c391c1fef2ba0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:45:27 +0100 Subject: [PATCH 053/151] Add upper bound for dependencies of Hakyll. Follow up commit from ef2d47d. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fbbee5..87f2e0aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3233,6 +3233,8 @@ packages: # https://github.com/jaspervdj/hakyll/issues/540 - hakyll < 4.9.5.1 + - blaze-html < 0.9 + - blaze-markup < 0.8 # end of packages From 5a4e70abe8752101be87abb054cdabae054008f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:47:50 +0100 Subject: [PATCH 054/151] Mark unagi-chan for expected test timeouts. Please see https://github.com/jberryman/unagi-chan/issues/21. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87f2e0aa..bdea844c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,6 +3504,7 @@ expected-test-failures: - lens - punycode - zip + - unagi-chan # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix From 476f0e7775edffb2d6f784c23942bb316983f6e0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:52:40 +0100 Subject: [PATCH 055/151] Remove upper bound for ghc-exactprint. Closes https://github.com/fpco/stackage/issues/2547. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdea844c..e22483c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,8 +3205,6 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/fpco/stackage/issues/2547 - - ghc-exactprint < 0.5.4.0 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 0665f5e6f0101dc3a45f3dfe17b9119e00841aa7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:18:36 +0100 Subject: [PATCH 056/151] Mark haddock for expected test failure. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22483c4..7ce4323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3655,6 +3655,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 + - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures From 81f5250f7e1c9efc72fa43c9b383cd327b442bf3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:36:58 +0100 Subject: [PATCH 057/151] Add upper bound for autoexporter. Please see https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ce4323b..d67530b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/tfausak/autoexporter/issues/4 + - autoexporter < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0dbdd961b2b3e7b2ea92fd78d96d8cf7a3c57beb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:51:23 +0100 Subject: [PATCH 058/151] Mark dsp for expected haddock failure. Please see https://github.com/fpco/stackage/issues/2563. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d67530b7..191bab50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3709,6 +3709,7 @@ 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 + - dsp # https://github.com/fpco/stackage/issues/2563 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 72f9e6a040139d61af1eee08ae867502d2769c0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:53:40 +0100 Subject: [PATCH 059/151] Mark xml-to-json-fast for Haddock expected failure. Please see https://github.com/sinelaw/xml-to-json-fast/issues/5. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 191bab50..e313aed6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3710,6 +3710,7 @@ expected-haddock-failures: - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - dsp # https://github.com/fpco/stackage/issues/2563 + - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 788f2073a0089ed05d3279612b5fa6ac315365fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 16:41:07 +0100 Subject: [PATCH 060/151] Add upper bound for Haddock. This commit is my latest attempt to solve haddock related errors. At first, I thought the many missing HTML files (see closed tickets below) were related to each individual package, however, with so many packages failing, I think it must be related to the Haddock bug. After testing this change manually with a new nightly build, I'm fairly confident that this will get us back on the road until a new Haddock release. Please see https://github.com/haskell/haddock/issues/634. Closes https://github.com/fpco/stackage/issues/2563. Closes https://github.com/sinelaw/xml-to-json-fast/issues/5. Closes https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e313aed6..40b9c8c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,8 +3234,8 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 - # https://github.com/tfausak/autoexporter/issues/4 - - autoexporter < 1.0 + # https://github.com/haskell/haddock/issues/634 + - haddock < 2.17.4 # end of packages @@ -3658,7 +3658,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 - - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures @@ -3709,8 +3708,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 - - dsp # https://github.com/fpco/stackage/issues/2563 - - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 37d3bbe580281cf1c9182a692fa005648b0b4953 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 19:11:01 +0100 Subject: [PATCH 061/151] Add upper bound for haddock-api. Follows on from 788f207. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40b9c8c1..ac815925 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,7 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.4 + - haddock-api < 2.17.4 # end of packages From e9f46ae85caa4f62c3eedba1bccbb02ce3fbef23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:09:13 +0100 Subject: [PATCH 062/151] Add upper bounds for #2566 (prettyprinter < 1.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac815925..8c7c305c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,6 +3238,9 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 + # https://github.com/fpco/stackage/issues/2566 + - prettyprinter < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c37977c885c8c00372ab4cd2ad504780b862446 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:11:29 +0100 Subject: [PATCH 063/151] Add more piled up bounds for #2560. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7c305c..a6a7b084 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 - text-show-instances < 3.6.1 + - aeson-compat < 0.3.7 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 7b799cb38018dac29d59b367c64cbd2af1ef168c Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Wed, 7 Jun 2017 15:57:57 -0700 Subject: [PATCH 064/151] Add the `proto-lens-protobuf-types` package. It has been released on Hackage. It will also eventually be a dependency for the next release of the `tensorflow-proto` package. Also remove old comments referencing a closed issue. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6a7b084..726019a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3044,10 +3044,11 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow # https://github.com/fpco/stackage/issues/2527 - - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - proto-lens-protobuf-types + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops - tensorflow-proto - tensorflow-test From 51f11abe0e0b839cb0403c22281fc3a2b1d1fde3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 22:28:51 +0100 Subject: [PATCH 065/151] Remove upper bound on prettyprinter (#2566). --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 726019a2..5177dbb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,9 +3240,6 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 - # https://github.com/fpco/stackage/issues/2566 - - prettyprinter < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From cb5b5b04cee64ba13ac467f567f4b32d4c082078 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:34:04 +0100 Subject: [PATCH 066/151] Remove upper bound on haddock-api. I'm trying to get a version of Haddock building. Hackity hack hacking. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5177dbb2..36720660 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,8 +3237,7 @@ packages: - blaze-markup < 0.8 # https://github.com/haskell/haddock/issues/634 - - haddock < 2.17.4 - - haddock-api < 2.17.4 + - haddock < 2.17.5 # end of packages From ee21d486125d52e9d5ffbdbfbfcbe67bdfb3f39d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:41:57 +0100 Subject: [PATCH 067/151] Add upper bounds for #2567 (rsa < 2.3.0). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36720660..2d4ac463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2567 + - rsa < 2.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0f2c6a8110d168e62d029bd94da6882c8e9a12e9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:43:36 +0100 Subject: [PATCH 068/151] Fix name. Woops. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d4ac463..c00fea08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,7 +3240,7 @@ packages: - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2567 - - rsa < 2.3.0 + - RSA < 2.3 # end of packages From 8b5f88c12566a1e2588748b6114ba12d89d752d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Jun 2017 15:00:17 +0200 Subject: [PATCH 069/151] revert "generics-sop < 0.3.0.0" (#2478) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c00fea08..3b0d208b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,9 +3172,6 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2478 - - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From f7e2320e1e47eddd97d9ea821a3de2e4aa63faec Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:22:09 +0100 Subject: [PATCH 070/151] Remove upper bound on RSA. Closes #2567. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b0d208b..5429f0c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2567 - - RSA < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of From ac1c4c1626c33894914d869263e2f3a516ba5802 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:25:29 +0100 Subject: [PATCH 071/151] Add upper bounds for #2568 (foundation < 0.0.10). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5429f0c2..2836ceec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2568 + - foundation < 0.0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a0d356c11a2dd392c8aee6ad4d0d1cfa3260e661 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:28:03 +0100 Subject: [PATCH 072/151] Add upper bounds for #2569 (optparse-applicative < 0.14). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2836ceec..3b99d5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/fpco/stackage/issues/2568 - foundation < 0.0.10 + # https://github.com/fpco/stackage/issues/2569 + - optparse-applicative < 0.14 + # end of packages # Package flags are applied to individual packages, and override the values of From 5258863d7a3fa36a2df0377f5f995631b3b1ed23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:22:43 +0100 Subject: [PATCH 073/151] Expect haddock test suite failure as well as bounds. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b99d5f4..91a9f5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,6 +3634,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - haddock # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 308cbf6b84c1231493abb030a2a968713d3700f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:43:51 +0100 Subject: [PATCH 074/151] Mark diagrams-lib for expected test failure. Please see https://github.com/diagrams/diagrams-lib/issues/299. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a9f5f7..687b3383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3635,6 +3635,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock + - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From e3dc03b46b43e3b0bf0b2d419b3f9a9baa837fe0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:33:17 +0100 Subject: [PATCH 075/151] Remove upper bound on hakyll and dependencies. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 687b3383..ebbe4601 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,11 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/jaspervdj/hakyll/issues/540 - - hakyll < 4.9.5.1 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 From d5600cd9d65d45ad7f27c0bc22f73e7fd17d9dfc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:38:34 +0100 Subject: [PATCH 076/151] Get lens back in the mix now that 4.15.3 is out. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebbe4601..353046a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3502,7 +3502,6 @@ expected-test-failures: - cabal-helper - generic-random - graphviz - - lens - punycode - zip - unagi-chan @@ -3633,7 +3632,6 @@ expected-test-failures: - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3892,7 +3890,6 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 6ffd01406cc6b15bd6ba2c752eb1514b2c4a4d03 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:45:13 +0100 Subject: [PATCH 077/151] Add upper bound for #2570 (pandoc-citeproc < 0.10.5.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 353046a6..8ba23b91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,6 +3237,9 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 + # https://github.com/fpco/stackage/issues/2570 + - pandoc-citeproc < 0.10.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b409fc35fb875cd6771e98fd780006f49f4b9589 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:48:36 +0100 Subject: [PATCH 078/151] Get bounds right for pandoc-citeproc. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba23b91..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ packages: - optparse-applicative < 0.14 # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5.1 + - pandoc-citeproc < 0.10.5 # end of packages From d5e68a9e1829f861b80a31e35188947e76e4599e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:54:24 +0100 Subject: [PATCH 079/151] Unmark pandoc-citeproc test failures (new release). --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..b1689422 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,7 +3492,6 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems - - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 8ac25815c3de7cb0b9b3da046de16e277a869984 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:20:54 +0100 Subject: [PATCH 080/151] Revert "Unmark pandoc-citeproc test failures (new release)." This reverts commit d5e68a9e1829f861b80a31e35188947e76e4599e. Still failing. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1689422..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,6 +3492,7 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems + - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 70101ae6b22b20a147e91b6c34870573bf9ae427 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:25:07 +0100 Subject: [PATCH 081/151] Add upper bound for hakyll (< 4.9.6.0). Please see https://github.com/jaspervdj/hakyll/issues/544. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..e48fc5d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,6 +3240,9 @@ packages: # https://github.com/fpco/stackage/issues/2570 - pandoc-citeproc < 0.10.5 + # https://github.com/jaspervdj/hakyll/issues/544 + - hakyll < 4.9.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 10a711037a798471423a21958c5f0bb0e20808d0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 9 Jun 2017 23:09:58 -0400 Subject: [PATCH 082/151] Add th-abstraction --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e48fc5d4..b4dc632a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1908,6 +1908,7 @@ packages: - proxied - text-show - text-show-instances + - th-abstraction - thread-local-storage "Kirill Zaborsky @qrilka": From eeea3220a6f2970edb1b86a07cc6a81c6adf43c2 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Sat, 10 Jun 2017 22:29:23 +0200 Subject: [PATCH 083/151] Added: partial-order --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4dc632a..40f8b058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ packages: - async-refresh - async-refresh-tokens - type-level-integers + - partial-order "Simon Hafner @reactormonk": - uri-bytestring-aeson From c56162e0d38436f17c1d74a854afc565c853990c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:43:08 +0100 Subject: [PATCH 084/151] Revert "Mark diagrams-lib for expected test failure." This reverts commit 308cbf6b84c1231493abb030a2a968713d3700f9. Please see https://github.com/diagrams/diagrams-lib/issues/299#issuecomment-307578324. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40f8b058..cbdef023 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock - - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed From 28c4e786c2aaab001388eb12951bbe5521f57632 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:50:12 +0100 Subject: [PATCH 085/151] Add upper bound for schematic (< 0.1.2). Please see https://github.com/dredozubov/schematic/issues/1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbdef023..db479e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 + # https://github.com/dredozubov/schematic/issues/1 + - schematic < 0.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From eaa2f20bb4e3cba9d507556249d6ac489811ae77 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:45:18 +0100 Subject: [PATCH 086/151] Re-admit terminal-progress-bar test suite (new release). --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db479e26..a8c884bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,7 +3439,6 @@ skipped-tests: - snap # QuickCheck 2.9 - 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 # Transitive outdated dependencies # These packages @@ -3897,7 +3896,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 68caa888600926abe859cc5739499e3ef2c6014a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:58:10 +0100 Subject: [PATCH 087/151] Mark ghc-syb-utils for test suite failure. Please see https://github.com/nominolo/ghc-syb/issues/18. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8c884bc..13ef6831 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3607,6 +3607,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 593e09647a3c1b2abfc1d16d7ff25ebc6dce33fc Mon Sep 17 00:00:00 2001 From: aiya000 Date: Mon, 12 Jun 2017 11:28:59 +0900 Subject: [PATCH 088/151] Add throwable-exeptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..744e6330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ packages: "aiya000 @aiya000": - stack-type + - throwable-exceptions "Mitsutoshi Aoe @maoe": - sensu-run From 3d13c22df5621e0f562fa37d8834954a120f48a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:05:03 +0300 Subject: [PATCH 089/151] Remove upper bound and close #2433 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..8e3c5064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe # via: cabal-helper, ghc-mod, rosezipper + # - HaRe # BLOCKED ghc-mod < 5.8 "Alfredo Di Napoli @adinapoli": - mandrill @@ -3156,9 +3156,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2433 - - hlint < 2 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 @@ -3439,6 +3436,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck + - ghc-mod # hspec 2.4 # Transitive outdated dependencies # These packages From c36541193c884001431d7a0a3842c8a023d640f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:09:01 +0300 Subject: [PATCH 090/151] Upper bound for #2574 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c5064..036dad4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/dredozubov/schematic/issues/1 - schematic < 0.1.2 + # https://github.com/fpco/stackage/issues/2574 + - brick < 0.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5bd1fcb1dd905a4286fa4bbd39b6966da3b8e75f Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Mon, 12 Jun 2017 10:53:47 +0200 Subject: [PATCH 091/151] Added async-timer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 036dad4a..2fc79f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,6 +3064,7 @@ packages: - async-refresh-tokens - type-level-integers - partial-order + - async-timer "Simon Hafner @reactormonk": - uri-bytestring-aeson From eabe206723270e1f15751f435d74f9d88b8afa06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 15:36:56 +0300 Subject: [PATCH 092/151] Add back HaRe CC @alanz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fc79f42..f0ac4915 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # BLOCKED ghc-mod < 5.8 + - HaRe "Alfredo Di Napoli @adinapoli": - mandrill From 2c07353a9d45837ab62a29033f1fa39e1ce1e9e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:27:34 +0300 Subject: [PATCH 093/151] Add a bunch of test and benchmark failures --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0ac4915..12f280a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3670,6 +3670,13 @@ 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 + - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 + - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 + - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 + - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures @@ -3695,6 +3702,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 # end of expected-benchmark-failures From 539aa17b8bd6b49c35a6647e417eb91e565bb356 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:58:13 +0300 Subject: [PATCH 094/151] Add missing flags and close #2561 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12f280a6..c5bdec53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,9 +3222,6 @@ packages: - text-show-instances < 3.6.1 - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2561 - - timezone-series < 0.1.8 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3337,6 +3334,10 @@ package-flags: functor-classes-compat: containers: false + timezone-series: + time_1_6_and_1_7: true + time_pre_1_6: false + # end of package-flags # Special configure options for individual packages From 1d06b81285c5ec6e7a580f5dc0e94e2c758733aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 05:39:30 +0300 Subject: [PATCH 095/151] Remove two expected failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5bdec53..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,10 +3673,8 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From f4cfb62cb0ae58e252961c5c93fd961275e51cfb Mon Sep 17 00:00:00 2001 From: Mark Hopkins Date: Tue, 13 Jun 2017 14:17:32 +1000 Subject: [PATCH 096/151] add alerta --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..bb910558 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: - haddock-api - haddock + "Mark Hopkins @mjhopkins": + - alerta + # 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 e3ed5e71fac1684ad99425d4aec331421f3bb651 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 07:43:12 +0300 Subject: [PATCH 097/151] Expect test failure from oanda-rest-api again See: https://github.com/jdreaver/oanda-rest-api/issues/9#issuecomment-308005277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..121b2928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,6 +3673,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 1ed052a1bcdd00e1fdbfe4ef753e4ea2bef50458 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 09:13:33 +0300 Subject: [PATCH 098/151] Revert "Expect test failure from oanda-rest-api again" This reverts commit e3ed5e71fac1684ad99425d4aec331421f3bb651. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 121b2928..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,7 +3673,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From b461e362901356660b63f57ad6552c80967d1487 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Jun 2017 05:40:34 +0300 Subject: [PATCH 099/151] Upper bound for #2577 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b738dc5..9f855c68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 + # https://github.com/fpco/stackage/issues/2577 + - hint < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f3dc622d21720e75cce7b28b33867819f152c41 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 14 Jun 2017 10:34:27 +0300 Subject: [PATCH 100/151] Add hexpat, several hxt-* and uncomment xml-to-json that depends on those --- build-constraints.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f855c68..7de033e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1507,13 +1507,18 @@ packages: # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - # - xml-to-json # via: hexpat + - xml-to-json - xml-to-json-fast + - resolve-trivial-conflicts + - wl-pprint + # not a maintainer + - hxt-curl + - hxt-expat + - hxt-tagsoup + - hexpat - digits - unification-fd - logict - - resolve-trivial-conflicts - - wl-pprint - leveldb-haskell - system-argv0 - markdown-unlit From c55326dc4cad2653e08067e5c0473ecc0dafc509 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 14 Jun 2017 22:53:50 +0700 Subject: [PATCH 101/151] =?UTF-8?q?Add=20=E2=80=98parser-combinators?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de033e2..55a64add 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2188,6 +2188,7 @@ packages: - path - forma - stache + - parser-combinators # "Thomas Bereknyei ": # - multiplate # bounds: transformers From 17bfca18e099bc2ae897135458e7e6be42535b0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 07:36:08 +0300 Subject: [PATCH 102/151] Add comment about opml-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a64add..c45a410e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3686,7 +3686,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 8604390a93749b1a15d583aba180549bd774b6a7 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Thu, 15 Jun 2017 13:37:58 +0300 Subject: [PATCH 103/151] Remove upper bounds for schematic --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..67c267bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,9 +3250,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/dredozubov/schematic/issues/1 - - schematic < 0.1.2 - # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 From a211ed255bbf3b07881c3ee06c00fddee6a57585 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 10:40:34 +0300 Subject: [PATCH 104/151] Remove upper bounds and close #2312 --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..0240c485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,14 +3137,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2312 - - xml-conduit < 1.5.0 - - atom-conduit < 0.4.0.2 - - imm < 1.1.0.1 - - opml-conduit < 0.6.0.2 - - rss-conduit < 0.3.0.1 - - MusicBrainz < 0.3 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3686,8 +3678,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From d3c36a968cfa3564b42104e2e7cd35f4210d4243 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 13:52:38 +0300 Subject: [PATCH 105/151] atom-conduit no longer expects test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0240c485..5dd72d7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,7 +3676,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 - - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 5a99f802ddbaecfba214e80e199687997bdccac0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 14:02:38 +0300 Subject: [PATCH 106/151] Upper bounds for #2583 and #2584 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dd72d7d..692a2742 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,6 +3251,12 @@ packages: # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 + # https://github.com/fpco/stackage/issues/2583 + - path < 0.6 + + # https://github.com/fpco/stackage/issues/2584 + - tasty-quickcheck < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 28618d271991109bd8647baae31864cd04e236d1 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 15 Jun 2017 16:30:25 -0400 Subject: [PATCH 107/151] Re-enable several ekmett packages --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f4cdc4..e33dd9e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -452,16 +452,16 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # bounds: binary, comonad, pointed + - approximate - bifunctors - bits - # - bound # bounds: binary, comonad, doctest, transformers, vector + - bound - bytes - charset - comonad - comonads-fd - comonad-transformers - # - compensated # bounds: binary, comonad, generic-deriving, safecopy + - compensated # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -475,6 +475,7 @@ packages: - graphs - groupoids - heaps + - hyperloglog - hyphenation - integration - intervals @@ -483,7 +484,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # via safecopy: bounds: vector + - log-domain - machines - monadic-arrays - monad-products @@ -518,7 +519,6 @@ packages: - gl - lens-aeson - zlib-lens - # - hyperloglog # bounds: approximate, binary, comonad "Andrew Farmer @xich": - scotty From b796e3d4554719fc85122394fd0d57f6fa0cf997 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 06:54:31 +0300 Subject: [PATCH 108/151] Upper bound for #2586 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e33dd9e9..c205f483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3254,6 +3254,9 @@ packages: # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 + # https://github.com/fpco/stackage/issues/2586 + - QuickCheck < 2.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a65f8e7fb9ce00169b8661c14ae80dab773ffa7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 09:09:06 +0300 Subject: [PATCH 109/151] Remove expected test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c205f483..a3bbbb76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,7 +3682,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 - - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 529e7f32a1ca02e583f9dbfa3f4510822b113040 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 19:15:29 +0300 Subject: [PATCH 110/151] Extra upper bound for #2586 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bbbb76..5e64cc8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - these < 0.7.4 # end of packages From 226b5ce3c50a6a33c2b71ea176a87d87d05c83d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:45:35 +0300 Subject: [PATCH 111/151] Test suite will not fail xml-conduit-parse --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e64cc8a..5b7c48eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3683,7 +3683,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 - - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 104d3c393f2efdf7ba1de8ea566dd89324c46491 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:48:47 +0300 Subject: [PATCH 112/151] Upper bound for #2587 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7c48eb..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,9 @@ packages: - QuickCheck < 2.10 - these < 0.7.4 + # https://github.com/fpco/stackage/issues/2587 + - extra < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From d992a8bc86159260b0b0cc8275c301214c0267a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 09:54:31 +0300 Subject: [PATCH 113/151] Temporary block transient-haskell/transient-universe#41 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..c278b457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,8 +446,9 @@ packages: - Workflow - MFlow - transient - - transient-universe - - axiom + # https://github.com/transient-haskell/transient-universe/issues/41 + # - transient-universe + # - axiom "Edward Kmett @ekmett": - ad From 5d4341d2d556529ceeeb76e06d6a1a9cf4ef52d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:04:29 +0300 Subject: [PATCH 114/151] Revert "Temporary block transient-haskell/transient-universe#41" This reverts commit d992a8bc86159260b0b0cc8275c301214c0267a4. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c278b457..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,9 +446,8 @@ packages: - Workflow - MFlow - transient - # https://github.com/transient-haskell/transient-universe/issues/41 - # - transient-universe - # - axiom + - transient-universe + - axiom "Edward Kmett @ekmett": - ad From 9017190c32ea50a7e58d9e01d0d54fb46c288a6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:06:00 +0300 Subject: [PATCH 115/151] Upper bound for michalkonecny/mixed-types-num#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..3a823025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3261,6 +3261,9 @@ packages: # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 + # https://github.com/michalkonecny/mixed-types-num/issues/1 + - mixed-types-num < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 150006aa8e78bdbbd1b63e48e8098d1ae8b77e99 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Thu, 15 Jun 2017 05:52:38 +0000 Subject: [PATCH 116/151] Add teardown package to stackage --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..21679dce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -18,8 +18,9 @@ packages: "Joshua Koike @jano017": - discord-hs - "Roman Gonzalez @roman": - etc + - teardown "Richard Cook @rcook": - hidden-char From 3eebb688e251621c009f1c6edd935dbbf37fbbed Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Sun, 18 Jun 2017 13:18:47 -0700 Subject: [PATCH 117/151] add tmp-postgres add postgresql-simple-opts add pg-transact add hpsec-pg-transact add postgresql-simple-queue --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..d6180f9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2869,6 +2869,11 @@ packages: - threads-extra - clock-extras - next-ref + - tmp-postgres + - postgresql-simple-opts + - pg-transact + - hspec-pg-transact + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python From ef79af176aab9ea694fe3cdbdba28ab953547ca8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:27:15 +0300 Subject: [PATCH 118/151] Disable tests for throwable-exceptions (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..1c2d8661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 1197349f441dc8d624fcd409887014e0a53d5fe9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:55:49 +0300 Subject: [PATCH 119/151] Bound text-show, per #2590 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c2d8661..3b7fa78f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3270,6 +3270,9 @@ packages: # https://github.com/michalkonecny/mixed-types-num/issues/1 - mixed-types-num < 0.2 + # https://github.com/fpco/stackage/issues/2590 + - text-show < 3.6.2 + # end of packages # Package flags are applied to individual packages, and override the values of From c3740351752492a1fb3de4cde2724e1377f3fb66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:09:48 +0300 Subject: [PATCH 120/151] Disable checking tests for pg-transact (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b7fa78f..cf601049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,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 + - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 # end of expected-test-failures From e52514488e839bec0345d6cc0b61a4cf7c2a768d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:13:38 +0300 Subject: [PATCH 121/151] Remove postgresql-simple-queue as it fails to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf601049..696f73c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue + # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 05c6ac0d2779d7aba57e5847d76cc8c7174a1c47 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:20:22 +0300 Subject: [PATCH 122/151] Disable building tests for teardown as their package.yaml file is wrong (#1 on their repo) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696f73c0..5c817aac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,9 @@ skipped-tests: # criterion - store + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ad5ddc6e95b7e08679f4891df111f6d1bd079d3c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:23:46 +0300 Subject: [PATCH 123/151] Also disable benchmarks for teardown, same issue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c817aac..63b8ad4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3730,6 +3730,9 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of expected-benchmark-failures From 79c27a812e4fce8f8e84c97363371a07c5436462 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:32:53 +0300 Subject: [PATCH 124/151] Disable test run for tmp-postgres (#1 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b8ad4b..6f43a7c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3703,6 +3703,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From 54437ae2f6fc9293e1a355028571ecd0b9dec12e Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 19 Jun 2017 17:06:56 +0900 Subject: [PATCH 125/151] added: build-constraints.yaml: yesod-recaptcha2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..39f017e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,6 +2990,7 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism From df6f1ae3d12b36fb2756b790d937ff910583d0c3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:03:47 +0300 Subject: [PATCH 126/151] New version of req released --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..9c1dae5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,7 +3698,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - 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 @@ -3937,7 +3936,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 6379a3d1acd789290bc22f2b7bbad2b1e99776f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:06:45 +0300 Subject: [PATCH 127/151] Upper bound req because of discord-hs (#2594) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c1dae5a..d740c7a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,6 +3273,9 @@ packages: # https://github.com/fpco/stackage/issues/2590 - text-show < 3.6.2 + # https://github.com/fpco/stackage/issues/2594 + - req < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 27973a123648b985ea50eee7c5dff707093c8cb7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:23:44 +0300 Subject: [PATCH 128/151] Fallout from upper bounding req (#2594) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d740c7a2..8d2386a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,7 @@ packages: # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 + - req-conduit < 0.2.0 # because of above # end of packages From ee49ce34339a8e834f77883e592ade9aa40c532d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:25:55 +0300 Subject: [PATCH 129/151] Upper bound cassava (#2595) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2386a5..a461f6a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3277,6 +3277,9 @@ packages: - req < 0.3.0 - req-conduit < 0.2.0 # because of above + # https://github.com/fpco/stackage/issues/2595 + - cassava < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd416cc0a485e4d4231ded4dc5551d8b2530d91f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:35:24 +0300 Subject: [PATCH 130/151] Revert "New version of req released" This reverts commit df6f1ae3d12b36fb2756b790d937ff910583d0c3. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a461f6a2..0dd09edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3705,6 +3705,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - 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 @@ -3943,6 +3944,7 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From b01f4973245c2af16b2ea0d2ef2e717ef793ad83 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:36:26 +0300 Subject: [PATCH 131/151] Keep req expected test failure as we cannot yet use the new version (#2594) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd09edc..b0e74a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - text-show < 3.6.2 # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 + - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above # https://github.com/fpco/stackage/issues/2595 @@ -3944,7 +3944,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 18786ddd7683877084ffdf12a899d454ee59e610 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 20 Jun 2017 15:41:49 +0300 Subject: [PATCH 132/151] Remove upper bound and close #2568 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..b9832865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2568 - - foundation < 0.0.10 - # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 From fa1d27a3633126cffb4e04c5497992433ecf0a42 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Tue, 20 Jun 2017 13:05:37 +0200 Subject: [PATCH 133/151] Add shikensu https://hackage.haskell.org/package/shikensu-0.3.6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..d34b184e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,6 +3105,9 @@ packages: "Mark Hopkins @mjhopkins": - alerta + + "Steven Vandevelde @icidasset": + - shikensu # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2d6dece22b338f66ee54ccd61f57ee56629ef85b Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 20 Jun 2017 18:59:20 +0200 Subject: [PATCH 134/151] Add opencv and opencv-extra --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..aef50ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Bas van Dijk @basvandijk": + - opencv + - opencv-extra + "Pasqualino Assini @tittoassini": - zm - flat diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bb5b1747..4610d04e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,3 +207,53 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l #apt-add-repository multiverse \ # && apt-get update \ # && apt-get install -y libfdk-aac-dev + + +################################################################################ +# Install opencv. + +OPENCV_VERSION="3.2.0" + +apt-get install -y \ + cmake \ + pkg-config \ + libjpeg-dev \ + libtiff5-dev \ + libjasper-dev \ + libpng12-dev \ + libavcodec-dev \ + libavformat-dev \ + libswscale-dev \ + libxvidcore-dev \ + libx264-dev \ + libv4l-dev \ + liblapacke-dev \ + libgtk-3-dev \ + libopenblas-dev \ + libhdf5-dev \ + libtesseract-dev \ + libleptonica-dev \ + python3-dev \ + gfortran + +# Make a new directory +rm -rf /tmp/opencv-build +mkdir /tmp/opencv-build +cd /tmp/opencv-build + +# Download OpenCV +curl -L https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.tar.gz | tar xz +curl -L https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.tar.gz | tar xz + +cd opencv-${OPENCV_VERSION} +mkdir build +cd build +cmake -D CMAKE_BUILD_TYPE=RELEASE \ + -D CMAKE_INSTALL_PREFIX=/usr/local \ + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + +make -j + +make install + +################################################################################ From 5dc59717683757bd9798d9870a2d8343db8df2cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 21 Jun 2017 07:23:26 +0300 Subject: [PATCH 135/151] Remove upper bound and close #2574 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0e74a4b..a894435b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3248,9 +3248,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2574 - - brick < 0.18 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 From 56401ef4a8e73987f71376370e460b2472be3d5c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 07:55:59 +0300 Subject: [PATCH 136/151] Add shikensu to test failures --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afe77206..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3667,6 +3667,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 75d79b01d7b719229dcd4799ab6529853d8ffd80 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:00:12 +0300 Subject: [PATCH 137/151] Attempt a rebuild of throwable-exceptions to check if tests can be build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..3fe6e146 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 1728f301c0dad1a3d5b5d542282a89e268ca2203 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:04:31 +0300 Subject: [PATCH 138/151] Revert "Attempt a rebuild of throwable-exceptions to check if tests can be build now" This reverts commit 75d79b01d7b719229dcd4799ab6529853d8ffd80. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fe6e146..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 6c9edc6602c8107bd9abf93d9b31cdcfe22977e3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:07:41 +0300 Subject: [PATCH 139/151] Attempt re-adding postgresql-simple-queue as tests seem to build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..5086045d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 0537d0ce61b422643a7f63665dd0c53f44b78c2d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:11:10 +0300 Subject: [PATCH 140/151] Temporarily disable test running for postresql-simple-queue (#2592) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5086045d..a058534f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python @@ -3716,6 +3716,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both # end of expected-test-failures From 12351c8b4b7865fb08cbedcc67856c539fe52ccc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 15:58:16 +0300 Subject: [PATCH 141/151] Upper bound servant-subscriber as its dependency websockets is unsatisfiable due to #2451 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7dedcc2..fb40f6ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,7 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From 441f68791b89c7f611b565c6e900236676e30cb3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 22:22:18 +0300 Subject: [PATCH 142/151] Mark the cacophony test failures as expected --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb40f6ef..3aea06d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3663,6 +3663,8 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 + - cacophony # https://github.com/centromere/cacophony/issues/5 + - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From f8e03e689986db9f16118a1396faabb807590595 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 21 Jun 2017 22:40:54 +0300 Subject: [PATCH 143/151] Add dlist-nonempty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3aea06d0..dc4feabf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1210,6 +1210,7 @@ packages: - binary-orphans - binary-tagged - cabal-doctest + - dlist-nonempty - edit-distance - functor-classes-compat - generics-sop-lens From 759d5f57b7e933476464713aebbc976b88433fbe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Jun 2017 22:04:44 +0300 Subject: [PATCH 144/151] Upper bound prettyprinter-ansi-terminal (#2601) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc4feabf..3e5d2a4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,6 +3280,9 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2601 + - prettyprinter-ansi-terminal < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6cb30472613d6ff59f0e49358e2f003eb22d4568 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Jun 2017 07:20:37 +0300 Subject: [PATCH 145/151] Upper bound cacophony due to pipes-cacophony build failures --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e5d2a4c..ba497e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,9 @@ packages: # https://github.com/fpco/stackage/issues/2601 - prettyprinter-ansi-terminal < 1.1 + # https://github.com/centromere/pipes-cacophony/issues/4 + - cacophony < 0.10.0 # causes failure in pipes-cacophony + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3955,6 +3958,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 42dd45d0a26cb02ac90f2f7921c469ade358b6ad Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 24 Jun 2017 22:11:19 +1000 Subject: [PATCH 146/151] louispan: Added data-diverse --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..057f464b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras + - data-diverse - disposable - ghcjs-base-stub - glaze From b5a67823f415c2e38b993dc3126933208a215756 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 14:41:54 +0300 Subject: [PATCH 147/151] Solve and close #2601 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..3a85b21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,9 +3280,6 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2601 - - prettyprinter-ansi-terminal < 1.1 - # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 7a23c50038743e9f17d69e5578053e45cde00efb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:14:03 +0300 Subject: [PATCH 148/151] Upper bound cassava-conduit as it depends on #2586 and #2595 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a85b21f..3ed4d980 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,6 +3279,7 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + - cassava-conduit < 0.4.0.0 # because of above and #2586 # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 1b2625a36c15b25b8801fdcff51001242a456667 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:21:01 +0300 Subject: [PATCH 149/151] Add a new issue for criterion --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed4d980..8ab6ab93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: - servant-foreign < 0.10.0.1 # https://github.com/fpco/stackage/issues/2538 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 From 055c7912ccd170599ef74f642b6d7b8a8bde6142 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:25:14 +0300 Subject: [PATCH 150/151] Upper bound thread-local-storage as it depends on criterion via #2604 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ab6ab93..74d5adce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3218,6 +3218,7 @@ packages: # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + - thread-local-storage < 0.1.2 # caused by #2604 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 4a235dd02d8a1d426eb9c7d30511cb95cc35f3e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 17:19:21 +0300 Subject: [PATCH 151/151] Remove courier from expected-test-failures --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b59af0f5..de80df69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3553,7 +3553,6 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - courier # https://github.com/hargettp/courier/issues/18 - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts