From 76030bc4bdd8d0259f2dc04c8f03fec9c4cc88e0 Mon Sep 17 00:00:00 2001 From: John Chee Date: Thu, 2 Apr 2015 21:18:54 -0700 Subject: [PATCH 001/139] Add `cgi` to build-constraints.yml --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399ad4a1..397eca7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -849,11 +849,11 @@ packages: - plot-gtk3 - vector-buffer - hmatrix-repa - + "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - + "Tim Baumann @timjb": - aeson-schema @@ -863,10 +863,13 @@ packages: "Stefan Saasen ": - jwt - + "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale + "John Chee @chee1bot": + - cgi + "Stackage upper bounds": # GHC 7.8 uppdate bound - haddock-api < 2.16 From 42406702ef1cad9ad7499a6b89b1eecd124623b1 Mon Sep 17 00:00:00 2001 From: John Chee Date: Mon, 6 Apr 2015 15:59:42 -0700 Subject: [PATCH 002/139] force ci --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 397eca7c..35825b28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -868,6 +868,7 @@ packages: - setlocale "John Chee @chee1bot": + # go - cgi "Stackage upper bounds": From a197fdc56570700bf94958f45dc51a9d9d1fb872 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 06:01:47 +0300 Subject: [PATCH 003/139] One more #607 upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a6a6c8..9987f13f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1078,6 +1078,7 @@ packages: # https://github.com/fpco/stackage/issues/607 - pandoc < 1.14 - highlighting-kate < 0.5.13 + - BlogLiterately < 0.8 # Package flags are applied to individual packages, and override the values of # global-flags From 20286bfb99d725fbcd41cb726da0939d8ffb43f6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 08:16:11 +0300 Subject: [PATCH 004/139] Remove upper bounds and close #476 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9987f13f..f379cc9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1022,9 +1022,6 @@ packages: - librato "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/476 - - vector-space < 0.10 - # https://github.com/fpco/stackage/issues/509 - srcloc < 0.5 From 45d8c8f3e5158b76fe4c691d94abc77920df1e14 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 08:18:13 +0300 Subject: [PATCH 005/139] Remove upper bounds and close #515 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f379cc9a..4b7ae381 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1025,10 +1025,6 @@ packages: # https://github.com/fpco/stackage/issues/509 - srcloc < 0.5 - # https://github.com/fpco/stackage/issues/515 - - exception-transformers < 0.4 - - exception-mtl < 0.4 - # https://github.com/fpco/stackage/issues/517 - generic-deriving < 1.7 From ecce5c5080db5cd1ea2f07d1265411fcc364fbb3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 08:25:29 +0300 Subject: [PATCH 006/139] Temporary block on language-c-quote until srclog dep is fixed --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b7ae381..4b7cb1e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -810,7 +810,11 @@ packages: - pcre-heavy "Francesco Mazzoli f@mazzo.li @bitonic": - - language-c-quote + [] + # Temporarily blocked due to: + # https://github.com/fpco/stackage/issues/509 + # - language-c-quote + "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - getopt-generics @@ -1022,9 +1026,6 @@ packages: - librato "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/509 - - srcloc < 0.5 - # https://github.com/fpco/stackage/issues/517 - generic-deriving < 1.7 From 9b627ffe6671b01777a393d4b2bad807c93b5a00 Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Fri, 29 May 2015 08:34:21 +0300 Subject: [PATCH 007/139] Add lexer-applicative, tuples-homogenous-h98 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b7cb1e7..4c219509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -484,6 +484,7 @@ packages: - hse-cpp - immortal - regex-applicative + - lexer-applicative - smallcheck - tasty - tasty-golden @@ -494,6 +495,7 @@ packages: - timezone-olson - timezone-series - traverse-with-class + - tuples-homogenous-h98 "George Giorgidze ": - HCodecs From 809bf86930e2ac9a1a25a02c211ecfc7d3c3a8de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 09:06:07 +0300 Subject: [PATCH 008/139] Remove upper bounds and close #517 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c219509..6d1c491a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1028,9 +1028,6 @@ packages: - librato "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/517 - - generic-deriving < 1.7 - # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From c22bde55a86164d8d531785453555ee9bc759b06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 14:44:52 +0300 Subject: [PATCH 009/139] Remove upper bounds and close #607 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d1c491a..c262ee49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1068,11 +1068,6 @@ packages: # https://github.com/fpco/stackage/issues/602 - errors < 2 - # https://github.com/fpco/stackage/issues/607 - - pandoc < 1.14 - - highlighting-kate < 0.5.13 - - BlogLiterately < 0.8 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 778eab1edb003ba46e0d1dcef5f3d04278e4a700 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 May 2015 14:45:44 +0300 Subject: [PATCH 010/139] Upper bound for #610 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c262ee49..157b1f4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1068,6 +1068,9 @@ packages: # https://github.com/fpco/stackage/issues/602 - errors < 2 + # https://github.com/fpco/stackage/issues/610 + - either < 4.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 1b30030bf814daf0019884e416d76e57a7c6e968 Mon Sep 17 00:00:00 2001 From: Ian Duncan Date: Sat, 30 May 2015 11:12:09 -0400 Subject: [PATCH 011/139] Reenable metrics package --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 157b1f4d..e9a40a35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1020,8 +1020,7 @@ packages: - flowdock - growler - engine-io-growler - # https://github.com/iand675/metrics/issues/2 - # - metrics + - metrics - pipes-wai - serf - uri-templater From 1452f61b6c955d50c0c452f5183f440845ab3db0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 07:18:17 +0300 Subject: [PATCH 012/139] Upper bound for #613 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 157b1f4d..db7c992f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1071,6 +1071,9 @@ packages: # https://github.com/fpco/stackage/issues/610 - either < 4.4 + # https://github.com/fpco/stackage/issues/613 + - hslua < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 87152d0f0fca63171dc8f7378586d2cd366c53d8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 09:01:46 +0300 Subject: [PATCH 013/139] Remove upper bounds and close #579 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 844db322..76070091 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1041,11 +1041,6 @@ packages: # https://github.com/fpco/stackage/issues/577 - MonadRandom < 0.4 - # https://github.com/fpco/stackage/issues/579 - - wai-app-static < 3.1 - - yesod-static < 1.5 - - keter < 1.4 - # https://github.com/fpco/stackage/issues/581 - xml-conduit < 1.3 - html-conduit < 1.2 From 7cfc0bc978c79ee55cea788ef13ecb37eae80343 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 09:02:16 +0300 Subject: [PATCH 014/139] Remove expected failure haskell-servent/servent#98 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76070091..dea40cc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1401,9 +1401,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # https://github.com/haskell-servant/servant/issues/98 - - servant-client - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 62ff92d3aa25e50aa08e112ca41cc8528eb205d0 Mon Sep 17 00:00:00 2001 From: Leon Mergen Date: Sun, 31 May 2015 15:47:11 +0700 Subject: [PATCH 015/139] Adds network-anonymous-tor --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dea40cc2..6e243d7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,6 +803,7 @@ packages: - hexstring - network-attoparsec - network-anonymous-i2p + - network-anonymous-tor "Timothy Jones git@zmthy.io @zmthy": - http-media From 2e4d1da4ff104e18c9bc6080ec6175f86a949183 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 13:51:43 +0300 Subject: [PATCH 016/139] Skip cmark benchmarks --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e243d7f..fb9bb2c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1452,6 +1452,9 @@ skipped-benchmarks: - postgresql-binary - scientific + # Pulls in discount which depends on extra C libraries + - cmark + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From e522575d674b6e3cd0c86721aedcab6c83858f6f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 13:53:20 +0300 Subject: [PATCH 017/139] Expected haddock failure solatis/haskell-network-anonymous-tor#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb9bb2c1..b62dd3f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1421,6 +1421,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/solatis/haskell-network-anonymous-tor/issues/1 + - network-anonymous-tor + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 6c2ee116a47ea32dfa19519493f42d04ae9b1e7c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 13:54:53 +0300 Subject: [PATCH 018/139] Expected test failure iand675/metrics#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b62dd3f8..bc142365 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1402,6 +1402,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns + # https://github.com/iand675/metrics/issues/3 + - metrics + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 8d99e7707d680d2672cd875b48552b647050dd13 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 14:04:11 +0300 Subject: [PATCH 019/139] Expect cipher-aes test failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc142365..9667c3e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1405,6 +1405,10 @@ expected-test-failures: # https://github.com/iand675/metrics/issues/3 - metrics + # Getting no useful information as to why from the build server, but works + # when tested locally + - cipher-aes + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From efb92cc3a2cbbec07df21dca9c96f29525634270 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 19:10:00 +0300 Subject: [PATCH 020/139] Remove upper bounds and close #613 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9667c3e6..578603be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1066,9 +1066,6 @@ packages: # https://github.com/fpco/stackage/issues/610 - either < 4.4 - # https://github.com/fpco/stackage/issues/613 - - hslua < 0.4 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e64c6dc6af604fd2f0a963676876b29becbbb696 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 19:22:05 +0300 Subject: [PATCH 021/139] Upper bound for #615 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 578603be..04971712 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1066,6 +1066,9 @@ packages: # https://github.com/fpco/stackage/issues/610 - either < 4.4 + # https://github.com/fpco/stackage/issues/615 + - syb < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 15d64ba6a76f94f2663615e0cbeaeb7e911e72c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 1 Jun 2015 08:42:04 +0300 Subject: [PATCH 022/139] Remove expected Haddock failure and close solatis/haskell-network-anonymous-tor#1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04971712..4fa39a21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1428,9 +1428,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/solatis/haskell-network-anonymous-tor/issues/1 - - network-anonymous-tor - # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From fc202c2e6aa778c164594bb2a19d0be48c5f0ce5 Mon Sep 17 00:00:00 2001 From: "Michal J. Gajda" Date: Tue, 2 Jun 2015 01:17:18 +0800 Subject: [PATCH 023/139] Added posix-realtime due to user interest. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4fa39a21..cf379a21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -460,7 +460,7 @@ packages: "Janne Hellsten ": - sqlite-simple - "Michal J. Gajda": + "Michal J. Gajda ": - iterable - Octree - FenwickTree @@ -469,6 +469,7 @@ packages: - wordpass - json-autotype + - posix-realtime "Dominic Steinitz ": [] From b55647cfcfc00aebdb75569c8a707392ddec4a3f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 06:18:08 +0300 Subject: [PATCH 024/139] Expect test failure bergmark/feed#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4fa39a21..07d717e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1409,6 +1409,9 @@ expected-test-failures: # when tested locally - cipher-aes + # https://github.com/bergmark/feed/issues/3 + - feed + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 013b84fc34f8b68003d1cf216ef141f8d88774b0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 06:27:10 +0300 Subject: [PATCH 025/139] Expect test failure afcowie/http-streams#80 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07d717e1..dfb1f920 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1412,6 +1412,9 @@ expected-test-failures: # https://github.com/bergmark/feed/issues/3 - feed + # https://github.com/afcowie/http-streams/issues/80 + - http-streams + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From dc9e340326e609302ac0f37b0446805f2da79528 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 06:44:38 +0300 Subject: [PATCH 026/139] New stackage-server, no longer upload there --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index af54104a..902e62f4 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,4 +79,4 @@ ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$A docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random cabal-install" docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET -docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload --bundle-file $BUNDLE_FILE && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE" +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From 624fa471e3c7651b322f23a47d65c5e75f043e37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 06:46:13 +0300 Subject: [PATCH 027/139] Add back BlogLiterately-diagrams --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfb1f920..cb774bd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,7 +352,7 @@ packages: "Brent Yorgey ": - active - BlogLiterately - # - BlogLiterately-diagrams GHC 7.10 + - BlogLiterately-diagrams - diagrams # https://github.com/fpco/stackage/issues/443 From e73128393e776a5c16c81c46e3b0276f61f2593d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 09:30:18 +0300 Subject: [PATCH 028/139] Expect test success bergmark/feed#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb774bd4..233ef756 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1409,9 +1409,6 @@ expected-test-failures: # when tested locally - cipher-aes - # https://github.com/bergmark/feed/issues/3 - - feed - # https://github.com/afcowie/http-streams/issues/80 - http-streams From 9dfe350eeadf5091f3bcaebad685450dc00c6739 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 10:33:16 +0300 Subject: [PATCH 029/139] Add back language-c-quote without tests and close #509 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 233ef756..74acaff8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -813,11 +813,7 @@ packages: - pcre-heavy "Francesco Mazzoli f@mazzo.li @bitonic": - [] - # Temporarily blocked due to: - # https://github.com/fpco/stackage/issues/509 - # - language-c-quote - + - language-c-quote "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - getopt-generics @@ -1179,6 +1175,9 @@ skipped-tests: - Cabal - MissingH + # Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509 + - language-c-quote + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From a95cb0244eaf2726005616dda665bf33d11fd41c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 13:37:28 +0300 Subject: [PATCH 030/139] Add explicit mime-mail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74acaff8..711cf73c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,6 +13,7 @@ packages: - hebrew-time - keter - markdown + - mime-mail - mime-mail-ses - monadcryptorandom - network-conduit-tls From 76f1bf1543e669079b467ed174c5ef22de297c3d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jun 2015 14:09:00 +0300 Subject: [PATCH 031/139] Upper bound for #616 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 711cf73c..14b5d997 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1066,6 +1066,9 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 + # https://github.com/fpco/stackage/issues/616 + - string-conversions < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From dd22f5d4660ba960ac9827d5b3388c8bfd3f909a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Jun 2015 06:50:56 +0300 Subject: [PATCH 032/139] Upper bounds for #617 --- build-constraints.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14b5d997..d910d207 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1069,6 +1069,56 @@ packages: # https://github.com/fpco/stackage/issues/616 - string-conversions < 0.4 + # https://github.com/fpco/stackage/issues/617 + - amazonka < 0.3.5 + - amazonka-core < 0.3.5 + - amazonka-autoscaling < 0.3.5 + - amazonka-cloudformation < 0.3.5 + - amazonka-cloudfront < 0.3.5 + - amazonka-cloudhsm < 0.3.5 + - amazonka-cloudsearch-domains < 0.3.5 + - amazonka-cloudsearch < 0.3.5 + - amazonka-cloudtrail < 0.3.5 + - amazonka-cloudwatch-logs < 0.3.5 + - amazonka-cloudwatch < 0.3.5 + - amazonka-codedeploy < 0.3.5 + - amazonka-cognito-identity < 0.3.5 + - amazonka-cognito-sync < 0.3.5 + - amazonka-config < 0.3.5 + - amazonka-datapipeline < 0.3.5 + - amazonka-directconnect < 0.3.5 + - amazonka-dynamodb < 0.3.5 + - amazonka-ec2 < 0.3.5 + - amazonka-ecs < 0.3.5 + - amazonka-elasticache < 0.3.5 + - amazonka-elasticbeanstalk < 0.3.5 + - amazonka-elastictranscoder < 0.3.5 + - amazonka-elb < 0.3.5 + - amazonka-emr < 0.3.5 + - amazonka-glacier < 0.3.5 + - amazonka-iam < 0.3.5 + - amazonka-importexport < 0.3.5 + - amazonka-kinesis < 0.3.5 + - amazonka-kms < 0.3.5 + - amazonka-lambda < 0.3.5 + - amazonka-ml < 0.3.5 + - amazonka-opsworks < 0.3.5 + - amazonka-rds < 0.3.5 + - amazonka-redshift < 0.3.5 + - amazonka-route53-domains < 0.3.5 + - amazonka-route53 < 0.3.5 + - amazonka-s3 < 0.3.5 + - amazonka-sdb < 0.3.5 + - amazonka-ses < 0.3.5 + - amazonka-sns < 0.3.5 + - amazonka-sqs < 0.3.5 + - amazonka-ssm < 0.3.5 + - amazonka-storagegateway < 0.3.5 + - amazonka-sts < 0.3.5 + - amazonka-support < 0.3.5 + - amazonka-swf < 0.3.5 + - amazonka-workspaces < 0.3.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e87383ff7c7a963bf1081e45f7ff69e6899d85fe Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 2 Jun 2015 22:11:10 -0700 Subject: [PATCH 033/139] Add a few packages that I maintain --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d910d207..a0830e28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1024,6 +1024,11 @@ packages: - uri-templater - librato + "Michael Xavier @MichaelXavier": + - angel + - uri-bytestring + - phash + - cron "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 20ba31d84d05c7ce3185c6f4a73b7d760c6af99f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Jun 2015 10:47:09 +0300 Subject: [PATCH 034/139] Don't expect test failure iand675/metrics#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d910d207..3bc43c39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1455,9 +1455,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # https://github.com/iand675/metrics/issues/3 - - metrics - # Getting no useful information as to why from the build server, but works # when tested locally - cipher-aes From 445195fcab831e99c1b586da6c0797ac97959211 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Jun 2015 11:10:23 +0300 Subject: [PATCH 035/139] Expect cipher-aes test to pass --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3bc43c39..3896830f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1455,10 +1455,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # Getting no useful information as to why from the build server, but works - # when tested locally - - cipher-aes - # https://github.com/afcowie/http-streams/issues/80 - http-streams From ca76f90440eb9eaaf0697714a505e7a9f97ed97b Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 3 Jun 2015 18:04:39 +0200 Subject: [PATCH 036/139] Add ghc-tcplugins-extra package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84748b4b..84aede96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -976,6 +976,7 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": + - ghc-tcplugins-extra - ghc-typelits-natnormalise - clash-prelude - clash-lib From b6baf5136295a53684ccca916c72f58a3f4438b3 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 3 Jun 2015 20:02:18 +0200 Subject: [PATCH 037/139] Add the `clash-verilog` package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84aede96..78b5154a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -981,6 +981,7 @@ packages: - clash-prelude - clash-lib - clash-vhdl + - clash-verilog - clash-systemverilog - clash-ghc From bf2dc54ff73f9ccdbe0c37fa00104b23211ed5c3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Jun 2015 09:54:16 +0300 Subject: [PATCH 038/139] Upper bound for #622 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84aede96..320fbde4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,6 +1121,9 @@ packages: - amazonka-swf < 0.3.5 - amazonka-workspaces < 0.3.5 + # https://github.com/fpco/stackage/issues/622 + - doctest < 0.10 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 21eb168b10ab0407fc31a35aeaeffb539e70bb3f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Jun 2015 09:56:26 +0300 Subject: [PATCH 039/139] Disallow comonad 4.2.7 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 320fbde4..0b31b255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -266,7 +266,7 @@ packages: - bound - bytes - charset - - comonad + - comonad > 4.2.7 || < 4.2.7 - comonads-fd - comonad-transformers # https://github.com/ekmett/compensated/issues/5 From fac76f0464311b5ddd0e264d7abe942fc03e373c Mon Sep 17 00:00:00 2001 From: John Chee Date: Thu, 4 Jun 2015 15:42:50 -0700 Subject: [PATCH 040/139] Delete comment. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af973344..a6175f77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -941,7 +941,6 @@ packages: - setlocale "John Chee @chee1bot": - # go - cgi "Taylor Fausak @tfausak": From 0630382e33ca58efb09564cedd3bd76c34c81e55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Jun 2015 06:05:42 +0300 Subject: [PATCH 041/139] Expected test failures and missing lib (pinging @manny-fp) --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1155a050..51391607 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1469,6 +1469,12 @@ expected-test-failures: # https://github.com/afcowie/http-streams/issues/80 - http-streams + # https://github.com/Soostone/uri-bytestring/issues/9 + - uri-bytestring + + # https://github.com/MichaelXavier/cron/issues/13 + - cron + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index de24152e..9438d78b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -54,6 +54,7 @@ apt-get install -y \ libgtk-3-dev \ libxml2-dev \ libgsasl7-dev \ + libphash0-dev \ libzmq3-dev mkdir /tmp/nettle-build From a4d9fbe34e89229d7b5694d44b554ce3115a5fb1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Jun 2015 06:07:15 +0300 Subject: [PATCH 042/139] Block two packages temporarily --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51391607..34a6b36d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1028,9 +1028,11 @@ packages: - librato "Michael Xavier @MichaelXavier": - - angel + # https://github.com/MichaelXavier/Angel/issues/41 + # - angel - uri-bytestring - - phash + # Temporarily dropped while DockerHub adds necessary library + # - phash - cron "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 6f0335d9f07dd608acb384da1d2a186806b11d52 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Thu, 4 Jun 2015 21:11:21 -0700 Subject: [PATCH 043/139] Add package wai-cors --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34a6b36d..5c08c4db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1034,6 +1034,10 @@ packages: # Temporarily dropped while DockerHub adds necessary library # - phash - cron + + "Lars Kuhtz @larskuhtz": + - wai-cors + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 830f37889520629a8f6be8618d4bdabd94e6b34e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Jun 2015 07:33:14 +0300 Subject: [PATCH 044/139] Add phash back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34a6b36d..23fc5757 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1031,8 +1031,7 @@ packages: # https://github.com/MichaelXavier/Angel/issues/41 # - angel - uri-bytestring - # Temporarily dropped while DockerHub adds necessary library - # - phash + - phash - cron "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From be494dea2deb79e160c295eefaa850e2c949d95f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Jun 2015 06:14:19 +0300 Subject: [PATCH 045/139] Remove upper bounds and close #617 --- build-constraints.yaml | 50 ------------------------------------------ 1 file changed, 50 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4496ae0c..f0fc0d05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,56 +1082,6 @@ packages: # https://github.com/fpco/stackage/issues/616 - string-conversions < 0.4 - # https://github.com/fpco/stackage/issues/617 - - amazonka < 0.3.5 - - amazonka-core < 0.3.5 - - amazonka-autoscaling < 0.3.5 - - amazonka-cloudformation < 0.3.5 - - amazonka-cloudfront < 0.3.5 - - amazonka-cloudhsm < 0.3.5 - - amazonka-cloudsearch-domains < 0.3.5 - - amazonka-cloudsearch < 0.3.5 - - amazonka-cloudtrail < 0.3.5 - - amazonka-cloudwatch-logs < 0.3.5 - - amazonka-cloudwatch < 0.3.5 - - amazonka-codedeploy < 0.3.5 - - amazonka-cognito-identity < 0.3.5 - - amazonka-cognito-sync < 0.3.5 - - amazonka-config < 0.3.5 - - amazonka-datapipeline < 0.3.5 - - amazonka-directconnect < 0.3.5 - - amazonka-dynamodb < 0.3.5 - - amazonka-ec2 < 0.3.5 - - amazonka-ecs < 0.3.5 - - amazonka-elasticache < 0.3.5 - - amazonka-elasticbeanstalk < 0.3.5 - - amazonka-elastictranscoder < 0.3.5 - - amazonka-elb < 0.3.5 - - amazonka-emr < 0.3.5 - - amazonka-glacier < 0.3.5 - - amazonka-iam < 0.3.5 - - amazonka-importexport < 0.3.5 - - amazonka-kinesis < 0.3.5 - - amazonka-kms < 0.3.5 - - amazonka-lambda < 0.3.5 - - amazonka-ml < 0.3.5 - - amazonka-opsworks < 0.3.5 - - amazonka-rds < 0.3.5 - - amazonka-redshift < 0.3.5 - - amazonka-route53-domains < 0.3.5 - - amazonka-route53 < 0.3.5 - - amazonka-s3 < 0.3.5 - - amazonka-sdb < 0.3.5 - - amazonka-ses < 0.3.5 - - amazonka-sns < 0.3.5 - - amazonka-sqs < 0.3.5 - - amazonka-ssm < 0.3.5 - - amazonka-storagegateway < 0.3.5 - - amazonka-sts < 0.3.5 - - amazonka-support < 0.3.5 - - amazonka-swf < 0.3.5 - - amazonka-workspaces < 0.3.5 - # https://github.com/fpco/stackage/issues/622 - doctest < 0.10 From 4f8b64746d4c7f4ea963f793fe1882c23d580629 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Jun 2015 06:14:29 +0300 Subject: [PATCH 046/139] Upper bounds for #624 #625 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fc0d05..2a9c2cc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1085,6 +1085,12 @@ packages: # https://github.com/fpco/stackage/issues/622 - doctest < 0.10 + # https://github.com/fpco/stackage/issues/624 + - bytestring-lexing < 0.5 + + # https://github.com/fpco/stackage/issues/625 + - foldl < 1.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 69d681e20faaf8aed8083642818346ea3e3bf9e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Jun 2015 06:29:53 +0300 Subject: [PATCH 047/139] Expect wai-cors failure --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a9c2cc0..d64494bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1436,6 +1436,9 @@ expected-test-failures: # https://github.com/MichaelXavier/cron/issues/13 - cron + # No PhantomJS available + - wai-cors + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 476a80993a7826ccebf38001872c439af429e3d0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Jun 2015 06:32:10 +0300 Subject: [PATCH 048/139] Temporarily block phash --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d64494bd..22b75eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1031,7 +1031,8 @@ packages: # https://github.com/MichaelXavier/Angel/issues/41 # - angel - uri-bytestring - - phash + # Temporarily blocking again, still debugging build on server + # - phash - cron "Lars Kuhtz @larskuhtz": From d6df81bf5dca4eb157eaab90cc382d159ff96265 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 8 Jun 2015 16:46:30 +1000 Subject: [PATCH 049/139] add ndjson-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22b75eab..1a1cbff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1037,6 +1037,9 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors + + "Sam Rijs " + - ndjson-conduit "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 5ebc11ced5d25ac688f0f335e992f1bd5c9d76d4 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 8 Jun 2015 16:50:34 +1000 Subject: [PATCH 050/139] fix missing semicolon --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a1cbff2..c4bbced5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1038,7 +1038,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - "Sam Rijs " + "Sam Rijs ": - ndjson-conduit "Stackage upper bounds": From ff5a84b6489462d6153147dec7f1f6e11c4b0934 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 05:56:17 +0300 Subject: [PATCH 051/139] Remove upper bounds and close #625 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22b75eab..de193131 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,9 +1089,6 @@ packages: # https://github.com/fpco/stackage/issues/624 - bytestring-lexing < 0.5 - # https://github.com/fpco/stackage/issues/625 - - foldl < 1.1 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From bc775949b9f3872b9f9e378dfc1080addefeeb0c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 05:58:30 +0300 Subject: [PATCH 052/139] Remove upper bound and close #624 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de193131..3c181030 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1086,9 +1086,6 @@ packages: # https://github.com/fpco/stackage/issues/622 - doctest < 0.10 - # https://github.com/fpco/stackage/issues/624 - - bytestring-lexing < 0.5 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b3c52505facb443f31790e97f0dce69cbd9f6b45 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 06:02:33 +0300 Subject: [PATCH 053/139] Upper bounds for #627 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4db84729..e3f5aa20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,12 @@ packages: # https://github.com/fpco/stackage/issues/622 - doctest < 0.10 + # https://github.com/fpco/stackage/issues/627 + - persistent < 2.2 + - persistent-mysql < 2.2 + - persistent-postgresql < 2.2 + - persistent-sqlite < 2.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 9458ba1bcdbfe1833b7f77d399afefa6ffbd486e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 06:16:28 +0300 Subject: [PATCH 054/139] Remove expected test failure Soostone/uri-bytestring#9 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3f5aa20..6c69a71f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1437,9 +1437,6 @@ expected-test-failures: # https://github.com/afcowie/http-streams/issues/80 - http-streams - # https://github.com/Soostone/uri-bytestring/issues/9 - - uri-bytestring - # https://github.com/MichaelXavier/cron/issues/13 - cron From 2863e8cedb4c6a89b9b852e8f032125e2356157f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 06:43:41 +0300 Subject: [PATCH 055/139] Don't expect test failure MichaelXavier/cron#13 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c69a71f..24c580ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1437,9 +1437,6 @@ expected-test-failures: # https://github.com/afcowie/http-streams/issues/80 - http-streams - # https://github.com/MichaelXavier/cron/issues/13 - - cron - # No PhantomJS available - wai-cors From 5cfd5ba7509d25668d604610941cff13c1f267ef Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 14:43:42 +0300 Subject: [PATCH 056/139] Remove upper bounds and close #616 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24c580ab..c9fa0fcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1086,9 +1086,6 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 - # https://github.com/fpco/stackage/issues/616 - - string-conversions < 0.4 - # https://github.com/fpco/stackage/issues/622 - doctest < 0.10 From df697894905e47984c34ee86f37d9d53f23d38a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Jun 2015 09:05:14 +0300 Subject: [PATCH 057/139] Don't expect failure afcowie/http-streams#80 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9fa0fcb..1987d702 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1431,9 +1431,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # https://github.com/afcowie/http-streams/issues/80 - - http-streams - # No PhantomJS available - wai-cors From b85b2b4ffb2e51471c15a6f66ab28af89beca318 Mon Sep 17 00:00:00 2001 From: Anupam Jain Date: Wed, 10 Jun 2015 17:53:33 +0530 Subject: [PATCH 058/139] Added wai-routes --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1987d702..b4de99a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1044,6 +1044,9 @@ packages: "Sam Rijs ": - ndjson-conduit + "Anupam Jain ": + - wai-routes + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From ef0ed7e3805509c26b94c5252a9ce2442ccffaab Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jun 2015 15:24:06 -0400 Subject: [PATCH 059/139] Add hspec-snap --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4de99a3..5fa0705d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1046,6 +1046,8 @@ packages: "Anupam Jain ": - wai-routes + "Daniel Patterson ": + - hspec-snap "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 2e653dd79a6807322f3a3eb088cee37bc3d9ab12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 07:51:44 +0300 Subject: [PATCH 060/139] Add in stack --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fa0705d..79fed2ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,6 +99,7 @@ packages: - random-source - shelly - smtLib + - stack - stackage # Temporary block while system-filepath issues worked out # - stackage-curator From 1cf579ad44f5d3c0b37a16712d2039519849e44e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 07:56:26 +0300 Subject: [PATCH 061/139] Expected failure afcowie/http-streams#90 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79fed2ec..5051d1f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1440,6 +1440,9 @@ expected-test-failures: # No PhantomJS available - wai-cors + # https://github.com/afcowie/http-streams/issues/90 + - http-streams + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 7121e266a62c58b252dc726d4ac4bf1aae1b34d9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 08:05:42 +0300 Subject: [PATCH 062/139] Expect failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5051d1f8..6ddf893c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1443,6 +1443,10 @@ expected-test-failures: # https://github.com/afcowie/http-streams/issues/90 - http-streams + # Permissions failure when creating /home/stackage/.stack. We _should_ fix + # this in the build scripts here... + - stack + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2d3b6ba43dadf840bfe7c539730a983ce51178f9 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 11 Jun 2015 11:52:33 +0200 Subject: [PATCH 063/139] Add netwire, th-lift Note: I'm not the maintainer of netwire. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ddf893c..ca1ca945 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1050,6 +1050,10 @@ packages: "Daniel Patterson ": - hspec-snap + "Mathieu Boespflug @mboes": + - netwire + - th-lift + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From cd9dacb8b08f18e3a9d2b780c0d2a19be82bdc68 Mon Sep 17 00:00:00 2001 From: Alcides Viamontes E Date: Fri, 12 Jun 2015 13:47:13 +0200 Subject: [PATCH 064/139] Added second-transfer --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca1ca945..0bd3397e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1053,6 +1053,9 @@ packages: "Mathieu Boespflug @mboes": - netwire - th-lift + + "Alcides Viamontes ": + - second-transfer "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 300a78ae5f896168837fead2d6bd2389f3b3cb53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Jun 2015 16:07:17 +0300 Subject: [PATCH 065/139] Add back angel --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bd3397e..f5804407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,8 +1032,7 @@ packages: - librato "Michael Xavier @MichaelXavier": - # https://github.com/MichaelXavier/Angel/issues/41 - # - angel + - angel - uri-bytestring # Temporarily blocking again, still debugging build on server # - phash From a1c20c90e4e9723ca1e3279ccda08979fab7fcfc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Jun 2015 16:16:01 +0300 Subject: [PATCH 066/139] Don't expect test failure afcowie/http-streams#90 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5804407..ff50ef08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,9 +1446,6 @@ expected-test-failures: # No PhantomJS available - wai-cors - # https://github.com/afcowie/http-streams/issues/90 - - http-streams - # Permissions failure when creating /home/stackage/.stack. We _should_ fix # this in the build scripts here... - stack From 5fa6b97f9de418d00d8e3667425c38b62828c23b Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Fri, 12 Jun 2015 11:45:49 -0300 Subject: [PATCH 067/139] Add country-codes, {yesod-,}mangopay, nonce and thumbnail-plus. --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff50ef08..93787afc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -387,12 +387,17 @@ packages: "Paul Harper ": - yesod-auth-oauth2 - "Felipe Lessa ": + "Felipe Lessa @meteficha": + - country-codes - esqueleto - fb - fb-persistent + - mangopay + - nonce + - thumbnail-plus - yesod-fb - yesod-auth-fb + - yesod-mangopay "Alexander Altman ": - base-unicode-symbols From 27148a6e0123e5dfccec1a6455abfcb764de11bc Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Fri, 12 Jun 2015 11:46:40 -0300 Subject: [PATCH 068/139] Whitespace. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93787afc..810508a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1045,7 +1045,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - + "Sam Rijs ": - ndjson-conduit @@ -1057,7 +1057,7 @@ packages: "Mathieu Boespflug @mboes": - netwire - th-lift - + "Alcides Viamontes ": - second-transfer From 70f38e5f184a71298648f1586edd1859402a8f5b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:21:50 +0300 Subject: [PATCH 069/139] Skip MichaelXavier/Angel#42 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff50ef08..087c2f8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,8 @@ packages: - librato "Michael Xavier @MichaelXavier": - - angel + # https://github.com/MichaelXavier/Angel/issues/42 + # - angel - uri-bytestring # Temporarily blocking again, still debugging build on server # - phash From 3c628ae32e6a278b75302681587da035bcc2695e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:28:37 +0300 Subject: [PATCH 070/139] Expected test failure kazu-yamamoto/http2#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 087c2f8e..526c540d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1451,6 +1451,9 @@ expected-test-failures: # this in the build scripts here... - stack + # https://github.com/kazu-yamamoto/http2/issues/4 + - http2 + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From cc5b1ff00fdbd89a2d6f378841f3ff9ab8e40d85 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:29:51 +0300 Subject: [PATCH 071/139] Expected test failure alcidesv/second-transfer#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 526c540d..c714d400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,6 +1454,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/http2/issues/4 - http2 + # https://github.com/alcidesv/second-transfer/issues/1 + - second-transfer + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From b989d050a7e160cf183e751249bb18fe6778e709 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Sat, 13 Jun 2015 15:47:02 -0400 Subject: [PATCH 072/139] add lens-simple (& lens-family) I agreed with roconnor to watch over lens-family for stackage purposes. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4d57793..79ecc38b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,6 +1018,9 @@ packages: "Michael Thompson @michaelt": - pipes-text + - lens-simple + - lens-family-core + - lens-family "Justin Le @mstksg": - auto From e59bc5ddf915b3cb29ecafc128ba9331866445fb Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Sun, 14 Jun 2015 14:40:30 +1000 Subject: [PATCH 073/139] add attoparsec-trans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79ecc38b..cdbe0de7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1052,6 +1052,7 @@ packages: "Sam Rijs ": - ndjson-conduit + - attoparsec-trans "Anupam Jain ": - wai-routes From 4263bb14a128e67cfe8a28ce5e22709d052de31f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 08:18:16 +0300 Subject: [PATCH 074/139] Expected test failure prowdsponsor/thumbnail-plus#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79ecc38b..337f3495 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1465,6 +1465,9 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/1 - second-transfer + # https://github.com/prowdsponsor/thumbnail-plus/issues/3 + - thumbnail-plus + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 14bd6c62b6baa74cb752b9135da13d57cc89dfd8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 08:20:04 +0300 Subject: [PATCH 075/139] Expected test failure prowdsponsor/mangopay#30 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 337f3495..ac6e9d90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1468,6 +1468,9 @@ expected-test-failures: # https://github.com/prowdsponsor/thumbnail-plus/issues/3 - thumbnail-plus + # https://github.com/prowdsponsor/mangopay/issues/30 + - mangopay + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From c086f590f0cccae252a423c61ac2c1bceaf89d16 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 13:15:57 +0300 Subject: [PATCH 076/139] Unblock phash --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4126f961..188469a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,8 +1043,7 @@ packages: # https://github.com/MichaelXavier/Angel/issues/42 # - angel - uri-bytestring - # Temporarily blocking again, still debugging build on server - # - phash + - phash - cron "Lars Kuhtz @larskuhtz": From b582a8fba909ae797679eefffa077664dcab603c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 17:15:02 +0300 Subject: [PATCH 077/139] Remove expected test failure prowdsponsor/thumbnail-plus#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 188469a7..c0168c40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1465,9 +1465,6 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/1 - second-transfer - # https://github.com/prowdsponsor/thumbnail-plus/issues/3 - - thumbnail-plus - # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay From a6b2ebdcabc252eec6d1657d5c7ab25a1f33abb7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 22:18:45 +0300 Subject: [PATCH 078/139] Add angel back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0168c40..0bc2e048 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1040,8 +1040,7 @@ packages: - librato "Michael Xavier @MichaelXavier": - # https://github.com/MichaelXavier/Angel/issues/42 - # - angel + - angel - uri-bytestring - phash - cron From 484135e2856a691d6595aa91681f35957575f6fa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Jun 2015 08:31:57 +0300 Subject: [PATCH 079/139] Expected test failure MichaelXavier/Angel#43 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bc2e048..f12e1de8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1467,6 +1467,9 @@ expected-test-failures: # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay + # https://github.com/MichaelXavier/Angel/issues/43 + - angel + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 38d38b860365979614031eefc93164f2b9456cb6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Jun 2015 08:33:24 +0300 Subject: [PATCH 080/139] Expected test failure MichaelXavier/phash#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f12e1de8..b92f40f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1470,6 +1470,9 @@ expected-test-failures: # https://github.com/MichaelXavier/Angel/issues/43 - angel + # https://github.com/MichaelXavier/phash/issues/4 + - phash + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 6a3a594dcc19bbb2b076e617fefac5feb0f62fd8 Mon Sep 17 00:00:00 2001 From: philopon Date: Mon, 15 Jun 2015 14:37:30 +0900 Subject: [PATCH 081/139] Add apiary --- build-constraints.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f40f2..a7774e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1064,6 +1064,23 @@ packages: "Alcides Viamontes ": - second-transfer + "Hirotomo Moriwaki @philopon": + - apiary + - apiary-logger + - apiary-persistent + - apiary-websockets + - apiary-cookie + - apiary-session + - apiary-clientsession + - apiary-authenticate + - apiary-eventsource + - apiary-mongoDB + - apiary-memcached + - types-compat + - web-routing + - bytestring-read + - memcached-binary + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 5c863d34a7152b9f2264148d723f7f63bbf5643f Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Mon, 15 Jun 2015 16:39:44 -0300 Subject: [PATCH 082/139] The serversession family of packages. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7774e81..2120379a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -394,6 +394,13 @@ packages: - fb-persistent - mangopay - nonce + - serversession + - serversession-backend-acid-state + - serversession-backend-persistent + - serversession-backend-redis + - serversession-frontend-snap + - serversession-frontend-wai + - serversession-frontend-yesod - thumbnail-plus - yesod-fb - yesod-auth-fb From 8c891704b84068cd6c3d57603433e06f3f8f6479 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Mon, 15 Jun 2015 17:01:46 -0300 Subject: [PATCH 083/139] Comment out serversession-frontend-wai for now. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2120379a..7103c26b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -399,7 +399,8 @@ packages: - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-snap - - serversession-frontend-wai + # + # - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - yesod-fb From 6f48c59320314800835de0eadf2714528a79594f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jun 2015 08:06:48 +0300 Subject: [PATCH 084/139] Expect test failure memcached-binary --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7774e81..a0494707 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1490,6 +1490,9 @@ expected-test-failures: # https://github.com/MichaelXavier/phash/issues/4 - phash + # Requires memcached on the server + - memcached-binary + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 35759e168b645eaa364e9075e548bf68d64b0d83 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jun 2015 08:13:52 +0300 Subject: [PATCH 085/139] Skip acid-state benchmarks --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d1fbc1..67ce749c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1554,6 +1554,9 @@ skipped-benchmarks: # Pulls in discount which depends on extra C libraries - cmark + # Old criterion + - acid-state + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From 93536cbbfaf4ab0a8186985dff4b748c4ee9eea3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 17 Jun 2015 07:04:07 +0300 Subject: [PATCH 086/139] Expected test failure serversession-backend-redis --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67ce749c..3295181c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,6 +1501,9 @@ expected-test-failures: # Requires memcached on the server - memcached-binary + # Requires redis on the build machine + - serversession-backend-redis + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e38b0d635b64649e344020b5c0ee28c9976356a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 17 Jun 2015 07:33:34 +0300 Subject: [PATCH 087/139] Add back al (pinging @manny-fp @phaazon) --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3295181c..33ebef2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -602,8 +602,7 @@ packages: - io-manager "Dimitri Sabadie Date: Thu, 18 Jun 2015 10:10:03 +0300 Subject: [PATCH 088/139] Temporary block on al --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ebef2e..1c95dc12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -602,7 +602,7 @@ packages: - io-manager "Dimitri Sabadie Date: Thu, 18 Jun 2015 17:04:08 +0300 Subject: [PATCH 089/139] Temporarily block git-annex #638 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c95dc12..7263af35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,9 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - - git-annex + [] + # https://github.com/fpco/stackage/issues/638 + # - git-annex # https://github.com/fpco/stackage/issues/160 "Ketil Malde": From a97f4b23021538284b9b375fdb23c8689145b901 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 07:08:56 +0300 Subject: [PATCH 090/139] Upper bound for vincenthz/cryptonite#16 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7263af35..8eb09676 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1141,6 +1141,15 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 + # https://github.com/vincenthz/cryptonite/issues/16 + - tls < 1.3 + - connection < 0.2.5 + - tls-debug < 0.4 + - x509 < 1.6.0 + - x509-validation < 1.6.0 + - x509-store < 1.6.0 + - x509-system < 1.6.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 586c6e36b75e8fd0d463d312faa01bb75a1730f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 18:59:32 +0300 Subject: [PATCH 091/139] Remove upper bounds and close #581 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8eb09676..d4b4f83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1105,10 +1105,6 @@ packages: # https://github.com/fpco/stackage/issues/577 - MonadRandom < 0.4 - # https://github.com/fpco/stackage/issues/581 - - xml-conduit < 1.3 - - html-conduit < 1.2 - # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 - semigroupoid-extras < 4.5 From 21b1fdb669a06def05c4fb570f1decea18fea012 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 19:00:04 +0300 Subject: [PATCH 092/139] Remove upper bounds for vincenthz/cryptonite#16 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b4f83c..bfc44835 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,15 +1137,6 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 - # https://github.com/vincenthz/cryptonite/issues/16 - - tls < 1.3 - - connection < 0.2.5 - - tls-debug < 0.4 - - x509 < 1.6.0 - - x509-validation < 1.6.0 - - x509-store < 1.6.0 - - x509-system < 1.6.0 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 0841b7d7941143d8b6d2bfebf0ce382e4cf9c283 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 22 Jun 2015 14:10:10 +0300 Subject: [PATCH 093/139] Upper bound for gtk2hs/gtk2hs#109 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfc44835..ca6309d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,6 +1137,9 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 + # https://github.com/gtk2hs/gtk2hs/issues/109 + - gtk < 0.13.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 3bdb12e227b119675fc84fef8b8b2c62f9e330ac Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:12:48 +0300 Subject: [PATCH 094/139] Upper bound for #639 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca6309d5..ae42f868 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1140,6 +1140,9 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 + # https://github.com/fpco/stackage/issues/639 + - mainland-pretty < 0.3 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 0d90c2249fe255c42fec6c6a2371537cfec5d873 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:15:03 +0300 Subject: [PATCH 095/139] Upper bound for #640 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae42f868..2ec1b82e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1143,6 +1143,9 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 + # https://github.com/fpco/stackage/issues/640 + - time-locale-compat < 0.1.1.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ae36bec1d6aaf4e5c907829aced722ecc1ca63d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:16:03 +0300 Subject: [PATCH 096/139] Include stack in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5b15fd98..c2963d49 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ project information. In addition, we have the following repositories: * [stackage-types](https://github.com/fpco/stackage-types) [![Build Status](https://travis-ci.org/fpco/stackage-types.svg?branch=master)](https://travis-ci.org/fpco/stackage-types) * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) + +We strongly recommend using the Haskell tool stack for doing builds, which +includes built-in Stackage support: + +* [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack) + +We also support some add-on tools to cabal-install to make its usage with +Stackage both easier and more secure: + * [stackage-cli](https://github.com/fpco/stackage-cli) [![Build Status](https://travis-ci.org/fpco/stackage-cli.svg?branch=master)](https://travis-ci.org/fpco/stackage-cli) * [stackage-update](https://github.com/fpco/stackage-update) [![Build Status](https://travis-ci.org/fpco/stackage-update.svg?branch=master)](https://travis-ci.org/fpco/stackage-update) * [stackage-upload](https://github.com/fpco/stackage-upload) [![Build Status](https://travis-ci.org/fpco/stackage-upload.svg?branch=master)](https://travis-ci.org/fpco/stackage-upload) From 763a41a979403c9f59cdd7f2df79da62a52a3fae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:12:55 +0300 Subject: [PATCH 097/139] Remove upper bounds and close #610 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ec1b82e..37ece912 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,9 +1122,6 @@ packages: # https://github.com/fpco/stackage/issues/602 - errors < 2 - # https://github.com/fpco/stackage/issues/610 - - either < 4.4 - # https://github.com/fpco/stackage/issues/615 - syb < 0.5 From a7d7a0330b2f0e8836bedd1dcc40b777ff245032 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:15:35 +0300 Subject: [PATCH 098/139] Skip tests for aws #602 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ece912..6d15bdd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1256,6 +1256,9 @@ skipped-tests: # Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509 - language-c-quote + # https://github.com/fpco/stackage/issues/602 + - aws + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From c492f7742a49f934d5bec5734fd13339021be0ce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:17:49 +0300 Subject: [PATCH 099/139] Remove upper bounds and close #549 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d15bdd1..2bd1e888 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,9 +1094,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/549 - - tttool < 1.4 - # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 From e316e95f341e4dc70edbaa55c2d7aad5e07b4dee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:23:14 +0300 Subject: [PATCH 100/139] Remove upper bounds and close #443 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1e888..afd6615f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -356,11 +356,8 @@ packages: - BlogLiterately - BlogLiterately-diagrams - diagrams - - # https://github.com/fpco/stackage/issues/443 - #- diagrams-builder - #- diagrams-haddock - + - diagrams-builder + - diagrams-haddock - diagrams-contrib - diagrams-core - diagrams-lib From 5ffaf365bbd5de1bc31e4e39c9743d19782f5370 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:27:52 +0300 Subject: [PATCH 101/139] Remove upper bounds and close #577 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afd6615f..699d7991 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,9 +1096,6 @@ packages: - aeson < 0.8.1.0 - jose-jwt < 0.6 - # https://github.com/fpco/stackage/issues/577 - - MonadRandom < 0.4 - # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 - semigroupoid-extras < 4.5 From 910c7b17f11fbe7f3b9d41ba2cdc28430547d4cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:38:54 +0300 Subject: [PATCH 102/139] Skip tests as necessary for #622 --- build-constraints.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699d7991..e3c3bcd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1116,9 +1116,6 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 - # https://github.com/fpco/stackage/issues/622 - - doctest < 0.10 - # https://github.com/fpco/stackage/issues/627 - persistent < 2.2 - persistent-mysql < 2.2 @@ -1250,6 +1247,17 @@ skipped-tests: # https://github.com/fpco/stackage/issues/602 - aws + # https://github.com/fpco/stackage/issues/622 + - ad + - bound + - bytestring-read + - heaps + - hyphenation + - linear + - machines + - semigroupoids + - web-routing + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From dbc2ba4b2c3bec84bc156fb870909c0d9d869976 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 15:58:47 +0300 Subject: [PATCH 103/139] Remove upper bounds and close #640 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c3bcd6..1054d67b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1128,8 +1128,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/fpco/stackage/issues/640 - - time-locale-compat < 0.1.1.0 # Package flags are applied to individual packages, and override the values of # global-flags From 182363cf2f106a51beabf063a2886201ea287637 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 15:58:56 +0300 Subject: [PATCH 104/139] Upper bounds for #641 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1054d67b..4273c712 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1128,6 +1128,8 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 + # https://github.com/fpco/stackage/issues/641 + - gipeda < 0.1.1 # Package flags are applied to individual packages, and override the values of # global-flags From 58bf95c115005316cc005b09ca47b4b1a845e485 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 16:36:48 +0300 Subject: [PATCH 105/139] Reenable tests #622 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4273c712..189bbf25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1250,13 +1250,11 @@ skipped-tests: # https://github.com/fpco/stackage/issues/622 - ad - bound - - bytestring-read - heaps - hyphenation - linear - machines - semigroupoids - - web-routing # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. From 585d1168c6db2db0d992a4311ea459c713d90616 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 16:37:42 +0300 Subject: [PATCH 106/139] Remove upper bound on jose-jwt #572 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189bbf25..557cfaa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,6 @@ packages: # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 - - jose-jwt < 0.6 # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 From 596efd0cdb749f206775620efc5ae83b85b8db99 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Wed, 24 Jun 2015 00:06:32 +0200 Subject: [PATCH 107/139] Add yesod-text-markdown See https://github.com/Tarrasch/yesod-text-markdown/issues/5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 557cfaa7..5e439fdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -438,6 +438,9 @@ packages: - pipes-safe - turtle - foldl + + "Arash Rouhani ": + - yesod-text-markdown "Chris Allen ": - bloodhound From 14db1164af4d89f16975b592a21ed203130f11b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 08:32:30 +0300 Subject: [PATCH 108/139] Upper bound on messagepack for rodrigosetti/messagepack-rpc#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e439fdd..b501f116 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1133,6 +1133,9 @@ packages: # https://github.com/fpco/stackage/issues/641 - gipeda < 0.1.1 + # https://github.com/rodrigosetti/messagepack-rpc/issues/2 + - messagepack < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b90fbb3592bad448f03afe9405d4a63b941673ed Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 20:55:56 +0300 Subject: [PATCH 109/139] Remove upper bounds and close #591 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b501f116..8c7ee59f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1109,9 +1109,6 @@ packages: - machines < 0.5 - free < 4.12 - # https://github.com/fpco/stackage/issues/591 - - th-orphans < 0.12 - # https://github.com/fpco/stackage/issues/602 - errors < 2 From 239b3aee0e28caf035a028dd5cf7281133a81ca2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 21:02:50 +0300 Subject: [PATCH 110/139] Rearrange #627 upper bounds --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7ee59f..ef0265ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1115,12 +1115,6 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 - # https://github.com/fpco/stackage/issues/627 - - persistent < 2.2 - - persistent-mysql < 2.2 - - persistent-postgresql < 2.2 - - persistent-sqlite < 2.2 - # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 @@ -1258,6 +1252,9 @@ skipped-tests: - machines - semigroupoids + # https://github.com/fpco/stackage/issues/627 + - esqueleto + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 3ea511da5698e86750ca85311e4973b0a7dd612d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 21:04:19 +0300 Subject: [PATCH 111/139] Remove upper bounds and close #641 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef0265ee..2477eaef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,9 +1121,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/fpco/stackage/issues/641 - - gipeda < 0.1.1 - # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - messagepack < 0.4 From 63b3d21c7e2e490d71f0408dda781271c0ea8c3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 23:25:08 +0300 Subject: [PATCH 112/139] Remove upper bounds and close #627 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2477eaef..504d8fa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1249,9 +1249,6 @@ skipped-tests: - machines - semigroupoids - # https://github.com/fpco/stackage/issues/627 - - esqueleto - # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 8c4adaf1465dd212c49c2d5572cc350e78cb9759 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Thu, 25 Jun 2015 00:14:27 +0300 Subject: [PATCH 113/139] add digits and base-orphans --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 504d8fa2..a2df58f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -941,6 +941,8 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast + - base-orphans + - digits "Tim Baumann @timjb": - aeson-schema From cec0b5b41359cb5a5e83c22be142e40333d6b125 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Wed, 24 Jun 2015 18:37:23 -0300 Subject: [PATCH 114/139] prowdsponsor -> meteficha --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 504d8fa2..2c3f8910 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -438,7 +438,7 @@ packages: - pipes-safe - turtle - foldl - + "Arash Rouhani ": - yesod-text-markdown @@ -1584,3 +1584,5 @@ github-users: - mihaimaruseac elm-lang: - JoeyEremondi + prowdsponsor: + - meteficha From eac93bd52c33d20a7508ceef65e68a8d655afb8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 26 Jun 2015 08:05:37 +0300 Subject: [PATCH 115/139] Upper bound for #646 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1e7d30..7c18857a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1126,6 +1126,9 @@ packages: # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - messagepack < 0.4 + # https://github.com/fpco/stackage/issues/646 + - clock < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From bc688f0956e4b83e11052dba067e719e7c1d4663 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Fri, 26 Jun 2015 23:06:42 +0200 Subject: [PATCH 116/139] Added hid. hid requires hidapi-libusb to be installed with pkg-config information. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..9e63b70e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -607,6 +607,7 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie + - hid "Thomas Schilling ": - ghc-syb-utils From 543cd645462ebb1d686baba166e2c8e82482978f Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Fri, 26 Jun 2015 23:09:00 +0200 Subject: [PATCH 117/139] Added msi-kb-backlit. Requires hid (see #647). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..8e10d53c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -607,6 +607,7 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie + - msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From a4fcf56e73890a5ecde9630acab706d9d6af2748 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 26 Jun 2015 16:12:48 -0700 Subject: [PATCH 118/139] add clustering, matrices --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..11741a5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,10 @@ packages: - bytestring-read - memcached-binary + "Kai Zhang @kaizhang": + - clustering + - matrices + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From b7d12ab00acff30ab14fc50d8ce491edece13ca0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 27 Jun 2015 22:19:07 +0300 Subject: [PATCH 119/139] Remove upper bounds for rodrigosetti/messagepack-rpc#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e10d53c..5683252f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1124,9 +1124,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - - messagepack < 0.4 - # https://github.com/fpco/stackage/issues/646 - clock < 0.5 From d48dfee382682c3f1fdd82e422f7d0303f97aa48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 27 Jun 2015 22:20:40 +0300 Subject: [PATCH 120/139] Add back webdriver --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5683252f..4ca24106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -116,8 +116,7 @@ packages: - statistics-linreg - th-expand-syns - thyme - # https://github.com/kallisti-dev/hs-webdriver/issues/71 - # - webdriver + - webdriver - web-fpco - criterion - th-lift From 974cd51dd066ce31d350a66064a3a12a463ee53a Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sat, 27 Jun 2015 20:20:36 -0700 Subject: [PATCH 121/139] Add prometheus-haskell packages to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f685b66..d0e25550 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,7 +973,10 @@ packages: - linux-namespaces "Will Coster @fimad": + - prometheus-client + - prometheus-metrics-ghc - scalpel + - wai-middleware-prometheus "Smirnov Alexey @chemist": - snmp From 192bda946978b67c4afe7303ceb35e8b1d3a52ce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:06:33 +0300 Subject: [PATCH 122/139] Add libhidapi-dev pinging @manny-fp --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 74184ca5..54034881 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -56,6 +56,7 @@ apt-get install -y \ libgsasl7-dev \ libphash0-dev \ libopenal-dev \ + libhidapi-dev \ libzmq3-dev mkdir /tmp/nettle-build From 1f6e356ce989a9097b9e74251c14bf299a4e12f4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:11:31 +0300 Subject: [PATCH 123/139] Upper bound for ocharles/engine.io#22 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f685b66..09fe5962 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1131,6 +1131,9 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 + # https://github.com/ocharles/engine.io/issues/22 + - engine-io < 1.2.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 4c255e890900a85ac106cbcfe22ffa010c4d5bc1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:29:59 +0300 Subject: [PATCH 124/139] Temporary ban kaizhang/clustering#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09fe5962..7b825b45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,8 @@ packages: - memcached-binary "Kai Zhang @kaizhang": - - clustering + # https://github.com/kaizhang/clustering/issues/1 + # - clustering - matrices "Stackage upper bounds": From 05b43533ce8b8b7a1ae4c90119a73e7167e0d089 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:30:18 +0300 Subject: [PATCH 125/139] Expected test failure: Rlang-QQ --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b825b45..68db4db9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1511,6 +1511,9 @@ expected-test-failures: # Requires redis on the build machine - serversession-backend-redis + # Unstated dependency on HList-PP + - Rlang-QQ + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 84fd744c9fee85cdc72be346c6c9ae5cb771a82a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:36:07 +0300 Subject: [PATCH 126/139] Temporary block --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68db4db9..a4c1d217 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -606,8 +606,9 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie - - hid - - msi-kb-backlit + #Temporary, will add back immediately + #- hid + #- msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From 7e55dc13f9f4996e0b657f6660b3c64c409a7692 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:36:17 +0300 Subject: [PATCH 127/139] Revert "Temporary block" This reverts commit 84fd744c9fee85cdc72be346c6c9ae5cb771a82a. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4c1d217..68db4db9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -606,9 +606,8 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie - #Temporary, will add back immediately - #- hid - #- msi-kb-backlit + - hid + - msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From 756c396a254e9b6154e0a205741d1fec712c4523 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 11:14:56 +0300 Subject: [PATCH 128/139] Revert "Upper bound for ocharles/engine.io#22" This reverts commit 1f6e356ce989a9097b9e74251c14bf299a4e12f4. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68db4db9..28ce6ed6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1132,9 +1132,6 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 - # https://github.com/ocharles/engine.io/issues/22 - - engine-io < 1.2.8 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b5d1e2b632018793b1227a3ade3d696fea8d2e62 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 23:32:12 +0300 Subject: [PATCH 129/139] Don't expect test failure haskell-suite/haskell-names#63 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a1dd296..c7d60344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1449,9 +1449,6 @@ expected-test-failures: # https://github.com/simonmar/alex/issues/62 GHC 7.10 - alex - # https://github.com/haskell-suite/haskell-names/issues/63 GHC 7.10 - - haskell-names - # https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10 - hyperloglog From 84c612c01dc2cd8224949024ccd22aab65aa9c81 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Sun, 28 Jun 2015 19:07:19 -0700 Subject: [PATCH 130/139] fix package "clustering" --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7d60344..e52c42c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1097,8 +1097,7 @@ packages: - memcached-binary "Kai Zhang @kaizhang": - # https://github.com/kaizhang/clustering/issues/1 - # - clustering + - clustering - matrices "Stackage upper bounds": From 9cbeade9bd5e8841a9e3437e6e9a380c2f15b066 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:16:57 +0300 Subject: [PATCH 131/139] Skip tests kaizhang/clustering#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e52c42c9..2d7ad105 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1259,6 +1259,9 @@ skipped-tests: - machines - semigroupoids + # https://github.com/kaizhang/clustering/issues/2 + - clustering + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From f12017174a546cc5a1c25b89342e589da0e5efcb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:27:36 +0300 Subject: [PATCH 132/139] Skip benchmarks for kaizhang/clustering#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d7ad105..a9cdbf9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1569,6 +1569,9 @@ skipped-benchmarks: # Old criterion - acid-state + # https://github.com/kaizhang/clustering/issues/2 + - clustering + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From eb26f8401d65688bbcca75f6a5551d41012c570d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:27:45 +0300 Subject: [PATCH 133/139] Reinstall Cabal library too --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 902e62f4..da6a9b60 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,6 @@ ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$A # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random cabal-install" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From d7da79e25e532d1c727c227031b1de959c1a4787 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 06:57:16 +0300 Subject: [PATCH 134/139] Upper bound on stack --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cdbf9f..2ffbafca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - random-source - shelly - smtLib - - stack + - stack < 9.9.9 - stackage # Temporary block while system-filepath issues worked out # - stackage-curator From b9d3c6695c2ac29d09d58a72a14d18cfe85e4273 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 07:01:55 +0300 Subject: [PATCH 135/139] Upper bound for #653 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ffbafca..453d79f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1134,6 +1134,9 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 + # https://github.com/fpco/stackage/issues/653 + - base-orphans < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From eebe38bf0f110065c46623d0ee17239c0aaae8dd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 07:02:59 +0300 Subject: [PATCH 136/139] Upper bound for #654 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 453d79f3..f0016e8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,6 +1137,9 @@ packages: # https://github.com/fpco/stackage/issues/653 - base-orphans < 0.4 + # https://github.com/fpco/stackage/issues/654 + - generic-deriving < 1.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 11133bc0b81ae97e85c608cbc214dcf3e4c4ad34 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 30 Jun 2015 10:44:38 +0200 Subject: [PATCH 137/139] add @MichelBoucey packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0016e8b..39689e73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1100,6 +1100,11 @@ packages: - clustering - matrices + "Michel Boucey @MichelBoucey": + - IPv6Addr + - ip6addr + - cayley-client + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 082dd72ef927dd3d3438763c07c3f72566ff245f Mon Sep 17 00:00:00 2001 From: k0ral Date: Tue, 30 Jun 2015 10:56:39 +0200 Subject: [PATCH 138/139] Add timerep --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39689e73..fc65c811 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1104,6 +1104,9 @@ packages: - IPv6Addr - ip6addr - cayley-client + + "koral koral@mailoo.org @k0ral": + - timerep "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 1fd7485e23ecaa76807cb0b1f8de56b04851e545 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 13:33:26 -0600 Subject: [PATCH 139/139] utility libraries, and ltext --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 557a795e..43840455 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,6 @@ packages: # - MFlow "Edward Kmett ": - - algebra - ad - adjunctions - approximate @@ -1016,6 +1015,10 @@ packages: - markup - webpage - composition-extra + - digestive-foundation-lucid + - ltext + - pred-trie + - poly-arity "Fumiaki Kinoshita @fumieval": - control-bool