From b2f22978bb04fdaaaef1e1b1d28a27f445bd1df1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 16 Dec 2016 09:04:21 -0800 Subject: [PATCH 001/180] Add elm-export{,-persistent} and servant-elm --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..37850888 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1415,8 +1415,11 @@ packages: "William Casarin @jb55": - bson-lens - cased + - elm-export + - elm-export-persistent - pipes-csv - pipes-mongodb + - servant-elm - skeletons # "Smirnov Alexey @chemist": From b0043ebb1e89ec9ffe3053f330ee7b45434a7502 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Wed, 11 Jan 2017 14:38:13 -0500 Subject: [PATCH 002/180] Added convert-annotation Replaced wreq with req so it *should* be OK now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620b5620..954f2987 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1953,6 +1953,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # via fasta + - convert-annotation "Simon Marechal @bartavelle": - compactmap From 8d7056f48c2312eb3ed3b3e6e638253c4b34ad70 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 28 Jan 2017 04:13:28 -0500 Subject: [PATCH 003/180] rm: allele as a maintainer - not enough time --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 872a8c5e..6aec58cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2532,10 +2532,6 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator - "Allele Dev @queertypes": - - freer - - wai-request-spec - "Dominic Orchard @dorchard": - array-memoize # - camfort # https://github.com/fpco/stackage/issues/2232 From 239f4bf91ef65458a71c4b5ee522696b4823dc6d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:31:02 +0200 Subject: [PATCH 004/180] Temporary block dylex/invertible#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 872a8c5e..37f1bab9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2714,7 +2714,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 - ztail # If you stop maintaining a package you can move it here. From 8bc65091e90d8e09dfcc5b60831b3f41440cbf71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:31:41 +0200 Subject: [PATCH 005/180] Expect test failure for postgresql-typed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37f1bab9..7a46b17e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,6 +3072,7 @@ expected-test-failures: - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL + - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL From a18238ad1ca0dc9dbbe64c2aab1392a8ec679138 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:52:43 +0200 Subject: [PATCH 006/180] Add Frequently Asked Questions --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 7fc1b93a..f0cfbef1 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,42 @@ The following describes at a high level the series of steps for processing 1. Load up most recent build plan 2. Convert build plan into constraints for next build 3. Continue from step (3) above + +Frequently Asked Questions +-------------------------- + +__Why does Stackage have an older version of a package than Hackage?__ + +There are a number of answers to this question: + +* Simplest reason: how old of a Stackage snapshot are you using? Once a + snapshot is created, it's frozen for all time. So if you use + nightly-2016-01-01, by the time you get to 2018, it will be pretty dated. +* If you're using an LTS snapshot: we lock down major versions when + first creating an LTS run, so subsequent minor versions will not get + new versions necessary. For example, if LTS 6.0 has `foo` version + 1.2.3, and the author immediately thereafter releases a version + 1.3.0 and never releases another 1.2.\* version, you'll never get + another update in the LTS 6 line +* Sometimes we have upper bounds in place because other packages have + problems with newer versions of dependencies. Open up the + [build-constraints file](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) + and search for "Stackage upper bounds" +* Wired-in packages - those that ship with GHC and cannot be upgraded, + and packages depending on them - are fixed to GHC versions. Common + examples of this are containers and transformers. There's a lot more + information on this in + [an FP Complete blog post](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds) + +__How long do you maintain an LTS build?__ + +We only guarantee that we will maintain a single LTS major version at +a time, and that it will be maintained for at least three months. This +is the +[originally proposed support window](https://www.fpcomplete.com/blog/2014/12/backporting-bug-fixes), +and hasn't changed since then. + +That said, we do maintain the capability to keep multiple LTS runs +operational in parallel, and with LTS 6 and 7 in fact did so. We +aren't changing our guarantees yet on longevity of a release, but are +trying to push out the bounds a bit farther. From fbcf5e101105415902c45441e61ad5ae776715f3 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sat, 28 Jan 2017 14:46:14 -0500 Subject: [PATCH 007/180] add safe-exceptions-checked --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7ffbd23..ed008086 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1447,6 +1447,7 @@ packages: - aeson-better-errors "Mitchell Rosen @mitchellwrosen": + - safe-exceptions-checked - tasty-hspec "Christiaan Baaij @christiaanb": From fb526f51c6db8284f2e084b2c64cf58b04aff0e3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Jan 2017 20:53:58 +0000 Subject: [PATCH 008/180] Clarify which build package removing will occur in. --- CURATORS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 6e3aa126..4548b988 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -353,8 +353,8 @@ will upgrade their packages to allow for the new GHC release. We prefer to prune packages causing upper bounds constraints **after** the LTS release to allow the maximum amount of packages to get into the newest LTS. -After the first LTS release, the package pruning process may begin in order to -move forward with getting the latest versions of packages compatible with the -new GHC release. +After the first LTS release, the package pruning process may begin in the +nightly build in order to move forward with getting the latest versions of +packages compatible with the new GHC release. [GHC upgrade note]: https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version From cdd937f29148bbddb342e785eaca66c9aca25e7c Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 28 Jan 2017 22:48:24 +1100 Subject: [PATCH 009/180] added louispan's packages --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1db103aa..6e0799e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,17 @@ packages: # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 - ztail + "Louis Pan @louispan": + - alternators + - glaze + - glazier + - glazier-pipes + - l10n + - pipes-category + - pipes-fluid + - pipes-misc + - stm-extras + # 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 92bea07574c8d39669e40c9722f9070d4298b909 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:18:20 +0200 Subject: [PATCH 010/180] Remove expected test failure clash-lang/clash-prelude#57 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e0799e5..87d7d59d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3128,7 +3128,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From a5906b9f45ac2491e56f8b54285e7e07c9ae1d05 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:20:59 +0200 Subject: [PATCH 011/180] Add back alphaHeavy/consul-haskell#18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87d7d59d..4e069637 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -160,7 +160,7 @@ packages: - quickcheck-assertions # - hackage-mirror # via: aws - # - wai-middleware-consul # https://github.com/alphaHeavy/consul-haskell/issues/18 + - wai-middleware-consul - wai-middleware-crowd - monad-logger-json - safe-exceptions From 54e81b970c290025a1b17af58e92d6dfdf0dac90 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:26:14 +0200 Subject: [PATCH 012/180] Temporary block for louispan/glaze#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e069637..e0801ccb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - - glaze + # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 - glazier - glazier-pipes - l10n From ce3af31b05b23941b85677eb491db5ea371de896 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:27:41 +0200 Subject: [PATCH 013/180] mattjbray/servant-elm#22 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0801ccb..7f2c5a84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3199,6 +3199,8 @@ expected-test-failures: - path # https://github.com/chrisdone/path/issues/54 - rattletrap # https://github.com/fpco/stackage/issues/2232 + + - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 5a81c42d79f3b6c46d2bd93572dd2537a4a392e4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:32:11 +0200 Subject: [PATCH 014/180] Hide binary-ieee754 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f2c5a84..5b7e85e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3452,6 +3452,7 @@ hide: - courier # conflicts with Network.Transport in network-transport - newtype-generics # conflicts with Control.Newtype in newtype - objective # conflicts with Control.Object in natural-transformation +- binary-ieee754 # conflicts with data-binary-ieee754 # Cryptonite deprecations - cipher-aes From f2af1d6fbabe0abc5817053ba62cbe191477f6fc Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sun, 29 Jan 2017 23:43:37 +1100 Subject: [PATCH 015/180] glaze: workaround haddock crash by pasting splice explicitly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7e85e2..72012ab1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 + - glaze - glazier - glazier-pipes - l10n From 1d8f3ea2ba80e1bab215ff7062ec036419d4d423 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 14:43:59 +0200 Subject: [PATCH 016/180] Remove temporary block for louispan/glaze#1 This reverts commit 54e81b970c290025a1b17af58e92d6dfdf0dac90. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7e85e2..72012ab1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 + - glaze - glazier - glazier-pipes - l10n From 0b464b0815d69d6573ee07d91c37417bbbe012a4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 00:48:38 +0100 Subject: [PATCH 017/180] Re-enable some packages --- build-constraints.yaml | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72012ab1..bb304daf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,6 @@ packages: "Li-yao Xia @Lysxia": - generic-random - - postgresql-orm < 0 "Tobias Dammers @tdammers": - ginger @@ -2119,7 +2118,7 @@ packages: - tagstream-conduit # "Johannes Hilden @johanneshilden": - # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids + # - hashids # Missing test files https://github.com/fpco/stackage/issues/1001 # "Joe Hermaszewski @expipiplus1": # - exact-real # bounds: ghc, base @@ -2169,13 +2168,12 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # BLOCKED directory 1.3 - #- clckwrks - #- clckwrks-cli - #- clckwrks-plugin-page - #- clckwrks-plugin-media - #- clckwrks-theme-bootstrap - #- hackage-whatsnew + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap + # - hackage-whatsnew # bounds: directory 1.3 - happstack-authenticate - happstack-clientsession - happstack-hsp @@ -2245,11 +2243,11 @@ packages: - dawg-ord "Amit Levy @alevy": - # - postgresql-orm # 0.4.1 compilation failure + - postgresql-orm - simple - simple-templates - simple-session - # - simple-postgresql-orm # via: postgresql-orm + - simple-postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2374,8 +2372,8 @@ packages: "Fraser Tweedale @frasertweedale": - jose - # "Yutaka Nishimura @ynishi": - # - atndapi # https://github.com/ynishi/atndapi/issues/1 + "Yutaka Nishimura @ynishi": + - atndapi "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2407,14 +2405,14 @@ packages: # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - # "Braden Walters @meoblast001": - # - hakyll-sass # bounds: aeson-pretty + "Braden Walters @meoblast001": + - hakyll-sass "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - # - vivid # 0.2.0.5 compilation failure + - vivid # - midair # bounds: ghc, base - nano-erl @@ -2501,8 +2499,8 @@ packages: - exp-pairs - fast-digits - # "Greg Hurrell @wincent": - # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 + "Greg Hurrell @wincent": + - docvim "Ashley Yakeley @AshleyYakeley": - countable @@ -2538,9 +2536,9 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # https://github.com/fpco/stackage/issues/2232 + - camfort - codo-notation - # - fortran-src # https://github.com/fpco/stackage/issues/2232 + - fortran-src # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran From 1dfbd85c5123bd4bc9ff0f573204e49ed3a92fec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:05:44 +0100 Subject: [PATCH 018/180] Re-disable some packages --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb304daf..9fdc958f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2243,7 +2243,7 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm + # - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session @@ -2372,8 +2372,8 @@ packages: "Fraser Tweedale @frasertweedale": - jose - "Yutaka Nishimura @ynishi": - - atndapi + # "Yutaka Nishimura @ynishi": + # - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2405,8 +2405,8 @@ packages: # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - "Braden Walters @meoblast001": - - hakyll-sass + # "Braden Walters @meoblast001": + # - hakyll-sass # compilation failure "Patrick Thomson @helium": - postgresql-transactional @@ -2500,7 +2500,7 @@ packages: - fast-digits "Greg Hurrell @wincent": - - docvim + # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": - countable @@ -2538,7 +2538,7 @@ packages: - array-memoize - camfort - codo-notation - - fortran-src + # - fortran-src # OOM https://github.com/fpco/stackage/issues/2232 # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran From 331244a5084c10ede6b6b6a6aa9d52fc7e840c8c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:13:02 +0100 Subject: [PATCH 019/180] Fix formatting error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fdc958f..70a8f842 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,7 +2499,7 @@ packages: - exp-pairs - fast-digits - "Greg Hurrell @wincent": + # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": From ab34a960b1a46eb70282fa225ec5682d493a3a2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:21:55 +0100 Subject: [PATCH 020/180] Re-disable simple-postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70a8f842..b7de8e68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2247,7 +2247,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm + - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From ddf03357bfd1c17136a30a74660ba2e85e703735 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 02:14:26 +0100 Subject: [PATCH 021/180] Re-disable simple-postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7de8e68..da395fb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2247,7 +2247,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm # via: postgresql-orm + # - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From 7a8f5b7dd092b372a5bca148347ce798901566d8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 19:00:26 +0200 Subject: [PATCH 022/180] Remove upper bound and close #2042 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da395fb4..80a924ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,9 +2757,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2042 - - network-multicast < 0.2 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 From b9e426fb508fd89d6e2279a1fe56ae30a68f5f6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 19:01:27 +0200 Subject: [PATCH 023/180] Move primitive upper bound to better location --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80a924ac..ba4d330f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,9 +2757,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/haskell/vector/issues/142 - - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 @@ -2777,6 +2774,7 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 + - primitive < 0.6.2.0 # https://github.com/fpco/stackage/issues/2206 - pretty-simple < 1.0.0.5 From 14ae364cc3640b9526490ab22d198d179f204eda Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Jan 2017 14:42:45 +0200 Subject: [PATCH 024/180] Revert "Expect test failure chrisdone/path#54" This reverts commit efca7aac30b89e81a562267d85db33d4f760e7eb. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba4d330f..451987f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3189,8 +3189,6 @@ expected-test-failures: - multiset - makefile - - path # https://github.com/chrisdone/path/issues/54 - - rattletrap # https://github.com/fpco/stackage/issues/2232 - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 From 3e9b979a86ccd4daa033a0bba38f9edfaf4475d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Jan 2017 14:51:32 +0200 Subject: [PATCH 025/180] Revert "mattjbray/servant-elm#22" This reverts commit ce3af31b05b23941b85677eb491db5ea371de896. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 451987f4..f0fb21a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,8 +3190,6 @@ expected-test-failures: - makefile - rattletrap # https://github.com/fpco/stackage/issues/2232 - - - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1e399e1fcf21fb3cf5a343c3055607e23f165ac9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 14:42:27 +0100 Subject: [PATCH 026/180] Upper bound for #2243 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fb21a4..8e340f36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 + # https://github.com/fpco/stackage/issues/2243 + - ieee754 < 0.8.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 450043db529cf541a5999927ace9a024959ebfef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 15:04:32 +0100 Subject: [PATCH 027/180] Another upper bound for #2243 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e340f36..dcd1ec7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,6 +2790,7 @@ packages: # https://github.com/fpco/stackage/issues/2243 - ieee754 < 0.8.0 + - quickcheck-special < 0.1.0.3 # end of packages From 271f29c61f6c2c2d95ca2c2980a0a8e921123a16 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 15:52:44 +0100 Subject: [PATCH 028/180] Remove upper bounds and close #2243 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcd1ec7d..f0fb21a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,10 +2788,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2243 - - ieee754 < 0.8.0 - - quickcheck-special < 0.1.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 40621612a4a9c54cf9c6122ee220a2d920eea8bd Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 30 Jan 2017 11:21:30 -0500 Subject: [PATCH 029/180] Re-added fasta and dependent libraries. pipes-attoparsec has been added again, so fasta and the rest should be OK to go. `convert-annotation` uses `req` instead of `wreq` now, so that should be good as well. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f536558..eefa6501 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,14 +1954,14 @@ packages: # - moesocks # https://github.com/nfjinjing/moesocks/issues/1 "Gregory W. Schwartz @GregorySchwartz": - # - fasta # via pipes-attoparsec - # - diversity # via fasta - # - modify-fasta # via fasta + - fasta + - diversity + - modify-fasta - tree-fun - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # via fasta + - blosum - convert-annotation "Simon Marechal @bartavelle": From 3d6f90c918c76fdb9987c9b8406dcdbb6360f553 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 17:43:50 +0100 Subject: [PATCH 030/180] skylighting upper bound for #2245 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fb21a4..bc81d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 + # https://github.com/fpco/stackage/issues/2245 + - skylighting < 0.1.1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d051557a466eaa128d615b0e10f2953bec8a560 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:07:14 +0100 Subject: [PATCH 031/180] Remove upper bounds to close #2206 and close #2207 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2181da76..d2d9125f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,12 +2777,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2206 - - pretty-simple < 1.0.0.5 - - # https://github.com/fpco/stackage/issues/2207 - - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2229 - hspec < 2.4 - hspec-core < 2.4 From 3614d1fc5a412cb45e12df36fe2feefb44cbb1bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:09:31 +0100 Subject: [PATCH 032/180] Upper bounds for #2246 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d9125f..fbf95d7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2786,6 +2786,10 @@ packages: # https://github.com/fpco/stackage/issues/2245 - skylighting < 0.1.1.3 + # https://github.com/fpco/stackage/issues/2246 + - blaze-html < 0.9 + - blaze-markup < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From 489fe5a3aef7949b5e31039fd5fc3ad8dcddddc7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:49:27 -0600 Subject: [PATCH 033/180] Re-enable envy Bounds problem fixed by https://github.com/dmjio/envy/pull/7. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..1b8ee632 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: - once "David Johnson @dmjio": - # - envy # bounds: GHC 8 + - envy - s3-signer - google-translate - hackernews From d2bd393f95f9d9f072a917ccd143202908e33d35 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:51:46 -0600 Subject: [PATCH 034/180] Add postgresql-simple-migration https://github.com/ameingast/postgresql-simple-migration/issues/11 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..eef987ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,6 +1396,7 @@ packages: - lackey - octane - overloaded-records # Maintained by @trskop. + - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - rattletrap From 6e189ed5b7b341b96933559430323be9d62a5a4d Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 30 Jan 2017 21:25:52 -0500 Subject: [PATCH 035/180] Add mintty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..dbe1e62c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,6 +1730,7 @@ packages: - invariant - keycode - lift-generics + - mintty - mtl-compat - proxied - text-show From e7ea27f45a2303674c291dd870ae57578709b096 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:43:33 +0100 Subject: [PATCH 036/180] Upper bound for #2251 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe1e62c..8abf50a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,6 +2791,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/fpco/stackage/issues/2251 + - sbv < 5.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c652ed7c101c93c3e5587b865132ee9401a0dcb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:47:26 +0100 Subject: [PATCH 037/180] Remove upper bounds and close #2245 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8abf50a3..e25b6e8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2784,9 +2784,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2245 - - skylighting < 0.1.1.3 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 From e4dc89979cfba0c2472242606a1fb07aefc235f2 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Tue, 31 Jan 2017 17:04:40 +0100 Subject: [PATCH 038/180] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e25b6e8a..9af93ae3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,6 +874,8 @@ packages: - superbuffer - timespan - distance + - async-extra + - format-numbers "Joey Eremondi @JoeyEremondi": - aeson-pretty From a8e524fd5c91a4e78a9f333f1014f7a752bf6cf2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 31 Jan 2017 22:09:58 +0200 Subject: [PATCH 039/180] Add cabal-doctest --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9af93ae3..b8261db1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1057,6 +1057,7 @@ packages: - aeson-extra - binary-orphans - binary-tagged + - cabal-doctest - edit-distance - generics-sop-lens - github From 9f29fd967dd253bffb916ae1eea08b38b1468a9c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Feb 2017 08:06:27 +0200 Subject: [PATCH 040/180] Revert "Temporary block haskell-tools/haskell-tools#257" This reverts commit 1d3a0facc7e444d3f6ca54b257467ded95d51eb3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27af3606..3a823456 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2704,7 +2704,7 @@ packages: - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon - # - haskell-tools-debug # https://github.com/haskell-tools/haskell-tools/issues/257 + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation From afa9afb79d07cac082848c6642eb316ac6fa9613 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 1 Feb 2017 07:59:44 +0100 Subject: [PATCH 041/180] Add threepenny-gui to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..7a3a1f20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Simon Jakobi @sjakobi": + - threepenny-gui + "Joe M @joe9": - logger-thread - text-generic-pretty From 4b077ed660bc3b7e368595175dc1735d3928f0c0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 09:55:25 +0100 Subject: [PATCH 042/180] Upper bound for #2256 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..2379cbe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2794,6 +2794,9 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 + # https://github.com/fpco/stackage/issues/2256 + - elm-export < 0.6.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 677907536679fa481de6b75d8c3e7f2f4f951932 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 13:59:32 +0100 Subject: [PATCH 043/180] Upper bounds for #2257 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2379cbe3..f317caaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,6 +2797,12 @@ packages: # https://github.com/fpco/stackage/issues/2256 - elm-export < 0.6.0.1 + # https://github.com/fpco/stackage/issues/2257 + - servant < 0.10 + - servant-client < 0.10 + - servant-docs < 0.10 + - servant-server < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 5043a84e0cafa3f9cfb7f3d8100b1ba858dcf5c3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 14:22:21 +0100 Subject: [PATCH 044/180] Hide rerebase due to base module conflicts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f317caaf..eb4d89d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3457,6 +3457,7 @@ hide: - newtype-generics # conflicts with Control.Newtype in newtype - objective # conflicts with Control.Object in natural-transformation - binary-ieee754 # conflicts with data-binary-ieee754 +- rerebase # conflicts with base # Cryptonite deprecations - cipher-aes From 6c112b7158e73592517e2af0a04b21af6c11587b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:47:49 +0100 Subject: [PATCH 045/180] servant-swagger, servant-mock upper bounds for #2257 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb4d89d6..aa6d6555 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,6 +2802,8 @@ packages: - servant-client < 0.10 - servant-docs < 0.10 - servant-server < 0.10 + - servant-swagger < 1.1.2.1 + - servant-mock < 0.8.1.2 # end of packages From 166dc5d0ba796f279fb6c3dfe37a1206a4eb65b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:48:16 +0100 Subject: [PATCH 046/180] megaparsec upper bound for #2259 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6d6555..87815ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2805,6 +2805,9 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + # https://github.com/fpco/stackage/issues/2259 + - megaparsec < 5.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 209fffd4a90aefa96a6c04f3827c67f35f219e0f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:49:54 +0100 Subject: [PATCH 047/180] hoauth2 upper bound for #2177 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87815ce9..d839e240 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2773,6 +2773,7 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 + - hoauth2 < 0.5.8 # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 From be4e1a24aadb993d8f27f1b92f43fd1efcb08a2f Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 1 Feb 2017 20:34:27 -0500 Subject: [PATCH 048/180] Unblock dylex/invertible#1 with 0.2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From 7aa36e007f08790eb0e1cfb76ba2cd8b02d5d1b8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 07:32:55 +0200 Subject: [PATCH 049/180] Revert "Temporary block dylex/invertible#1" This reverts commit 239f4bf91ef65458a71c4b5ee522696b4823dc6d. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From ccf3b25a800f5a60c655d0c03a29b69cd8e2e9d2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 2 Feb 2017 08:54:01 +0200 Subject: [PATCH 050/180] Add myself as haskell-servant maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..4c04dafb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3377,6 +3377,7 @@ github-users: haskell-compat: - RyanGlScott haskell-servant: + - phadej - jkarni - SoenkeHahn vivid: From fdce63e899dd2c78808fdc56295d673a4367943c Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 1 Feb 2017 23:08:36 -0800 Subject: [PATCH 051/180] Add witness, open-witness --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab5a5865..b4a0d127 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,8 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable + - witness + - open-witness "Victor Denisov @VictorDenisov": - mongoDB From 87e7eafc742a183378088d67f1cc59346d31d433 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Feb 2017 11:15:10 +0000 Subject: [PATCH 052/180] Remove upper bounds for #2259. Closes #2259. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..b6848ee8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,9 +2809,6 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 - # https://github.com/fpco/stackage/issues/2259 - - megaparsec < 5.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From d80a05f338d1d82a5d64ab6fbf0d98200a463228 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 2 Feb 2017 12:01:53 +0000 Subject: [PATCH 053/180] Add labels package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6848ee8..cba23b19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,6 +288,7 @@ packages: - xenstore "Chris Done @chrisdone": + - labels - ace - ical - check-email From fe8434809843dd098f99aef70709cc27f4700404 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 18:03:21 +0200 Subject: [PATCH 054/180] Revert "Expect test failure khibino/haskell-relational-record#51" This reverts commit 6fd4d09f3ab3c5f5a40dfbcaf1ab83512d203e2f. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cba23b19..79563cbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,8 +3201,6 @@ expected-test-failures: - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - relational-query # https://github.com/khibino/haskell-relational-record/issues/51 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 From 007773644d96cc4928f2f8c475062ebd00152e73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 19:38:41 +0100 Subject: [PATCH 055/180] Remove upper bound and close #2256 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 498ef490..72759dcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,9 +2799,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2256 - - elm-export < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2257 - servant < 0.10 - servant-client < 0.10 From 2cc97c133e84714eeae0cfbfcc737604d7c2e1e9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 20:55:56 +0100 Subject: [PATCH 056/180] Expect postgresql-simple-migration tests to fail since it requires a running postgres --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eca6dbff..29a1c176 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,6 +3098,7 @@ expected-test-failures: - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL + - postgresql-simple-migration - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb From fc6a0f997ed68b3dec88b419b01399d270991aef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:03:49 +0100 Subject: [PATCH 057/180] Organize expected test failures --- build-constraints.yaml | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29a1c176..e6d511b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3139,6 +3139,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3150,6 +3151,8 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3164,6 +3167,11 @@ 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 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - folds # https://github.com/ekmett/folds/issues/12 + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3171,7 +3179,7 @@ expected-test-failures: - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed - - hindent # 4.6.4 + # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3184,33 +3192,15 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - - snap-core # https://github.com/snapframework/snap-core/issues/26 - - - hackernews # https://github.com/dmjio/hackernews/issues/19 - - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - - commutative # https://github.com/athanclark/commutative/issues/4 - - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - - folds # https://github.com/ekmett/folds/issues/12 - - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - # Doctests require hidden Glob package - multiset - makefile - - rattletrap # https://github.com/fpco/stackage/issues/2232 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + + - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9470dc2fd9caecfa1b579cf9ddc0c0d3451f3d53 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:05:04 +0100 Subject: [PATCH 058/180] Sort expected test failures --- build-constraints.yaml | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6d511b4..18ae300c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3048,15 +3048,14 @@ expected-test-failures: # expected-tests unless we know a fix has been released. - cabal-helper - generic-random - - lens - graphviz + - lens - punycode - zip # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -3080,9 +3079,9 @@ expected-test-failures: - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB + - haskell-neo4j-client # neo4j with auth disabled - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -3095,15 +3094,16 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - - postgresql-simple-migration - - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL - postgresql-simple # PostgreSQL + - postgresql-simple-migration + - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - rethinkdb @@ -3132,14 +3132,14 @@ expected-test-failures: - angel # https://github.com/MichaelXavier/Angel/issues/43 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3147,36 +3147,31 @@ expected-test-failures: - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer + - Spock-core # https://github.com/agrafix/Spock/issues/102 + - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer + - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - 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 - - Spock-core # https://github.com/agrafix/Spock/issues/102 - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commutative # https://github.com/athanclark/commutative/issues/4 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - folds # https://github.com/ekmett/folds/issues/12 - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - # Misc. - - distributed-process-supervisor # # https://github.com/haskell-d - - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed @@ -3196,11 +3191,14 @@ expected-test-failures: - multiset - makefile + # Misc. + - distributed-process-supervisor # # https://github.com/haskell-d + - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - haskell-docs # GHC bug + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - snap-core # https://github.com/snapframework/snap-core/issues/26 - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9d7815f09da47ba2ee43ca579a1db3d5052c4baa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:06:25 +0100 Subject: [PATCH 059/180] Skip http2 benchmarks due to OOM #2232 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ae300c..d3738c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,6 +3294,7 @@ skipped-benchmarks: - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 + - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks From 99fa3ad6250d1d66b0fff253fe0f524b3bfa35de Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 3 Feb 2017 10:02:02 +0000 Subject: [PATCH 060/180] Add git and cryptonite-openssl --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..e085ebb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -273,8 +273,10 @@ packages: - cryptocipher - cryptohash - cryptonite + - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - git - hit - memory - language-java From 15352af5430a3782cff802ee36c5635b925fe72d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Feb 2017 11:14:04 +0100 Subject: [PATCH 061/180] servant-foreign upper bound for #2257 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..c27739e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,6 +2809,7 @@ packages: - servant-server < 0.10 - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + - servant-foreign < 0.10 # end of packages From 19e1b0d83d6f7af5ab547961911e4d2a582089b2 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 3 Feb 2017 23:54:56 -0500 Subject: [PATCH 062/180] Add monad-metrics under Matt Parsons --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..0a09da90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,6 +1750,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix + - monad-metrics "Matthew Pickering @mpickering": - refact From ace68ee22621b137cc7616d363bab7c266ba70b3 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sat, 4 Feb 2017 17:28:56 +0100 Subject: [PATCH 063/180] Add Gradle to the environment. Reenable sparkle. sparkle requires GHC 8.0.2 to build, due to a bug in GHC 8.0.1. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..df6779c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1587,7 +1587,7 @@ packages: - inline-r - jni - jvm - # - sparkle # build failure, requires gradle + - sparkle - th-lift "Christopher Reichert @creichert": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 52c265bb..314fde50 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -43,6 +43,7 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ + gradle \ libadns1-dev \ libaio1 \ libalut-dev \ From 8192cec75bbabfbbf257f7886f684f8ff8315d91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 4 Feb 2017 17:35:36 +0100 Subject: [PATCH 064/180] Re-enable Spock-core tests, and add issue rof for http2 benchmarks --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..7704091d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3157,7 +3157,6 @@ expected-test-failures: # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer - - Spock-core # https://github.com/agrafix/Spock/issues/102 - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - folds # https://github.com/ekmett/folds/issues/12 @@ -3290,12 +3289,12 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 - - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks @@ -3415,7 +3414,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- Spock-core-0.11.0.0 # testsuite fail - vivid-0.2.0.5 # compilation failure # Packages which should be hidden after registering, to avoid module name From c214bd8521fce7f1d101ff15e3aedd54265b2b6a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 5 Feb 2017 00:25:48 +0100 Subject: [PATCH 065/180] upper bound for #2268 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..422db0b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2268 + - text-zipper < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 859b4b854e3d75834e479cebaef6f4f02192607f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 13:51:50 +0100 Subject: [PATCH 066/180] Remove upper bound for #2268. Closes #2268. This reverts commit c214bd8521fce7f1d101ff15e3aedd54265b2b6a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422db0b9..0db7d2df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,9 +2814,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2268 - - text-zipper < 0.10 - # end of packages # Package flags are applied to individual packages, and override the values of From cabaceda31fb9e375477872592f602bf39ab54bc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 14:05:55 +0100 Subject: [PATCH 067/180] Add upper bound for #2269. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..3a2674ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2269 + - scalpel < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From cd4640c0a543586ec51cce199addb19daf5e4de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Sun, 5 Feb 2017 14:22:22 +0100 Subject: [PATCH 068/180] Add sdl2-image, sdl2-mixer, sdl2-gfx (#2264) * Add sdl2-image, sdl2-mixer and sdl2-gfx. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a2674ca..dcc6de40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,6 +2741,11 @@ packages: - pipes-misc - stm-extras + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx + # 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 c11cd14a8dd279620327a3cd2281b25309a0683f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:45:42 +0100 Subject: [PATCH 069/180] Disable the new sdl2-* packages. https://github.com/sbidin/sdl2-mixer/issues/2 https://github.com/sbidin/sdl2-gfx/issues/1 https://github.com/sbidin/sdl2-image/issues/4 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcc6de40..e2fc9210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2742,9 +2742,9 @@ packages: - stm-extras "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 + # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 + # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 83040d286cab802d45a6a7dd09578c850a0cbb20 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:50:31 +0100 Subject: [PATCH 070/180] Fix bad YAML syntax. Can't have empty block. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2fc9210..6a4fb880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,7 +2741,7 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": + # "Siniša Biđin @sbidin": # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 From 1403ba2572bda06b247090d5fbc85f56a639f98e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:54:55 +0100 Subject: [PATCH 071/180] Disable sparkle. https://github.com/tweag/sparkle/issues/92 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a4fb880..ec6bf5b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/92 - th-lift "Christopher Reichert @creichert": From 88ba1776a79003424cc3dd2af846d84ddecafb3e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:58:30 +0100 Subject: [PATCH 072/180] Disable Git. Failing test case and is a new package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec6bf5b4..5d98a5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - - git + # - git # https://github.com/vincenthz/hit/issues/36 - hit - memory - language-java From bc1b87cdffda68a568dabc5676275e5355eff50f Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Sun, 5 Feb 2017 18:57:14 -0800 Subject: [PATCH 073/180] Changed my username. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..237a94de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,7 @@ packages: - mathexpr - sibe - "Alexis Williams @sasinestro": + "Alexis Williams @typedrat": - stb-image-redux - wavefront-obj From a5e43521bf50fb56122fb20499c782bafa0aed30 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 6 Feb 2017 09:57:27 +0100 Subject: [PATCH 074/180] Reenable sparkle. (#2271) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..e1b959ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/92 + - sparkle - th-lift "Christopher Reichert @creichert": From 50a89ebd5e7e420ed07c1c5f79424f3992fb9985 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:05:44 +0100 Subject: [PATCH 075/180] Add missing dependency for sdl2-* packages. --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 314fde50..273d959e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -93,6 +93,7 @@ apt-get install -y \ libpcap0.8-dev \ libpq-dev \ libsdl2-dev \ + libsdl2-mixer-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 7b5f6a5e0832a61b6ae6c96c97ab5d339879876c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:10:29 +0100 Subject: [PATCH 076/180] Fix repository URL. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1b959ec..966a383f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hit/issues/36 + # - git # https://github.com/vincenthz/hs-git/issues/5 - hit - memory - language-java From b691ec1153fbd8ed35e2c2fad0936056ccd590d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:11:14 +0100 Subject: [PATCH 077/180] Re-enable sdl2-* packages. Added external dependency in 50a89ebd5e7e420ed07c1c5f79424f3992fb9985. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 966a383f..8c7c5fee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,10 @@ packages: - pipes-misc - stm-extras - # "Siniša Biđin @sbidin": - # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 - # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 - # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a2b809329d13f155c95a1c1a7e1be03b6c5c70de Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 12:18:06 +0100 Subject: [PATCH 078/180] Add other missing sdl2-* package dependencies. https://github.com/sbidin/sdl2-image/issues/4#issuecomment-277645979 --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 273d959e..93d04aff 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,8 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsdl2-mixer-dev \ + libsdl2-image-dev \ + libsdl2-gfx-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From e3f99503b98721cf06802608558f75c84a7a13a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:04:32 -0800 Subject: [PATCH 079/180] Re-disable sdl2-* packages per #2273 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ef9dc45..1c034aa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,11 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # https://github.com/fpco/stackage/issues/2273 + # "Siniša Biđin @sbidin": + # - sdl2-image + # - sdl2-mixer + # - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c943b47ee34278104faeaee7cdb97a891640117f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:21:24 -0800 Subject: [PATCH 080/180] Redisable sparkle per #2274 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c034aa0..33ee54de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/fpco/stackage/issues/2274 - th-lift "Christopher Reichert @creichert": From 170301f59655ba66f0cdb8e743e2da4b3dc63549 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Mon, 6 Feb 2017 21:24:37 +0000 Subject: [PATCH 081/180] Add ramus --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..3830f573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nikita Tchayka @nickseagull": + - ramus + "Simon Jakobi @sjakobi": - threepenny-gui From bdaf428adee70fbecd567e03b97b333a7418682a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 22:38:02 +0100 Subject: [PATCH 082/180] Add link. Clarify docs on getting a DockerHub build. --- CURATORS.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 4548b988..b27f0503 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -23,8 +23,10 @@ process works: The typical story on pull requests is: If Travis accepts it and the author only added packages under his/her own name, merge it. If the -build later fails (see "Adding Debian packages for required system tools or libraries"), -then block the package until it's fixed. +build later fails (see [Adding Debian packages]), then block the +package until it's fixed. + +[Adding Debian packages]: https://github.com/fpco/stackage/blob/master/CURATORS.md#adding-debian-packages-for-required-system-tools-or-libraries If benchmarks, haddocks, or test suites fails at this point we typically also block the package until these issues are fixed. This in @@ -177,8 +179,14 @@ the maintainers of those packages. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes to a branch should trigger a DockerHub. Normally only the `nightly` branch needs to be updated -since new packages are not added to the current lts release. +After you've committed those changes, merging them into the `nightly` branch should +trigger a DockerHub build. Simply run: + +```bash + $ git checkout nightly + $ git merge master + $ git push +``` Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). From 95aeb4052ab9a234e17e1357f80d2611f5c62112 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Mon, 6 Feb 2017 19:06:04 -0800 Subject: [PATCH 083/180] Add scalpel-core This is the first step required to allow wikicfp-scraper to depend on scalpel v0.5.0 in #2269. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..b743a96b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1426,6 +1426,7 @@ packages: - prometheus-client - prometheus-metrics-ghc - scalpel + - scalpel-core - wai-middleware-prometheus "William Casarin @jb55": From ac5e42d7977ab657c1fb5ca4e761ad32c596f218 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:19:21 -0800 Subject: [PATCH 084/180] Expect ramus tests to fail per #2277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4653006f..e32becf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3179,6 +3179,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From bcb44635df0e6c2458be11494b73d7a935b67bc3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:25 -0800 Subject: [PATCH 085/180] Revert "Redisable sparkle per #2274" This reverts commit c943b47ee34278104faeaee7cdb97a891640117f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e32becf5..cbfe6773 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1593,7 +1593,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/fpco/stackage/issues/2274 + - sparkle - th-lift "Christopher Reichert @creichert": From 47b3028e54c01a5ef762b25f20f184409be9f2b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:42 -0800 Subject: [PATCH 086/180] Revert "Re-disable sdl2-* packages per #2273" This reverts commit e3f99503b98721cf06802608558f75c84a7a13a9. --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfe6773..c9fc92e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2745,11 +2745,10 @@ packages: - pipes-misc - stm-extras - # https://github.com/fpco/stackage/issues/2273 - # "Siniša Biđin @sbidin": - # - sdl2-image - # - sdl2-mixer - # - sdl2-gfx + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cd09a533b7c29ead57ccb6730623f07ff1e56b61 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 15:12:50 -0800 Subject: [PATCH 087/180] Revert "Expect ramus tests to fail per #2277" This reverts commit ac5e42d7977ab657c1fb5ca4e761ad32c596f218. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9fc92e2..8c92c278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3178,7 +3178,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 2653151b4b24e9def7f6d584bc8a985809f190b5 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 8 Feb 2017 17:46:27 +0900 Subject: [PATCH 088/180] Add the xml-html-qq package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..9a81093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,6 +1865,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - xml-html-qq - yahoo-finance-api "Franklin Chen @FranklinChen": From cddc6dbf5cb4bd4fd9e6a4301a1478844bf434fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Feb 2017 14:22:44 +0100 Subject: [PATCH 089/180] Re-enable cases' tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..3acbeb34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,7 +2979,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - ed25519 # QuickCheck 2.9 From 5b919096b2207f0d77cdbd81e16433f248101d54 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Feb 2017 10:05:06 -0800 Subject: [PATCH 090/180] Add constraint "Earley < 0.12.0.0" per #2281 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..867dbe8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2826,6 +2826,9 @@ packages: # https://github.com/fpco/stackage/issues/2269 - scalpel < 0.5 + # https://github.com/fpco/stackage/issues/2281 + - Earley < 0.12.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 1605b4be6c3690fbadd1b3a1a1d440503c73b5a9 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 8 Feb 2017 21:27:28 +0100 Subject: [PATCH 091/180] add highjson package family --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1510808c..74ee6226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -885,6 +885,9 @@ packages: - distance - async-extra - format-numbers + - highjson + - highjson-swagger + - highjson-th "Joey Eremondi @JoeyEremondi": - aeson-pretty From e7129ba34eb720bb0afb339e99207bbec81916b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:28:16 -0800 Subject: [PATCH 092/180] Disable stackage-curator per #2283 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ee6226..6717707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -114,7 +114,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 - stm-conduit - wai-websockets - warp-tls From 9597971cec66f58aae0184bda2f571d4bedb7a51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:33:02 -0800 Subject: [PATCH 093/180] Remove constraint "scalpel < 0.5", closes #2269 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6717707c..a23f1d27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2827,9 +2827,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2269 - - scalpel < 0.5 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From f1b5850f58e70855c597e21dafdcab91050d31a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 18:51:12 -0800 Subject: [PATCH 094/180] Disable vivid, unconstrain MonadRandom, closes #2180 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a23f1d27..86853fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,7 +2433,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - - vivid + # - vivid # bounds: MonadRandom # - midair # bounds: ghc, base - nano-erl @@ -2798,9 +2798,6 @@ packages: - aeson < 1.1.0.0 - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2180 - - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 @@ -3432,7 +3429,7 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- vivid-0.2.0.5 # compilation failure +- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4677e7d863fff9a382ba051ea48cf601b8c369cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 19:07:20 -0800 Subject: [PATCH 095/180] Unconstrain hspec-*, closes #2229 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86853fe8..fd83b4d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,12 +2802,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2229 - - hspec < 2.4 - - hspec-core < 2.4 - - hspec-discover < 2.4 - - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -2979,18 +2973,24 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - bloodhound # hspec 2.4 - bytestring-handle # QuickCheck 2.9 - chell # options & via chell-quickcheck - clay # hspec 2.3 + - drawille # hspec 2.4 - ed25519 # QuickCheck 2.9 + - envy # hspec 2.4 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - multistate # hspec 2.4 + - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 + - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 From adacd811cafb4cc2472a7cea81dbbc07ff86d4a3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:17:03 -0800 Subject: [PATCH 096/180] Disable hspec-jenkins per worksap-ate/hspec-jenkins#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd83b4d3..bef67c85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -494,7 +494,7 @@ packages: # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - - hspec-jenkins + # - hspec-jenkins # hspec 2.4.1 # https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition From bcc43b49c6444317820249d72dff68f477c377a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:23:14 -0800 Subject: [PATCH 097/180] Disable random-tree and diversity per #2180 (MonadRandom) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bef67c85..81e7182d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - - diversity + # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 - modify-fasta - tree-fun - - random-tree + # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From e5e9bb96fd0454323292daa230b721b245f76890 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:37:19 -0800 Subject: [PATCH 098/180] Disable hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e7182d..60acce88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2985,6 +2985,8 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 + - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 + - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -2992,6 +2994,7 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 + - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3430,6 +3433,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 507d1651317b09d1de7679405472963c877eb3aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 09:08:07 -0800 Subject: [PATCH 099/180] Unskip optparse-applicative tests per release --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60acce88..3021d39b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,8 +3025,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 - # BLOCKED shelly GHC 8.0.2 - c2hs @@ -3431,7 +3429,6 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite -- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 From daf9472395c6af20cbe01ac74a7fa8a2d6566c8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 10:22:15 -0800 Subject: [PATCH 100/180] Revert "Disable random-tree and diversity per #2180 (MonadRandom)" This reverts commit bcc43b49c6444317820249d72dff68f477c377a9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3021d39b..4e51e28e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 + - diversity - modify-fasta - tree-fun - # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 + - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From 6cf18e45779ff73ebca024a6e9427b42b9f3119c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 19:14:54 -0800 Subject: [PATCH 101/180] Remove constraint "X11 < 1.7", closes #2136 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e51e28e..c14da91b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,9 +2791,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2136 - - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 - hoauth2 < 0.5.8 From 09168f3963b749889e8cf2baa2e6869bf87e05be Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:00:06 -0800 Subject: [PATCH 102/180] Lift constraints on aeson, closes #2177 --- build-constraints.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c14da91b..b7e3a9d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,8 +1861,8 @@ packages: - emailaddress - envelope - from-sum - - hailgun - - hailgun-simple + # - hailgun # bounds: aeson + # - hailgun-simple # via hailgun # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans @@ -2083,7 +2083,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # bounds: aeson - airship "Yuras Shumovich @Yuras": @@ -2458,7 +2458,8 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - - telegram-api + [] + # - telegram-api # bounds: aeson "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2566,7 +2567,8 @@ packages: - language-fortran "Philipp Schuster @phischu": - - haskell-names + [] + # - haskell-names # bounds: aeson "Shao Cheng @TerrorJack": - simple-download @@ -2791,10 +2793,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2177 - - aeson < 1.1.0.0 - - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 From a47a12928c297abc7f19501c6396b7150d711242 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:09:06 -0800 Subject: [PATCH 103/180] Lift constraints on servant, closes #2257 --- build-constraints.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7e3a9d3..db6f4d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - - servant-aeson-specs + # - servant-aeson-specs # bounds: servant "Winter Land @winterland1989": - if @@ -84,8 +84,8 @@ packages: "David Johnson @dmjio": - envy - s3-signer - - google-translate - - hackernews + # - google-translate # bounds: servant + # - hackernews # bounds: servant # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams @@ -2459,7 +2459,7 @@ packages: "Alexey Rodiontsev @klappvisor": [] - # - telegram-api # bounds: aeson + # - telegram-api # bounds: aeson, servant "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2804,15 +2804,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2257 - - servant < 0.10 - - servant-client < 0.10 - - servant-docs < 0.10 - - servant-server < 0.10 - - servant-swagger < 1.1.2.1 - - servant-mock < 0.8.1.2 - - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From 0a373104c99522bbc3fbd4e8e8712d6e9d996e76 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:43:27 -0800 Subject: [PATCH 104/180] Lift constraints on vector, closes #2194 --- build-constraints.yaml | 373 ++++++++++++++++++++++++++++++----------- 1 file changed, 277 insertions(+), 96 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db6f4d4d..6d3ab3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty + # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector "Li-yao Xia @Lysxia": - generic-random @@ -146,13 +146,13 @@ packages: - async - base16-bytestring - c2hs - - cassava + # - cassava # bounds: vector - csv-conduit - executable-hash - executable-path - foreign-store - formatting - - gtk2hs-buildtools + # - gtk2hs-buildtools # via hashtables: bounds: vector - happy - hybrid-vectors - indents @@ -261,7 +261,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # - large-hashable # via safecopy: bounds: vector "Bart Massey @BartMassey": - parseargs @@ -303,7 +303,7 @@ packages: - hostname-validate - ini - lucid - - osdkeys + # - osdkeys # via libnotify: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -320,13 +320,13 @@ packages: # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - - RefSerialize - - TCache - - Workflow - - MFlow + # - RefSerialize # via hashtables: bounds: vector + # - TCache # via hashtables: bounds: vector + # - Workflow # via RefSerialize: via hashtables: bounds: vector + # - MFlow # via RefSerialize: via hashtables: bounds: vector - transient - - transient-universe - - ghcjs-hplay + # - transient-universe # via TCache: via hashtables: bounds: vector + # - ghcjs-hplay # via transient-universe: via TCache: via hashtables: bounds: vector "Edward Kmett @ekmett": - ad @@ -361,8 +361,8 @@ packages: - lca - lens - linear - - linear-accelerate - - log-domain + # - linear-accelerate # via accelerate: via hashtables: bounds: vector + # - log-domain # via safecopy: bounds: vector - machines - monadic-arrays - monad-products @@ -425,10 +425,10 @@ packages: - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo + # - diagrams-cairo # bounds: vector - diagrams-contrib - diagrams-core - - diagrams-gtk + # - diagrams-gtk # via diagrams-cairo: bounds: vector - diagrams-lib - diagrams-postscript - diagrams-rasterific @@ -460,7 +460,7 @@ packages: # - mangopay # compilation failure against aeson - nonce - serversession - - serversession-backend-acid-state + # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite # - serversession-backend-redis # bounds: hedis # - serversession-frontend-snap # bounds: snap, snap-core @@ -480,7 +480,8 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - - accelerate + [] + # - accelerate # via hashtables: bounds: vector "Liam O'Connor @liamoc": [] @@ -538,7 +539,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": @@ -589,19 +590,22 @@ packages: - hPDB - hPDB-examples # - homplexity # BLOCKED directory 1.3 - - wordpass + # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - posix-realtime "Dom De Re @domdere": - - cassava-conduit + [] + # - cassava-conduit # via cassava: bounds: vector "Dominic Steinitz @idontgetoutmuch": + [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - - random-fu + # - random-fu # via log-domain: via safecopy: bounds: vector "Ben Gamari @bgamari": - - vector-fftw + [] + # - vector-fftw # bounds: vector "Roman Cheplyaka @feuerbach": - action-permutations @@ -641,7 +645,7 @@ packages: - arbtt - ghc-heap-view - tttool - - gipeda + # - gipeda # via cassava: bounds: vector - list-fusion-probe - haskell-spacegoo - tasty-expected-failure @@ -652,11 +656,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP + # - hOpenPGP # via ixset-typed: via safecopy: bounds: vector - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector - opensource "Joey Hess @joeyh": @@ -672,9 +676,9 @@ packages: - versions - vectortiles - pipes-random - - repa - - repa-io - - repa-algorithms + # - repa # bounds: vector + # - repa-io # bounds: vector + # - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -699,7 +703,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - - RNAlien + # - RNAlien # via cassava: bounds: vector - Taxonomy # - TaxonomyTools # build failure - ViennaRNAParser @@ -730,11 +734,11 @@ packages: "Simon Michael @simonmichael": - darcs - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - hledger-api + # - hledger # via hledger-lib: via hashtables: bounds: vector + # - hledger-lib # via hashtables: bounds: vector + # - hledger-ui # via hledger-lib: via hashtables: bounds: vector + # - hledger-web # via hledger-lib: via hashtables: bounds: vector + # - hledger-api # via hledger-lib: via hashtables: bounds: vector # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -752,7 +756,7 @@ packages: # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront + # - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -832,7 +836,7 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + # - Chart-cairo # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -847,7 +851,7 @@ packages: - base-prelude - cases - focus - - hasql + # - hasql # via hashtables: bounds: vector - list-t - mtl-prelude - neat-interpolation @@ -933,7 +937,7 @@ packages: - servant-blaze - servant-foreign - servant-mock - - servant-cassava + # - servant-cassava # via cassava: bounds: vector "Alexandr Ruchkin @mvoidex": # - hdocs # BLOCKED haddock-api GHC 8.0.2 @@ -970,15 +974,15 @@ packages: - hslua # - idris # bounds: safe - - cairo - - gio - - glib - - gtk - - gtk3 - - gtksourceview3 - - pango - - webkitgtk3 - - webkitgtk3-javascriptcore + # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector + # - glib # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtksourceview3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - pango # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3-javascriptcore # via gtk2hs-buildtools: via hashtables: bounds: vector - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1090,9 +1094,9 @@ packages: - waitra # scrive/log - - log + # - log # via bloodhound: bounds: vector - log-base - - log-elasticsearch + # - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer @@ -1362,11 +1366,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # - plot # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk3 # via gtk3: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - vector-buffer - - hmatrix-repa + # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": # - xml-to-json # via: hexpat @@ -1440,8 +1444,8 @@ packages: - cased - elm-export - elm-export-persistent - - pipes-csv - - pipes-mongodb + # - pipes-csv # via cassava: bounds: vector + # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - servant-elm - skeletons - streaming-wai @@ -1501,8 +1505,8 @@ packages: - triesn - path-extra # - pred-trie # via poly-arity - - pred-set - - HSet + # - pred-set # via hashtables: bounds: vector + # - HSet # via hashtables: bounds: vector "Fumiaki Kinoshita @fumieval": - boundingboxes @@ -1705,7 +1709,7 @@ packages: - hapistrano - inflections - twitter-feed - - cassava-megaparsec + # - cassava-megaparsec # via cassava: bounds: vector - dotenv - stache @@ -1783,19 +1787,20 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # via hashtables: bounds: vector "James Cook @mokus0": - dependent-sum # - dependent-sum-template # bounds: dependent-sum - dependent-map - - dice + # - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - - misfortune + # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - haxl-amazonka - - hasql-migration + # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels "Artyom @neongreen": @@ -1839,8 +1844,9 @@ packages: - storable-record "Brandon Martin @codedmart": + [] # - engine-io-wai # bounds: ghc, base - - rethinkdb + # - rethinkdb # bounds: vector "Michael Walker @barrucadu": - both @@ -1924,7 +1930,7 @@ packages: - smallcaps "Gregory Collins @gregorycollins": - - hashtables + # - hashtables # bounds: vector - io-streams - openssl-streams @@ -1953,7 +1959,7 @@ packages: - cabal2nix - funcmp - hackage-db - - hledger-interest + # - hledger-interest # via hledger-lib: via hashtables: bounds: vector - hopenssl - hsdns - hsemail @@ -1982,7 +1988,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum - - convert-annotation + # - convert-annotation # via cassava: bounds: vector "Simon Marechal @bartavelle": - compactmap @@ -2022,7 +2028,8 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui + [] + # - plot-gtk-ui # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2189,26 +2196,26 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap + # - clckwrks # via acid-state: via safecopy: bounds: vector + # - clckwrks-cli # via acid-state: via safecopy: bounds: vector + # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector + # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector + # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector # - hackage-whatsnew # bounds: directory 1.3 - - happstack-authenticate - - happstack-clientsession + # - happstack-authenticate # via acid-state: via safecopy: bounds: vector + # - happstack-clientsession # via safecopy: bounds: vector - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset + # - ixset # via safecopy: bounds: vector - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid + # - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2331,7 +2338,7 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # - katip-elasticsearch # via bloodhound: bounds: vector "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2357,7 +2364,8 @@ packages: - binary-bits "Nicolas Trangez @NicolasT": - - reedsolomon + [] + # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - taggy @@ -2407,9 +2415,9 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics - - hw-json + # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - hw-rankselect @@ -2444,8 +2452,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - - wild-bind-indicator - - wild-bind-task-x11 + # - wild-bind-indicator # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - wild-bind-task-x11 # via wild-blind-indicator: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Cies Breijs @cies": - htoml @@ -2530,7 +2538,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - - mongoDB + # - mongoDB # via hashtables: bounds: vector - bson "Alexis King @lexi-lambda": @@ -2645,7 +2653,8 @@ packages: - hdbc-mysql "Tony Day @tonyday567": - - chart-unit + [] + # - chart-unit # via random-fu: via log-domain: via safecopy: bounds: vector "Iphigenia Df @iphydf": - data-msgpack @@ -2667,10 +2676,10 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - - sibe + # - sibe # via Chart-cairo: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Alexis Williams @typedrat": - - stb-image-redux + # - stb-image-redux # bounds: vector - wavefront-obj "XT @xtendo-org": @@ -2692,7 +2701,8 @@ packages: - rawstring-qm "Tom Nielsen @glutamate": - - datasets + [] + # - datasets # via cassava: bounds: vector "Hyunje Jun @noraesae": - line @@ -2705,10 +2715,12 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - hip + [] + # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # via hledger-lib: via hashtables: bounds: vector "Roy Levien @orome": - crypto-enigma @@ -2790,13 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2032 - - datasets < 0.2.2 - - # https://github.com/fpco/stackage/issues/2194 - - vector < 0.12.0.0 - - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -3018,6 +3023,9 @@ skipped-tests: - machines - xmlhtml + # via criterion: via cassava: bounds: vector + - sparse-linear-algebra + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3298,6 +3306,179 @@ skipped-benchmarks: - 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 + - 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 + - stateWriter + - stm-containers + - 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 + # end of skipped-benchmarks From 8a6cd3549ba95570a691a64bca72011be40ea961 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:51:54 -0800 Subject: [PATCH 105/180] Lift constraints on blaze-html, blaze-markup, closes #2246 --- build-constraints.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d3ab3c2..23e13a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,8 +420,8 @@ packages: "Brent Yorgey @byorgey": - active - - BlogLiterately - - BlogLiterately-diagrams + # - BlogLiterately # bounds: blaze-html + # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -723,8 +723,8 @@ packages: - multipart - rest-client - rest-core - - rest-gen - - rest-happstack + # - rest-gen # bounds: blaze-html + # - rest-happstack # via rest-gen: bounds: blaze-html - rest-snap - rest-stringmap - rest-types @@ -784,7 +784,7 @@ packages: - mysql - mysql-simple - sphinx - - xmlhtml + # - xmlhtml # bounds: blaze-html, blaze-markup - yesod-auth-hashdb "Toralf Wittner @twittner": @@ -2343,8 +2343,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts - - Chart-diagrams + # - SVGFonts # via blaze-svg: bounds: blaze-markup + # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2802,10 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2246 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 From b7272d238b2111a0a8007b1fb2bb194802cfdacb Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 12 Feb 2017 05:49:05 +0100 Subject: [PATCH 106/180] add tasty-stats --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e13a52..287520b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2616,6 +2616,7 @@ packages: - unlit - intro - tasty-auto + - tasty-stats - colorful-monoids "Taras Serduke @tserduke": From 5b1967be0db38f0fd636365af22bf6c8cf12e461 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Sat, 11 Feb 2017 15:20:28 +0530 Subject: [PATCH 107/180] Add minio-hs package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 287520b2..25443162 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,9 @@ packages: - sdl2-mixer - sdl2-gfx + "Aditya Manthramurthy @donatello": + - minio-hs + # 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 0b466ed0ddd6671e5c02486a080d62e6fd6f6d05 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sat, 11 Feb 2017 10:37:43 +0200 Subject: [PATCH 108/180] Re-enable HaRe v0.8.4.0 builds against nightly-2017-02-11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25443162..92a0adcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: cabal-helper, ghc-mod, rosezipper + - HaRe # via: cabal-helper, ghc-mod, rosezipper "Alfredo Di Napoli @adinapoli": - mandrill From ebcc6780ddde70a860ecb5667a5a5f690def3d8a Mon Sep 17 00:00:00 2001 From: ncaq Date: Sat, 11 Feb 2017 14:07:29 +0900 Subject: [PATCH 109/180] add ncaq packages: haskell-import-graph uniq-deep Closes #2285. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92a0adcc..699fe3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,7 +2415,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # via criterion: via cassava: bounds: vector + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics # - hw-json # via criterion: via cassava: bounds: vector - hw-parser @@ -2772,6 +2772,10 @@ packages: "Aditya Manthramurthy @donatello": - minio-hs + "ncaq @ncaq": + - haskell-import-graph + - uniq-deep + # 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 b771fa6e2e643145b87ca51b59e929bea118853d Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Sun, 12 Feb 2017 15:38:37 +0100 Subject: [PATCH 110/180] add distribution --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..3c2e3a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Romain Edelmann @redelmann": + - distribution + "Nikita Tchayka @nickseagull": - ramus From 20bb7bab0297c85e30aec70e97cb55abe08061e1 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 06:49:39 -0800 Subject: [PATCH 111/180] debian-bootstrap.sh: use get.haskellstack.org to install stack Since download.fpcomplete.com Ubuntu/Debian package repos are being phased out. --- debian-bootstrap.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..fd226af9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -27,10 +27,6 @@ add-apt-repository -y ppa:marutter/rrutter # Set the GHC version GHCVER=8.0.2 -# Get Stack -apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list - apt-get update apt-get install -y \ build-essential \ @@ -122,13 +118,14 @@ apt-get install -y \ r-base \ r-base-dev \ ruby-dev \ - stack \ wget \ xclip \ z3 \ zip \ zlib1g-dev +curl -sSL https://get.haskellstack.org/ | sh + # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc From 93738c5865fdd0627508617215d01b78d4e2bf74 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 07:01:27 -0800 Subject: [PATCH 112/180] Install locales before running locale-gen --- debian-bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fd226af9..8c718702 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,7 +13,6 @@ set -exu mkdir /home/stackage -p -locale-gen en_US.UTF-8 export DEBIAN_FRONTEND=noninteractive apt-get update @@ -110,6 +109,7 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ + locales \ m4 \ nettle-dev \ nodejs \ @@ -124,6 +124,8 @@ apt-get install -y \ zip \ zlib1g-dev +locale-gen en_US.UTF-8 + curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it From 0ea27fd923898d8b92d6c30ec60712c95fc18ebd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 10:38:04 -0800 Subject: [PATCH 113/180] Constrain some gogol-* packages per #2290 --- build-constraints.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..83ae1c04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,6 +2816,32 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2290 + - gogol-core < 0.2.0 + - gogol < 0.2.0 + - gogol-admin-datatransfer < 0.2.0 + - gogol-adsense-host < 0.2.0 + - gogol-affiliates < 0.2.0 + - gogol-apps-calendar < 0.2.0 + - gogol-billing < 0.2.0 + - gogol-civicinfo < 0.2.0 + - gogol-classroom < 0.2.0 + - gogol-container < 0.2.0 + - gogol-debugger < 0.2.0 + - gogol-doubleclick-bids < 0.2.0 + - gogol-fusiontables < 0.2.0 + - gogol-groups-settings < 0.2.0 + - gogol-maps-coordinate < 0.2.0 + - gogol-partners < 0.2.0 + - gogol-plus-domains < 0.2.0 + - gogol-proximitybeacon < 0.2.0 + - gogol-resourcemanager < 0.2.0 + - gogol-storage < 0.2.0 + - gogol-storage-transfer < 0.2.0 + - gogol-taskqueue < 0.2.0 + - gogol-useraccounts < 0.2.0 + - gogol-vision < 0.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a2c8f209f017a909e9c9cfe7fdb630c677d8d6de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:12:09 -0800 Subject: [PATCH 114/180] Expect aeson tests to fail per #2291 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83ae1c04..45112401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ expected-test-failures: - makefile # Misc. + - aeson # https://github.com/fpco/stackage/issues/2291 - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3239,6 +3240,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 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 7da03925b0f6df76dba97556fc1cc1da35bf33b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:16:36 -0800 Subject: [PATCH 115/180] Disable gogol-affiliates and gogol-classroom per #2292 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45112401..a5633f0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2821,11 +2821,11 @@ packages: - gogol < 0.2.0 - gogol-admin-datatransfer < 0.2.0 - gogol-adsense-host < 0.2.0 - - gogol-affiliates < 0.2.0 + # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-apps-calendar < 0.2.0 - gogol-billing < 0.2.0 - gogol-civicinfo < 0.2.0 - - gogol-classroom < 0.2.0 + # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-container < 0.2.0 - gogol-debugger < 0.2.0 - gogol-doubleclick-bids < 0.2.0 From be94363f4d0c9a6596c88f14859b0cc0ff449407 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:19:26 -0800 Subject: [PATCH 116/180] Skip hpio hlint tests, same as its src repo --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5633f0f..b128cf1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ package-flags: curl: new-base: true + hpio: + test-hlint: false + hxt: network-uri: true hxt-http: From b0f9013de4cdd134d4d9bb967b7dd92302d146ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:29:14 -0800 Subject: [PATCH 117/180] Disable minio-hs per #2287 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b128cf1a..4921025d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 "ncaq @ncaq": - haskell-import-graph From 9439069b89657cbd0b88f98ae3f1b19e8a099fae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:36:16 -0800 Subject: [PATCH 118/180] Disable pure-cdb per bosu/pure-cdb#5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4921025d..9e825419 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,7 +2293,8 @@ packages: "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu - - pure-cdb + [] + # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 "Suhail Shergill @suhailshergill": - extensible-effects From 08134c9e2960f701a142ae6f508fe868287778f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:41:21 -0800 Subject: [PATCH 119/180] Expect servant tests to fail per haskell-servant/servant#698 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e825419..2b1ab514 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3242,6 +3242,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 + - 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 From f2773d1dfef8459b07aa224bbb6d856862084913 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:46:35 -0800 Subject: [PATCH 120/180] Disable servant-subscriber and servant-purescript per eskimor/servant-subscriber#100 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b1ab514..205dddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -566,8 +566,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 + # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 "Rodrigo Setti @rodrigosetti": - messagepack From 80c0a1826f054eab71b5aa2cd9fbc5d9a7909977 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:53:06 -0800 Subject: [PATCH 121/180] Disable taggy and taggy-lens per alpmestan/taggy#19 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 205dddaf..d488a03c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2369,8 +2369,9 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy - - taggy-lens + [] + # - taggy # build failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 3d62e338edc33c3b9168b6c3e0735b87cff3c7b2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:59:38 -0800 Subject: [PATCH 122/180] Disable xlsior per eurekagenomics/xlsior#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d488a03c..74b334fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1676,7 +1676,7 @@ packages: # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - - xlsior + # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - yesod-auth-account From 70362a79cb2bca8ecc6058fecdfe50bc644c8566 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 12:07:07 -0800 Subject: [PATCH 123/180] Disable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74b334fb..6a265e57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - - servant-elm + # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 - skeletons - streaming-wai From b9fdff30503d380fc9cfd065014ebfd060dc4c11 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Mon, 13 Feb 2017 12:46:07 -0500 Subject: [PATCH 124/180] Add nondeterminism and csp --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..34793a7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,6 +2779,10 @@ packages: - haskell-import-graph - uniq-deep + "Andrei Barbu @abarbu": + - nondeterminism + - csp + # 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 5b828297dca42db69042f62d84ee704f480e7720 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 21:38:38 +0100 Subject: [PATCH 125/180] tell-me-when the aeson test suite is fixed, closes #2291 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..c12f513b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ expected-test-failures: - makefile # Misc. - - aeson # https://github.com/fpco/stackage/issues/2291 + - aeson # Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3637,6 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 +- aeson-1.1.0.0 Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From fc8f55f7ef6a8cc3e2f3a0201fd08bf9af942003 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 22:31:34 +0100 Subject: [PATCH 126/180] Fix comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c12f513b..187cd64e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 -- aeson-1.1.0.0 Re-enable test suite +- aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 7fa64b793635b6fa9f75702b430742c61e7fb943 Mon Sep 17 00:00:00 2001 From: Rongcui Dong Date: Mon, 13 Feb 2017 15:11:45 -0800 Subject: [PATCH 127/180] Add sdl2-ttf --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..4ab31ec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Rongcui Dong @rongcuid": + - sdl2-ttf "Nikita Tchayka @nickseagull": - ramus From 05fdace1a660ec723295b8663af239ca61c2bd26 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:01:44 -0800 Subject: [PATCH 128/180] Allow hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..ba9f0f37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3012,8 +3012,6 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -3021,7 +3019,6 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3636,7 +3633,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 - aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name From 5dbe3d491194ff079284422596537cb995724c74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:04:14 -0800 Subject: [PATCH 129/180] Unconstrain gogol-*, closes #2290, closes #2292 --- build-constraints.yaml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba9f0f37..a4668628 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 + - gogol-affiliates - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 + - gogol-classroom - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2819,32 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2290 - - gogol-core < 0.2.0 - - gogol < 0.2.0 - - gogol-admin-datatransfer < 0.2.0 - - gogol-adsense-host < 0.2.0 - # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-apps-calendar < 0.2.0 - - gogol-billing < 0.2.0 - - gogol-civicinfo < 0.2.0 - # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-container < 0.2.0 - - gogol-debugger < 0.2.0 - - gogol-doubleclick-bids < 0.2.0 - - gogol-fusiontables < 0.2.0 - - gogol-groups-settings < 0.2.0 - - gogol-maps-coordinate < 0.2.0 - - gogol-partners < 0.2.0 - - gogol-plus-domains < 0.2.0 - - gogol-proximitybeacon < 0.2.0 - - gogol-resourcemanager < 0.2.0 - - gogol-storage < 0.2.0 - - gogol-storage-transfer < 0.2.0 - - gogol-taskqueue < 0.2.0 - - gogol-useraccounts < 0.2.0 - - gogol-vision < 0.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c38f5365a4f7d156733199ddc7152f4a93533156 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:12 -0800 Subject: [PATCH 130/180] Constrain ghc-prof per #2298 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4668628..bc25a588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,10 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2298 + - ghc-prof < 1.4.0 + - viewprof < 0.0.0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 8c44548b567884a47945245cc0f35a48ed10445d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:52 -0800 Subject: [PATCH 131/180] Constrain xml-conduit per #2299 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc25a588..6d29e6da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2823,6 +2823,9 @@ packages: - ghc-prof < 1.4.0 - viewprof < 0.0.0.2 + # https://github.com/fpco/stackage/issues/2299 + - xml-conduit < 1.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5fabc61c24fa10c697ea9eeb4dd19de64e9bd91f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:10:34 -0800 Subject: [PATCH 132/180] Re-enable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d29e6da..f5d6a8b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 + - servant-elm - skeletons - streaming-wai From 85e7420d50485a32800553ee583a39b70bc62a8d Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 20:24:47 +0900 Subject: [PATCH 133/180] Reenable the hailgun and hailgun-simple libraries. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..6764aa1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1867,8 +1867,8 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # bounds: aeson - # - hailgun-simple # via hailgun + - hailgun + - hailgun-simple # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans From 27ac4f8e86af4a308071b572f4f308740e9226ff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Feb 2017 13:51:48 +0000 Subject: [PATCH 134/180] Re-enable git. Please see vincenthz/hs-git/issues/5#issuecomment-279649536. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..67db39e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -279,7 +279,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hs-git/issues/5 + - git - hit - memory - language-java From eb30b483d7f90f935910bc4c4f94e768d95b66bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:19:09 +0900 Subject: [PATCH 135/180] Revert "Constrain ghc-prof per #2298" This reverts commit c38f5365a4f7d156733199ddc7152f4a93533156. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d780fa0..a7fd6aa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,10 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2298 - - ghc-prof < 1.4.0 - - viewprof < 0.0.0.2 - # https://github.com/fpco/stackage/issues/2299 - xml-conduit < 1.5.0 From 50f1ed32acec26207da4dbc7de37012d66dccc04 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:57:41 +0900 Subject: [PATCH 136/180] reenable wreq!! (#2032) woohoo --- build-constraints.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7fd6aa9..4add2ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -952,12 +952,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, wreq + # - codex # bounds: http-client, wreq, directory - machines-binary - machines-process # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # bounds: authenticate-oauth, http-client + - wreq "Andraz Bajt @edofic": - effect-handlers @@ -1035,8 +1035,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # - bitcoin-api # via: wreq - # - bitcoin-api-extra # via: bitcoin-api, wreq + - bitcoin-api + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -2236,10 +2236,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - # - package-description-remote # via: wreq + - package-description-remote - projectroot - questioner - # - stack-run-auto # via: extract-dependencies, wreq + - stack-run-auto # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2300,7 +2300,7 @@ packages: - extensible-effects # "Justus Adam @JustusAdam": - # - mustache # via: wreq + - mustache "Cindy Wang @CindyLinz": - NoTrace @@ -2426,7 +2426,7 @@ packages: - hw-succinct # "Ismail Mustafa @ismailmustafa": - # - handwriting # via: wreq + - handwriting "Stephen Diehl @sdiehl": - protolude @@ -2603,7 +2603,7 @@ packages: - hocilib # "Matthias Herrmann @2chilled": - # - scrape-changes # via: wreq + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3172,7 +3172,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures @@ -3606,7 +3605,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite 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 -- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 From 91d6f64c4fab71342933ed78d236ffd4d9a5e0e1 Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Wed, 15 Feb 2017 17:41:03 +0100 Subject: [PATCH 137/180] Enabled servant-purescript and subscriber again --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..3caaa3df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -568,8 +568,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 - # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From bc744523c79541ab5bf5fb0b13f52e6f5d6ab87d Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 16 Feb 2017 00:18:42 +0100 Subject: [PATCH 138/180] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..700dc8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -28,6 +28,7 @@ packages: "Marco Zocca @ocramz": - sparse-linear-algebra + - matrix-market-attoparsec - network-multicast "Joseph Canero @caneroj1": From b11133a5a9f78b09bb9d0b640c11bfc8b238116c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 22:33:50 +0900 Subject: [PATCH 139/180] Add the yesod-markdown package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..4edb9a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1878,6 +1878,7 @@ packages: - read-env-var - xml-html-qq - yahoo-finance-api + - yesod-markdown "Franklin Chen @FranklinChen": - Ebnf2ps From 07f7e838d8dfd7b36e35fd8dcaf63cc8e2b551c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:22:59 +0900 Subject: [PATCH 140/180] debian-bootstrap.sh: add libsdl2-ttf (#2297) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..9c1bad19 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -96,6 +96,7 @@ apt-get install -y \ libsdl2-mixer-dev \ libsdl2-image-dev \ libsdl2-gfx-dev \ + libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 802052f85083765d74491c2683eef0fa2e8352fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:52:47 +0900 Subject: [PATCH 141/180] test not compiling (2chilled/scrape-changes#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a61afeb5..27d3e039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 8e1223becbfb02a0f87215729143735461195af2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 12:15:20 +0900 Subject: [PATCH 142/180] disable gogol-affiliates and gogol-classroom (brendanhay/gogol#61) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27d3e039..b55ae402 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1255,7 +1255,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + #- gogol-affiliates # https://github.com/brendanhay/gogol/issues/61 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1272,7 +1272,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + #- gogol-classroom # https://github.com/brendanhay/gogol/issues/61 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -3229,7 +3229,6 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3ccf8de6a0bcb7ee188b79784006e726337b6fe2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:19:12 +0900 Subject: [PATCH 143/180] csp test failing (#2296) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162d9d6f..6bd0e58e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,7 +2789,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - - csp + #- csp # https://github.com/fpco/stackage/pull/2296 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 93a0c33888337354dc70b961152e6b36908428be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:22:15 +0900 Subject: [PATCH 144/180] Revert "xml-conduit < 1.5.0" (#2299) This reverts 8c44548 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bd0e58e..5c4b83a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2831,9 +2831,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2299 - - xml-conduit < 1.5.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 5e83cd2f757ef7f70a17bf5edd1649df12c04291 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 15:25:27 +0900 Subject: [PATCH 145/180] add xmonad-contrib under juhp Ping me if you want to own it in Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4b83a3..1c7012ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -980,6 +980,7 @@ packages: # - cabal-sort # BLOCKED directory 1.3 - hslua # - idris # bounds: safe + - xmonad-contrib # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector From 4b5af4e1fa01a558c0aab65c203bc376c72b44ae Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 16 Feb 2017 11:07:38 -0600 Subject: [PATCH 146/180] Reinstate Bloodhound 0.13.0.0 should have us compatible again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..ca642885 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # bounds: vector + - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From d7cfc0fdd96b2fac74461deca857423109c564eb Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Fri, 17 Feb 2017 01:28:16 +0100 Subject: [PATCH 147/180] upgraded ocilib to 4.3.2 --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index be9de5a7..937789b5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -154,9 +154,9 @@ cd /tmp \ && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && dpkg -i oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && rm -f oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ - && wget https://github.com/vrogier/ocilib/archive/v4.2.1.tar.gz \ - && tar xvf v4.2.1.tar.gz \ - && cd /tmp/ocilib-4.2.1 \ + && wget https://github.com/vrogier/ocilib/archive/v4.3.2.tar.gz \ + && tar xvf v4.3.2.tar.gz \ + && cd /tmp/ocilib-4.3.2 \ && ./configure --with-oracle-import=linkage \ --with-oracle-charset=ansi \ --with-oracle-headers-path=/usr/include/oracle/12.1/client64 \ @@ -164,7 +164,7 @@ cd /tmp \ && make \ && make install \ && cd \ - && rm -rf /tmp/ocilib-4.2.1 \ + && rm -rf /tmp/ocilib-4.3.2 \ && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ && ldconfig From 056ebfd7d358a186690960a1f9bad64cb2932b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:30:18 +0900 Subject: [PATCH 148/180] Revert "csp test failing (#2296)" should be fixed in 1.3.1 This reverts commit 3ccf8de6a0bcb7ee188b79784006e726337b6fe2. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..af89fd11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,7 +2790,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - #- csp # https://github.com/fpco/stackage/pull/2296 + - csp # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2deb69addab3cc0fcb1b9a448bf2b9ed626b1112 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:48:03 +0900 Subject: [PATCH 149/180] drop the bloodhood comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c44f8ae..b0f97ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound # bounds: vector + - bloodhound - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From ee2e621bff6d0ca0396b50e5aaba97f339fb1bf3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 17 Feb 2017 06:49:51 +0200 Subject: [PATCH 150/180] Remove time limits from maintainer agreement --- MAINTAINERS.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 60c03d63..0eb16520 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -57,9 +57,24 @@ If a package's test suite is failing, the first job is to investigate why. If th If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -**If restrictive version bounds are the only problem** then you must quickly (within 1 week) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. +If a package is not modified in a timely manner, it may be temporarily +removed from Stackage by the curator team, at which point it is your +responsibility to add it back in via a new pull request. We typically +use fairly long windows on this, but at a minimum: -**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 1 week) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. +* If restrictive version bounds are the only problem, we will give at + least a week to respond. +* If there are real breaking changes, the curator team will retain + more discretion on how long a window to give before dropping + packages. Historically, this has usually waited until the cutting of + a new Long Term Support (LTS) major version. + +**NOTE** Previously, this maintainer agreement put a time limit on +maintainers, requiring a certain level of responsiveness for +modifications to be made. We have explicitly removed that: anyone is +free to add a package to Stackage regardless of responsiveness +guarantees. However, as stated above, we may elect to temporarily +remove a package if it is not updated in a timely manner. ## Failing to meet the time limits From ae4c8919aecde1d3636d98ac02f28b6c3d8cd364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Feb 2017 08:47:38 +0200 Subject: [PATCH 151/180] Add back stackage-curator (store-0.3.1 fixes memory issues) Skips benchmark due to criterion, and adds store explicitly --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..385cbd2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -121,7 +121,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls @@ -3046,6 +3047,9 @@ skipped-tests: # via criterion: via cassava: bounds: vector - sparse-linear-algebra + # criterion + - store + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3462,8 +3466,10 @@ skipped-benchmarks: - sourcemap - sparse-linear-algebra - stache + - stackage-curator - stateWriter - stm-containers + - store - streaming-commons - superbuffer - taggy From 07b58620283df482f56b5a992539906727355e3f Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:25:18 +0100 Subject: [PATCH 152/180] Adding marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..f13b9283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2308,8 +2308,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - # "Justus Adam @JustusAdam": - - mustache + "Justus Adam @JustusAdam": + - marvin "Cindy Wang @CindyLinz": - NoTrace From 88eb13563b8a3738a7f0b9ca5465f8272d0f5974 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:26:50 +0100 Subject: [PATCH 153/180] Version constraints for marvin --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f13b9283..7f505ac5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,7 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + - marvin >= 0.1.0 + - marvin-interpolate >= 1.0 "Cindy Wang @CindyLinz": - NoTrace From c4a75623ae51e37878d6a7156f31eba910e363ee Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:51:09 +0100 Subject: [PATCH 154/180] And I need mustache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f505ac5..dd37b2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,6 +2311,7 @@ packages: "Justus Adam @JustusAdam": - marvin >= 0.1.0 - marvin-interpolate >= 1.0 + - mustache "Cindy Wang @CindyLinz": - NoTrace From c1f296f5171afe50e4ec88d84754c93085dac499 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 17 Feb 2017 07:10:36 -0600 Subject: [PATCH 155/180] Reinstate BlogLiterately Edited bounds to allow blaze-html-0.9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..67d22eb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -427,8 +427,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: blaze-html - # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html + - BlogLiterately + - BlogLiterately-diagrams - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file From b1e6f4fac9afdc86bbfa8e42ecd3b2c75168cba3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 00:55:20 +0900 Subject: [PATCH 156/180] MAINTAINERS.md: add a little more leniency --- MAINTAINERS.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0eb16520..4ad692a9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,6 +6,8 @@ The idea behind Stackage is that, if all packages work with the newest versions * All packages are compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * All packages in a snapshot are compatible with the versions of libraries that ship with the GHC used in the snapshot ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). +Packages in Stackage are not patched: all package changes occur upstream in Hackage. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -44,18 +46,18 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. -## Uploading a new package +## Uploading a new package version -When a new version of a package is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and raise GitHub issue tickets to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. -If the new version doesn't compile then the package author should quickly (within 1 week) upload a fixed version. +If the new version doesn't compile then the package author should upload a fixed version. If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. If a package is not modified in a timely manner, it may be temporarily removed from Stackage by the curator team, at which point it is your @@ -76,12 +78,11 @@ free to add a package to Stackage regardless of responsiveness guarantees. However, as stated above, we may elect to temporarily remove a package if it is not updated in a timely manner. - ## Failing to meet the time limits Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. -The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. +The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. ## Upgrading to a new GHC version From fc2e38220789d0383408bd644a27d5ab6b449864 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 22:04:23 +0100 Subject: [PATCH 157/180] Higher version constraints on marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd37b2c6..b9df0ccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,8 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.0 - - marvin-interpolate >= 1.0 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 502e51355212e71c2888c63d1e81412774143502 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:14:13 +0900 Subject: [PATCH 158/180] Revert "test not compiling (2chilled/scrape-changes#2)" should be fixed now This reverts commit 802052f85083765d74491c2683eef0fa2e8352fe. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..e8651e1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,7 +3192,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From e85580faf529cdb73c8473e6757f869ec44c939f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:33:48 +0900 Subject: [PATCH 159/180] disable marvin for bounds (#2310) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 199e372f..642898bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,8 +2310,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 - - marvin-interpolate >= 1.1 + # https://github.com/fpco/stackage/pull/2310 + # - marvin >= 0.1.4 + # - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 288756adbec97255b826705cb0dab599cdfe0712 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:43:11 +0900 Subject: [PATCH 160/180] xml-conduit < 1.5.0 (#2312) reflecting the Hackage preferred version range --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 642898bb..931b01ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,8 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2312 + - xml-conduit < 1.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 06cc0aa773713b111c2d87d1c979955011217fc8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:48:36 +0900 Subject: [PATCH 161/180] rss-conduit < 0.3.0.1 (#2312) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 931b01ae..5627b92e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,7 @@ packages: # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 + - rss-conduit < 0.3.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From 81c0b63df89474e35268ecee329e39a95849b4cd Mon Sep 17 00:00:00 2001 From: koral Date: Sat, 18 Feb 2017 09:41:03 +0100 Subject: [PATCH 162/180] Add upper-bounds on packages that depend on xml-conduit-1.5.0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..ea032ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,9 @@ packages: # 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 # end of packages From 8045c45d157fde1ea4e60e54119702b17cc3ff6a Mon Sep 17 00:00:00 2001 From: Kanishka Azimi Date: Sat, 18 Feb 2017 22:00:09 -0500 Subject: [PATCH 163/180] Add tsv2csv package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..2d914a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2796,6 +2796,9 @@ packages: - nondeterminism - csp + "mackeyrms @mackeyrms": + - tsv2csv + # 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 4ef43e7a46cb9ce456f12ff5a624feaeed0a3670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Feb 2017 13:16:31 +0900 Subject: [PATCH 164/180] Revert "disable marvin for bounds (#2310)" This reverts commit e85580faf529cdb73c8473e6757f869ec44c939f. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69313e81..30a64b4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,9 +2310,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # https://github.com/fpco/stackage/pull/2310 - # - marvin >= 0.1.4 - # - marvin-interpolate >= 1.1 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From b626b9ffac50d37cef784937cf1ca20ca674fbc5 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 20 Feb 2017 00:46:41 +0900 Subject: [PATCH 165/180] Add bookkeeping --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30a64b4f..ae2a13ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2711,6 +2711,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus + - bookkeeping "Marcin Tolysz @tolysz": - rawstring-qm From b49114d5062c82a86bd12107e03c96fc1f87a915 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Feb 2017 10:27:04 +0900 Subject: [PATCH 166/180] skylighting < 0.2 (#2317) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2a13ca..488d6708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,9 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + + # https://github.com/fpco/stackage/issues/2317 + - skylighting < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 71a64937f08e69d0b406330bd66d3ec7e796813d Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Tue, 21 Feb 2017 00:19:06 +1100 Subject: [PATCH 167/180] add rot13, add dvorak (#2318) * add rot13, add dvorak --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 488d6708..184e1672 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,6 +2799,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Kyle Van Berendonck @kvanberendonck": + - rot13 + - dvorak + # 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 91dc55cce384c4c8bb5d251858dd8c89027a33ca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Feb 2017 21:42:06 +0000 Subject: [PATCH 168/180] Remove upper bounds on Earley. Closes #2281. This commit reverts 5b919096b2207f0d77cdbd81e16433f248101d54. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afac451a..a7f42bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,9 +2840,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2281 - - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 - atom-conduit < 0.4.0.2 From 94a5131cfdda2ad1509e2a61309cbe05faad0bff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 17:53:40 +0000 Subject: [PATCH 169/180] Skip `jvm` benchmarks due to `criterion` dependency. Closes https://github.com/fpco/stackage/issues/2319. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f42bc8..80b25340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ skipped-benchmarks: - yesod-core - yi-rope - zippers + - jvm # end of skipped-benchmarks From e06916b32c325f7e718a23e1351b66ddea5bd80a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:57:37 +0000 Subject: [PATCH 170/180] Temporarily disable ``sparkle``. Please see https://github.com/tweag/sparkle/issues/99. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80b25340..92be86ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From 7ec001386298c7f19b695581648bdba08974d90c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:58:16 +0000 Subject: [PATCH 171/180] Remove white space. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92be86ab..de0f302f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -574,8 +574,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From 24897e75b9bfebd6051d7590de732b3274f4347f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 21 Feb 2017 17:36:28 -0300 Subject: [PATCH 172/180] Enable sparkle again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..420ea820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From d96a4f58838ff8b399fe0f5753e4145afb621407 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Tue, 21 Feb 2017 15:39:18 -0500 Subject: [PATCH 173/180] Remove invertible package flags --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..00818970 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,12 +2925,6 @@ package-flags: ghc_7_7: false ghc_8_0: true - invertible: - TypeCompose: false - arrows: false - hlist: false - piso: false - # end of package-flags # Special configure options for individual packages From dd54931b66dfc07068bfe405f85686733d068a90 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 22 Feb 2017 07:03:39 +0100 Subject: [PATCH 174/180] Add ekg-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f50f9de..710de405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1808,6 +1808,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": + - ekg-wai - haxl-amazonka # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels From 6ada1421eb49194dbee31bebbc445afe44a8d2b6 Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Wed, 22 Feb 2017 13:06:07 +0300 Subject: [PATCH 175/180] Add hasbolt --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 710de405..7f37a2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2803,6 +2803,9 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak + + "Pavel Yakovlev @zmactep": + - hasbolt # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 1878d087a7369e1120877f161046504a4fdf071c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 23 Feb 2017 12:57:10 +0900 Subject: [PATCH 176/180] Add xml-indexed-cursor package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f37a2c6..85a9624b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1885,6 +1885,7 @@ packages: - pretty-simple - read-env-var - xml-html-qq + - xml-indexed-cursor - yahoo-finance-api - yesod-markdown From 39cbce331f80081cd5dbbf77afaa0da0fa13e475 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Feb 2017 12:10:39 +0000 Subject: [PATCH 177/180] Add upper bounds for #2329. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a9624b..c3ff8ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,7 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak - + "Pavel Yakovlev @zmactep": - hasbolt @@ -2854,6 +2854,10 @@ packages: # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 + + # https://github.com/fpco/stackage/issues/2329 + - network-transport < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bf9802088a4b8ec577019370179016c1e2d2694 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Thu, 23 Feb 2017 18:20:12 +0300 Subject: [PATCH 178/180] Add wai-middleware-auth to build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..71918b62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From dc0d544dbda1515258a0255e0fea70a4b0649491 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 22 Feb 2017 20:41:51 +1100 Subject: [PATCH 179/180] add isotope Closes #2325. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..7672a9a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,9 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt + "Michael Thomas @Michaelt293": + - isotope + # 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 31176a870390a5fd434149ca079fd5c283a1fa4b Mon Sep 17 00:00:00 2001 From: "Christopher A. Gorski" Date: Thu, 23 Feb 2017 22:13:37 +0000 Subject: [PATCH 180/180] add general-games --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7672a9a2..2289a60b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ packages: "Michael Thomas @Michaelt293": - isotope + "Christopher A. Gorski @cgorski": + - general-games + # 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