From 88b29a97875af35c7a42d7871fd59fc1c97a08a6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 20:47:13 -0700 Subject: [PATCH 001/379] Revert "Revert "Add lmdb package."" --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8b26207..8018e5ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: "Travis Whitaker ": - cpuinfo + - lmdb - rdf "Juan Pedro Villa Isaza @jpvillaisaza": From 79f9700fa83b27eef1395fcf5ce4fb98a46adb99 Mon Sep 17 00:00:00 2001 From: winterland Date: Tue, 27 Sep 2016 12:05:07 +0800 Subject: [PATCH 002/379] Add some packages I have uploaded a new version of wire-streams, which use tasty instead of cabal-quickcheck. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..70aa4599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,8 @@ packages: "Winter Land @winterland1989": - tcp-streams + - wire-streams + - binary-parsers "Harendra Kumar @harendra-kumar": - unicode-transforms From da040c5f0d6c0291a301b8cc8fb080628e559505 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 26 Sep 2016 20:28:49 +0300 Subject: [PATCH 003/379] Fix #1905 #1833 --- build-constraints.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..16c67ac2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2534,10 +2534,6 @@ packages: - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 - # https://github.com/fpco/stackage/issues/1833 - - http-api-data < 0.3 - - servant-auth-cookie < 0.4 # also per servant < 0.9 #1906 - # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2556,16 +2552,6 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1906 - - servant < 0.9 - - servant-client < 0.9 - - servant-foreign < 0.9 - - servant-server < 0.9 - - servant-docs < 0.9 - - servant-js < 0.9 - - language-puppet < 1.3.2 - - servant-auth-cookie < 0.4 # also per http-api-data < 0.3 #1833 - # https://github.com/fpco/stackage/issues/1929 - hspec-megaparsec < 0.3.0 @@ -2718,6 +2704,7 @@ skipped-tests: - servant-swagger # haskell-src-exts 1.18 via aeson-qq - yaml # haskell-src-exts via aeson-qq - options # QuickCheck via chell-quickcheck + - uri-bytestring # haskell-src-exts via derive # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 61d7b14fca86c03e28b5d5d95e73f1673d60c56a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 28 Sep 2016 10:13:10 +0300 Subject: [PATCH 004/379] Add pid1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..5546023e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,6 +131,7 @@ packages: - safe-exceptions - monad-logger-syslog - fsnotify-conduit + - pid1 - fsnotify - hinotify From 96059ebea56fe873f0467afdf48c4e87c4f20136 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 28 Sep 2016 16:03:10 +0200 Subject: [PATCH 005/379] Add multistate, pqueue --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5546023e..b773cc63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2498,6 +2498,10 @@ packages: "Philipp Balzarek ": - xml-picklers + + "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": + - multistate + - pqueue # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4a67f82057c299a3911a44af4b1d8c31a25be336 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 10:13:37 -0700 Subject: [PATCH 006/379] Skip benchmarks for incremental-parser per blamario/incremental-parser#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5546023e..980507b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - incremental-parser # https://github.com/blamario/incremental-parser/issues/1 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From e14944172ecd076429260be2e26b4736dbb17b37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 10:28:30 -0700 Subject: [PATCH 007/379] re-enable hoauth2, closes #1937 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d874ccfb..e5f3e154 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2129,8 +2129,7 @@ packages: - wai-session-postgresql "Haisheng Wu @freizl": - [] - # - hoauth2 # BLOCKED aeson 1.0 + - hoauth2 "Falko Peters @informatikr": - scrypt From 2a22e8a2af74f8ece5af5f7122cb089865f2a00c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:05:14 -0700 Subject: [PATCH 008/379] Disable servant-mock per haskell-servant/servant-mock#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5f3e154..2fc14e78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -872,7 +872,7 @@ packages: - servant-lucid - servant-blaze - servant-foreign - - servant-mock + # - servant-mock # https://github.com/haskell-servant/servant-mock/issues/3 - servant-cassava "Alexandr Ruchkin @mvoidex": From 941330e8c528c1d6f37c6cbabe43c6771b2da995 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:08:25 -0700 Subject: [PATCH 009/379] Disable giphy-api per passy/giphy-api#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fc14e78..55a90545 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,7 +2112,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - - giphy-api + # - giphy-api # https://github.com/passy/giphy-api/issues/10 - optparse-text "rightfold @rightfold": From 69a5d238c1b6babd2750025c4f653ed010288c5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:11:00 -0700 Subject: [PATCH 010/379] Disable yahoo-finance-api per cdepillabout/yahoo-finance-api#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a90545..6e515ea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1770,7 +1770,7 @@ packages: - natural-transformation - opaleye-trans - read-env-var - - yahoo-finance-api + # - yahoo-finance-api # https://github.com/cdepillabout/yahoo-finance-api/issues/1 "Franklin Chen @FranklinChen": - Ebnf2ps From e7bd430b96c6d56c2db2c695ae652d2df99c3a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 22:19:30 -0700 Subject: [PATCH 011/379] Revert "Skip benchmarks for incremental-parser per blamario/incremental-parser#1" This reverts commit 4a67f82057c299a3911a44af4b1d8c31a25be336. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e515ea4..2cb83ae9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,7 +2967,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - incremental-parser # https://github.com/blamario/incremental-parser/issues/1 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From b832e42761ba08d1b2f55e5b5dc80b85c9df8598 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 29 Sep 2016 12:50:26 -0700 Subject: [PATCH 012/379] Add rethinkdb package back to Stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4cef52a..a0783400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1745,7 +1745,7 @@ packages: "Brandon Martin @codedmart": [] # GHC 8 & via engine-io - engine-io-wai - # - rethinkdb # BLOCKED aeson 1.0 + - rethinkdb "Michael Walker @barrucadu": - both From 3304f402fa2f08bb302673754cadb8c2ff21f17e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 29 Sep 2016 16:38:48 -0700 Subject: [PATCH 013/379] Add constraint "yi-language < 0.13" per yi-editor/yi#913 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4cef52a..f6130f3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2565,6 +2565,9 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/yi-editor/yi/issues/913 + - yi-language < 0.13 + # end of packages From 273d5f09b43452079039f731f483ca79fdd8bfee Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 30 Sep 2016 08:40:08 +0300 Subject: [PATCH 014/379] =?UTF-8?q?Enable=20=E2=80=98hspec-megaparsec?= =?UTF-8?q?=E2=80=99=20version=200.3.0=20and=20higher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #1929. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..e04f177b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,9 +2558,6 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1929 - - hspec-megaparsec < 0.3.0 - # https://github.com/haskell-works/hw-rankselect/issues/2 - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 From cfefeb691bfc516ff77dcf3df3293fa377358dd3 Mon Sep 17 00:00:00 2001 From: Iago Date: Fri, 30 Sep 2016 09:01:41 +0200 Subject: [PATCH 015/379] Add bv package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..0aa4acd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2485,6 +2485,9 @@ packages: - lmdb - rdf + "Iago Abal : + - bv + "Juan Pedro Villa Isaza @jpvillaisaza": - licensor From f44cd67aa0b9cff921fce8a1bc6bd1469c6e0fd0 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 30 Sep 2016 13:50:45 +0300 Subject: [PATCH 016/379] Re-enable haxl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..940588d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - # GHC 8 - haxl + - haxl - monad-time - packdeps - recursion-schemes From 5b0b4ca95e2418d97ad3f3d15dde6b18bd78d362 Mon Sep 17 00:00:00 2001 From: Iago Date: Fri, 30 Sep 2016 13:12:18 +0200 Subject: [PATCH 017/379] Fix: add missing quotation mark --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0aa4acd5..950c466d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2485,7 +2485,7 @@ packages: - lmdb - rdf - "Iago Abal : + "Iago Abal ": - bv "Juan Pedro Villa Isaza @jpvillaisaza": From ccd4bd4a1fe1d44ea996123b6d2689b86551f61a Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 30 Sep 2016 20:31:44 +0900 Subject: [PATCH 018/379] Add from-sum package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..48e723f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,6 +1765,7 @@ packages: "Dennis Gosnell @cdepillabout": - emailaddress - envelope + - from-sum # - hailgun # BLOCKED http-client 0.5 # GHC 8 - ig - natural-transformation From e3e0e16c7e75f9878b704deb1767200cf234b7c9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 08:59:52 -0700 Subject: [PATCH 019/379] Disable haxl per facebook/Haxl#57 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f2412a7..9ec77d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - - haxl + # - haxl # https://github.com/facebook/Haxl/issues/57 - monad-time - packdeps - recursion-schemes From 3865c86566464151888a753d41e6cf2cf73d1c3e Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Sat, 1 Oct 2016 02:11:01 +0800 Subject: [PATCH 020/379] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..34fc80e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2171,6 +2171,7 @@ packages: "Cindy Wang @CindyLinz": - NoTrace + - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": - polynomials-bernstein From 24bb37ddab9e297eca0285aeada3b0e923c6b88a Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Fri, 30 Sep 2016 16:40:34 -0700 Subject: [PATCH 021/379] add hdbc-mysql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..d6ae0108 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2508,6 +2508,9 @@ packages: - multistate - pqueue + "Ryan Mulligan @ryantm": + - hdbc-mysql + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From ec3ac751571d4865b74bcb483be65070fb2c10ae Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sat, 1 Oct 2016 10:45:30 +1000 Subject: [PATCH 022/379] Added tonyday567 packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf26fabb..37de3728 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,9 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + "Tony Day @tonyday567": + - chart-unit + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 7098d58614fbf9f155129d0622f61e0d411e8925 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 18:55:07 -0700 Subject: [PATCH 023/379] Remove extra empty list (bad yaml syntax) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdce6b39..1d5ceb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1743,7 +1743,6 @@ packages: - storable-record "Brandon Martin @codedmart": - [] # GHC 8 & via engine-io - engine-io-wai - rethinkdb From 8827106a7775615b581715e83f048bc6454d3b90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:38:45 -0700 Subject: [PATCH 024/379] tell us when servant-mock is released --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d5ceb19..8cb9fd58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,3 +3099,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 From 5e088ab849ad8a4077ec0d24ab1c1189b0e03bae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:43:09 -0700 Subject: [PATCH 025/379] Remove constraint on yi-language --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb9fd58..fc567ffa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2572,9 +2572,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/yi-editor/yi/issues/913 - - yi-language < 0.13 - # end of packages From 9ab258766f0f30d65f3638c09e76c11f6f8bde0f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:46:25 -0700 Subject: [PATCH 026/379] Restore giphy-api --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc567ffa..bddb0216 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,7 +2112,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - # - giphy-api # https://github.com/passy/giphy-api/issues/10 + - giphy-api - optparse-text "rightfold @rightfold": From 2d5e438d8e38b5a389f784c94a80405dee07d3b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:50:12 -0700 Subject: [PATCH 027/379] Re-enable haxl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bddb0216..d1579e88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - # - haxl # https://github.com/facebook/Haxl/issues/57 + - haxl - monad-time - packdeps - recursion-schemes From 5a9663022ee2e65b951317c38f14848785a7d5ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 07:52:52 -0700 Subject: [PATCH 028/379] notify on new haskell-src-meta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1579e88..522d6d39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,3 +3097,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 +- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 From 018c6809f6e6a26540bef8a0316bc531f94e77f9 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 1 Oct 2016 18:30:57 +0100 Subject: [PATCH 029/379] Add data-msgpack and network-msgpack-rpc packages See https://github.com/TokTok/hs-msgpack/issues/4. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..586dd70c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2513,6 +2513,10 @@ packages: "Tony Day @tonyday567": - chart-unit + + "Iphigenia Df @iphydf": + - data-msgpack + - network-msgpack-rpc # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 40b27f4ca6f101db49ef58070b5efb1fdef45966 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 15:08:53 -0700 Subject: [PATCH 030/379] Add constraint "tttool < 1.6.1.3" per #1784 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..f283f54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2549,6 +2549,7 @@ packages: - diagrams-cairo < 1.3.1.2 - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 + - tttool < 1.6.1.3 # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 From c11591c0c065093d8d4e9a3cb3bda9068488b42a Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sun, 2 Oct 2016 23:20:34 +0900 Subject: [PATCH 031/379] Reenable the hailgun package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..029e93c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,7 +1765,7 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # BLOCKED http-client 0.5 + - hailgun # GHC 8 - ig - natural-transformation - opaleye-trans From 909538ef4694ee8bd9be2bb7292f613bf3c8c43e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:04:50 +0900 Subject: [PATCH 032/379] drop bound for terminal-progress-bar (#1857) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..0aeeb4ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,9 +2558,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2726,7 +2723,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From b88bfe9c58465f36984768cdae4aa876fe9966ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:45:39 +0900 Subject: [PATCH 033/379] http-client-0.5 is in Nightly BLOCKED http-client via wreq -> BLOCKED wreq --- build-constraints.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f544e9f7..989feb6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -401,7 +401,7 @@ packages: "Paul Harper @benekastah": [] - # - yesod-auth-oauth2 # BLOCKED http-client 0.5 + # - yesod-auth-oauth2 # BLOCKED aeson-1.0 "Felipe Lessa @meteficha": # bounds - country-codes @@ -893,7 +893,8 @@ packages: # GHC 8 - machines-binary # GHC 8 - machines-process # GHC 8 - sarsi - # - wreq # BLOCKED http-lient 0.5 # on behalf of Bryan O'Sullivan @bos + # on behalf of Bryan O'Sullivan @bos: + # - wreq # BLOCKED http-client 0.5 "Andraz Bajt @edofic": - effect-handlers @@ -970,7 +971,7 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # BLOCKED wreq via http-client + # BLOCKED wreq: # - bitcoin-api # - bitcoin-api-extra - bitcoin-block @@ -2029,7 +2030,7 @@ packages: - git-fmt - omnifmt # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack # BLOCKED http-client 0.5 + # - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2096,7 +2097,7 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # http-client 0.5 via wreq + # - extract-dependencies # BLOCKED wreq - file-modules - frontmatter - read-editor @@ -2104,10 +2105,10 @@ packages: # bounds - hzulip - list-prompt # GHC 8 - memoization-utils - # - package-description-remote # BLOCKED http-client 0.5 via wreq + # - package-description-remote # BLOCKED wreq - projectroot - questioner - # - stack-run-auto # BLOCKED http-client 0.5 via wreq + # - stack-run-auto # BLOCKED wreq # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate - language-dockerfile @@ -2166,7 +2167,7 @@ packages: "Justus Adam @JustusAdam": [] - # - mustache # BLOCKED http-client 0.5 via wreq + #- mustache # BLOCKED wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2293,7 +2294,7 @@ packages: "Ismail Mustafa @ismailmustafa": [] - # - handwriting # BLOCKED http-client 0.5 via wreq + # - handwriting # BLOCKED wreq "Stephen Diehl @sdiehl": - protolude @@ -2472,7 +2473,7 @@ packages: "Matthias Herrmann @2chilled": [] - # - scrape-changes # BLOCKED http-client 0.5 + # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": - writer-cps-mtl @@ -2528,7 +2529,7 @@ packages: - bower-json - boxes - pattern-arrows - # - purescript # BLOCKED http-client 0.5 + # - purescript # BLOCKED aeson-1.0 # If you want to make sure a package is removed from stackage, @@ -3100,3 +3101,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 +- wreq 0.4.1.0 From d5c849fec08610a812bece4f9e0eb80efafd8bc3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:38:15 +0900 Subject: [PATCH 034/379] cron owned by @MichaelXavier --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989feb6d..309411d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,7 +1571,6 @@ packages: - string-class - SHA - data-ordlist - # - cron # BLOCKED haskell-src-exts 1.18 via derive - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": From a59eb8bd6ea1cb070487a085a90221a0f0f17be3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:39:09 +0900 Subject: [PATCH 035/379] make haskell-src-exts blocked comments more explicit -> haskell-src-meta, derive, aeson-qq, etc --- build-constraints.yaml | 65 +++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309411d8..ae6aeea2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,7 +15,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # haskell-src-exts 1.18 via derive + # - postgresql-query # BLOCKED derive - hreader - hset @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - # - hspec-wai-json # BLOCKED haskell-src-exts 1.18 via aeson-qq - # - aeson-qq # BLOCKED haskell-src-exts 1.18 - # - interpolate # BLOCKED haskell-src-exts 1.18 + #- hspec-wai-json # BLOCKED aeson-qq + #- aeson-qq # BLOCKED haskell-src-meta + #- interpolate # BLOCKED haskell-src-meta - doctest - base-compat @@ -488,7 +488,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # haskell-src-exts 1.18 via derive + # - bloodhound # BLOCKED derive and aeson-1.0 "Adam Bergmark @bergmark": - HUnit @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - # - here # BLOCKED haskell-src-exts 1.18 + #- here # BLOCKED haskell-src-meta - hlibgit2 - gitlib-libgit2 - hostname-validate - # - interpolatedstring-perl6 # BLOCKED haskell-src-exts 1.18 + #- interpolatedstring-perl6 # BLOCKED haskell-src-meta - iproute - missing-foreign - MissingH @@ -779,7 +779,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED haskell-src-exts 1.18 via interpolate + # - hpack # BLOCKED interpolate "Michael Sloan @mgsloan": - th-orphans @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - # - QuasiText # BLOCKED haskell-src-exts 1.18 + #- QuasiText # BLOCKED haskell-src-meta - union-find - zip-archive @@ -990,15 +990,15 @@ packages: - gitson - pcre-heavy - http-link-header - # - microformats2-parser # BLOCKED haskell-src-exts 1.18 via aeson-qq + # - microformats2-parser # BLOCKED aeson-qq - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-exts 1.18 + # - language-c-quote # BLOCKED haskell-src-meta "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-exts 1.18 via interpolate + # - generics-eot # BLOCKED haskell-src-meta - getopt-generics - graph-wrapper - string-conversions @@ -1075,7 +1075,7 @@ packages: - persistent-refs "Luke Taylor @tekul": - - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq + - jose-jwt "Brendan Hay @brendanhay": # BLOCKED http-conduit 2.2 @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc-happstack # BLOCKED haskell-src-exts 1.18 - # via snap-core - jmacro-rpc-snap + # - jmacro # BLOCKED haskell-src-meta + # - jmacro-rpc # BLOCKED jmacro + # - jmacro-rpc-happstack # BLOCKED jmacro + # - jmacro-rpc-snap # BLOCKED snap-core - mbox - kmeans - boolsimplifier @@ -1466,9 +1466,9 @@ packages: "Michael Xavier @MichaelXavier": - angel - # - uri-bytestring # haskell-src-exts 1.18 via derive + - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # haskell-src-exts 1.18 via derive + # - cron # BLOCKED derive # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -1547,11 +1547,11 @@ packages: - google-oauth2-jwt "koral koral@mailoo.org @k0ral": - # - atom-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - atom-conduit - conduit-parse - # - opml-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - rss-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - imm # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - opml-conduit + - rss-conduit + # - imm # BLOCKED derive - timerep - xml-conduit-parse @@ -1688,7 +1688,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 + # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 "James Cook @mokus0": - dependent-sum @@ -1946,8 +1946,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # BLOCKED http-conduit 2.2 - # - twitter-types # haskell-src-exts 1.18 via derive - # - twitter-types-lens # haskell-src-exts 1.18 via derive + # - twitter-types # BLOCKED derive + # - twitter-types-lens # BLOCKED derive # "Robbin C. robbinch": # via lzma-conduit - zim-parser @@ -2064,7 +2064,7 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-exts 1.18 via hsx2hs + # - clckwrks # haskell-src-meta and hsx2hs # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs @@ -2199,7 +2199,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # haskell-src-exts 1.18 via derive + # - ua-parser # BLOCKED derive - hs-GeoIP - retry # GHC 8 - katip @@ -2300,7 +2300,7 @@ packages: "Daishi Nakajima @nakaji_dayo": [] - # - yesod-job-queue # BLOCKED haskell-src-exts 1.18 via cron + # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": # via hakyll - hakyll-sass @@ -2413,8 +2413,8 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # haskell-src-exts 1.18 via aeson-qq - # - solga-swagger # haskell-src-exts 1.18 via aeson-qq + # - solga # BLOCKED aeson-qq + # - solga-swagger # aeson-qq # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad @@ -2438,7 +2438,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-exts 1.18 + # - codo-notation # BLOCKED haskell-src-meta - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran @@ -2882,7 +2882,6 @@ expected-test-failures: - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed - - haskell-src-exts # 1.17.1 - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 From a6c510cf3457ff26d4fd24cf14e8b1faa3060f51 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:52:58 +0900 Subject: [PATCH 036/379] megaparsec < 5.1.0 (#1959) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae6aeea2..418e5bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2574,6 +2574,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1959 + - megaparsec < 5.1.0 # end of packages From e9e81da19fb99a8184d5df18518adf5e06fce1fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:56:23 +0900 Subject: [PATCH 037/379] Revert "drop bound for terminal-progress-bar (#1857)" since 0.1.[01] fails to test/build (roelvandijk/terminal-progress-bar#12) This reverts commit 909538ef4694ee8bd9be2bb7292f613bf3c8c43e. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 418e5bde..81e30073 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,6 +2558,9 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 + # https://github.com/fpco/stackage/issues/1857 + - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this + # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2725,7 +2728,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - + - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d632a0036bb5a8dbe0d8c2083750a64828f440a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 12:20:14 +0900 Subject: [PATCH 038/379] re-disable opml-conduit (k0ral/opml-conduit#5) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e30073..98081f1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,7 +1549,8 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - - opml-conduit + # https://github.com/k0ral/opml-conduit/issues/5 + # - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From ecb134600ff37e6ac98c47834f2325e25d2f750c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 18:32:51 +0900 Subject: [PATCH 039/379] Revert "megaparsec < 5.1.0 (#1959)" should be ok with language-puppet 1.3.2.1 This reverts commit a6c510cf3457ff26d4fd24cf14e8b1faa3060f51. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98081f1d..f3357971 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2578,8 +2578,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1959 - - megaparsec < 5.1.0 # end of packages From f9cedc98e29be0552eafa3f8065c59e48ff59aa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:29:29 +0900 Subject: [PATCH 040/379] haskell-src-meta-0.7 supports haskell-src-exts-1.18 --- build-constraints.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3357971..5acf4cf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - #- hspec-wai-json # BLOCKED aeson-qq - #- aeson-qq # BLOCKED haskell-src-meta - #- interpolate # BLOCKED haskell-src-meta + - hspec-wai-json + - aeson-qq + - interpolate - doctest - base-compat @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta + #- here # BLOCKED haskell-src-meta-0.7.0 - hlibgit2 - gitlib-libgit2 - hostname-validate - #- interpolatedstring-perl6 # BLOCKED haskell-src-meta + - interpolatedstring-perl6 - iproute - missing-foreign - MissingH @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - #- QuasiText # BLOCKED haskell-src-meta + - QuasiText - union-find - zip-archive @@ -995,10 +995,10 @@ packages: "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-meta + # - language-c-quote # BLOCKED haskell-src-meta-0.7 "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-meta + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-meta - # - jmacro-rpc # BLOCKED jmacro - # - jmacro-rpc-happstack # BLOCKED jmacro - # - jmacro-rpc-snap # BLOCKED snap-core + - jmacro + - jmacro-rpc + - jmacro-rpc-happstack + - jmacro-rpc-snap - mbox - kmeans - boolsimplifier @@ -2439,7 +2439,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-meta + - codo-notation - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran From f18a4c8ddce1f6f4b15e74ccb4363d1d07e3416d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:32:35 +0900 Subject: [PATCH 041/379] remove haskell-src-meta-0.6.0.14 from "tell when released" --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5acf4cf8..860af7a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,5 +3102,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 - wreq 0.4.1.0 From 5c0222489a1fb688405e753fa64b37bdf1fd1eca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 5 Oct 2016 11:34:58 +0900 Subject: [PATCH 042/379] Revert "re-disable opml-conduit (k0ral/opml-conduit#5)" opml-conduit-0.6.0.1 This reverts commit d632a0036bb5a8dbe0d8c2083750a64828f440a6. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..4d89f475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,8 +1549,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - # https://github.com/k0ral/opml-conduit/issues/5 - # - opml-conduit + - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From e8d8d50a37657055dbc46013a0fde1524fb3ce08 Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Tue, 4 Oct 2016 18:07:10 -0400 Subject: [PATCH 043/379] add threads-extra to stackage add clock-extras and next-ref to build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..8637920d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,11 @@ packages: - data-msgpack - network-msgpack-rpc + "Jonathan Fischoff ": + - threads-extra + - clock-extras + - next-ref + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From fc699d8b1329e20cb5174fc4851668bb1854c849 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 5 Oct 2016 09:33:16 +0200 Subject: [PATCH 044/379] Re-enable some test suites and haddocks --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..39431f0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,8 +2692,6 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - - GLFW-b # https://github.com/bsl/GLFW-b/issues/62 - - HsOpenSSL # https://github.com/phonohawk/HsOpenSSL/issues/57 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 @@ -2707,7 +2705,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - pure-cdb # test-simple - - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 @@ -2948,7 +2945,6 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 3d89776a8c62ec7cb651ffd8108230d0bf509d69 Mon Sep 17 00:00:00 2001 From: Stefan Wehr Date: Wed, 5 Oct 2016 17:57:07 +0200 Subject: [PATCH 045/379] Added large-hashable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..a5c74593 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,6 +215,7 @@ packages: - HTF - xmlgen - stm-stats + - large-hashable "Bart Massey @BartMassey": - parseargs From 80c0cbe362abc476229939b9056fddb94a0c94d8 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Wed, 5 Oct 2016 17:04:16 -0400 Subject: [PATCH 046/379] Adding package hsinstall to Stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..71bbc2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2517,6 +2517,9 @@ packages: "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc + + "Dino Morelli @dino-": + - hsinstall # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From bd333494d16904f7ef9d6bb0684a7175e8be9508 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:38:32 +0900 Subject: [PATCH 047/379] HUnit < 1.4.0.0 (#1965) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b5d5a31..9d2c66c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2586,6 +2586,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1965 + - HUnit < 1.4.0.0 # end of packages From d3958bc3bddd566c3a29f53f51d6a3c64b29988a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:19 +0900 Subject: [PATCH 048/379] clarify repa and Agda QuickCheck blocks --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d2c66c1..bdc58af1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,9 +622,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck 2.9 - # - repa-io # BLOCKED QuickCheck 2.9 - # - repa-algorithms # BLOCKED QuickCheck 2.9 + # - repa # BLOCKED QuickCheck < 2.9 + # - repa-io # BLOCKED repa + # - repa-algorithms # BLOCKED repa # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -1689,7 +1689,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 + # - Agda # BLOCKED haskell-src-exts < 1.18 and QuickCheck < 2.9 "James Cook @mokus0": - dependent-sum From a9f9816ec5e27e6a3e6cbf8eb182d6a49f0a219b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:59 +0900 Subject: [PATCH 049/379] reenable yi --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdc58af1..2a1443b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,8 +1786,8 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # BLOCKED QuickCheck 2.9 - # - yi-fuzzy-open # BLOCKED QuickCheck 2.9 + - yi + - yi-fuzzy-open - yi-language - yi-rope From be0bca1667796b3141ab59beeb7265bd304789f7 Mon Sep 17 00:00:00 2001 From: Bernie Pope Date: Sat, 8 Oct 2016 19:48:15 +1100 Subject: [PATCH 050/379] Add language-python --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..079aca9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,9 @@ packages: - threads-extra - clock-extras - next-ref + + "Bernie Pope @bjpop": + - language-python # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9e70334c4b5c686020d08700d01fd6c5a46d9b86 Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Sat, 8 Oct 2016 15:05:10 +0200 Subject: [PATCH 051/379] Re-enable servant-mock Test-suite fixed in version 0.8.1.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..6453f87b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,7 +873,7 @@ packages: - servant-lucid - servant-blaze - servant-foreign - # - servant-mock # https://github.com/haskell-servant/servant-mock/issues/3 + - servant-mock - servant-cassava "Alexandr Ruchkin @mvoidex": From 878daad4c227515dc0a0025e5f11421c1446a2fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 8 Oct 2016 19:59:01 +0200 Subject: [PATCH 052/379] Remove http-types entries that were added by mistake. https://github.com/fpco/stackage/pull/1956#issuecomment-252417312 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..8aae3baf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1460,7 +1460,6 @@ packages: # 0.2.0.0 compilation failure - uri-templater # via uri-templater - librato # bounds - datadog - - http-types # bounds - engine-io-growler # bounds - flowdock # GHC 8 - growler @@ -1878,7 +1877,6 @@ packages: - withdependencies - hruby - language-puppet - - http-types # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash @@ -2504,7 +2502,7 @@ packages: "Philipp Balzarek ": - xml-picklers - + "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": - multistate - pqueue @@ -2514,11 +2512,11 @@ packages: "Tony Day @tonyday567": - chart-unit - + "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc - + "Dino Morelli @dino-": - hsinstall From e2f33e6ff027cf28fcbf267e279c069643537cae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:37:20 +0900 Subject: [PATCH 053/379] haskell-gi-base < 0.19 (#1970) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03e6dbb4..f5ab91ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,6 +2589,9 @@ packages: # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + + # https://github.com/fpco/stackage/issues/1970 + - haskell-gi-base < 0.19 # end of packages From 14eb23a189894e2a42a874e27d81cfb461b15855 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:43:48 +0900 Subject: [PATCH 054/379] hspec-expectations < 0.8.0 (#1971) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5ab91ca..74bd5e9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,6 +2592,9 @@ packages: # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 + + # https://github.com/fpco/stackage/issues/1971 + - hspec-expectations < 0.8.0 # end of packages From 45f88ad8dc87ab95904d54c7ffb92bab958abf41 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:45:57 +0900 Subject: [PATCH 055/379] lens < 4.15 (#1972) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74bd5e9e..59c1ce31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,9 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + + # https://github.com/fpco/stackage/issues/1972 + - lens < 4.15 # end of packages From 6e797e1bca6a932ffa1085ed203b3392f093e83a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:48:03 +0900 Subject: [PATCH 056/379] hspec-wai < 0.8.0 (#1971) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c1ce31..8ad26d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + - hspec-wai < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 6bcd8233521742c5380ac91ce8b9bcca95ae2972 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:58:06 +0900 Subject: [PATCH 057/379] more bounds for hspec-expectations-0.8.0 (#1971) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ad26d6b..863cb1de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,8 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - - hspec-wai < 0.8.0 + - hspec-wai < 0.7.0 + - hspec-wai-json < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 65f1f9babc72f9255d5aeee2b2bc07a0acd3b50b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:07:49 +0900 Subject: [PATCH 058/379] hspec-wai-json < 0.7.0 (#1971) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 863cb1de..7fba2791 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2596,7 +2596,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - - hspec-wai-json < 0.8.0 + - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 94f2a5c09b5fad41ee9b3c60a67c8e7effad909f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:11:34 +0900 Subject: [PATCH 059/379] run-nightly.sh: don't print date until end --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9c222bde..992f855f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date echo echo "Running cron.sh (hiding verbose output)" From e1934f3840385ecb4d4d33de544a14556456c346 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 9 Oct 2016 18:33:20 +0330 Subject: [PATCH 060/379] add picedit to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..77915a92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2528,6 +2528,9 @@ packages: "Bernie Pope @bjpop": - language-python + "Mahdi Dibaiee ": + - picedit + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 30f7ff54b83c778cd808a89d5051724b5e935409 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sun, 9 Oct 2016 14:07:08 -0400 Subject: [PATCH 061/379] Remove pipes-cliff Is unmaintained and may be buggy. Has no dependencies in Stackage. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..92911ba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -143,7 +143,6 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - pipes-cliff - anonymous-sums - multiarg - prednote From 556d172eff09ddb50aed2885022ff129f5770672 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 20:18:11 +0200 Subject: [PATCH 062/379] Update lens benchmark info --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..f4d7f9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2524,7 +2524,7 @@ packages: - threads-extra - clock-extras - next-ref - + "Bernie Pope @bjpop": - language-python @@ -2599,7 +2599,7 @@ packages: - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 + - lens < 4.15 # Re-enable `lens' benchmarks when lifted # end of packages @@ -2944,7 +2944,7 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # https://github.com/ekmett/lens/issues/672 + - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 3c6c73ed5192351d0c4e7d2366e990e70bcb904d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 23:49:59 +0200 Subject: [PATCH 063/379] Re-enable snap packages --- build-constraints.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..f3e950f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -46,7 +46,7 @@ packages: # GHC 8 - envy - s3-signer # bounds - google-translate - # via snap - hackernews + - hackernews # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams @@ -186,12 +186,12 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # via snap-core - hakyll + # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell # - profiteur # BLOCKED aeson 1.0 - psqueues - websockets - # via snap-core - websockets-snap + - websockets-snap "Sibi Prabakaran @psibi": - download @@ -415,7 +415,7 @@ packages: - serversession-backend-acid-state # bounds - serversession-backend-persistent # bounds - serversession-backend-redis - # via snap - serversession-frontend-snap + # - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus @@ -501,7 +501,7 @@ packages: - fay-text - fay-uri - feed - # via snap - snaplet-fay + - snaplet-fay - time-compat - through-text @@ -673,7 +673,7 @@ packages: - rest-core - rest-gen - rest-happstack - # GHC 8 - rest-snap + - rest-snap - rest-stringmap - rest-types - rest-wai @@ -946,11 +946,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 & via snap-core - github-webhook-handler-snap + # GHC 8 - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 & via snap - mole + # GHC 8 - mole - publicsuffix - rethinkdb-client-driver @@ -1488,7 +1488,7 @@ packages: # GHC 8 - wai-routes "Daniel Patterson @dbp": - # GHC 8 - hspec-snap + # via digestive-functors - hspec-snap - hworker # - hworker-ses BLOCKED amazonka-core - fn @@ -2302,7 +2302,7 @@ packages: # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": - # via hakyll - hakyll-sass + # - hakyll-sass "Patrick Thomson @helium": - postgresql-transactional @@ -2735,6 +2735,7 @@ skipped-tests: - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 + - snap # QuickCheck 2.9 # Transitive outdated dependencies # These packages @@ -2918,7 +2919,6 @@ expected-test-failures: # Problem on the stackage build server, we need to dig deeper into # these if we want them fixed - - snap-core # 1.0.0.0 https://github.com/snapframework/snap-core/issues/261 - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 From 5df9f7bc13d52371aca1885dd157244fb2ea3e5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Oct 2016 00:02:44 +0200 Subject: [PATCH 064/379] Re-enable haskell-src-exts packages --- build-constraints.yaml | 43 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3e950f5..b4b4a538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -764,7 +764,7 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta-0.7.0 + # haskell-src-exts 1.18 - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -780,7 +780,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED interpolate + - hpack "Michael Sloan @mgsloan": - th-orphans @@ -995,8 +995,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # - language-c-quote # BLOCKED haskell-src-meta-0.7 + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot @@ -2027,8 +2026,8 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt - # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack + # aeson & extra - werewolf + # aeson & extra & http-client & http-client-tls - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2063,25 +2062,25 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-meta and hsx2hs - # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-theme-bootstrap # haskell-src-exts 1.18 via hsx2hs + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap - hackage-whatsnew - # - happstack-authenticate # haskell-src-exts 1.18 via hsx2hs + - happstack-authenticate - happstack-clientsession - # - happstack-hsp # haskell-src-exts 1.18 via hsx2hs - # - happstack-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - happstack-hsp + - happstack-jmacro - happstack-server - happstack-server-tls - # - hsx-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - hsx-jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - # - reform-hsp # haskell-src-exts 1.18 via hsx2hs + - reform-hsp - userid - web-plugins - web-routes @@ -2090,7 +2089,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - # - hsx2hs # BLOCKED haskell-src-exts 1.18 + - hsx2hs "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2107,7 +2106,7 @@ packages: - projectroot - questioner # - stack-run-auto # BLOCKED wreq - # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate + # aeson 1.0 - hpack-convert - language-dockerfile "Pascal Hartig @passy": @@ -2421,7 +2420,7 @@ packages: - hmpfr "Bartosz Nitka @niteria": - # - haskell-packages # BLOCKED haskell-src-exts via hse-cpp + - haskell-packages - oeis "Gergely Patai @cobbpg": @@ -2450,8 +2449,7 @@ packages: - encoding-io "Anton Gushcha @ncrashed": - [] - # - aeson-injector # haskell-src-exts 1.18 via aeson-qq + - aeson-injector "Rune K. Svendsen @runeks": [] @@ -2742,9 +2740,6 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - swagger2 # haskell-src-exts 1.18 via aeson-qq - - servant-swagger # haskell-src-exts 1.18 via aeson-qq - - yaml # haskell-src-exts via aeson-qq - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive From cb473b55974c535fdbed1297030745a8b1123f44 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Sun, 9 Oct 2016 18:28:18 -0400 Subject: [PATCH 065/379] Added new package tce-conf --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..15657bf1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,7 @@ packages: "Dino Morelli @dino-": - hsinstall + - tce-conf "Jonathan Fischoff ": - threads-extra From aff1bf70927c36e6057995671accee84bd88e284 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:07:55 +0900 Subject: [PATCH 066/379] alex-3.2.0 test build failure (simonmar/alex#94) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba34786..6b2e00ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2603,6 +2603,9 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted + + # https://github.com/simonmar/alex/issues/94 + - alex < 3.2.0 # end of packages @@ -3128,3 +3131,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq 0.4.1.0 +- alex 3.2.0 From 8b196324919cfc901a40fb7ed78259e94879c674 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:14:21 +0900 Subject: [PATCH 067/379] hspec-meta < 2.3.1 (hspec/hspec#284) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b2e00ac..21e2f53d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,6 +2606,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + + # https://github.com/hspec/hspec/issues/284 + - hspec-meta < 2.3.1 # end of packages From 71be0b970312968b87ac1d102154705c35e80e0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:22:41 +0900 Subject: [PATCH 068/379] large-hashable fails to build (#1964) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21e2f53d..cce4f535 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/fpco/stackage/pull/1964 + #- large-hashable "Bart Massey @BartMassey": - parseargs From 48f8cbc24c210048eb600c357e7260dcfe825597 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:27:11 +0900 Subject: [PATCH 069/379] redisable yi-fuzzy-open Setup: Encountered missing dependencies: yi >=0.10.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cce4f535..69a66e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1787,7 +1787,7 @@ packages: - word-trie - xdg-basedir - yi - - yi-fuzzy-open + #- yi-fuzzy-open - yi-language - yi-rope From c5fb39993d31060091351c72e9b77691bc4e33a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:34:28 +0900 Subject: [PATCH 070/379] hspec-meta < 2.3.0 (hspec/hspec#284) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69a66e45..56fb349e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,7 +2609,7 @@ packages: - alex < 3.2.0 # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.1 + - hspec-meta < 2.3.0 # end of packages From c2170ddcea056efff791c76b2c54921fa93e1afd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:37:16 +0900 Subject: [PATCH 071/379] run-nightly.sh: remove newline before cron.sh I keep Ctrl-c'ing cron.sh by mistake, thinking it has already finished --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 992f855f..9ffe247d 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' From 7e83f0d070d970c0e8f702d058b9e76e04018733 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:42:08 +0900 Subject: [PATCH 072/379] run-nightly.sh: move newline after cron.sh --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9ffe247d..75e7405e 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -8,6 +8,7 @@ while true; do echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' echo "done." + echo date sleep 30m From 890d1399b0800334519440e498df5e10edb5b1bf Mon Sep 17 00:00:00 2001 From: Marcin Mrotek Date: Mon, 10 Oct 2016 14:13:38 +0200 Subject: [PATCH 073/379] Removed my packages Sorry, I can no longer keep my packages up to date. My Stack installation has broken beyond repair by reinstallation, and I don't have time to fix that right now. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..143d426c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -855,11 +855,6 @@ packages: "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c - "Marcin Mrotek @marcinmrotek": - - type-list - - zoom-refs - - vinyl-utils - "David Turner @davecturner": - alarmclock - bank-holidays-england From 8cd33f6adde92ab2e6316358a7454907c5fda24d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:28:43 +0900 Subject: [PATCH 074/379] Revert "large-hashable fails to build (#1964)" This reverts commit 71be0b970312968b87ac1d102154705c35e80e0a. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..38f6eb86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,8 +214,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/fpco/stackage/pull/1964 - #- large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 997289127831cdb7d8535cee41505ead705778e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:36:36 +0900 Subject: [PATCH 075/379] move hspec-meta constraint into hspec-expectations block (hspec/hspec#284) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38f6eb86..4e22b6c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2598,6 +2598,7 @@ packages: - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - hspec-wai-json < 0.7.0 + - hspec-meta < 2.3.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted @@ -2605,8 +2606,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.0 # end of packages From b75aeef375d375ffce946417b0a27018ddf4732a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 10:41:11 +0900 Subject: [PATCH 076/379] 3 abandoned packages from #1976 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61adb8de..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,6 +2536,9 @@ packages: - pattern-arrows # - purescript # BLOCKED aeson-1.0 + - type-list + - zoom-refs + - vinyl-utils # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:34:45 +0900 Subject: [PATCH 077/379] yi-language-0.13.1 fails to build (yi-editor/yi-language#12) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..c5c6b306 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,8 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/yi-editor/yi-language/issues/12 + - yi-language < 0.13.1 # end of packages From a9b9bde826a5af8e2cd1c67cf01ba79b145f054d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:45:43 +0900 Subject: [PATCH 078/379] Revert "yi-language-0.13.1 fails to build (yi-editor/yi-language#12)" yi-language-0.13.0.2 gives same error This reverts commit 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5c6b306..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,8 +2604,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/yi-editor/yi-language/issues/12 - - yi-language < 0.13.1 # end of packages From c10c345b425ae096bcab6f67dba0db9478de12a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:41:57 +0300 Subject: [PATCH 079/379] Temporary block factisresearch/large-hashable#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..ceca108c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/factisresearch/large-hashable/issues/10 + # - large-hashable "Bart Massey @BartMassey": - parseargs From c24ef1094d7426338591e9c3a232ec70a922b8de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:47:06 +0300 Subject: [PATCH 080/379] Block packages for yi-editor/yi#922 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ceca108c..86ae7362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,9 +1779,12 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi + # - yi BLOCKED due to yi-language #- yi-fuzzy-open - - yi-language + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope # "Tobias Bexelius @tobbebex": From 35415ec83ae826d950b6a8ed7e0faf17d70d49aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:48:15 +0300 Subject: [PATCH 081/379] Expect test failure snapframework/snap-core#26 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86ae7362..3fc428f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2924,6 +2924,8 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:55:02 +0300 Subject: [PATCH 082/379] Temporary block mainland/language-c-quote#72 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc428f2..1de2b418 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -990,7 +990,9 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # https://github.com/mainland/language-c-quote/issues/72 + # - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 470d64238f4c3ccdea55a3874f48aa1489a00516 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:23:30 +0300 Subject: [PATCH 083/379] Expect test suite failure dmjio/hackernews#19 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1de2b418..a073172b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2928,6 +2928,8 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 + - hackernews # https://github.com/dmjio/hackernews/issues/19 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 88315dfa5f51521d4ebf8487ba258b354947daca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:26:46 +0300 Subject: [PATCH 084/379] Expected test failure snapframework/heist#95 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a073172b..8e0ba188 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2930,6 +2930,8 @@ expected-test-failures: - hackernews # https://github.com/dmjio/hackernews/issues/19 + - heist # https://github.com/snapframework/heist/issues/95 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f64bbddcbb8e7a1a0d9c5d86cda2828d26fb9c6b Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 02:38:57 -0700 Subject: [PATCH 085/379] Add stb-image-redux --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..a86fd113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2529,6 +2529,9 @@ packages: "Mahdi Dibaiee ": - picedit + + "Alexis Williams @sasinestro": + - stb-image-redux # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2cbfea588e34f3c436dcbd8c44b1d3b820d8d344 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 12 Oct 2016 15:26:19 +0530 Subject: [PATCH 086/379] Add textlocal package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..c1d8fd68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: "Sibi Prabakaran @psibi": - download + - textlocal "haskell-opengl": - OpenGL From f0d2a99acf2039b1b8849ec0fbfb1e5cc7a5afde Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 04:13:21 -0700 Subject: [PATCH 087/379] Fixed typo in email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a86fd113..562b2515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,7 +2530,7 @@ packages: "Mahdi Dibaiee ": - picedit - "Alexis Williams @sasinestro": + "Alexis Williams @sasinestro": - stb-image-redux # If you stop maintaining a package you can move it here. From a7a55c9ec97b7ea4d6836161eeca913e0f1c6a51 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 12 Oct 2016 21:47:43 +0900 Subject: [PATCH 088/379] Reenable yahoo-finance-api package. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..e7685c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1766,7 +1766,7 @@ packages: - natural-transformation - opaleye-trans - read-env-var - # - yahoo-finance-api # https://github.com/cdepillabout/yahoo-finance-api/issues/1 + - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2859,6 +2859,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - yahoo-finance-api # Requires being able to access Yahoo Finance API # Deprecated # Eventually we'll have to disable these packages completely. From 98b7c310984f451d247548e58e2d1caf785ac68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Wed, 12 Oct 2016 19:21:22 -0300 Subject: [PATCH 089/379] Reenable distributed-process --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..352a3bdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,7 +1921,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # GHC 8 - distributed-process + - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution From 2b30b950f640c6b7bb5bad14f16e477c2fdcde80 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 12 Oct 2016 19:48:58 -0400 Subject: [PATCH 090/379] add sqlite-simple-errors --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..06246744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joseph Canero @caneroj1": + - sqlite-simple-errors + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From b8379c7231474598ac83b9d99f5a2a25dd34fddf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:48:20 +0300 Subject: [PATCH 091/379] Expect test failure mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..82e6a731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2932,6 +2932,8 @@ expected-test-failures: - heist # https://github.com/snapframework/heist/issues/95 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3a8f601b7c6cf7bdd86ca0c60a12eaf4af00c86c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:49:50 +0300 Subject: [PATCH 092/379] Expect test failure athanclark/commutative#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82e6a731..e4ad32bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,8 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commtative # https://github.com/athanclark/commutative/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f3a427ac77f891092fc787adf89a78c260975efa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:06:39 +0300 Subject: [PATCH 093/379] Expect test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4ad32bd..c5ad0b05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,8 @@ expected-test-failures: - commtative # https://github.com/athanclark/commutative/issues/4 + - docopt # https://github.com/docopt/docopt.hs/issues/29 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 647d3357b4403b9e16d1fe6e9283abad28166a12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:22:12 +0300 Subject: [PATCH 094/379] Fix a typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5ad0b05..baad35ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,7 +2934,7 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commtative # https://github.com/athanclark/commutative/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 - docopt # https://github.com/docopt/docopt.hs/issues/29 From 7b8fc7cdbc8d2f7b39b94c2b0a21abaef36ffec5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:23:45 +0300 Subject: [PATCH 095/379] language-lua2 is abandoned mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baad35ba..7350ddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1374,7 +1374,6 @@ packages: - aeson-better-errors "Mitchell Rosen @mitchellwrosen": - - language-lua2 - tasty-hspec "Christiaan Baaij @christiaanb": @@ -2545,6 +2544,7 @@ packages: - type-list - zoom-refs - vinyl-utils + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From ee11a5e558dd63ec7ecaeeaae3ddc0229e43bfcd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 09:40:13 +0300 Subject: [PATCH 096/379] Expect test failure SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7d6f604..18849262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,6 +2946,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 826b5d43565b8acdeb2b2e35af2eb6df52915294 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Oct 2016 13:58:03 +0200 Subject: [PATCH 097/379] Update build-constraints.yaml doctemplates is a new dependency of pandoc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18849262..95f76ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2184,6 +2184,7 @@ packages: - highlighting-kate - pandoc-types - zip-archive + - doctemplates # - pandoc # BLOCKED aeson 1.0 # - pandoc-citeproc # BLOCKED aeson 1.0 From 5f90a573b183d0f467bbb11873d13179f1dba788 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 13 Oct 2016 18:37:28 +0200 Subject: [PATCH 098/379] Update build-constraints.yaml added network-multicast --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95f76ee3..ac97f6d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Marco Zocca @ocramz": + - network-multicast + "Joseph Canero @caneroj1": - sqlite-simple-errors From ca4cf7a3a79098a49573ceff3f459ae22435ff43 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Fri, 14 Oct 2016 14:11:53 -0700 Subject: [PATCH 099/379] Resolved SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..4180c602 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2950,8 +2950,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 99373d5181a8329c4014f2a734ec50e84340f74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Fri, 14 Oct 2016 19:31:18 -0300 Subject: [PATCH 100/379] Reenable distributed-process-simplelocalnet --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..91fbdc0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1933,9 +1933,9 @@ packages: # GHC 8 - distributed-process-execution # GHC 8 - distributed-process-extras # GHC 8 - distributed-process-registry - # GHC 8 - distributed-process-simplelocalnet # GHC 8 - distributed-process-supervisor # GHC 8 - distributed-process-task + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tcp From aefe0bc090ee4617c9b083dfe07b9cba1f084bc6 Mon Sep 17 00:00:00 2001 From: XT Date: Sat, 15 Oct 2016 18:48:15 +0900 Subject: [PATCH 101/379] Add rawfilepath Add the package "rawfilepath" by XT (@xtendo-org) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..97f2edf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2540,6 +2540,9 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + "XT @xtendo-org": + - rawfilepath + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From c0192ac1a185aa737e09bad9ad89a1685edd26a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:37 +0300 Subject: [PATCH 102/379] Upper bound for #1991 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..648696c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2621,6 +2621,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/fpco/stackage/issues/1991 + - hackernews < 1.0 + # end of packages From 8216f552a68fa95a01560e2e2b55ede5302c5d5a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:43 +0300 Subject: [PATCH 103/379] Whitespace cleanup --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 648696c7..6fe99d17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Marco Zocca @ocramz": - network-multicast - + "Joseph Canero @caneroj1": - sqlite-simple-errors - + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From 62ea9a7a1b9153efee00971c84e70dfafe66c0a8 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Sun, 16 Oct 2016 00:33:08 +0300 Subject: [PATCH 104/379] Add html-email-validate --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb29352..3f141f61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2542,6 +2542,8 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": + - html-email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From dfdc6e64af363071ac78036a9a6af401d65e68f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 02:59:42 +0200 Subject: [PATCH 105/379] Upper bound checks; closes #1857, opens #1993 & #1994 --- build-constraints.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f141f61..008795a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,7 +2536,7 @@ packages: "Mahdi Dibaiee ": - picedit - + "Alexis Williams @sasinestro": - stb-image-redux @@ -2589,9 +2589,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2604,12 +2601,16 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 + # https://github.com/fpco/stackage/issues/1993 + - hspec < 2.3 + # https://github.com/haskell-works/hw-rankselect/issues/2 - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + - hspec-expectations < 0.8.2 # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 @@ -2629,6 +2630,9 @@ packages: # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 + # https://github.com/fpco/stackage/issues/1994 + - hspec-wai < 0.8.0 + # end of packages @@ -2773,7 +2777,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 31283516031a9c8204eeffb0f4f9fbc7f8b2b2e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 03:58:52 +0200 Subject: [PATCH 106/379] upper bound for #1995 and skip terminal-progress-bar tests --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 008795a6..5d45e63f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,6 +2633,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/1995 + - scalpel < 0.4.0 + # end of packages @@ -2766,6 +2769,7 @@ skipped-tests: - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself # Transitive outdated dependencies # These packages From 3742005dd6c336df9346fcf25b1c74d6ebb8cc74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 17 Oct 2016 18:23:19 +0900 Subject: [PATCH 107/379] haskoin-core tests should no longer fail (haskoin/haskoin#285) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d45e63f..0600c9cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2911,7 +2911,6 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From b6feaabd7086b3a7e3052412e86c2f91a6a80ef4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 17:17:59 +0200 Subject: [PATCH 108/379] Remove upper bound and close #1995 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0600c9cb..935efa42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/1995 - - scalpel < 0.4.0 - # end of packages From faaacb4de8fb6c2c9c31e7bd3d462189e807b8da Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Mon, 17 Oct 2016 13:31:31 -0400 Subject: [PATCH 109/379] Adding epub-metadata package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 935efa42..d4b52ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2523,6 +2523,7 @@ packages: - network-msgpack-rpc "Dino Morelli @dino-": + - epub-metadata - hsinstall - tce-conf From 69105074dbe73ebba7166cf1824b81898ccb7cad Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 18 Oct 2016 08:43:31 +0200 Subject: [PATCH 110/379] Add sparse-linear-algebra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b52ecc..1ae65841 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": From 52ee963477880ca9c9b20ad6b4763a5ff9f59fd2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Oct 2016 10:44:45 +0300 Subject: [PATCH 111/379] Revert "Temporary block factisresearch/large-hashable#10" This reverts commit c10c345b425ae096bcab6f67dba0db9478de12a9. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ae65841..b9b47779 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -222,8 +222,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/factisresearch/large-hashable/issues/10 - # - large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 03bd657b6cd0a00e7b9eb3f6950f3459d93c4ea6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:21:20 +0200 Subject: [PATCH 112/379] Re-enable MemoTrie haddocks when lifting #1863. #1999 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9b47779..402952a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,7 +2592,7 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 + - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 From f1ee16ddc7c5cb7fbb0b55ecb0e4b031bb89d625 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:12 +0200 Subject: [PATCH 113/379] Fix tell-me-when-its-released syntax errors --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 402952a6..03617fab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3156,7 +3156,7 @@ build-tool-overrides: # # Example: # If bindings-GLFW-3.1.2.1 is the current latest version write -# - bindings-GLFW-3.1.2.1 # skipped test-suite +# - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite @@ -3164,5 +3164,5 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- wreq 0.4.1.0 -- alex 3.2.0 +- wreq-0.4.1.0 +- alex-3.2.0 From 2c4bf70c329d271b31e11f92cb2ca054bfa3c3bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:51 +0200 Subject: [PATCH 114/379] Remove alex upper bound simonmar/alex#94 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03617fab..487e4edb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,9 +2625,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/simonmar/alex/issues/94 - - alex < 3.2.0 - # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 @@ -3165,4 +3162,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 -- alex-3.2.0 From 233e0e5f5e863799ac19256f2756de5cf3036cec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:46:50 +0200 Subject: [PATCH 115/379] Remove servant-mock from TMWIR since it's already re-enabled --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 487e4edb..516b91e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,5 +3160,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 From b463051eace0475ccefe370f04b4f078f637ce13 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:48:20 +0200 Subject: [PATCH 116/379] Unskip bindings-GLFW test-suite bsl/bindings-GLFW#40 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 516b91e6..01f830f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2747,7 +2747,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - cgi # QuickCheck 2.9 @@ -3155,7 +3154,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 From 5f2bc1cb3259e3e3c5462c20942d58e62b074e09 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:50:14 +0200 Subject: [PATCH 117/379] TMWIR note for wreq --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01f830f0..481ee5e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3158,4 +3158,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 +- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From 197235188d57eb31d8a0961d8cf90dfa8393e0b6 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Tue, 18 Oct 2016 11:45:54 -0700 Subject: [PATCH 118/379] Add `wavefront-obj` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4180c602..d0b4ab85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,7 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + - wavefront-obj # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 105121898b0b20c9541c09188bab7602dcd54736 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 23:24:28 +0200 Subject: [PATCH 119/379] Remove upper bounds and close #1863 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dd8af70..73e6087b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,10 +2591,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1863 - - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. - # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 @@ -3157,6 +3153,5 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From d0747426dacfccd8020013def525ac7acd106576 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Tue, 18 Oct 2016 20:10:47 -0700 Subject: [PATCH 120/379] Add netwire packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73e6087b..86580255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -761,6 +761,11 @@ packages: "Luis G. Torres @giogadi": - kdt + "Pavel Krajcevski @Mokosha": + - netwire + - netwire-input + - netwire-input-glfw + "Emanuel Borsboom @borsboom": - BoundedChan - broadcast-chan From 2d126876038bc96c9e9a9c9a257732c854c1eb25 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:07:02 +0200 Subject: [PATCH 121/379] Add jni, jvm, sparkle. inline-java omitted for now since it only works on upcoming 8.0.2. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86580255..9ae52af7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1510,6 +1510,9 @@ packages: - distributed-closure - H - inline-r + - jni + - jvm + - sparkle - th-lift "Christopher Reichert @creichert": @@ -2244,8 +2247,6 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens - # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java - # via inline-java - sparkle "Alex McLean @yaxu": - tidal From b0a25fc6c70aa9815078946c9048f5ddef6bf14f Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:40:39 +0200 Subject: [PATCH 122/379] Set configure-args for jni, since package name changed. Also set for sparkle. --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ae52af7..462a0785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,7 +2717,12 @@ package-flags: # Special configure options for individual packages configure-args: - inline-java: + jni: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs From 7a727b3d19cf2968799fc22a2568685b2a4402aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 21 Oct 2016 08:47:45 +0300 Subject: [PATCH 123/379] Add typed-process --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462a0785..c77bc5ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -141,6 +141,7 @@ packages: - monad-logger-syslog - fsnotify-conduit - pid1 + - typed-process - fsnotify - hinotify From 515e51e8467877492ce9569e6e9fbebdf54b9772 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 21 Oct 2016 04:15:55 -0700 Subject: [PATCH 124/379] add quickbench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..66bddd53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,6 +695,7 @@ packages: # - hledger-ui # - hledger-web # via Diff - shelltestrunner + - quickbench - regex-compat-tdfa "Mihai Maruseac @mihaimaruseac": From 2ad992d92585fc75a47f01b39e69e5f35d0b01d2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 00:00:44 +0200 Subject: [PATCH 125/379] Revert "Add jni, jvm, sparkle." #2003 This reverts commit 2d126876038bc96c9e9a9c9a257732c854c1eb25. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..4e23a668 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1511,9 +1511,6 @@ packages: - distributed-closure - H - inline-r - - jni - - jvm - - sparkle - th-lift "Christopher Reichert @creichert": @@ -2248,6 +2245,8 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens + # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java + # via inline-java - sparkle "Alex McLean @yaxu": - tidal From 95860e14a3c347a65ff58472c6740666510d398c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 11:16:54 +0200 Subject: [PATCH 126/379] Try lifting haskell-works/hw-rankselect#2 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41752d75..cec89c3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,10 +2609,6 @@ packages: # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - # https://github.com/haskell-works/hw-rankselect/issues/2 - - hw-prim ==0.1.0.3 - - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 From cda215bb03c9f79c1b559cca3f5230071953a86e Mon Sep 17 00:00:00 2001 From: Carl Baatz Date: Sat, 22 Oct 2016 14:21:47 +0200 Subject: [PATCH 127/379] Add atom-basic to packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cec89c3c..cdab6bfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2553,6 +2553,9 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate + + "Carl Baatz @cbaatz": + - atom-basic # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cf60b85fa28669a00e79abea3bb6e76c914b41f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 14:43:29 +0200 Subject: [PATCH 128/379] ShellCheck upper bound for #2007 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdab6bfd..23e28895 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2634,6 +2634,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/2007 + - ShellCheck < 0.4.5 + # end of packages From fb042ac89855a5eb58aae39cbc25989c373691df Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 09:53:37 +0100 Subject: [PATCH 129/379] Add back mysql and mysql-simple --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e28895..d323e8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,6 +737,8 @@ packages: - ekg-json "Paul Rouse @paul-rouse": + - mysql + - mysql-simple - sphinx - xmlhtml - yesod-auth-hashdb From e42b5de2abd026f70b72e7ce8d3a18d2413d8738 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:14 +0200 Subject: [PATCH 130/379] Try re-enabling amazonka-* --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d323e8ae..d6015603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.0" +sghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1091,79 +1091,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1501,7 +1500,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - # - hworker-ses BLOCKED amazonka-core + - hworker-ses - fn # via heist - fn-extra @@ -2553,9 +2552,10 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From 89a4d72167bb3d64f767a25712f85207165fa0b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:35 +0200 Subject: [PATCH 131/379] TMWIR trigger for gogol --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6015603..e8d6bdbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,3 +3171,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- gogol-0.1.0 # Re-enable package From 22d3da79d93d75a10eef355f5390efbb74ac315d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:38:07 +0200 Subject: [PATCH 132/379] Expected mysql tests to fail due to missing MySQL server #2008 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8d6bdbd..4189d500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,6 +2874,7 @@ expected-test-failures: - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 + - mysql # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 98c2a46fa2f3c9a23904506c2a227dd5be8f5846 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 23 Oct 2016 13:40:39 +0200 Subject: [PATCH 133/379] Avers has been compatible with GHC8 since 0.0.16 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4189d500..f3a25751 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -950,7 +950,7 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # GHC 8 0.0.15 compilation failure - avers + - avers # via avers - avers-api # via avers - avers-server - css-syntax From d95f59f6b5662aa12b9f330706ee320d59dc9783 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 14:14:56 +0200 Subject: [PATCH 134/379] hw-string-parse upper bound for #2010 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a25751..e982efb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2639,6 +2639,9 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2010 + - hw-string-parse < 0.0.0.3 + # end of packages From 822da9d494af97b717d6ebdd8278dd099e8f445a Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 14:29:56 +0100 Subject: [PATCH 135/379] Expect test fail for mysql-simple, too - no server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..185e856b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2878,6 +2878,7 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 81b5c039a96372d772dc53772942e557d5a7bd0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:31:54 +0200 Subject: [PATCH 136/379] Revert "Try re-enabling amazonka-*" This reverts commit e42b5de2abd026f70b72e7ce8d3a18d2413d8738. --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..b36e375d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -sghc-major-version: "8.0" +ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1091,78 +1091,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1500,7 +1501,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - - hworker-ses + # - hworker-ses BLOCKED amazonka-core - fn # via heist - fn-extra @@ -2552,10 +2553,9 @@ packages: "XT @xtendo-org": - rawfilepath - "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From b8c7a49e86bd2edaa4efdaa86ecd2b9126455040 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:35:45 +0200 Subject: [PATCH 137/379] Try moving hw upper bounds to hw-rankselect and -prim #2010 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b36e375d..78082e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,7 +2555,7 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic @@ -2640,7 +2640,8 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-string-parse < 0.0.0.3 + - hw-rankselect < 0.5 + - hw-prim < 0.4 # end of packages From 2b587a1f40b77ddb63bb16b80afebae1512404c6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:44:40 +0200 Subject: [PATCH 138/379] Try other hw upper bounds #2010 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78082e81..912050e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2640,8 +2640,11 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-rankselect < 0.5 + - hw-bits < 0.4 + - hw-conduit < 0.1 - hw-prim < 0.4 + - hw-rankselect < 0.5 + - hw-string-parse < 0.0.0.3 # end of packages From 45cbe0928f37bd3fe8346b1744a6f8a00b2355a3 Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 24 Oct 2016 18:07:33 +0800 Subject: [PATCH 139/379] Add word24, binary-ieee754 Add word24, binary-ieee754 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..5a56b3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -17,6 +17,8 @@ packages: - tcp-streams - wire-streams - binary-parsers + - binary-ieee754 + - word24 "Harendra Kumar @harendra-kumar": - unicode-transforms From da47abb7e8d68acdba54284231b0fc8cbf68f498 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 24 Oct 2016 11:28:00 -0700 Subject: [PATCH 140/379] Skip data-msgpack benchmarks per TokTok/hs-msgpack#20 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..3e155064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From d5f7174a185dcda4dc4ead129cd0e4c78e8954e3 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Mon, 24 Oct 2016 20:41:32 +0100 Subject: [PATCH 141/379] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..f3b02a22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -78,7 +78,7 @@ packages: - mime-mail-ses - network-conduit-tls - persistent - # via mysql https://github.com/bos/mysql/issues/20 - persistent-mysql + - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template From e30af21d3c3a734a81f54b0fa151370a3c524c3c Mon Sep 17 00:00:00 2001 From: Reuben D'Netto Date: Tue, 25 Oct 2016 10:21:57 +1100 Subject: [PATCH 142/379] Added glob-posix --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..a765cf54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,6 +2559,10 @@ packages: "Carl Baatz @cbaatz": - atom-basic + "Reuben D'Netto ": + - glob-posix + + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From fb7011de256073cb6aa5d838a40fdd737e61b78c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:41:49 -0700 Subject: [PATCH 143/379] Remove constraints on hw-* #2010 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae1a00d6..71aa4330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,13 +2641,6 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2010 - - hw-bits < 0.4 - - hw-conduit < 0.1 - - hw-prim < 0.4 - - hw-rankselect < 0.5 - - hw-string-parse < 0.0.0.3 - # end of packages From 0b99276008df49b6721e0729303a58c1969890e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:55:39 -0700 Subject: [PATCH 144/379] Expect word24 tests to fail, see #2012 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71aa4330..69764aa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2937,6 +2937,7 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From fafe3ee526a8581797fd824b424d8b1e9278ae7a Mon Sep 17 00:00:00 2001 From: winterland Date: Tue, 25 Oct 2016 18:16:08 +0800 Subject: [PATCH 145/379] Add mysql-haskell, enable word24 tests Add mysql-haskell, enable word24 tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..15d05f14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,6 +19,7 @@ packages: - binary-parsers - binary-ieee754 - word24 + - mysql-haskell "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -2843,6 +2844,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -2937,7 +2939,6 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From e348ca1bb430199ca7482be5716f6b5ce36044aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 16:51:54 -0700 Subject: [PATCH 146/379] Add constraints on Rasterific and more per #2017 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..ebf6ba26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,11 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2017 + - Rasterific < 0.7 + - rasterific-svg < 0.3.2 + - svg-tree < 0.6 + # end of packages From 031dba27e871dae86b54a5aad98c298121648bb4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 17:20:33 -0700 Subject: [PATCH 147/379] Add constraint "extra < 1.5.1" per ndmitchell/bake#40 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebf6ba26..3b81ea3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 + # https://github.com/ndmitchell/bake/issues/40 + - extra < 1.5.1 + # end of packages @@ -3183,3 +3186,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 324d0002d028e3f77f3addce0af9ed9c712d990a Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 26 Oct 2016 17:38:01 +0300 Subject: [PATCH 148/379] re-adding tracy after breakage + hreader-lens --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a8348e3..5692392e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1800,6 +1800,10 @@ packages: "rightfold @rightfold": - open-browser + "Denis Redozubov @dredozubov": + - tracy + - hreader-lens + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 7c1a455ff7d54fc026469fcca2cb956e4236a858 Mon Sep 17 00:00:00 2001 From: Yair Chuchem Date: Wed, 26 Oct 2016 17:47:57 +0300 Subject: [PATCH 149/379] Add "List" to stackage As requested in https://github.com/yairchu/generator/issues/1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..fe8f8b09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Yair Chuchem @yairchu": + - List + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 3d55d9fdef7c9e2b0d301befe270189958ee9702 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Oct 2016 18:26:01 +0200 Subject: [PATCH 150/379] Add patat, re-add profiteur I'm adding patat now so that I don't forget it later. I hope that pandoc gets in again soon. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..1d3fcdc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -197,7 +197,8 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - profiteur # BLOCKED aeson 1.0 + # - patat # BLOCKED via pandoc + - profiteur - psqueues - websockets - websockets-snap From 76d9f0c21e1920176667ac337eb5cfbfe8e14bf0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 26 Oct 2016 10:14:07 -0700 Subject: [PATCH 151/379] Disable hreader-lens, see #2018 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dba3500e..7089b060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2135,7 +2135,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - - hreader-lens + # GHC 8 - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From bb6cfa95651d9f3f8157418aa4dab437fe36edec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Oct 2016 21:01:47 -0700 Subject: [PATCH 152/379] Re-enable --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..43f2dd77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,8 +695,9 @@ packages: - darcs - hledger - hledger-lib - # - hledger-ui - # - hledger-web + - hledger-ui + - hledger-web + - hledger-api # via Diff - shelltestrunner - quickbench - regex-compat-tdfa From 3924e670b3ed0343226b416f74ae59ccb041aa25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:09:13 -0700 Subject: [PATCH 153/379] Add upper bounds on diagrams-* < 1.4 per #2023 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..cfb3c7b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,13 @@ packages: # https://github.com/ndmitchell/bake/issues/40 - extra < 1.5.1 + # https://github.com/fpco/stackage/issues/2023 + - diagrams-core < 1.4 + - diagrams-lib < 1.4 + - diagrams-postscript < 1.4 + - diagrams < 1.4 + - diagrams-contrib < 1.4 + # end of packages From 5cf52d2dfe5ef406cc5031362f9a1b77fbe04f8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:10:30 -0700 Subject: [PATCH 154/379] Add upper bound "megaparsec < 5.1" per #2024 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cfb3c7b1..fecc2029 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2024 + - megaparsec < 5.1 + # end of packages From 4c73403c00cbfff52e6aabc2c2d2e4032da464f0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 06:28:30 -0700 Subject: [PATCH 155/379] Constrain hledger instead of megaparsec #2024 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fecc2029..937ccc33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,8 @@ packages: - diagrams-contrib < 1.4 # https://github.com/fpco/stackage/issues/2024 - - megaparsec < 5.1 + - hledger < 1.0 + - hledger-lib < 1.0 # end of packages From 05a4f8a100a034889bb13e715f13a3b3b6704673 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 13:29:57 -0700 Subject: [PATCH 156/379] Remove hledger-web, constrain brick. see #2022 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bfd1cb6..cbedb598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # waiting on 1.0.1 - hledger-api # via Diff - shelltestrunner - quickbench @@ -2659,9 +2659,8 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2024 - - hledger < 1.0 - - hledger-lib < 1.0 + # only pulled in by hledger-ui + - brick < 0.9 # end of packages From c46738efdf7ec01ca609e578228072fe4b4d4913 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Oct 2016 22:33:52 +0200 Subject: [PATCH 157/379] Uncommented pandoc, pandoc-citeproc. pandoc 1.18 and pandoc-citeproc 0.10.2.2 will both compile against aeson 1.0.2.1. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 937ccc33..1492bace 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2201,8 +2201,8 @@ packages: - pandoc-types - zip-archive - doctemplates - # - pandoc # BLOCKED aeson 1.0 - # - pandoc-citeproc # BLOCKED aeson 1.0 + - pandoc + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From 54e12777e6f575f24042f83e999ea5101ff9a288 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Oct 2016 13:50:23 -0700 Subject: [PATCH 158/379] re-enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..b928033c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # waiting on 1.0.1 + - hledger-web - hledger-api # via Diff - shelltestrunner - quickbench From b3983b0b76f93e1db20f0a80d7a238aa4059ae6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Oct 2016 22:58:31 +0200 Subject: [PATCH 159/379] Update build-constraints.yaml Add `titlecase` to list of packages I maintain. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..9834ef75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1868,6 +1868,7 @@ packages: - language-nix - nix-paths - streamproc + - titlecase "Mark Fine @markfine": - postgresql-schema From 27b24a013de715db3b5b9a7ef8e7790594771313 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 16:42:00 -0700 Subject: [PATCH 160/379] Lift constraint on brick --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b33962e..35e70b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,9 +2660,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # only pulled in by hledger-ui - - brick < 0.9 - # end of packages From c71368700960c4d6f1352b0f97cd9af307fb15b2 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 28 Oct 2016 13:57:43 +0200 Subject: [PATCH 161/379] Re-enable hakyll and patat Since Pandoc is now back in. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..e131718a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,9 +196,9 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc + - hakyll - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 56289d767bf279c3ae8ba3121b0cf548a2ca6fd6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 10:13:12 -0700 Subject: [PATCH 162/379] Remove upper bound on extra --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2650,9 +2650,6 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 - # https://github.com/ndmitchell/bake/issues/40 - - extra < 1.5.1 - # https://github.com/fpco/stackage/issues/2023 - diagrams-core < 1.4 - diagrams-lib < 1.4 @@ -3197,4 +3194,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 6789c99caf04183f9ebfcb80dc22bfc866a03f2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 14:17:28 -0700 Subject: [PATCH 163/379] Unblock amazonka* --- build-constraints.yaml | 145 ++++++++++++++++++++--------------------- 1 file changed, 72 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..32e30497 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,79 +1096,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From 9a42b9532f4d6cda995090debc76971a5d717bce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:40:44 -0700 Subject: [PATCH 164/379] Revert "Unblock amazonka*" This reverts commit 6789c99caf04183f9ebfcb80dc22bfc866a03f2f. --- build-constraints.yaml | 145 +++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 72 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32e30497..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,78 +1096,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From b30696eef1a3289b8fc5c288930c76c4b8e03896 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:41:54 -0700 Subject: [PATCH 165/379] Update reason for blocking amazonka --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..fd9ecdb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,7 +1096,7 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 + # BLOCKED https://github.com/brendanhay/amazonka/issues/323 # - amazonka # - amazonka-core # - amazonka-test From d46b39947f99898a050d50afd4c04d43aee566bd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:44:29 -0700 Subject: [PATCH 166/379] Lift constraint on hackernews, closes #1991 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd9ecdb3..46192c02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,9 +2636,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1991 - - hackernews < 1.0 - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 From 270ef76d0d85ce43c73f2baf3bb3204648d654b5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:10:31 -0700 Subject: [PATCH 167/379] Update link for doctest-prop --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46192c02..48b5eb62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2915,7 +2915,7 @@ expected-test-failures: # Deprecated # Eventually we'll have to disable these packages completely. - - doctest-prop # https://github.com/fpco/stackage/issues/1817 + - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 - system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 # Missing test files in sdist From 2e99fdcfed088a4abda78fbc32a947d63997f102 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:17:56 -0700 Subject: [PATCH 168/379] Disable Chart-diagrams to unconstrain SVGFonts, closes #1767 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48b5eb62..9ab42a0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,7 +2229,7 @@ packages: - tuple - OneTuple - SVGFonts - - Chart-diagrams + # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -2595,9 +2595,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1767 - - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - diagrams-canvas < 1.3.0.7 @@ -3191,3 +3188,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From ae2a7bd953ca708ff7d0d962cce5e703385d7b72 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:33:19 -0700 Subject: [PATCH 169/379] Disable yarr to unconstrain fixed-vector, closes #1876 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ab42a0a..99d1c342 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -559,7 +559,7 @@ packages: - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - - yarr + # - yarr # https://github.com/leventov/yarr/issues/10 - random-fu "Ben Gamari @bgamari": @@ -2606,9 +2606,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1876 - - fixed-vector < 0.9 - # https://github.com/fpco/stackage/issues/1902 - hspec < 2.2.4 - hspec-core < 2.2.4 From 1aacf8907da4fce8768c30095fe513c97ceca46a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:41:44 -0700 Subject: [PATCH 170/379] Notify on yarr release --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d1c342..d6c34ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,3 +3186,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 +- yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From cea290e2fc1d0a5bdb53c3d132215a5dedc7c0e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:18:43 -0700 Subject: [PATCH 171/379] allow hspec-* 2.2.4, closes #1902 --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c34ac7..4e86cc87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,13 +2606,10 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1902 - - hspec < 2.2.4 - - hspec-core < 2.2.4 - - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 + - hspec-core < 2.3 + - hspec-discover < 2.3 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 @@ -2786,6 +2783,7 @@ skipped-tests: - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 - terminal-progress-bar # depends on older version of itself + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages @@ -3182,7 +3180,7 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From b83c26bbc7e112cc90e621b9d6f876f48a27f576 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:19:45 -0700 Subject: [PATCH 172/379] re-alphabetize skipped-tests --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e86cc87..fff90af5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,14 +2776,14 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - pure-cdb # test-simple + - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - - snap # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself - - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages From 680464408e788f94aa5645585ae6d7a268fae107 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:30:08 -0700 Subject: [PATCH 173/379] Notify on haskell-gi release, closes #1970 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fff90af5..4d820919 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,6 +2373,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -2615,9 +2616,6 @@ packages: - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 - # https://github.com/fpco/stackage/issues/1970 - - haskell-gi-base < 0.19 - # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 @@ -3185,3 +3183,4 @@ tell-me-when-its-released: - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.18 # Lift constraint on haskell-gi-base From 6c9a9f2161f43e076bd0c6597df56429f3204ec7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:13:57 -0700 Subject: [PATCH 174/379] Remove constraint on ShellCheck, closes #2007 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d820919..149e5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2628,9 +2628,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2007 - - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2017 - Rasterific < 0.7 - rasterific-svg < 0.3.2 From 0976fa5a4f2181f71e90c0b8263ede71fa19ebee Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:18:53 -0700 Subject: [PATCH 175/379] Expect monad-logger-prefix test suite to pass, closes #1831 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 149e5001..b6178ef5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2948,7 +2948,6 @@ expected-test-failures: # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - monad-logger-prefix # https://github.com/fpco/stackage/issues/1831 - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed From 98244de81d513169cb1423835d802d3238a0ed18 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:23:58 -0700 Subject: [PATCH 176/379] Unskip data-msgpack benchmarks --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6178ef5..0175aa49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,7 +3058,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From 21e83b1837d1b9f5c7d87501c3d6d8645fef7a79 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 14:44:08 +0200 Subject: [PATCH 177/379] Enable all of the avers-* packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..ca37323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,8 +956,9 @@ packages: "Tomas Carnecky @wereHamster": - avers - # via avers - avers-api - # via avers - avers-server + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types From e8b7910d3b17afb66e04196b62f0516fe97cd30b Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 15:09:00 +0200 Subject: [PATCH 178/379] mole and github-webhook-handler-snap work with GHC 8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..c641f27a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -962,11 +962,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 - github-webhook-handler-snap + - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 - mole + - mole - publicsuffix - rethinkdb-client-driver From da9024d6feead4d1ae157aa3d8d83987c4f2635b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:38:31 -0700 Subject: [PATCH 179/379] Update comment on wreq, referencing #2032 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a552479f..4b7a920c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3180,7 +3180,7 @@ tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From 62c8edd9c8fe9f50e3e4fe46ccfa337b207ca6aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:40:04 -0700 Subject: [PATCH 180/379] Re-enable Chart-diagrams --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b7a920c..a1a30e34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,7 +2231,7 @@ packages: - tuple - OneTuple - SVGFonts - # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 + - Chart-diagrams # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -3182,6 +3182,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From 822f82ddd4221429a49bc94eaf37b6c6e58f142f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:42:21 -0700 Subject: [PATCH 181/379] Add constraint "brick < 0.12" per #2033 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1a30e34..a44cc72c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2033 + - brick < 0.12 + # end of packages From cf4ecf0cc7000054b17c493e7e6619dcb1df83c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Mon, 31 Oct 2016 14:01:52 +0100 Subject: [PATCH 182/379] add patat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a44cc72c..603c9104 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -198,7 +198,7 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 90e9f3dfb58794cb0a304e89a256cfce59cca406 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Oct 2016 18:23:02 +0200 Subject: [PATCH 183/379] Remove upper bound and close #2033 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52f2349..e6cb2838 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2649,9 +2649,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2033 - - brick < 0.12 - # end of packages From 810ec175ef13dd5f4688add70f65222255f11035 Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Mon, 31 Oct 2016 12:45:27 -0700 Subject: [PATCH 184/379] Removed package 'biophd' Addressing issue: https://github.com/BioHaskell/biophd/issues/3 Package 'biophd' is not being regularly maintained. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6cb2838..235af3eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -649,7 +649,6 @@ packages: # 0.3.7.1 Compilation failure due to -Werror - biosff - blastxml - bioace - # 0.8.8 Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd - biopsl # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools - seqloc From 93bcefeb2bc2204b1b05b93d258fe6b366e95d2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:03:21 +0200 Subject: [PATCH 185/379] Dockerfile: use fpco/pid1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6886c39..e29818c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 From 7c18f4b6b008d89c1578ff1823f7b0efd910fc02 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Tue, 1 Nov 2016 09:20:39 +0000 Subject: [PATCH 186/379] Do pre-build actions even with NOPLAN=1 --- automated/build.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 61504a4e..731445d8 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -96,17 +96,21 @@ fi # Get latest stack curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' -# Do all of the pre-build actions: +# Determine the new build plan unless NOPLAN is set # # * Update the package index # * Create a new plan +if [ "${NOPLAN:-}x" = "x" ] +then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" +fi + +# Do the rest of the pre-build actions: +# # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -if [ "${NOPLAN:-}x" = "x" ] -then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack 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 && cd /tmp && exec stack unpack random" -fi +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to From bde16d13c503b8f1b17a1f6ccfcd9df19b34b252 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:46:02 +0200 Subject: [PATCH 187/379] Upper bound for #2037 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 235af3eb..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,6 +2648,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2037 + - haskell-src-exts < 1.19 + # end of packages From 5afd7be48841a9edf2e465c1291e5013de6e17f8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 05:53:37 +0200 Subject: [PATCH 188/379] Add upper bound for #2038 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..eb1f4148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2038 + - brick < 0.13 + # end of packages From 0992270eba4a20fcde7f7d167e0cd5268c2c3cc2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 19:23:51 +0200 Subject: [PATCH 189/379] Remove upper bound and close #2038 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb1f4148..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,9 +2651,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2038 - - brick < 0.13 - # end of packages From 47efe13ee8ddd81e0a6fe1c7c0b3edd6490a832c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 2 Nov 2016 22:14:00 +0300 Subject: [PATCH 190/379] =?UTF-8?q?Add=20the=20=E2=80=98tagged-identity?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..5e40c65c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,6 +1916,7 @@ packages: - pagination - data-check - text-metrics + - tagged-identity # "Thomas Bereknyei ": # GHC 8 - multiplate From 6e946efe3ed4ea299220af302ba372792c220056 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 2 Nov 2016 21:20:09 +0100 Subject: [PATCH 191/379] add quickcheck-special --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..6062f848 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,7 @@ packages: # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": + - quickcheck-special - writer-cps-mtl - writer-cps-transformers From 6c67835289d0407a36f5288456f36afe835dff9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:16:05 +0200 Subject: [PATCH 192/379] Upper bound for #2042 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..d216fa52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2042 + - network-multicast < 0.2 + # end of packages From 126c8b5a58e24ae0a4cef693831d4e4cdfac6540 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:17:12 +0200 Subject: [PATCH 193/379] Upper bounds for #2043 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d216fa52..b3804a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2654,6 +2654,10 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 + # https://github.com/fpco/stackage/issues/2043 + - hmatrix < 0.18 + - hmatrix-gsl < 0.18 + # end of packages From 8dd5da03adcda03824f8e708ab546c0c2ccb8236 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 16:23:52 +0200 Subject: [PATCH 194/379] Reenable gogol brendanhay/gogol#38 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccce704e..972a5c44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,7 +1172,7 @@ packages: # - amazonka-swf # - amazonka-waf # - amazonka-workspaces - # - gogol # https://github.com/brendanhay/gogol/issues/38 + - gogol - gogol-core - gogol-adexchange-buyer - gogol-adexchange-seller @@ -3195,6 +3195,5 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. -- gogol-0.1.0 # Re-enable package - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From d624e29e0eb034f9c14494cf8fbcf38559c4f343 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 3 Nov 2016 11:00:33 -0500 Subject: [PATCH 195/379] Add rattletrap https://hackage.haskell.org/package/rattletrap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..355ef492 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1352,6 +1352,7 @@ packages: - overloaded-records # Maintained by @trskop. - ratel - ratel-wai + - rattletrap - strive - wuss From b512a690c33784f34b952aca1ec0d436d8a09721 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Thu, 3 Nov 2016 17:44:02 +0100 Subject: [PATCH 196/379] Adding the tar-conduit package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..ef9848b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1900,6 +1900,7 @@ packages: - withdependencies - hruby - language-puppet + - tar-conduit # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash From 252394c7b9dc8b848b6588f5e5263b21453dd97f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 4 Nov 2016 16:46:14 +0330 Subject: [PATCH 197/379] add mathexpr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d13d5b92..2bf61271 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2561,6 +2561,7 @@ packages: "Mahdi Dibaiee ": - picedit + - mathexpr "Alexis Williams @sasinestro": - stb-image-redux From b9904382cbe50086b4e4e99aba295105244c9cb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Nov 2016 15:57:20 +0200 Subject: [PATCH 198/379] Expect test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bf61271..30be2e91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - rattletrap # https://github.com/tfausak/rattletrap/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From d4f36516afc3fb8822450d58be4d1877d57e24d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 4 Nov 2016 16:37:04 +0000 Subject: [PATCH 199/379] Add tasty-discover. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..ea507a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Yair Chuchem @yairchu": - List + "Luke Murphy @lwm": + - tasty-discover + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 6ea01dafcc3cc3ff6fa2ecd8e4a34a67de0559f5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 4 Nov 2016 20:32:20 +0200 Subject: [PATCH 200/379] Re-enable github, 0.15.0 compatible with GHC-8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..7b957a45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1034,7 +1034,7 @@ packages: - binary-tagged - edit-distance - generics-sop-lens - # GHC 8 - github + - github - insert-ordered-containers - JuicyPixels-scale-dct - lattices From 5955b6db05bf66aaddecff32c2a231046176661a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Nov 2016 18:35:55 +0200 Subject: [PATCH 201/379] Remove expected test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ec777a3..11540b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,8 +3002,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - rattletrap # https://github.com/tfausak/rattletrap/issues/3 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 058a81cb8c30ee7ff2ee45bc1770c460b8d939fb Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sat, 5 Nov 2016 20:31:24 +0000 Subject: [PATCH 202/379] Add pugixml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11540b04..99d5322f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -185,6 +185,7 @@ packages: - extra - bake - ghcid + - pugixml "Alan Zimmerman @alanz": - hjsmin From ead0b93ccfcde140d5fcd54bc7497c2c438eafb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 06:48:25 +0200 Subject: [PATCH 203/379] Expect test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d5322f..7cc37324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3003,6 +3003,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ba32b29020398c69ec91fb80d3161dd531e3c450 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 07:00:20 +0200 Subject: [PATCH 204/379] Unblock a number of issues at once criterion and a few others got dropped due to optparse-applicative-0.13 bounds. Relevant issues: * #1784 * #2017 * #2023 --- build-constraints.yaml | 210 +++++++++++++++++++++++++++++++++++------ 1 file changed, 179 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cc37324..8ca3f444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - - sparse-linear-algebra + # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion - network-multicast "Joseph Canero @caneroj1": @@ -25,7 +25,7 @@ packages: - binary-parsers - binary-ieee754 - word24 - - mysql-haskell + # - mysql-haskell # BLOCKED optparse-applicative 0.13 "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -138,7 +138,6 @@ packages: # GHC 8 2.5 compilation failure - persistent-mongoDB - pretty-class - th-expand-syns - - criterion - th-lift - quickcheck-assertions @@ -498,7 +497,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - - turtle + # - turtle # BLOCKED optparse-applicative 0.13 - foldl - morte @@ -973,7 +972,7 @@ packages: - google-cloud - kraken - libinfluxdb - - mole + # - mole # BLOCKED optparse-applicative 0.13 - publicsuffix - rethinkdb-client-driver @@ -1693,7 +1692,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - - apply-refact + # - apply-refact # BLOCKED optparse-applicative 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell @@ -2055,8 +2054,9 @@ packages: # bounds - Michelangelo "Henry J. Wylde @hjwylde": - - git-fmt - - omnifmt + [] + # - git-fmt # BLOCKED optparse-applicative 0.13 + # - omnifmt # BLOCKED optparse-applicative 0.13 # aeson & extra - werewolf # aeson & extra & http-client & http-client-tls - werewolf-slack @@ -2221,7 +2221,8 @@ packages: - doctest-discover "Elie Genard @eliegenard": - - turtle-options + [] + # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen @@ -2313,7 +2314,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -2612,15 +2613,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - - # https://github.com/fpco/stackage/issues/1784 - - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - - diagrams-canvas < 1.3.0.7 - - diagrams-cairo < 1.3.1.2 - - diagrams-rasterific < 1.3.1.9 - - diagrams-svg < 1.4.0.4 - - tttool < 1.6.1.3 - # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2645,18 +2637,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2017 - - Rasterific < 0.7 - - rasterific-svg < 0.3.2 - - svg-tree < 0.6 - - # https://github.com/fpco/stackage/issues/2023 - - diagrams-core < 1.4 - - diagrams-lib < 1.4 - - diagrams-postscript < 1.4 - - diagrams < 1.4 - - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2832,6 +2812,9 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 + + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3091,6 +3074,171 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 + # optparse-applicative dep of criterion + # https://github.com/fpco/stackage/issues/1784 + - Earley + - Frames + - IntervalMap + - JuicyPixels-extra + - acid-state + - ad + - arithmoi + - attoparsec + - avers + - binary-list + - binary-parsers + - binary-tagged + - binary-typed + - blake2 + - bytestring-conversion + - bytestring-tree-builder + - cacophony + - case-insensitive + - cassava + - cassava-conduit + - cipher-aes128 + - clustering + - cmark + - conduit + - conduit-extra + - conduit-iconv + - cprng-aes + - criterion + - crypto-numbers + - crypto-pubkey + - cryptohash + - cryptohash-sha256 + - cryptol + - ctrie + - data-msgpack + - diagrams-lib + - dimensional + - do-list + - ed25519 + - edit-distance + - effect-handlers + - euphoria + - farmhash + - fast-builder + - fast-digits + - fclabels + - foldl-statistics + - freer + - gitson + - glob-posix + - graphviz + - grouped-list + - hOpenPGP + - hashable + - hasql + - heist + - hindent + - histogram-fill + - hledger + - hosc + - hourglass + - html-email-validate + - htoml + - http-client-tls + - http-link-header + - http2 + - human-readable-duration + - hw-balancedparens + - hw-bits + - hw-conduit + - hw-rankselect-base + - hweblib + - hxt-regex-xmlschema + - identicon + - ilist + - include-file + - incremental-parser + - inline-r + - jose-jwt + - kdt + - lens + - lifted-async + - lifted-base + - loop + - lucid + - matrices + - matrix + - megaparsec + - monad-logger-prefix + - mongoDB + - mono-traversable + - monoid-extras + - morte + - mutable-containers + - netpbm + - octane + - pandoc + - phantom-state + - picoparsec + - pipes + - postgresql-binary + - prometheus-client + - psqueues + - publicsuffix + - rdf + - redis-io + - reedsolomon + - reinterpret-cast + - reroute + - rethinkdb + - rethinkdb-client-driver + - rose-trees + - sampling + - sandi + - scalpel + - scanner + - scientific + - semver + - servant-auth-cookie + - sets + - snap-server + - sorted-list + - sourcemap + - sparse-linear-algebra + - stache + - stateWriter + - stm-containers + - streaming-commons + - taggy + - tar + - text-manipulate + - text-metrics + - text-show + - thyme + - timemap + - tinylog + - tls + - tries + - turtle + - tz + - unbound-generics + - unicode-transforms + - union + - unordered-containers + - uri-bytestring + - uuid + - uuid-types + - varying + - vector-binary-instances + - vectortiles + - vinyl + - wai-middleware-metrics + - wai-request-spec + - warp + - wire-streams + - word24 + - word8 + - xmlgen + - yesod-core + - yi-rope + - zip + - zippers + # end of skipped-benchmarks From 45762f5e37afaa9512661e57fef328f86f65479c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 6 Nov 2016 22:25:48 +0900 Subject: [PATCH 205/379] Add type-level-kv-list --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ca3f444..a7613b30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,7 +2582,9 @@ packages: "Reuben D'Netto ": - glob-posix - + + "Kadzuya Okamoto @arowM": + - type-level-kv-list # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ff49331bf2730edab5a4e8d54a261c7f0405597a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 06:58:46 +0200 Subject: [PATCH 206/379] Temporary block wincent/docvim#30 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7613b30..aeae5a9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2432,7 +2432,9 @@ packages: - fast-digits "Greg Hurrell @wincent": - - docvim + [] + # https://github.com/wincent/docvim/issues/30 + # - docvim "Ashley Yakeley @AshleyYakeley": - countable From cbb57f934d3337d1b6a9c00db6030b067e460a32 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:00:51 +0200 Subject: [PATCH 207/379] Temporary block Twinside/asciidiagram#4 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeae5a9f..e37c7e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,7 +413,8 @@ packages: - Rasterific - svg-tree - rasterific-svg - - asciidiagram + # https://github.com/Twinside/asciidiagram/issues/4 + # - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21d76ae53de6806fe32f126514d1f855382e898e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:02:21 +0200 Subject: [PATCH 208/379] Expect test suite failure kuribas/cubicbezier#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e37c7e2e..f8740255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,8 @@ expected-test-failures: - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 81f65f2e0599d601d21d1ad3281bb0d866c898af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:03:43 +0200 Subject: [PATCH 209/379] Expect test failure diagrams/diagrams-lib#286 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8740255..e4420261 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 591d962fcf9a8e0986b42c5291b9c89d6e99e65c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:05:47 +0200 Subject: [PATCH 210/379] Temporary block for agrafix/hackmanager#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4420261..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -846,7 +846,8 @@ packages: - validate-input - ignore - elm-bridge - - hackmanager + # https://github.com/agrafix/hackmanager/issues/1 + # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl From dde894624b3db2790c30e82d3c750f40aa96d9b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:37:55 +0200 Subject: [PATCH 211/379] Experiment: expect test success for clock #1818 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..bfb0dc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - - clock # 0.7.2 clock:test => tasty:lib => clock:lib + # - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 64c6b13144d24ec2d7b03e9334525fe91c92db53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:50:50 +0200 Subject: [PATCH 212/379] Revert "Experiment: expect test success for clock #1818" This reverts commit dde894624b3db2790c30e82d3c750f40aa96d9b1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb0dc14..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - # - clock # 0.7.2 clock:test => tasty:lib => clock:lib + - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 3ae4b2e6ad035b600d129cba66dcffd13638cabe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:15:49 +0200 Subject: [PATCH 213/379] Revert "Temporary block Twinside/asciidiagram#4" This reverts commit cbb57f934d3337d1b6a9c00db6030b067e460a32. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..9a41d7fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,8 +413,7 @@ packages: - Rasterific - svg-tree - rasterific-svg - # https://github.com/Twinside/asciidiagram/issues/4 - # - asciidiagram + - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21030862a20fb4fd614cec8ec37849545677c615 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:16:13 +0200 Subject: [PATCH 214/379] Revert "Expect test failure diagrams/diagrams-lib#286" This reverts commit 81f65f2e0599d601d21d1ad3281bb0d866c898af. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a41d7fb..16663d9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,8 +2995,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From fe780c0441fa8a49ea513d4dde75259119badeb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:08:41 +0200 Subject: [PATCH 215/379] criterion now supports optparse-applicative 0.13 --- build-constraints.yaml | 169 +---------------------------------------- 1 file changed, 3 insertions(+), 166 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16663d9f..6c4a3c74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": @@ -2315,7 +2315,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) + - hw-conduit - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -3081,170 +3081,7 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # optparse-applicative dep of criterion - # https://github.com/fpco/stackage/issues/1784 - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive - - cassava - - cassava-conduit - - cipher-aes128 - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl-statistics - - freer - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - hasql - - heist - - hindent - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - http2 - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - kdt - - lens - - lifted-async - - lifted-base - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - octane - - pandoc - - phantom-state - - picoparsec - - pipes - - postgresql-binary - - prometheus-client - - psqueues - - publicsuffix - - rdf - - redis-io - - reedsolomon - - reinterpret-cast - - reroute - - rethinkdb - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - scalpel - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stateWriter - - stm-containers - - streaming-commons - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thyme - - timemap - - tinylog - - tls - - tries - - turtle - - tz - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-request-spec - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zip - - zippers + - pipes # optparse-applicative 0.13 # end of skipped-benchmarks From 26ecef71916d97a45c084b1c0f553860ddb27183 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:17:38 +0200 Subject: [PATCH 216/379] Remove criterion for tell-me-when-its-released #1912 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c4a3c74..ddd5d387 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,7 +3193,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite -- criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From a7a24dc03dfea365a55d85257cbcd8e005ac5bae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:01:45 +0200 Subject: [PATCH 217/379] Temporary block GregorySchwartz/blosum#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddd5d387..77c8b9a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness - find-clumpiness - - blosum + # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": - compactmap From 87137156e7dbd2e6b328beb1a8fd73296b73ae0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:02:56 +0200 Subject: [PATCH 218/379] Temporary block GregorySchwartz/find-clumpiness#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77c8b9a0..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1893,7 +1893,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": From 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:04:02 +0200 Subject: [PATCH 219/379] Temporary block GregorySchwartz/modify-fasta#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..95bafa51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - - modify-fasta + # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 - tree-fun - random-tree - clumpiness From 0b1b59b2ffaff33ef8f5cc2749a8904add349fbb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:15:40 +0200 Subject: [PATCH 220/379] Revert "Temporary block GregorySchwartz/modify-fasta#2" This reverts commit 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95bafa51..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 + - modify-fasta - tree-fun - random-tree - clumpiness From f33068492239faa673a33878f5d0f13a2da6359e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:16:12 +0200 Subject: [PATCH 221/379] Revert "Temporary block GregorySchwartz/blosum#2" This reverts commit a7a24dc03dfea365a55d85257cbcd8e005ac5bae. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..ef1043dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 + - blosum "Simon Marechal @bartavelle": - compactmap From 6e192071573ab7075b13dade4b334f9b28503b4c Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 8 Nov 2016 21:55:22 +0330 Subject: [PATCH 222/379] add sibe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef1043dd..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,6 +2570,7 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr + - sibe "Alexis Williams @sasinestro": - stb-image-redux From 846a1ceb4e3f83365a54653cad74c876c247f5ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 05:56:46 +0200 Subject: [PATCH 223/379] Expect test failure mdibaiee/sibe#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..8d2d1107 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,6 +2996,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - sibe # https://github.com/mdibaiee/sibe/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b4c942796ffbe85008d62637f4baac8e15d4fb36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 10:28:03 +0200 Subject: [PATCH 224/379] Revert "Expect test failure mdibaiee/sibe#1" This reverts commit 846a1ceb4e3f83365a54653cad74c876c247f5ea. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2d1107..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - sibe # https://github.com/mdibaiee/sibe/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a8ae771cc9df37524b5836467a848c6297bf872b Mon Sep 17 00:00:00 2001 From: winterland Date: Thu, 10 Nov 2016 15:53:42 +0800 Subject: [PATCH 225/379] Add packages --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..0afc2beb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -21,11 +21,13 @@ packages: "Winter Land @winterland1989": - tcp-streams + - tcp-streams-openssl - wire-streams - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # BLOCKED optparse-applicative 0.13 + - mysql-haskell + - mysql-haskell-openssl "Harendra Kumar @harendra-kumar": - unicode-transforms From d460dd7acec186319ea07981530fd0543564a8a6 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Thu, 10 Nov 2016 15:23:42 +0100 Subject: [PATCH 226/379] Update build-constraints.yaml solga/solga-swagger now work with aeson >= 1.0.0.0, clang-pure has a new Setup.hs that should make it work everywhere. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0afc2beb..f3b359b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2451,9 +2451,9 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # BLOCKED aeson-qq - # - solga-swagger # aeson-qq - # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure + - solga + - solga-swagger + - clang-pure - webrtc-vad "Michal Konecny @michalkonecny": From 332b0e8f2a3fdefedec36d28a3a40c8ff9d1820a Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 10 Nov 2016 20:39:58 +0300 Subject: [PATCH 227/379] =?UTF-8?q?Add=20=E2=80=98req=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98req-conduit=E2=80=99=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..c4312d4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,6 +1925,8 @@ packages: - data-check - text-metrics - tagged-identity + - req + - req-conduit # "Thomas Bereknyei ": # GHC 8 - multiplate From 350a5bf6a78618470eea21255cc82d8f79670dad Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 10 Nov 2016 20:01:39 +0200 Subject: [PATCH 228/379] Remove expected test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..56d85dc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,8 +2992,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - docopt # https://github.com/docopt/docopt.hs/issues/29 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From 75b299eca52cda562bc83b8d6557965966b980a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2016 05:48:31 +0200 Subject: [PATCH 229/379] Expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1386407..49cc196f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3023,6 +3023,7 @@ expected-benchmark-failures: - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From ce6a03cdeba6904863dd33f58d3804461774c0db Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 12 Nov 2016 14:58:54 +0900 Subject: [PATCH 230/379] Add hailgun-simple package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..c05b0301 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1792,6 +1792,7 @@ packages: - envelope - from-sum - hailgun + - hailgun-simple # GHC 8 - ig - natural-transformation - opaleye-trans From c1fe687b893336b038701a760d1e1ac2d6f8120e Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:33 +0100 Subject: [PATCH 231/379] Add show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..f8fe1681 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,6 +2095,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist + - show-prettyprint "Jeremy Shaw @stepcut": - boomerang From e182ab1f783336c74a9660b3ce3ba3c64b11bc88 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:46 +0100 Subject: [PATCH 232/379] Trim trailing whitespace --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fe1681..91ba5d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,7 +2591,7 @@ packages: "Reuben D'Netto ": - glob-posix - + "Kadzuya Okamoto @arowM": - type-level-kv-list @@ -2864,7 +2864,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From e64e62aa159c4164e9aeaf255d30cc06f595268a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 06:48:39 +0200 Subject: [PATCH 233/379] Upper bounds for #2057 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75196df4..c770a83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,10 @@ packages: - hmatrix < 0.18 - hmatrix-gsl < 0.18 + # https://github.com/fpco/stackage/issues/2057 + - brick < 0.14 + - vty < 5.12 + # end of packages From 165c2b6546f9097c398b0e6b720f3f9f75d6d756 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:06:23 +0200 Subject: [PATCH 234/379] Remove upper bound and close #1842 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c770a83c..3e482e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1718,7 +1718,7 @@ packages: "James Cook @mokus0": - dependent-sum - - dependent-sum-template + # - dependent-sum-template BLOCKED dependent-sum-0.4 - dependent-map - dice - hstatsd @@ -2625,9 +2625,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1842 - - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - hspec-core < 2.3 From 2e8992c5859a6442191d2bdde4540d7b6d6ecaf2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:12:09 +0200 Subject: [PATCH 235/379] Remove upper bounds and close #1972 --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e482e26..feadad46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - - snaplet-fay + # - snaplet-fay # BLOCKED lens-4.15 - time-compat - through-text @@ -965,7 +965,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # BLOCKED lens-4.15 - avers-server - css-syntax - etcd @@ -2609,7 +2609,6 @@ packages: # - purescript # BLOCKED aeson-1.0 - type-list - - zoom-refs - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 @@ -2640,9 +2639,6 @@ packages: - hspec-wai-json < 0.7.0 - hspec-meta < 2.3.0 - # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 @@ -3023,7 +3019,6 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - clustering # https://github.com/kaizhang/clustering/issues/3 From 8806545297cda8d7aab555b1f4dc1237765dc88c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:43:36 +0200 Subject: [PATCH 236/379] Remove expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feadad46..5c92f6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,7 +3021,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From 585147bbe31831fce394b62adabf42bde7235296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 13 Nov 2016 16:39:23 +0100 Subject: [PATCH 237/379] cubicbezier upper bound for #2058 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c92f6b6..4a18ae92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,6 +2656,9 @@ packages: - brick < 0.14 - vty < 5.12 + # https://github.com/fpco/stackage/issues/2058 + - cubicbezier < 0.5 + # end of packages From 281af4dc75ade51151733e2e8332eb1dd63018a2 Mon Sep 17 00:00:00 2001 From: PLR Date: Sun, 13 Nov 2016 15:12:52 -0800 Subject: [PATCH 238/379] re-add gpipe --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a18ae92..01404fe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,11 +1820,11 @@ packages: - yi-rope - # "Tobias Bexelius @tobbebex": - # GHC 8 - GPipe + "Tobias Bexelius @tobbebex": + - GPipe - # "Patrick Redmond @plredmond": - # GHC 8 - GPipe-GLFW + "Patrick Redmond @plredmond": + - GPipe-GLFW # "Csaba Hruska @csabahruska": # GHC 8 - lambdacube-ir From 99277a9ad4b8b73d4b2e918f329eb118a08296f7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Nov 2016 07:07:57 +0200 Subject: [PATCH 239/379] Remove expected test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01404fe3..b6177b93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # end of expected-test-failures From 3f2dbe2285281e8981fa286640c39faa1aa7b58c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 14 Nov 2016 23:08:30 +0900 Subject: [PATCH 240/379] Add heterocephalus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..67626350 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list + - heterocephalus # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 6f3ca8c243d02b2cf209e92ba4967b2ce63bd3e8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:40:09 +0100 Subject: [PATCH 241/379] Remove upper bound and close #2043 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..a5ec9c8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,10 +2648,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2043 - - hmatrix < 0.18 - - hmatrix-gsl < 0.18 - # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 From f3db810efa9006eb55312508ce8208a99cf2bd5c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:41:46 +0100 Subject: [PATCH 242/379] text-zipper upper bound for #2057 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5ec9c8a..d830d4c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,7 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 + - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 From a5764cfcc8957c07c3e8f1cdb78f61cab3bbef44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:43:22 +0100 Subject: [PATCH 243/379] TMWIR for terminal-progress-bar --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d830d4c7..9f4f0be5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,7 +2792,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself + - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 @@ -3196,3 +3196,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base +- terminal-progress-bar-0.1.1 # Unskip test suite From cdac9c2574aac6c4d599959324306dec35684835 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Mon, 14 Nov 2016 12:00:10 -0500 Subject: [PATCH 244/379] Add hpp to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..427ce5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2189,6 +2189,7 @@ packages: "Anthony Cowley @acowley": - Frames + - hpp "Takayuki Muranushi @nushio3": - binary-search From 45cbdeacfd68b798b9e60ebcf8a11972fb7cbcb1 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Mon, 14 Nov 2016 09:42:31 -0800 Subject: [PATCH 245/379] Add th-to-exp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..abe42b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions + - th-to-exp "Patrick Chilton @chpatrick": - solga From e74d734d8f421fe4fae0a576512bead38c50427e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 09:24:53 +0100 Subject: [PATCH 246/379] btrfs upper bound for redneb/hs-btrfs#3 and diversity upper bound for GregorySchwartz/diversity#3 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 095ebd50..e3e38450 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,11 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + # https://github.com/redneb/hs-btrfs/issues/3 + - btrfs < 0.1.2.1 + + # https://github.com/GregorySchwartz/diversity/issues/3 + - diversity < 0.8.0.1 # end of packages From 9a0f9c3549245f1e3fe8a40fbcb00e2fc2ce0dfe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:25:19 +0100 Subject: [PATCH 247/379] Remove diversity upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3e38450..261f1983 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,6 @@ packages: # https://github.com/redneb/hs-btrfs/issues/3 - btrfs < 0.1.2.1 - - # https://github.com/GregorySchwartz/diversity/issues/3 - - diversity < 0.8.0.1 # end of packages From dd82a1855e8e985a63e9831ff35e72fb9bf5f8b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:42:37 +0100 Subject: [PATCH 248/379] Re-enable snaplet-fay, btrfs rabneb/hs-btrfs#3, cgi tests, and pure-cdb tests --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 261f1983..ce4569e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED lens-4.15 + - snaplet-fay - time-compat - through-text @@ -2658,9 +2658,6 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 - - # https://github.com/redneb/hs-btrfs/issues/3 - - btrfs < 0.1.2.1 # end of packages @@ -2784,7 +2781,6 @@ skipped-tests: - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - - cgi # QuickCheck 2.9 - chell # options & via chell-quickcheck - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 @@ -2793,7 +2789,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - - pure-cdb # test-simple - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 95e951c11ada758f8c8e7f51e4023978f856e031 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:50:16 +0100 Subject: [PATCH 249/379] cassava-conduit upper bound for #2065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4569e5..556f21f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + + # https://github.com/fpco/stackage/issues/2065 + - cassava-conduit < 0.3.5 # end of packages From e5e9d056a5a7caf2d05e148fc5f0aea26667b8f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:52:52 +0100 Subject: [PATCH 250/379] Remove upper bound and close #2058 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 556f21f3..f70e3c2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2058 - - cubicbezier < 0.5 - # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 # end of packages From 5e102ed1dba9ede7a3848539beb6e586a9365c56 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 17:06:50 +0100 Subject: [PATCH 251/379] servant-auth-cookie upper bound for #2067 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f70e3c2b..591f9047 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 + + # https://github.com/fpco/stackage/issues/2067 + - servant-auth-cookie < 0.4.1 # end of packages From f46a926ccb5a8b868a409f231fa152253370bf7d Mon Sep 17 00:00:00 2001 From: Dom De Re Date: Wed, 16 Nov 2016 22:21:28 +1100 Subject: [PATCH 252/379] Revert "cassava-conduit upper bound for #2065" This reverts commit 95e951c11ada758f8c8e7f51e4023978f856e031. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 591f9047..704fdd66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2065 - - cassava-conduit < 0.3.5 - # https://github.com/fpco/stackage/issues/2067 - servant-auth-cookie < 0.4.1 # end of packages From 7ec244fc5e781f597e1b0a208cbd120a97c52197 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 21:53:55 +0100 Subject: [PATCH 253/379] Ignore servant-auth-cookie 0.4.1, closes #2067 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704fdd66..98d06f1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2502,7 +2502,7 @@ packages: # - bitcoin-payment-channel # BLOCKED aeson 1.0 "Al Zohali @zohl": - - servant-auth-cookie + - servant-auth-cookie < 0.4.1 || > 0.4.1 "Joachim Fasting @joachifm": - libmpd @@ -2655,9 +2655,6 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 - - # https://github.com/fpco/stackage/issues/2067 - - servant-auth-cookie < 0.4.1 # end of packages From 8fb08dce29e9462952987a874712286e4edc473d Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 17 Nov 2016 09:04:05 +0100 Subject: [PATCH 254/379] add ginger --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98d06f1c..091709a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Tobias Dammers @tdammers": + - ginger + "Yair Chuchem @yairchu": - List From 12a020e296a83ecd1cc5fd097c754d3c2bfa9775 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 14:44:11 +0100 Subject: [PATCH 255/379] Expect ginger tests to fail #2068 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 091709a9..a952b543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 3f51674977a7675dd9bc750298768fe3ebe88b8f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Nov 2016 18:54:49 +0200 Subject: [PATCH 256/379] Add the say package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..9030ffef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,6 +155,7 @@ packages: - fsnotify-conduit - pid1 - typed-process + - say - fsnotify - hinotify From 0e73a176be4dd4a7f484c92526f160431000f31c Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Thu, 17 Nov 2016 14:00:14 -0500 Subject: [PATCH 257/379] Remove @jpvillaisaza from @stackbuilders group --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..4cd52016 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,7 +3136,6 @@ github-users: stackbuilders: - sestrella - jsl - - jpvillaisaza - jsantos17 - mrkkrp scotty-web: From 07c5f2ef974395c17db5cbeb42caebcda7515124 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 23:38:14 +0100 Subject: [PATCH 258/379] Revert "Expect ginger tests to fail #2068" This reverts commit 12a020e296a83ecd1cc5fd097c754d3c2bfa9775. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e26c557c..0962669f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,7 +2935,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 1e2d5b4c368f0bf8643ec6c1bd7d02e5bf50b61e Mon Sep 17 00:00:00 2001 From: winterland Date: Fri, 18 Nov 2016 16:14:39 +0800 Subject: [PATCH 259/379] Add if --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0962669f..cf348a0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -23,6 +23,7 @@ packages: - servant-aeson-specs "Winter Land @winterland1989": + - if - tcp-streams - tcp-streams-openssl - wire-streams From 5f5583f57544d72c9fb7cb0b1c35125ccc1a2422 Mon Sep 17 00:00:00 2001 From: Marcin Tolysz Date: Fri, 18 Nov 2016 12:54:13 +0000 Subject: [PATCH 260/379] Update build-constraints.yaml Add Maintainer and Package adding myself --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf348a0d..997f8028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,9 @@ packages: - type-level-kv-list - heterocephalus + "Marcin Tolysz @tolysz": + - rawstring-qm + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 4628a7c58294f9ffeb9488cc47f8fa0a0508ea99 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Sat, 19 Nov 2016 09:32:03 -0500 Subject: [PATCH 261/379] Add median-stream and stm-supply Two new packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997f8028..bfb783c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -16,6 +16,8 @@ packages: "Joseph Canero @caneroj1": - sqlite-simple-errors + - median-stream + - stm-supply "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From b5dc1dc892b3bd069849c22eaa5f001baeb4745e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:43:38 +0100 Subject: [PATCH 262/379] haskell-src-exts-simple upper bound for #2075 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb783c2..0588aa23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,8 +2665,10 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 -# end of packages + # https://github.com/fpco/stackage/issues/2075 + - haskell-src-exts-simple < 1.19 +# end of packages # Package flags are applied to individual packages, and override the values of # global-flags From 31a6ddeaf7e2135771792482db6be0a2422f1390 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:49:37 +0100 Subject: [PATCH 263/379] Remove text-zipper upper bound #2057 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0588aa23..e215c567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2664,7 +2664,6 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 - - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 From 8990029eae6ff2c69eb675f50f25bcd24b079465 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 08:53:46 -0700 Subject: [PATCH 264/379] Add constraint "primitive < 0.6.2.0" per haskell/vector#27 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e215c567..7f5057d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2667,6 +2667,9 @@ packages: # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 + + # https://github.com/haskell/vector/issues/142 + - primitive < 0.6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3198,7 +3201,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite +- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From afee6df22baa0d00b8c242cc60641780050fa452 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:13:29 -0700 Subject: [PATCH 265/379] Remove constraint on haskell-src-exts-simple, closes #2075 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5057d8..f0c9f57f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,9 +2665,6 @@ packages: - brick < 0.14 - vty < 5.12 - # https://github.com/fpco/stackage/issues/2075 - - haskell-src-exts-simple < 1.19 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From 5b549d3930f700ebfdc38b39950694dd8474b1a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:20:01 -0700 Subject: [PATCH 266/379] Update vty constraint per #2077, closes #2057 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0c9f57f..15ece26a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,8 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2057 - - brick < 0.14 - - vty < 5.12 + # https://github.com/fpco/stackage/issues/2077 + - vty < 5.13 # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 From a921076ca99bcc4a92c96c899be5c76fabe50235 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 10:12:33 -0700 Subject: [PATCH 267/379] Expect heterocephalus tests to fail per arowM/heterocephalus#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15ece26a..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 3614df07d70eb9000662c0a009085f0542153feb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 11:34:25 -0700 Subject: [PATCH 268/379] Skip rotating-log test suite per Soostone/rotating-log#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3da8c889..8830abc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive + # Dependencies missing from cabal file + - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 + # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 0dc45179b1ee5944f6e50c5fb37575080ac273a8 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 11:15:14 -0800 Subject: [PATCH 269/379] dont skip rotating-log test suite I've relased 0.4.2 with the missing dependency in the cabal file. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,9 +2811,6 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive - # Dependencies missing from cabal file - - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 - # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From a6d5c59ba6e23df3621382a04e7fb19a1d5becc1 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:31:46 -0800 Subject: [PATCH 270/379] Reenable cron and packages blocked by it I'm not familiar with yesod-job-queue but if the comment is correct, reenabling cron means it can also come back. I went ahead and purged derive from cron, opting instead for generics-sop. According to travis, my build should be working for nightlies and recent lts. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..bbb55cd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,7 +1501,7 @@ packages: - angel - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # BLOCKED derive + - cron # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -2346,8 +2346,7 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - [] - # - yesod-job-queue # BLOCKED cron + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass From eac2efbed1f37e576fff9a68d944460f16526477 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:39:23 -0800 Subject: [PATCH 271/379] Reintroduce ua-parser ua-parser as of 0.7.2 does not depend on derive for its test suite anymore. Tests run from lts-2 to nightly and all are passing. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..ee312c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2246,7 +2246,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # BLOCKED derive + - ua-parser - hs-GeoIP - retry # GHC 8 - katip From 9db274e8e4a7b35b3b772d7196e35b2d949845df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:43:27 -0700 Subject: [PATCH 272/379] Unconstrain test libs. #1993 #1965 #1971 #1994 --- build-constraints.yaml | 52 +++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8496f7e..1c9e3169 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1067,7 +1067,7 @@ packages: - arithmoi - friendly-time - hashable - - haxl + # - haxl - monad-time - packdeps - recursion-schemes @@ -2636,24 +2636,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1993 - - hspec < 2.3 - - hspec-core < 2.3 - - hspec-discover < 2.3 - - # https://github.com/fpco/stackage/issues/1965 - - HUnit < 1.4.0.0 - - hspec-expectations < 0.8.2 - - # https://github.com/fpco/stackage/issues/1971 - - hspec-expectations < 0.8.0 - - hspec-wai < 0.7.0 - - hspec-wai-json < 0.7.0 - - hspec-meta < 2.3.0 - - # https://github.com/fpco/stackage/issues/1994 - - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2782,19 +2764,51 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + # # HUnit 1.5 + - GLFW-b + - Glob + - HTTP + - bindings-GLFW + - blaze-html + - blaze-markup + - case-insensitive + - darcs + - exception-transformers + - extensible-effects + - fclabels + - language-ecmascript + - lifted-base + - parsec + - psqueues + - rank1dynamic + - retry + - stylish-haskell + - threads + - tz + - tzdata + - uuid + - uuid-types + - websockets + # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck + - clay # hspec 2.3 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 + - fgl # hspec 2.3 + - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 + - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 2ff4219599e37f326b85c534235147269345a40a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:50:26 -0700 Subject: [PATCH 273/379] Remove constraint "vty < 5.13", closes #2077 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9e3169..1ea7b8bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2642,9 +2642,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2077 - - vty < 5.13 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From fb4516befd9ab2513e0fe8cd18960025e7dc06e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:44:58 -0700 Subject: [PATCH 274/379] Disable yesod-job-queue per nakaji-dayo/yesod-job-queue#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ea7b8bd..a32c9968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2346,7 +2346,8 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - - yesod-job-queue + [] + # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 # "Braden Walters @meoblast001": # - hakyll-sass From a3c11877820a07b9a1598b320791b11f9853014b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:52:17 -0700 Subject: [PATCH 275/379] Unblock amazonka* and stackage-curator --- build-constraints.yaml | 147 ++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 74 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a32c9968..f589ce39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1112,79 +1112,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED https://github.com/brendanhay/amazonka/issues/323 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From 171f8262112efdbce62b540422c561d3f745c825 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 08:02:03 -0700 Subject: [PATCH 276/379] Re-block amazonka* per brendanhay/amazonka#329 --- build-constraints.yaml | 147 +++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f589ce39..7bcd7ab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED by amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1112,78 +1112,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # https://github.com/brendanhay/amazonka/issues/329 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From b72112194eec3fa40aa1f0685b7e570a24395ab6 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 10:37:43 -0800 Subject: [PATCH 277/379] Don't skip retry tests anymore As of retry 0.7.4.2, it permits HUnit 1.5, so we should be good to test again. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..3ab7d0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,7 +2779,6 @@ skipped-tests: - parsec - psqueues - rank1dynamic - - retry - stylish-haskell - threads - tz From ee0d9d381045f98857b22f57cdae08d74afd5fa8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 23 Nov 2016 13:51:10 -0500 Subject: [PATCH 278/379] Add trifecta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..aa50a719 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -363,6 +363,7 @@ packages: - speculation - streams - tagged + - trifecta - vector-instances - void - wl-pprint-extras From af280b09a5dc4a5466eef357360750b1c32550f7 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 11:57:42 -0800 Subject: [PATCH 279/379] Resume running tests for uri-bytestring I've dropped the dependency on derive in uri-bytestring 0.2.2.1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..5b810274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2820,7 +2820,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - uri-bytestring # haskell-src-exts via derive # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From ebffe38b9a243cdd6469d22a37b9760425348d11 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 12:57:57 -0800 Subject: [PATCH 280/379] Unblock bloodhound I just uploaded bloodhound 0.12.0.0, which amongst other things, dropped the requirement of derive for tests and permits aeson 1.0. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..60649aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -516,7 +516,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # BLOCKED derive and aeson-1.0 + - bloodhound "Adam Bergmark @bergmark": - HUnit From c91639d67eb1c2b80eb16a1c2103e7c8b67d9810 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:12:41 -0700 Subject: [PATCH 281/379] Expect servant-server tests to fail per haskell-servant/servant#643 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79a8252f..56a1bba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,6 +2970,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 From 14821bab25731f35ea48ae6c3bb98815482e9461 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:34:03 -0700 Subject: [PATCH 282/379] Unskip a few test suites, notify on optparse-applicative release --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56a1bba6..226ad5e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,14 +2789,12 @@ skipped-tests: - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 @@ -2809,10 +2807,9 @@ skipped-tests: - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - - system-filepath # QuickCheck 2.9 + - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 # Transitive outdated dependencies # These packages @@ -3215,3 +3212,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite +- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 6f594f6883a42b50c7cd9dc5392d03ccd8a2cab1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 24 Nov 2016 00:03:51 -0700 Subject: [PATCH 283/379] Expect heterocephalus tests to pass per arowM/heterocephalus#4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 226ad5e6..02bf7ceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,7 +2946,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From b635d0ff39c51769ef1d340cad5fdd7b447e1829 Mon Sep 17 00:00:00 2001 From: Tom Nielsen Date: Fri, 25 Nov 2016 09:29:39 +0000 Subject: [PATCH 284/379] add datasets from @glutamate --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..b392da66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2610,6 +2610,10 @@ packages: "Marcin Tolysz @tolysz": - rawstring-qm + "Tom Nielsen @glutamate": + - datasets + + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 161073f723553b35073b1a49a4d5a0f2bd8522bb Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 Nov 2016 13:56:55 +0200 Subject: [PATCH 285/379] Add scrive/log --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..681e63a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1064,6 +1064,12 @@ packages: - time-parsers - waitra + # scrive/log + - log + - log-base + - log-elasticsearch + - log-postgres + # Not a maintainer - arithmoi - friendly-time @@ -2907,6 +2913,7 @@ expected-test-failures: - hocilib # oracle - hworker - katip-elasticsearch # elasticsearch + - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 From 3aca29a9c052f1e77a3b558b3baa18c3f92ccb04 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 25 Nov 2016 20:12:50 -0800 Subject: [PATCH 286/379] Expect hpqtypes tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a4be159..d9c38cf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2944,6 +2944,9 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API + # Test executable requires arguments + - hpqtypes + # Deprecated # Eventually we'll have to disable these packages completely. - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 From c1f877aa9fa7ea2a2b596416813b6e77885aa5be Mon Sep 17 00:00:00 2001 From: Matvey Aksenov Date: Sat, 26 Nov 2016 16:01:33 +0000 Subject: [PATCH 287/379] add envparse --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..eeb86f7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -779,8 +779,9 @@ packages: - djinn-lib - djinn-ghc - "Matvey Aksenov ": + "Matvey Aksenov @supki": - terminal-size + - envparse "Luis G. Torres @giogadi": - kdt From f9a704aa04028bfd773376adaf7f42c4d4d26b9a Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sat, 26 Nov 2016 09:20:06 -0800 Subject: [PATCH 288/379] Add oanda-rest-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..4e973bf3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2384,6 +2384,7 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - oanda-rest-api - stratosphere "Alexey Rodiontsev @klappvisor": From ef604f8d83721afd42a74d367383879f26eaeeb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 26 Nov 2016 10:53:13 -0800 Subject: [PATCH 289/379] Expect stratosphere tests to fail per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..7683b8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2991,6 +2991,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 807009d4b259822e6396af8b216ca685b4694a78 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sat, 26 Nov 2016 21:41:35 -0800 Subject: [PATCH 290/379] added hamilton package some of the deps aren't on stackage, i hope this works? --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..0fdf87c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1488,6 +1488,7 @@ packages: "Justin Le @mstksg": - auto - configurator-export + - hamilton - prompt - tagged-binary - typelits-witnesses From 5ea3fd3e61376a3fcb709045d672bf33e5abfc81 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 27 Nov 2016 21:03:20 -0800 Subject: [PATCH 291/379] Disable angel per MichaelXavier/Angel#52 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a85d4e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1506,7 +1506,7 @@ packages: # GHC 8 - growler "Michael Xavier @MichaelXavier": - - angel + # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - cron From fe9822c403f1aa5660deb3c087b8307cffbafb87 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 Nov 2016 11:56:40 +0100 Subject: [PATCH 292/379] Re-enable some test suites --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..09e2bc5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2780,8 +2780,6 @@ skipped-tests: - Glob - HTTP - bindings-GLFW - - blaze-html - - blaze-markup - case-insensitive - darcs - exception-transformers @@ -2790,15 +2788,12 @@ skipped-tests: - language-ecmascript - lifted-base - parsec - - psqueues - rank1dynamic - - stylish-haskell - threads - tz - tzdata - uuid - uuid-types - - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 From 5593b36c4cf99e12561c8b7c98d9f9fc00e4bef8 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 27 Nov 2016 18:28:27 +0100 Subject: [PATCH 293/379] add wl-pprint-annotated This is a version of wl-pprint-extras without point effects. Compared tp annotated-wl-pprint the API is slightly modernized. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a4c39e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,6 +2537,7 @@ packages: - quickcheck-special - writer-cps-mtl - writer-cps-transformers + - wl-pprint-annotated "Taras Serduke @tserduke": - do-list From cbaebf01eeefa5f998628c84aa8615e7c85bd00f Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 28 Nov 2016 09:10:55 -0800 Subject: [PATCH 294/379] Reenable katip, katip-elasticsearch Both are building on stackage nightly now. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..ab8ac0b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2257,8 +2257,8 @@ packages: - ua-parser - hs-GeoIP - retry - # GHC 8 - katip - # via katip - katip-elasticsearch + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From dd1496afc38bebd4f65257d1e010fb061b8dae3e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Nov 2016 17:39:46 -0800 Subject: [PATCH 295/379] Expect statrosphere tests to pass again per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..4bcbed87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,7 +2990,6 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 67a551174c2de07332898acdea3ab62a1e2f5115 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:37:26 +0900 Subject: [PATCH 296/379] Spock-core testsuite compile (agrafix/Spock#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..3987c705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,7 @@ expected-test-failures: - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - Spock-core # https://github.com/agrafix/Spock/issues/102 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12113f3ab226ed1ada8477a65bc68226d2465480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:44:11 +0900 Subject: [PATCH 297/379] yaml-0.8.21 test failures (snoyberg/yaml#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51873218..0f3562c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,6 +3024,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - yaml # https://github.com/snoyberg/yaml/issues/102 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 610b5784e4633d6c532437aec26cb541d3b8a070 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:50:31 +0900 Subject: [PATCH 298/379] yesod-auth-basic hlint tests (creichert/yesod-auth-basic#1) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f3562c7..85f82cc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,6 +3025,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - yaml # https://github.com/snoyberg/yaml/issues/102 + + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 059ac44a55afc89161d0a41c418f710b0bad9544 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:07:46 +0900 Subject: [PATCH 299/379] websocket-0.9.8.0 breaks yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85f82cc5..0a473cc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,6 +2660,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/yesodweb/yesod/issues/1311 + - websocket < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From be32d3eb365e0f73657c0df2f8cabea52f4b3e16 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:11:53 +0900 Subject: [PATCH 300/379] spell websockets correctly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a473cc6..2c7390f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,7 +2662,7 @@ packages: - primitive < 0.6.2.0 # https://github.com/yesodweb/yesod/issues/1311 - - websocket < 0.9.8.0 + - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From c2854f9ad63ed557c679c102fbf84074b65f57af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:32:46 +0900 Subject: [PATCH 301/379] temporarily disable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c7390f3..492b9bf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - - yesod-websockets + #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit @@ -2660,9 +2660,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - - # https://github.com/yesodweb/yesod/issues/1311 - - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From b01ad2bb332ed47c912bcf77ef6af8610399cd2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 Nov 2016 11:44:00 +0200 Subject: [PATCH 302/379] Revert "yaml-0.8.21 test failures (snoyberg/yaml#102)" This reverts commit 12113f3ab226ed1ada8477a65bc68226d2465480. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..951561ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,8 +3024,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - yaml # https://github.com/snoyberg/yaml/issues/102 - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures From 7d3c949a6cda9d0ac26298a3554939febdf0dc9f Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 29 Nov 2016 11:05:31 +0100 Subject: [PATCH 303/379] add wl-pprint-console and console-style --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..4a09a664 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,8 @@ packages: - writer-cps-mtl - writer-cps-transformers - wl-pprint-annotated + - wl-pprint-console + - console-style "Taras Serduke @tserduke": - do-list From 922cb7da2147eccd441dd19ccdb108f8395f103c Mon Sep 17 00:00:00 2001 From: Alexis King Date: Tue, 29 Nov 2016 11:37:06 -0800 Subject: [PATCH 304/379] Add type-assertions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..2c1a9113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,6 +2472,7 @@ packages: - test-fixture - text-conversions - th-to-exp + - type-assertions "Patrick Chilton @chpatrick": - solga From 7eb1df3e95b2df540b109b96f21fcb443bf6dc3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:13:01 +0900 Subject: [PATCH 305/379] reenable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e75ac0b..3932a4d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 + - yesod-websockets - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit From fb5467382bad3af5736e1f8ca8c23d19acce9793 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:45:06 +0900 Subject: [PATCH 306/379] websockets < 0.10.0.0 (#2099) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3932a4d8..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2663,6 +2663,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/fpco/stackage/issues/2099 + - websockets < 0.10.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 291e2f0f9300bfa80029e68bf706fadb892da02f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 14:48:19 +0900 Subject: [PATCH 307/379] katip test not compiling (Soostone/katip#41) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..fca1fe32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12a894ccdd4d5677d2b42082bbe5b5300920d294 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 16:05:42 +0200 Subject: [PATCH 308/379] cron.sh: pull the image --- automated/cron.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 5d076fd1..316991dd 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -6,10 +6,13 @@ CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh +IMAGE=fpco/stackage-server-prod:latest +docker pull $IMAGE + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ -w /home/ubuntu \ - fpco/stackage-server-prod:latest \ + $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From 287bbcea0e210d83ec210112c20408b2dfc97c42 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 19:15:56 +0200 Subject: [PATCH 309/379] Provide ~/.stack to cron job --- automated/cron.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 316991dd..76f9fcf7 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -9,10 +9,12 @@ source aws.sh IMAGE=fpco/stackage-server-prod:latest docker pull $IMAGE +stack update + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -w /home/ubuntu \ + -v $HOME/.stack:/home/ubuntu/.stack:ro \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From e56df35cf4fa9ccebb6fe84e1566a3d6b5ce1c0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 10:45:57 +0900 Subject: [PATCH 310/379] Revert "katip test not compiling (Soostone/katip#41)" should be fixed in katip-0.3.1.2 This reverts commit 291e2f0f9300bfa80029e68bf706fadb892da02f. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fca1fe32..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,7 +2993,6 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - Spock-core # https://github.com/agrafix/Spock/issues/102 - - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 97184bde8883384067bce72c81f0a1924955f9af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:03:31 +0900 Subject: [PATCH 311/379] pandoc < 1.19 (#2100) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..37c819d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2100 + - pandoc < 1.19 # end of packages # Package flags are applied to individual packages, and override the values of From db338edc4b85279ba29cc67cc4da6abf77e06b5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:21:37 +0900 Subject: [PATCH 312/379] texmath < 0.9 (#2100) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37c819d2..f0960c18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2100 - pandoc < 1.19 + - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From d9ee8f1abdc1e1da410b2540055cc93acb55ceee Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Thu, 1 Dec 2016 14:58:07 +0100 Subject: [PATCH 313/379] add superbuffer, remove hackmanager --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0960c18..a0ad49ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -856,12 +856,11 @@ packages: - validate-input - ignore - elm-bridge - # https://github.com/agrafix/hackmanager/issues/1 - # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl - psql-helpers + - superbuffer "Joey Eremondi @JoeyEremondi": - aeson-pretty From 7c2b5f155646c8bbe7d0d2142453e82d4d38bdc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:35:19 +0900 Subject: [PATCH 314/379] Revert "pandoc < 1.19 (#2100)" This reverts commit 97184bde8883384067bce72c81f0a1924955f9af. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0ad49ac..415f0579 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,10 +2665,6 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 - - # https://github.com/fpco/stackage/issues/2100 - - pandoc < 1.19 - - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From 59fafebf12b31910451624b0b994aac9d24eb711 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:39:11 +0900 Subject: [PATCH 315/379] hakyll test failing (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 415f0579..2f1a8c98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - hakyll # https://github.com/jaspervdj/hakyll/issues/491 # Assertion failures, these can be real bugs or just limitations # in the test cases. From acbdd495b807952d4bf55193157287a6fb969701 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Fri, 2 Dec 2016 04:52:27 +0000 Subject: [PATCH 316/379] Fix a buggy shell script --- automated/cron.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 76f9fcf7..8e56f254 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -15,6 +15,7 @@ echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -v $HOME/.stack:/home/ubuntu/.stack:ro \ + -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ + --workdir /home/ubuntu \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From dc65fb71cd0282ff48d04f1ad484e2beea140365 Mon Sep 17 00:00:00 2001 From: christof schramm Date: Fri, 2 Dec 2016 11:51:12 +0100 Subject: [PATCH 317/379] add mnist-idx --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..f9ecc968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,6 +2625,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Christof Schramm @kryoxide" + - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From b3fd12aa1e73417b9da992de3b01309fc16b6942 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 14:42:57 +0100 Subject: [PATCH 318/379] avers is compatible with hspec 2.3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..18cff00f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,6 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck From d54703903ce9a05e0fd0f98ac5034a9eee42194c Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 15:36:56 +0100 Subject: [PATCH 319/379] avers-api-docs is compatible with lens-4.15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..3cc4cb22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,7 +973,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # BLOCKED lens-4.15 + - avers-api-docs - avers-server - css-syntax - etcd From 7f210dbc77d2ed800b00bee5775e779d174a0cad Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 2 Dec 2016 11:39:48 -0600 Subject: [PATCH 320/379] Reinstate a bunch of my packages As far as I know all these packages should be OK again. Let me know if any of them fails and I will try to fix them ASAP. --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..891544b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -398,11 +398,11 @@ packages: "Brent Yorgey @byorgey": - active - # via haxr - BlogLiterately - # GHC 8 - BlogLiterately-diagrams + - BlogLiterately + - BlogLiterately-diagrams - diagrams - # GHC 8 & bounds - diagrams-builder - # GHC 8 & bounds - diagrams-haddock + - diagrams-builder + - diagrams-haddock - diagrams-cairo - diagrams-contrib - diagrams-core @@ -413,7 +413,7 @@ packages: - diagrams-svg - dual-tree - force-layout - # via http-streams - haxr + - haxr - MonadRandom - monoid-extras From 6de0795c28c7c283bc95231ed1a8293be384ad45 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 2 Dec 2016 09:42:32 -0800 Subject: [PATCH 321/379] `turtle` now builds with `optparse-applicative` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..1be0a1aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -507,7 +507,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - # - turtle # BLOCKED optparse-applicative 0.13 + - turtle - foldl - morte From 5410c4315babca2488af84f0cd7f61d01ef2411c Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 2 Dec 2016 15:10:18 -0800 Subject: [PATCH 322/379] added vector-sized --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..630364ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1492,6 +1492,7 @@ packages: - tagged-binary - typelits-witnesses - uncertain + - vector-sized "Ian Duncan @iand675": - feature-flags From 70283020402d54ca6867c6a1151fdab0a2713207 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 09:00:29 +0900 Subject: [PATCH 323/379] pipes < 4.3.0 (#2108) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b39d5440..cc30a864 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2108 + - pipes < 4.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6429b1eb14db3f2a0779813ef2927085fa4ad673 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 10:48:50 +0900 Subject: [PATCH 324/379] pipes-safe < 2.2.5 (#2108) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc30a864..a76bdeee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 + - pipes-safe < 2.2.5 # end of packages # Package flags are applied to individual packages, and override the values of From f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Sat, 3 Dec 2016 18:22:23 +0100 Subject: [PATCH 325/379] Update yi packages --- build-constraints.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..1e33aba2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-errors - docopt - dynamic-state - dyre @@ -1828,13 +1829,21 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi BLOCKED due to yi-language - #- yi-fuzzy-open - - # https://github.com/yi-editor/yi/issues/922 - # - yi-language - + - yi + - yi-core + - yi-frontend-pango + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-language + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope + - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 0fa2ab41d5362118b497a9d038078bcddb94b995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sat, 3 Dec 2016 21:51:02 +0100 Subject: [PATCH 326/379] Use newer version of haskell-gi-base Needed for the latest versions of the autogenerated haskell-gi bindings (gi-gtk, etc.), which are coming in a later commit. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..7ab1e126 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From ce86150da3a31e8ca21b120d76fc106cddb9878f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 07:03:13 +0900 Subject: [PATCH 327/379] Revert "add mnist-idx" (#2102) This reverts commit dc65fb71cd0282ff48d04f1ad484e2beea140365. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 486e0bf0..c49e8be7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2635,8 +2635,6 @@ packages: "Tom Nielsen @glutamate": - datasets - "Christof Schramm @kryoxide" - - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f6abc131e99758307811bda4ee1bc3af255fed74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:33:42 +0900 Subject: [PATCH 328/379] Revert "Update yi packages" for now (yi-editor/yi#922) still seems broken with alex-3.2.1 This reverts commit f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2. --- build-constraints.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da60de7e..0b6cc572 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,7 +1820,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -1829,21 +1828,13 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-core - - yi-frontend-pango - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim - - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript + # - yi BLOCKED due to yi-language + #- yi-fuzzy-open + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope - - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 8c0a12983d9922ec247272d4c4a6eb23ce99984d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:57:43 +0900 Subject: [PATCH 329/379] Revert "Use newer version of haskell-gi-base" (#2110) but bump tell-me-when-its-released This reverts commit 0fa2ab41d5362118b497a9d038078bcddb94b995. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b6cc572..d6d97ac0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -3234,5 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.19 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 492e1e00c57dcd23a0da0a3cb3ba478dbaad7ab5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:09:11 +0900 Subject: [PATCH 330/379] try haskell-gi-0.19 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6d97ac0..28a59641 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi < 0.20 + - haskell-gi-base < 0.20 "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.19 # Lift constraint on haskell-gi-base +- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 413751c1f726b47fc50bcf5543602510064c7f5a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:11:32 +0900 Subject: [PATCH 331/379] revert to haskell-gi-base < 0.19 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28a59641..d2a2db40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.20 + - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree From e33c8d61425fe63eafbc184b092423175ec00b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:20:50 +0900 Subject: [PATCH 332/379] try haskell-gi-0.19 with haskell-gi-base-0.18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a2db40..72e601a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,7 +2409,7 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi + - haskell-gi < 0.20 - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": From ff107821793fcec589ece0ff76f4f7e16ec9507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sun, 4 Dec 2016 09:58:50 +0100 Subject: [PATCH 333/379] New versions of haskell-gi, and the gi-* bindings --- build-constraints.yaml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..01a358f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2397,20 +2397,20 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.3 - - gi-cairo == 1.0.3 - - gi-gdk == 3.0.3 - - gi-gdkpixbuf == 2.0.3 - - gi-gio == 2.0.3 - - gi-glib == 2.0.3 - - gi-gobject == 2.0.3 - - gi-gtk == 3.0.3 - - gi-pango == 1.0.3 - - gi-soup == 2.4.3 - - gi-javascriptcore == 3.0.3 - - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.19 + - gi-atk == 2.0.7 + - gi-cairo == 1.0.7 + - gi-gdk == 3.0.7 + - gi-gdkpixbuf == 2.0.7 + - gi-gio == 2.0.7 + - gi-glib == 2.0.7 + - gi-gobject == 2.0.7 + - gi-gtk == 3.0.7 + - gi-pango == 1.0.7 + - gi-soup == 2.4.7 + - gi-javascriptcore == 3.0.7 + - gi-webkit == 3.0.7 + - haskell-gi + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From bae9fda877e0ec1cbe1eab60a17d82239e86247c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 20:45:09 +0900 Subject: [PATCH 334/379] brick < 0.15 (#2112) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..ccfcb32e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2670,6 +2670,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2112 + - brick < 0.15 # end of packages # Package flags are applied to individual packages, and override the values of From 4d759ea92ccacb8d88a03418d260d2e38128b2f6 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sun, 4 Dec 2016 16:50:34 +0100 Subject: [PATCH 335/379] Re-enabling amazonka and adding new re:Invent 2016 libraries --- build-constraints.yaml | 162 ++++++++++++++++++++++------------------- 1 file changed, 89 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..d6db34a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1119,79 +1119,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # https://github.com/brendanhay/amazonka/issues/329 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-appstream + - amazonka-autoscaling + - amazonka-budgets + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch + - amazonka-cloudsearch-domains + - amazonka-cloudtrail + - amazonka-cloudwatch + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-codebuild + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb + - amazonka-dynamodb-streams + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-elbv2 + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-health + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot + - amazonka-iot-dataplane + - amazonka-kinesis + - amazonka-kinesis-analytics + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-lightsail + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-opsworks-cm + - amazonka-pinpoint + - amazonka-polly + - amazonka-rds + - amazonka-redshift + - amazonka-rekognition + - amazonka-route53 + - amazonka-route53-domains + - amazonka-s3 + - amazonka-sdb + - amazonka-servicecatalog + - amazonka-ses + - amazonka-shield + - amazonka-sms + - amazonka-snowball + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-stepfunctions + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces + - amazonka-xray - gogol - gogol-core - gogol-adexchange-buyer From ab35860bc6c5fd92e6da45f5e5a5e669938b49b9 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 4 Dec 2016 19:00:27 +0000 Subject: [PATCH 336/379] Add hexml library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..60001210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - bake - ghcid - pugixml + - hexml "Alan Zimmerman @alanz": - hjsmin From 01dbdc1b01ff167ce4a3a4520c487461e8a3eeb0 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Mon, 5 Dec 2016 00:17:27 +0100 Subject: [PATCH 337/379] add timespan library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..c1d2eefd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -861,6 +861,7 @@ packages: - dataurl - psql-helpers - superbuffer + - timespan "Joey Eremondi @JoeyEremondi": - aeson-pretty From 26c2647802d0183a04d91ee3af6c7af706794dfc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 11:18:10 +0900 Subject: [PATCH 338/379] vty < 5.14 (#2117) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f9e761f..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,8 @@ packages: # https://github.com/fpco/stackage/issues/2112 - brick < 0.15 + # https://github.com/fpco/stackage/issues/2117 + - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From d8530f25bf9452949a3ea2c7be368b3f59a79980 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:36:43 +0900 Subject: [PATCH 339/379] temporarily disable phadej/binary-tagged#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..40002fae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - - binary-tagged + #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 - edit-distance - generics-sop-lens - github From e5c897862058213f9e0962ddae2e10948f3068c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:49:10 +0900 Subject: [PATCH 340/379] Revert "temporarily disable phadej/binary-tagged#13" This reverts commit d8530f25bf9452949a3ea2c7be368b3f59a79980. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40002fae..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 + - binary-tagged - edit-distance - generics-sop-lens - github From e56a4a8efa71f1976c32439ddbc8b5d478381ced Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:51:31 +0900 Subject: [PATCH 341/379] generics-sop < 0.2.3.0 (#2118) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..2ccc1226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,6 +2693,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2118 + - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 1d4785461f405ac7ba032e0e7a47be1b5992ee14 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:56:15 +0900 Subject: [PATCH 342/379] disable ltext temporarily (ltext/ltext#22) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ccc1226..c2ca8dfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,7 +1454,7 @@ packages: "Athan Clark @athanclark": - commutative # via digestive functors - digestive-functors-lucid - - ltext + #- ltext # https://github.com/ltext/ltext/issues/22 - markup # via poly-arity - nested-routes - path-extra From 414db75938b20f9b6ebc3a0e21ca7eb2c97f2920 Mon Sep 17 00:00:00 2001 From: Jun Date: Mon, 5 Dec 2016 22:34:39 +0900 Subject: [PATCH 343/379] Add 'line' The 'line' package is Haskell SDK for the LINE API. FYI, LINE is a messaging platform. For the further details, please refer to the following links. - https://line.me - https://hackage.haskell.org/package/line --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..0f0afc56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Hyunje Jun @noraesae": + - line # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4fb2b3f417b0e56028e2877f14d7d6a8855fc8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Mon, 5 Dec 2016 21:49:50 +0100 Subject: [PATCH 344/379] Newer versions of gi-* packages --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..1c333807 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,18 +2415,18 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.7 - - gi-cairo == 1.0.7 - - gi-gdk == 3.0.7 - - gi-gdkpixbuf == 2.0.7 - - gi-gio == 2.0.7 - - gi-glib == 2.0.7 - - gi-gobject == 2.0.7 - - gi-gtk == 3.0.7 - - gi-pango == 1.0.7 - - gi-soup == 2.4.7 - - gi-javascriptcore == 3.0.7 - - gi-webkit == 3.0.7 + - gi-atk == 2.0.8 + - gi-cairo == 1.0.8 + - gi-gdk == 3.0.8 + - gi-gdkpixbuf == 2.0.8 + - gi-gio == 2.0.8 + - gi-glib == 2.0.8 + - gi-gobject == 2.0.8 + - gi-gtk == 3.0.8 + - gi-pango == 1.0.8 + - gi-soup == 2.4.8 + - gi-javascriptcore == 3.0.8 + - gi-webkit == 3.0.8 - haskell-gi - haskell-gi-base From 2de29605b47eb1f6f017661200bb417499b0c580 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:01:22 +0900 Subject: [PATCH 345/379] Revert "generics-sop < 0.2.3.0 (#2118)" This reverts commit e56a4a8efa71f1976c32439ddbc8b5d478381ced. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..189fa3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2118 - - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41e6fc3cc7c27aae772e8822f2f5d0856065689a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:04:32 +0900 Subject: [PATCH 346/379] Revert "Temporary block mainland/language-c-quote#72" This reverts commit 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189fa3b6..d7da5259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1030,9 +1030,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # https://github.com/mainland/language-c-quote/issues/72 - # - language-c-quote + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 38edf1509bc5c4d7302f20f8f2c668e6a77c670c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:29:33 +0900 Subject: [PATCH 347/379] process-extra < 0.7 (#2122) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8346a0ed..352ad75a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2122 + - process-extra < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 23243738346c3ea04e75ba25ee6fbf55e8dd6717 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:41:27 +0900 Subject: [PATCH 348/379] fix typo of process-extras (#2122) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78a27c..2b9a8818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2695,7 +2695,7 @@ packages: - vty < 5.14 # https://github.com/fpco/stackage/issues/2122 - - process-extra < 0.7 + - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From d13516a3a9313a256d3d27d67382a0ef8f406f7f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 12:00:21 +0900 Subject: [PATCH 349/379] run-nightly.sh: discourage interrupting cron.sh --- automated/run-nightly.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 75e7405e..ed63364f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,8 +5,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo "Running cron.sh (hiding verbose output)" - ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' + date + echo -n "Running cron.sh (do not interrupt)... " + ./cron.sh > cron.log 2>&1 echo "done." echo date From ad174b354ccb6fba2419d40f8bde29d487c34669 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 15:02:48 +0900 Subject: [PATCH 350/379] Revert "process-extra < 0.7 (#2122)" This reverts commit 38edf1509bc5c4d7302f20f8f2c668e6a77c670c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b9a8818..2304e76b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2122 - - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 37b14ac86085b01d245202c703ef822f68f80deb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 16:18:54 +0900 Subject: [PATCH 351/379] run-nightly.sh: run cron.sh in the background Check that cron.sh is not already running. With no new snapshot cron.sh takes about 1min. --- automated/run-nightly.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index ed63364f..fe5e2c0a 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,11 +4,11 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - - date - echo -n "Running cron.sh (do not interrupt)... " - ./cron.sh > cron.log 2>&1 - echo "done." + if ! pgrep cron.sh >/dev/null; then + echo + echo "Running cron.sh in the background" + ./cron.sh > cron.log 2>&1 & + fi echo date From 8b77287ca607d816994666af600fe8f137de13e0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:48:22 -0500 Subject: [PATCH 352/379] Bind port in cron.sh --- automated/cron.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/cron.sh b/automated/cron.sh index 8e56f254..d067260c 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -17,5 +17,6 @@ docker run --rm \ -v $CRONDIR:/home/ubuntu \ -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ --workdir /home/ubuntu \ + -p 17834:17834 \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From b01d84974e496aacd4224fdf9bc3ef0351099339 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:50:13 -0500 Subject: [PATCH 353/379] Stop running cron from build scripts --- automated/build.sh | 7 ------- automated/run-nightly.sh | 6 ------ 2 files changed, 13 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 731445d8..a145ac5b 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -132,11 +132,4 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Register as a new Hackage distro 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 && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" -if [ $SHORTNAME = "lts" ] -then - echo "Running cron.sh (hiding verbose output)" - ./cron.sh | grep -v '^Skipping' - echo "done." -fi - date diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index fe5e2c0a..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,12 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - if ! pgrep cron.sh >/dev/null; then - echo - echo "Running cron.sh in the background" - ./cron.sh > cron.log 2>&1 & - fi - echo date sleep 30m From 5e6350c8ccc63aa94e4a6c71c386fed80eb87806 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:53:56 -0500 Subject: [PATCH 354/379] cron.sh: change directory --- automated/cron.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/cron.sh b/automated/cron.sh index d067260c..728fef40 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -2,6 +2,8 @@ set -eux +cd "$(dirname "${BASH_SOURCE[0]}")" + CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh From fb6efc48ec5f5ba1176f4efd98b487c25758ad38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:13:28 +0900 Subject: [PATCH 355/379] skip path's testsuite since genvalidity can't build (#2123) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2304e76b..67f7ec0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2858,6 +2858,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck + - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 1414aa74f7f9b27e34d5d11d4a1c12765effb149 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:20:29 +0900 Subject: [PATCH 356/379] reenable stackage-curator --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67f7ec0c..8744e2ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED by amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 68327a1db65530815da8f7c2167c1df29c79c5ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:25:34 +0900 Subject: [PATCH 357/379] update some BLOCKED comments --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8744e2ea..00403c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -74,7 +74,7 @@ packages: # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - # - stripe-core # BLOCKED aeson 1.0 + # - stripe-core # BLOCKED aeson < 1.0 "Piotr Mlodawski @pmlodawski": - signal @@ -944,7 +944,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED aeson 1.0 & optparse-applicative 0.13.0.0 after #1784 + # - idris # BLOCKED safe - cairo - gio @@ -985,7 +985,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # BLOCKED optparse-applicative 0.13 + # - mole # BLOCKED optparse-applicative < 0.13 - publicsuffix - rethinkdb-client-driver @@ -1727,7 +1727,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - # - apply-refact # BLOCKED optparse-applicative 0.13 + # - apply-refact # BLOCKED optparse-applicative < 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell From 1e9202cd0da35fd682f0256769a4565b1ad4c648 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:26:16 +0900 Subject: [PATCH 358/379] re-enable turtle-options --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00403c58..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2261,8 +2261,7 @@ packages: - doctest-discover "Elie Genard @eliegenard": - [] - # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle + - turtle-options # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen From 6e379c60d64c8442163db9af6e4b20ff9fe80109 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 16:39:11 +0900 Subject: [PATCH 359/379] disable stackage-curator again (fpco/stackage-curator#27) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02b881c3..b4066902 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 - stm-conduit - wai-websockets - warp-tls From 01627f7f89a2dd50b57796f4cb23146bbc2c35b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 18:13:46 +0900 Subject: [PATCH 360/379] run-nightly.sh: remove the extra date --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..616a2fc4 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date sleep 30m done From 73c7eb3682f1956aec04709dc4b93a36960fabbc Mon Sep 17 00:00:00 2001 From: m0rphism Date: Wed, 7 Dec 2016 13:53:47 +0100 Subject: [PATCH 361/379] Added printcess and dmenu packages to build-constraints. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..c0690a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,13 @@ packages: "Hyunje Jun @noraesae": - line + "Hannes Saffrich @m0rphism": + - dmenu + - dmenu-pmount + - dmenu-pkill + - dmenu-search + - printcess + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 89949a20aee3e6cde1c6af56bd207ab495d7fd9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 7 Dec 2016 20:16:17 -0500 Subject: [PATCH 362/379] Revert "disable stackage-curator again (fpco/stackage-curator#27)" This reverts commit 6e379c60d64c8442163db9af6e4b20ff9fe80109. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 + - stackage-curator - stm-conduit - wai-websockets - warp-tls From c73c1b4cf527fb7e6678f064fe4e13ad4820f31a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:28:09 +0900 Subject: [PATCH 363/379] Revert "run-nightly.sh: remove the extra date" This reverts commit 01627f7f89a2dd50b57796f4cb23146bbc2c35b7. --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 616a2fc4..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,6 +4,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) + date sleep 30m done From 00ab0954a48e771535150fcf15abf5682dd35b91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:42:00 +0900 Subject: [PATCH 364/379] Revert "brick < 0.15 (#2112)" and "vty < 5.14 (#2117)" fixed with hledger-ui-1.0.5 revision --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b014697..1f7c702f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,11 +2694,6 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 - - # https://github.com/fpco/stackage/issues/2112 - - brick < 0.15 - # https://github.com/fpco/stackage/issues/2117 - - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From 8b93f335843a4fa525a4ee5f11d65c5641be1773 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:45:32 +0900 Subject: [PATCH 365/379] leapseconds-announced < 2017.0.0.1 (#2127) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f7c702f..6bdba7ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,6 +2694,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2127 + - leapseconds-announced < 2017.0.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From d22c61896a68ed1c5e596f608005c2ce94d9be5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:47:48 +0900 Subject: [PATCH 366/379] Revert "skip path's testsuite since genvalidity can't build (#2123)" revised on Hackage This reverts commit fb6efc48ec5f5ba1176f4efd98b487c25758ad38. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bdba7ce..89f7137b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2862,7 +2862,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:56:23 +0900 Subject: [PATCH 367/379] path < 0.5.10 (#2123) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89f7137b..bfe61731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2697,6 +2697,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2123 + - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 7c70b45d67959083a34b86190ff2d0ce35aa9161 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 12:20:04 +0900 Subject: [PATCH 368/379] varying < 0.7.0.0 (schell/varying#15) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe61731..a2f2bbfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,6 +2700,9 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 + + # https://github.com/schell/varying/issues/15 + - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 2812024ad2e25d210a2622d4b26796bc2990a454 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 7 Dec 2016 16:12:08 +0300 Subject: [PATCH 369/379] add hip package. Enabled repa, repa-io and repa-algorithms: Upper bound for QuickCheck was fixed. --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..c71b56b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -651,9 +651,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck < 2.9 - # - repa-io # BLOCKED repa - # - repa-algorithms # BLOCKED repa + - repa + - repa-io + - repa-algorithms # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -2651,6 +2651,9 @@ packages: - dmenu-search - printcess + "Alexey Kuleshevich @lehins": + - hip + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 8c426836ad7cb080be39ac0f20c1473fa332e88d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 8 Dec 2016 07:18:08 -0600 Subject: [PATCH 370/379] Re-enable uri-templater --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..82d88d0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1379,7 +1379,7 @@ packages: - bmp # Maintained by @benl23x5. # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - # via uri-templater - github-release + - github-release - gloss # Maintained by @benl23x5. - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. @@ -1515,8 +1515,8 @@ packages: - metrics - pipes-wai - serf - # 0.2.0.0 compilation failure - uri-templater - # via uri-templater - librato + - uri-templater + - librato # bounds - datadog # bounds - engine-io-growler # bounds - flowdock From f7cc359fedaccb9450ba632ebe40fa94cf5017a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:18:04 +0900 Subject: [PATCH 371/379] run-nightly.sh: blank line between runs --- automated/run-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..3dc3b26c 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,6 +5,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) date - sleep 30m + echo done From 2cf3313a6effe7722f3ce9b2dd223123ca10111d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:25:49 +0900 Subject: [PATCH 372/379] Revert "varying < 0.7.0.0 (schell/varying#15)" This reverts commit 7c70b45d67959083a34b86190ff2d0ce35aa9161. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c71b56b7..41893840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2703,9 +2703,6 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 - - # https://github.com/schell/varying/issues/15 - - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From c1b0733169ee6e58d48fd22e0d0221536f1b038a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:28:05 +0900 Subject: [PATCH 373/379] waiting for next hakyll release (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41893840..0a792465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,3 +3269,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 +- hakyll-4.9.2.0 # re-enable tests From 65d74692c99975e4ac7b3dbd6367e6754ade8464 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 10:15:10 +0900 Subject: [PATCH 374/379] allow varying benchmark fail (schell/varying#15) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e570d5a1..ec62fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3092,7 +3092,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - + - varying # https://github.com/schell/varying/issues/15 # end of expected-benchmark-failures From ebd7bd3c694395f85c2f429d1666fe6ad491ffd4 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Fri, 9 Dec 2016 10:05:57 +0100 Subject: [PATCH 375/379] add OpenAL and ALUT packages --- build-constraints.yaml | 8 ++++++++ debian-bootstrap.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..ef0f9a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -224,6 +224,10 @@ packages: - download - textlocal + "haskell-openal": + - OpenAL + - ALUT + "haskell-opengl": - OpenGL - GLURaw @@ -3191,9 +3195,13 @@ github-users: - meteficha analytics: - ekmett + haskell-openal: + - svenpanne + # - the-real-blackh haskell-opengl: - ekmett - svenpanne + # - dagit # - elliottt # - jmcarthur lambdabot: diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29640833..b651d4ea 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -45,6 +45,7 @@ apt-get install -y \ git \ libadns1-dev \ libaio1 \ + libalut-dev \ libasound2-dev \ libblas-dev \ libbz2-dev \ From 473d3c835d3c1c601635c03241067437a36825cf Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Fri, 9 Dec 2016 10:30:22 +0000 Subject: [PATCH 376/379] Add logging-effect --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..28012ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,6 +1688,7 @@ packages: # GHC 8 - network-carbon # GHC 8 - socket-io - tasty-rerun + - logging-effect # "Scott Murphy @smurphy8": From b67a84baaa1d50b8d72b241e23fd87d20d835de2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:12:32 +0900 Subject: [PATCH 377/379] Revert "path < 0.5.10 (#2123)" genvalidity revised This reverts commit 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a2bc7d..ab044b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,9 +2705,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - - # https://github.com/fpco/stackage/issues/2123 - - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 0303ad28c797b78b1f2a3bbc727a32229a24bb45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:42:18 +0900 Subject: [PATCH 378/379] datasets-0.2.2 needs wreq (#2032) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab044b04..e28c56c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,6 +2705,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2032 + - datasets < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 56a2456f0bff847e594fa5b385565144bc5c4769 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:47:39 +0900 Subject: [PATCH 379/379] Revert "websockets < 0.10.0.0 (#2099)" This reverts commit fb5467382bad3af5736e1f8ca8c23d19acce9793. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e28c56c8..53a950f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2696,9 +2696,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2099 - - websockets < 0.10.0.0 - # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5