From 3d6f90c918c76fdb9987c9b8406dcdbb6360f553 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 17:43:50 +0100 Subject: [PATCH 001/308] skylighting upper bound for #2245 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fb21a4..bc81d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 + # https://github.com/fpco/stackage/issues/2245 + - skylighting < 0.1.1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d051557a466eaa128d615b0e10f2953bec8a560 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:07:14 +0100 Subject: [PATCH 002/308] Remove upper bounds to close #2206 and close #2207 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2181da76..d2d9125f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,12 +2777,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2206 - - pretty-simple < 1.0.0.5 - - # https://github.com/fpco/stackage/issues/2207 - - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2229 - hspec < 2.4 - hspec-core < 2.4 From 3614d1fc5a412cb45e12df36fe2feefb44cbb1bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:09:31 +0100 Subject: [PATCH 003/308] Upper bounds for #2246 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d9125f..fbf95d7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2786,6 +2786,10 @@ packages: # https://github.com/fpco/stackage/issues/2245 - skylighting < 0.1.1.3 + # https://github.com/fpco/stackage/issues/2246 + - blaze-html < 0.9 + - blaze-markup < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From 489fe5a3aef7949b5e31039fd5fc3ad8dcddddc7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:49:27 -0600 Subject: [PATCH 004/308] Re-enable envy Bounds problem fixed by https://github.com/dmjio/envy/pull/7. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..1b8ee632 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: - once "David Johnson @dmjio": - # - envy # bounds: GHC 8 + - envy - s3-signer - google-translate - hackernews From d2bd393f95f9d9f072a917ccd143202908e33d35 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:51:46 -0600 Subject: [PATCH 005/308] Add postgresql-simple-migration https://github.com/ameingast/postgresql-simple-migration/issues/11 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..eef987ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,6 +1396,7 @@ packages: - lackey - octane - overloaded-records # Maintained by @trskop. + - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - rattletrap From 6e189ed5b7b341b96933559430323be9d62a5a4d Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 30 Jan 2017 21:25:52 -0500 Subject: [PATCH 006/308] Add mintty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..dbe1e62c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,6 +1730,7 @@ packages: - invariant - keycode - lift-generics + - mintty - mtl-compat - proxied - text-show From e7ea27f45a2303674c291dd870ae57578709b096 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:43:33 +0100 Subject: [PATCH 007/308] Upper bound for #2251 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe1e62c..8abf50a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,6 +2791,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/fpco/stackage/issues/2251 + - sbv < 5.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c652ed7c101c93c3e5587b865132ee9401a0dcb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:47:26 +0100 Subject: [PATCH 008/308] Remove upper bounds and close #2245 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8abf50a3..e25b6e8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2784,9 +2784,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2245 - - skylighting < 0.1.1.3 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 From e4dc89979cfba0c2472242606a1fb07aefc235f2 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Tue, 31 Jan 2017 17:04:40 +0100 Subject: [PATCH 009/308] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e25b6e8a..9af93ae3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,6 +874,8 @@ packages: - superbuffer - timespan - distance + - async-extra + - format-numbers "Joey Eremondi @JoeyEremondi": - aeson-pretty From a8e524fd5c91a4e78a9f333f1014f7a752bf6cf2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 31 Jan 2017 22:09:58 +0200 Subject: [PATCH 010/308] Add cabal-doctest --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9af93ae3..b8261db1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1057,6 +1057,7 @@ packages: - aeson-extra - binary-orphans - binary-tagged + - cabal-doctest - edit-distance - generics-sop-lens - github From 9f29fd967dd253bffb916ae1eea08b38b1468a9c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Feb 2017 08:06:27 +0200 Subject: [PATCH 011/308] Revert "Temporary block haskell-tools/haskell-tools#257" This reverts commit 1d3a0facc7e444d3f6ca54b257467ded95d51eb3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27af3606..3a823456 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2704,7 +2704,7 @@ packages: - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon - # - haskell-tools-debug # https://github.com/haskell-tools/haskell-tools/issues/257 + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation From afa9afb79d07cac082848c6642eb316ac6fa9613 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 1 Feb 2017 07:59:44 +0100 Subject: [PATCH 012/308] Add threepenny-gui to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..7a3a1f20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Simon Jakobi @sjakobi": + - threepenny-gui + "Joe M @joe9": - logger-thread - text-generic-pretty From 4b077ed660bc3b7e368595175dc1735d3928f0c0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 09:55:25 +0100 Subject: [PATCH 013/308] Upper bound for #2256 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..2379cbe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2794,6 +2794,9 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 + # https://github.com/fpco/stackage/issues/2256 + - elm-export < 0.6.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 677907536679fa481de6b75d8c3e7f2f4f951932 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 13:59:32 +0100 Subject: [PATCH 014/308] Upper bounds for #2257 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2379cbe3..f317caaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,6 +2797,12 @@ packages: # https://github.com/fpco/stackage/issues/2256 - elm-export < 0.6.0.1 + # https://github.com/fpco/stackage/issues/2257 + - servant < 0.10 + - servant-client < 0.10 + - servant-docs < 0.10 + - servant-server < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 5043a84e0cafa3f9cfb7f3d8100b1ba858dcf5c3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 14:22:21 +0100 Subject: [PATCH 015/308] Hide rerebase due to base module conflicts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f317caaf..eb4d89d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3457,6 +3457,7 @@ hide: - newtype-generics # conflicts with Control.Newtype in newtype - objective # conflicts with Control.Object in natural-transformation - binary-ieee754 # conflicts with data-binary-ieee754 +- rerebase # conflicts with base # Cryptonite deprecations - cipher-aes From 6c112b7158e73592517e2af0a04b21af6c11587b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:47:49 +0100 Subject: [PATCH 016/308] servant-swagger, servant-mock upper bounds for #2257 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb4d89d6..aa6d6555 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,6 +2802,8 @@ packages: - servant-client < 0.10 - servant-docs < 0.10 - servant-server < 0.10 + - servant-swagger < 1.1.2.1 + - servant-mock < 0.8.1.2 # end of packages From 166dc5d0ba796f279fb6c3dfe37a1206a4eb65b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:48:16 +0100 Subject: [PATCH 017/308] megaparsec upper bound for #2259 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6d6555..87815ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2805,6 +2805,9 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + # https://github.com/fpco/stackage/issues/2259 + - megaparsec < 5.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 209fffd4a90aefa96a6c04f3827c67f35f219e0f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:49:54 +0100 Subject: [PATCH 018/308] hoauth2 upper bound for #2177 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87815ce9..d839e240 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2773,6 +2773,7 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 + - hoauth2 < 0.5.8 # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 From be4e1a24aadb993d8f27f1b92f43fd1efcb08a2f Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 1 Feb 2017 20:34:27 -0500 Subject: [PATCH 019/308] Unblock dylex/invertible#1 with 0.2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From 7aa36e007f08790eb0e1cfb76ba2cd8b02d5d1b8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 07:32:55 +0200 Subject: [PATCH 020/308] Revert "Temporary block dylex/invertible#1" This reverts commit 239f4bf91ef65458a71c4b5ee522696b4823dc6d. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From ccf3b25a800f5a60c655d0c03a29b69cd8e2e9d2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 2 Feb 2017 08:54:01 +0200 Subject: [PATCH 021/308] Add myself as haskell-servant maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..4c04dafb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3377,6 +3377,7 @@ github-users: haskell-compat: - RyanGlScott haskell-servant: + - phadej - jkarni - SoenkeHahn vivid: From fdce63e899dd2c78808fdc56295d673a4367943c Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 1 Feb 2017 23:08:36 -0800 Subject: [PATCH 022/308] Add witness, open-witness --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab5a5865..b4a0d127 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,8 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable + - witness + - open-witness "Victor Denisov @VictorDenisov": - mongoDB From 87e7eafc742a183378088d67f1cc59346d31d433 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Feb 2017 11:15:10 +0000 Subject: [PATCH 023/308] Remove upper bounds for #2259. Closes #2259. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..b6848ee8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,9 +2809,6 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 - # https://github.com/fpco/stackage/issues/2259 - - megaparsec < 5.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From d80a05f338d1d82a5d64ab6fbf0d98200a463228 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 2 Feb 2017 12:01:53 +0000 Subject: [PATCH 024/308] Add labels package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6848ee8..cba23b19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,6 +288,7 @@ packages: - xenstore "Chris Done @chrisdone": + - labels - ace - ical - check-email From fe8434809843dd098f99aef70709cc27f4700404 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 18:03:21 +0200 Subject: [PATCH 025/308] Revert "Expect test failure khibino/haskell-relational-record#51" This reverts commit 6fd4d09f3ab3c5f5a40dfbcaf1ab83512d203e2f. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cba23b19..79563cbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,8 +3201,6 @@ expected-test-failures: - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - relational-query # https://github.com/khibino/haskell-relational-record/issues/51 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 From 007773644d96cc4928f2f8c475062ebd00152e73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 19:38:41 +0100 Subject: [PATCH 026/308] Remove upper bound and close #2256 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 498ef490..72759dcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,9 +2799,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2256 - - elm-export < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2257 - servant < 0.10 - servant-client < 0.10 From 2cc97c133e84714eeae0cfbfcc737604d7c2e1e9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 20:55:56 +0100 Subject: [PATCH 027/308] Expect postgresql-simple-migration tests to fail since it requires a running postgres --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eca6dbff..29a1c176 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,6 +3098,7 @@ expected-test-failures: - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL + - postgresql-simple-migration - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb From fc6a0f997ed68b3dec88b419b01399d270991aef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:03:49 +0100 Subject: [PATCH 028/308] Organize expected test failures --- build-constraints.yaml | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29a1c176..e6d511b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3139,6 +3139,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3150,6 +3151,8 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3164,6 +3167,11 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - folds # https://github.com/ekmett/folds/issues/12 + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3171,7 +3179,7 @@ expected-test-failures: - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed - - hindent # 4.6.4 + # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3184,33 +3192,15 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - - snap-core # https://github.com/snapframework/snap-core/issues/26 - - - hackernews # https://github.com/dmjio/hackernews/issues/19 - - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - - commutative # https://github.com/athanclark/commutative/issues/4 - - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - - folds # https://github.com/ekmett/folds/issues/12 - - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - # Doctests require hidden Glob package - multiset - makefile - - rattletrap # https://github.com/fpco/stackage/issues/2232 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + + - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9470dc2fd9caecfa1b579cf9ddc0c0d3451f3d53 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:05:04 +0100 Subject: [PATCH 029/308] Sort expected test failures --- build-constraints.yaml | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6d511b4..18ae300c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3048,15 +3048,14 @@ expected-test-failures: # expected-tests unless we know a fix has been released. - cabal-helper - generic-random - - lens - graphviz + - lens - punycode - zip # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -3080,9 +3079,9 @@ expected-test-failures: - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB + - haskell-neo4j-client # neo4j with auth disabled - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -3095,15 +3094,16 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - - postgresql-simple-migration - - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL - postgresql-simple # PostgreSQL + - postgresql-simple-migration + - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - rethinkdb @@ -3132,14 +3132,14 @@ expected-test-failures: - angel # https://github.com/MichaelXavier/Angel/issues/43 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3147,36 +3147,31 @@ expected-test-failures: - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer + - Spock-core # https://github.com/agrafix/Spock/issues/102 + - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer + - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - Spock-core # https://github.com/agrafix/Spock/issues/102 - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commutative # https://github.com/athanclark/commutative/issues/4 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - folds # https://github.com/ekmett/folds/issues/12 - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - # Misc. - - distributed-process-supervisor # # https://github.com/haskell-d - - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed @@ -3196,11 +3191,14 @@ expected-test-failures: - multiset - makefile + # Misc. + - distributed-process-supervisor # # https://github.com/haskell-d + - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - haskell-docs # GHC bug + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - snap-core # https://github.com/snapframework/snap-core/issues/26 - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9d7815f09da47ba2ee43ca579a1db3d5052c4baa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:06:25 +0100 Subject: [PATCH 030/308] Skip http2 benchmarks due to OOM #2232 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ae300c..d3738c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,6 +3294,7 @@ skipped-benchmarks: - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 + - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks From 99fa3ad6250d1d66b0fff253fe0f524b3bfa35de Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 3 Feb 2017 10:02:02 +0000 Subject: [PATCH 031/308] Add git and cryptonite-openssl --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..e085ebb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -273,8 +273,10 @@ packages: - cryptocipher - cryptohash - cryptonite + - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - git - hit - memory - language-java From 15352af5430a3782cff802ee36c5635b925fe72d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Feb 2017 11:14:04 +0100 Subject: [PATCH 032/308] servant-foreign upper bound for #2257 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..c27739e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,6 +2809,7 @@ packages: - servant-server < 0.10 - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + - servant-foreign < 0.10 # end of packages From 19e1b0d83d6f7af5ab547961911e4d2a582089b2 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 3 Feb 2017 23:54:56 -0500 Subject: [PATCH 033/308] Add monad-metrics under Matt Parsons --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..0a09da90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,6 +1750,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix + - monad-metrics "Matthew Pickering @mpickering": - refact From ace68ee22621b137cc7616d363bab7c266ba70b3 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sat, 4 Feb 2017 17:28:56 +0100 Subject: [PATCH 034/308] Add Gradle to the environment. Reenable sparkle. sparkle requires GHC 8.0.2 to build, due to a bug in GHC 8.0.1. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..df6779c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1587,7 +1587,7 @@ packages: - inline-r - jni - jvm - # - sparkle # build failure, requires gradle + - sparkle - th-lift "Christopher Reichert @creichert": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 52c265bb..314fde50 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -43,6 +43,7 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ + gradle \ libadns1-dev \ libaio1 \ libalut-dev \ From 8192cec75bbabfbbf257f7886f684f8ff8315d91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 4 Feb 2017 17:35:36 +0100 Subject: [PATCH 035/308] Re-enable Spock-core tests, and add issue rof for http2 benchmarks --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..7704091d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3157,7 +3157,6 @@ expected-test-failures: # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer - - Spock-core # https://github.com/agrafix/Spock/issues/102 - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - folds # https://github.com/ekmett/folds/issues/12 @@ -3290,12 +3289,12 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 - - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks @@ -3415,7 +3414,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- Spock-core-0.11.0.0 # testsuite fail - vivid-0.2.0.5 # compilation failure # Packages which should be hidden after registering, to avoid module name From c214bd8521fce7f1d101ff15e3aedd54265b2b6a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 5 Feb 2017 00:25:48 +0100 Subject: [PATCH 036/308] upper bound for #2268 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..422db0b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2268 + - text-zipper < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 859b4b854e3d75834e479cebaef6f4f02192607f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 13:51:50 +0100 Subject: [PATCH 037/308] Remove upper bound for #2268. Closes #2268. This reverts commit c214bd8521fce7f1d101ff15e3aedd54265b2b6a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422db0b9..0db7d2df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,9 +2814,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2268 - - text-zipper < 0.10 - # end of packages # Package flags are applied to individual packages, and override the values of From cabaceda31fb9e375477872592f602bf39ab54bc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 14:05:55 +0100 Subject: [PATCH 038/308] Add upper bound for #2269. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..3a2674ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2269 + - scalpel < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From cd4640c0a543586ec51cce199addb19daf5e4de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Sun, 5 Feb 2017 14:22:22 +0100 Subject: [PATCH 039/308] Add sdl2-image, sdl2-mixer, sdl2-gfx (#2264) * Add sdl2-image, sdl2-mixer and sdl2-gfx. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a2674ca..dcc6de40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,6 +2741,11 @@ packages: - pipes-misc - stm-extras + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From c11cd14a8dd279620327a3cd2281b25309a0683f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:45:42 +0100 Subject: [PATCH 040/308] Disable the new sdl2-* packages. https://github.com/sbidin/sdl2-mixer/issues/2 https://github.com/sbidin/sdl2-gfx/issues/1 https://github.com/sbidin/sdl2-image/issues/4 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcc6de40..e2fc9210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2742,9 +2742,9 @@ packages: - stm-extras "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 + # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 + # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 83040d286cab802d45a6a7dd09578c850a0cbb20 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:50:31 +0100 Subject: [PATCH 041/308] Fix bad YAML syntax. Can't have empty block. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2fc9210..6a4fb880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,7 +2741,7 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": + # "Siniša Biđin @sbidin": # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 From 1403ba2572bda06b247090d5fbc85f56a639f98e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:54:55 +0100 Subject: [PATCH 042/308] Disable sparkle. https://github.com/tweag/sparkle/issues/92 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a4fb880..ec6bf5b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/92 - th-lift "Christopher Reichert @creichert": From 88ba1776a79003424cc3dd2af846d84ddecafb3e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:58:30 +0100 Subject: [PATCH 043/308] Disable Git. Failing test case and is a new package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec6bf5b4..5d98a5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - - git + # - git # https://github.com/vincenthz/hit/issues/36 - hit - memory - language-java From bc1b87cdffda68a568dabc5676275e5355eff50f Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Sun, 5 Feb 2017 18:57:14 -0800 Subject: [PATCH 044/308] Changed my username. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..237a94de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,7 @@ packages: - mathexpr - sibe - "Alexis Williams @sasinestro": + "Alexis Williams @typedrat": - stb-image-redux - wavefront-obj From a5e43521bf50fb56122fb20499c782bafa0aed30 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 6 Feb 2017 09:57:27 +0100 Subject: [PATCH 045/308] Reenable sparkle. (#2271) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..e1b959ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/92 + - sparkle - th-lift "Christopher Reichert @creichert": From 50a89ebd5e7e420ed07c1c5f79424f3992fb9985 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:05:44 +0100 Subject: [PATCH 046/308] Add missing dependency for sdl2-* packages. --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 314fde50..273d959e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -93,6 +93,7 @@ apt-get install -y \ libpcap0.8-dev \ libpq-dev \ libsdl2-dev \ + libsdl2-mixer-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 7b5f6a5e0832a61b6ae6c96c97ab5d339879876c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:10:29 +0100 Subject: [PATCH 047/308] Fix repository URL. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1b959ec..966a383f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hit/issues/36 + # - git # https://github.com/vincenthz/hs-git/issues/5 - hit - memory - language-java From b691ec1153fbd8ed35e2c2fad0936056ccd590d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:11:14 +0100 Subject: [PATCH 048/308] Re-enable sdl2-* packages. Added external dependency in 50a89ebd5e7e420ed07c1c5f79424f3992fb9985. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 966a383f..8c7c5fee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,10 @@ packages: - pipes-misc - stm-extras - # "Siniša Biđin @sbidin": - # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 - # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 - # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a2b809329d13f155c95a1c1a7e1be03b6c5c70de Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 12:18:06 +0100 Subject: [PATCH 049/308] Add other missing sdl2-* package dependencies. https://github.com/sbidin/sdl2-image/issues/4#issuecomment-277645979 --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 273d959e..93d04aff 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,8 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsdl2-mixer-dev \ + libsdl2-image-dev \ + libsdl2-gfx-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From e3f99503b98721cf06802608558f75c84a7a13a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:04:32 -0800 Subject: [PATCH 050/308] Re-disable sdl2-* packages per #2273 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ef9dc45..1c034aa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,11 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # https://github.com/fpco/stackage/issues/2273 + # "Siniša Biđin @sbidin": + # - sdl2-image + # - sdl2-mixer + # - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c943b47ee34278104faeaee7cdb97a891640117f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:21:24 -0800 Subject: [PATCH 051/308] Redisable sparkle per #2274 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c034aa0..33ee54de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/fpco/stackage/issues/2274 - th-lift "Christopher Reichert @creichert": From 170301f59655ba66f0cdb8e743e2da4b3dc63549 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Mon, 6 Feb 2017 21:24:37 +0000 Subject: [PATCH 052/308] Add ramus --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..3830f573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nikita Tchayka @nickseagull": + - ramus + "Simon Jakobi @sjakobi": - threepenny-gui From bdaf428adee70fbecd567e03b97b333a7418682a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 22:38:02 +0100 Subject: [PATCH 053/308] Add link. Clarify docs on getting a DockerHub build. --- CURATORS.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 4548b988..b27f0503 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -23,8 +23,10 @@ process works: The typical story on pull requests is: If Travis accepts it and the author only added packages under his/her own name, merge it. If the -build later fails (see "Adding Debian packages for required system tools or libraries"), -then block the package until it's fixed. +build later fails (see [Adding Debian packages]), then block the +package until it's fixed. + +[Adding Debian packages]: https://github.com/fpco/stackage/blob/master/CURATORS.md#adding-debian-packages-for-required-system-tools-or-libraries If benchmarks, haddocks, or test suites fails at this point we typically also block the package until these issues are fixed. This in @@ -177,8 +179,14 @@ the maintainers of those packages. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes to a branch should trigger a DockerHub. Normally only the `nightly` branch needs to be updated -since new packages are not added to the current lts release. +After you've committed those changes, merging them into the `nightly` branch should +trigger a DockerHub build. Simply run: + +```bash + $ git checkout nightly + $ git merge master + $ git push +``` Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). From 95aeb4052ab9a234e17e1357f80d2611f5c62112 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Mon, 6 Feb 2017 19:06:04 -0800 Subject: [PATCH 054/308] Add scalpel-core This is the first step required to allow wikicfp-scraper to depend on scalpel v0.5.0 in #2269. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..b743a96b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1426,6 +1426,7 @@ packages: - prometheus-client - prometheus-metrics-ghc - scalpel + - scalpel-core - wai-middleware-prometheus "William Casarin @jb55": From ac5e42d7977ab657c1fb5ca4e761ad32c596f218 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:19:21 -0800 Subject: [PATCH 055/308] Expect ramus tests to fail per #2277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4653006f..e32becf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3179,6 +3179,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From bcb44635df0e6c2458be11494b73d7a935b67bc3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:25 -0800 Subject: [PATCH 056/308] Revert "Redisable sparkle per #2274" This reverts commit c943b47ee34278104faeaee7cdb97a891640117f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e32becf5..cbfe6773 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1593,7 +1593,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/fpco/stackage/issues/2274 + - sparkle - th-lift "Christopher Reichert @creichert": From 47b3028e54c01a5ef762b25f20f184409be9f2b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:42 -0800 Subject: [PATCH 057/308] Revert "Re-disable sdl2-* packages per #2273" This reverts commit e3f99503b98721cf06802608558f75c84a7a13a9. --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfe6773..c9fc92e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2745,11 +2745,10 @@ packages: - pipes-misc - stm-extras - # https://github.com/fpco/stackage/issues/2273 - # "Siniša Biđin @sbidin": - # - sdl2-image - # - sdl2-mixer - # - sdl2-gfx + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cd09a533b7c29ead57ccb6730623f07ff1e56b61 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 15:12:50 -0800 Subject: [PATCH 058/308] Revert "Expect ramus tests to fail per #2277" This reverts commit ac5e42d7977ab657c1fb5ca4e761ad32c596f218. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9fc92e2..8c92c278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3178,7 +3178,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 2653151b4b24e9def7f6d584bc8a985809f190b5 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 8 Feb 2017 17:46:27 +0900 Subject: [PATCH 059/308] Add the xml-html-qq package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..9a81093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,6 +1865,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - xml-html-qq - yahoo-finance-api "Franklin Chen @FranklinChen": From cddc6dbf5cb4bd4fd9e6a4301a1478844bf434fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Feb 2017 14:22:44 +0100 Subject: [PATCH 060/308] Re-enable cases' tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..3acbeb34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,7 +2979,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - ed25519 # QuickCheck 2.9 From 5b919096b2207f0d77cdbd81e16433f248101d54 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Feb 2017 10:05:06 -0800 Subject: [PATCH 061/308] Add constraint "Earley < 0.12.0.0" per #2281 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..867dbe8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2826,6 +2826,9 @@ packages: # https://github.com/fpco/stackage/issues/2269 - scalpel < 0.5 + # https://github.com/fpco/stackage/issues/2281 + - Earley < 0.12.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 1605b4be6c3690fbadd1b3a1a1d440503c73b5a9 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 8 Feb 2017 21:27:28 +0100 Subject: [PATCH 062/308] add highjson package family --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1510808c..74ee6226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -885,6 +885,9 @@ packages: - distance - async-extra - format-numbers + - highjson + - highjson-swagger + - highjson-th "Joey Eremondi @JoeyEremondi": - aeson-pretty From e7129ba34eb720bb0afb339e99207bbec81916b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:28:16 -0800 Subject: [PATCH 063/308] Disable stackage-curator per #2283 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ee6226..6717707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -114,7 +114,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 - stm-conduit - wai-websockets - warp-tls From 9597971cec66f58aae0184bda2f571d4bedb7a51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:33:02 -0800 Subject: [PATCH 064/308] Remove constraint "scalpel < 0.5", closes #2269 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6717707c..a23f1d27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2827,9 +2827,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2269 - - scalpel < 0.5 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From f1b5850f58e70855c597e21dafdcab91050d31a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 18:51:12 -0800 Subject: [PATCH 065/308] Disable vivid, unconstrain MonadRandom, closes #2180 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a23f1d27..86853fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,7 +2433,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - - vivid + # - vivid # bounds: MonadRandom # - midair # bounds: ghc, base - nano-erl @@ -2798,9 +2798,6 @@ packages: - aeson < 1.1.0.0 - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2180 - - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 @@ -3432,7 +3429,7 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- vivid-0.2.0.5 # compilation failure +- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4677e7d863fff9a382ba051ea48cf601b8c369cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 19:07:20 -0800 Subject: [PATCH 066/308] Unconstrain hspec-*, closes #2229 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86853fe8..fd83b4d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,12 +2802,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2229 - - hspec < 2.4 - - hspec-core < 2.4 - - hspec-discover < 2.4 - - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -2979,18 +2973,24 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - bloodhound # hspec 2.4 - bytestring-handle # QuickCheck 2.9 - chell # options & via chell-quickcheck - clay # hspec 2.3 + - drawille # hspec 2.4 - ed25519 # QuickCheck 2.9 + - envy # hspec 2.4 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - multistate # hspec 2.4 + - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 + - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 From adacd811cafb4cc2472a7cea81dbbc07ff86d4a3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:17:03 -0800 Subject: [PATCH 067/308] Disable hspec-jenkins per worksap-ate/hspec-jenkins#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd83b4d3..bef67c85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -494,7 +494,7 @@ packages: # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - - hspec-jenkins + # - hspec-jenkins # hspec 2.4.1 # https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition From bcc43b49c6444317820249d72dff68f477c377a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:23:14 -0800 Subject: [PATCH 068/308] Disable random-tree and diversity per #2180 (MonadRandom) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bef67c85..81e7182d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - - diversity + # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 - modify-fasta - tree-fun - - random-tree + # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From e5e9bb96fd0454323292daa230b721b245f76890 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:37:19 -0800 Subject: [PATCH 069/308] Disable hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e7182d..60acce88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2985,6 +2985,8 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 + - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 + - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -2992,6 +2994,7 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 + - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3430,6 +3433,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 507d1651317b09d1de7679405472963c877eb3aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 09:08:07 -0800 Subject: [PATCH 070/308] Unskip optparse-applicative tests per release --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60acce88..3021d39b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,8 +3025,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 - # BLOCKED shelly GHC 8.0.2 - c2hs @@ -3431,7 +3429,6 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite -- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 From daf9472395c6af20cbe01ac74a7fa8a2d6566c8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 10:22:15 -0800 Subject: [PATCH 071/308] Revert "Disable random-tree and diversity per #2180 (MonadRandom)" This reverts commit bcc43b49c6444317820249d72dff68f477c377a9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3021d39b..4e51e28e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 + - diversity - modify-fasta - tree-fun - # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 + - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From 6cf18e45779ff73ebca024a6e9427b42b9f3119c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 19:14:54 -0800 Subject: [PATCH 072/308] Remove constraint "X11 < 1.7", closes #2136 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e51e28e..c14da91b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,9 +2791,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2136 - - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 - hoauth2 < 0.5.8 From 09168f3963b749889e8cf2baa2e6869bf87e05be Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:00:06 -0800 Subject: [PATCH 073/308] Lift constraints on aeson, closes #2177 --- build-constraints.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c14da91b..b7e3a9d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,8 +1861,8 @@ packages: - emailaddress - envelope - from-sum - - hailgun - - hailgun-simple + # - hailgun # bounds: aeson + # - hailgun-simple # via hailgun # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans @@ -2083,7 +2083,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # bounds: aeson - airship "Yuras Shumovich @Yuras": @@ -2458,7 +2458,8 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - - telegram-api + [] + # - telegram-api # bounds: aeson "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2566,7 +2567,8 @@ packages: - language-fortran "Philipp Schuster @phischu": - - haskell-names + [] + # - haskell-names # bounds: aeson "Shao Cheng @TerrorJack": - simple-download @@ -2791,10 +2793,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2177 - - aeson < 1.1.0.0 - - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 From a47a12928c297abc7f19501c6396b7150d711242 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:09:06 -0800 Subject: [PATCH 074/308] Lift constraints on servant, closes #2257 --- build-constraints.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7e3a9d3..db6f4d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - - servant-aeson-specs + # - servant-aeson-specs # bounds: servant "Winter Land @winterland1989": - if @@ -84,8 +84,8 @@ packages: "David Johnson @dmjio": - envy - s3-signer - - google-translate - - hackernews + # - google-translate # bounds: servant + # - hackernews # bounds: servant # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams @@ -2459,7 +2459,7 @@ packages: "Alexey Rodiontsev @klappvisor": [] - # - telegram-api # bounds: aeson + # - telegram-api # bounds: aeson, servant "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2804,15 +2804,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2257 - - servant < 0.10 - - servant-client < 0.10 - - servant-docs < 0.10 - - servant-server < 0.10 - - servant-swagger < 1.1.2.1 - - servant-mock < 0.8.1.2 - - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From 0a373104c99522bbc3fbd4e8e8712d6e9d996e76 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:43:27 -0800 Subject: [PATCH 075/308] Lift constraints on vector, closes #2194 --- build-constraints.yaml | 373 ++++++++++++++++++++++++++++++----------- 1 file changed, 277 insertions(+), 96 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db6f4d4d..6d3ab3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty + # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector "Li-yao Xia @Lysxia": - generic-random @@ -146,13 +146,13 @@ packages: - async - base16-bytestring - c2hs - - cassava + # - cassava # bounds: vector - csv-conduit - executable-hash - executable-path - foreign-store - formatting - - gtk2hs-buildtools + # - gtk2hs-buildtools # via hashtables: bounds: vector - happy - hybrid-vectors - indents @@ -261,7 +261,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # - large-hashable # via safecopy: bounds: vector "Bart Massey @BartMassey": - parseargs @@ -303,7 +303,7 @@ packages: - hostname-validate - ini - lucid - - osdkeys + # - osdkeys # via libnotify: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -320,13 +320,13 @@ packages: # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - - RefSerialize - - TCache - - Workflow - - MFlow + # - RefSerialize # via hashtables: bounds: vector + # - TCache # via hashtables: bounds: vector + # - Workflow # via RefSerialize: via hashtables: bounds: vector + # - MFlow # via RefSerialize: via hashtables: bounds: vector - transient - - transient-universe - - ghcjs-hplay + # - transient-universe # via TCache: via hashtables: bounds: vector + # - ghcjs-hplay # via transient-universe: via TCache: via hashtables: bounds: vector "Edward Kmett @ekmett": - ad @@ -361,8 +361,8 @@ packages: - lca - lens - linear - - linear-accelerate - - log-domain + # - linear-accelerate # via accelerate: via hashtables: bounds: vector + # - log-domain # via safecopy: bounds: vector - machines - monadic-arrays - monad-products @@ -425,10 +425,10 @@ packages: - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo + # - diagrams-cairo # bounds: vector - diagrams-contrib - diagrams-core - - diagrams-gtk + # - diagrams-gtk # via diagrams-cairo: bounds: vector - diagrams-lib - diagrams-postscript - diagrams-rasterific @@ -460,7 +460,7 @@ packages: # - mangopay # compilation failure against aeson - nonce - serversession - - serversession-backend-acid-state + # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite # - serversession-backend-redis # bounds: hedis # - serversession-frontend-snap # bounds: snap, snap-core @@ -480,7 +480,8 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - - accelerate + [] + # - accelerate # via hashtables: bounds: vector "Liam O'Connor @liamoc": [] @@ -538,7 +539,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": @@ -589,19 +590,22 @@ packages: - hPDB - hPDB-examples # - homplexity # BLOCKED directory 1.3 - - wordpass + # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - posix-realtime "Dom De Re @domdere": - - cassava-conduit + [] + # - cassava-conduit # via cassava: bounds: vector "Dominic Steinitz @idontgetoutmuch": + [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - - random-fu + # - random-fu # via log-domain: via safecopy: bounds: vector "Ben Gamari @bgamari": - - vector-fftw + [] + # - vector-fftw # bounds: vector "Roman Cheplyaka @feuerbach": - action-permutations @@ -641,7 +645,7 @@ packages: - arbtt - ghc-heap-view - tttool - - gipeda + # - gipeda # via cassava: bounds: vector - list-fusion-probe - haskell-spacegoo - tasty-expected-failure @@ -652,11 +656,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP + # - hOpenPGP # via ixset-typed: via safecopy: bounds: vector - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector - opensource "Joey Hess @joeyh": @@ -672,9 +676,9 @@ packages: - versions - vectortiles - pipes-random - - repa - - repa-io - - repa-algorithms + # - repa # bounds: vector + # - repa-io # bounds: vector + # - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -699,7 +703,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - - RNAlien + # - RNAlien # via cassava: bounds: vector - Taxonomy # - TaxonomyTools # build failure - ViennaRNAParser @@ -730,11 +734,11 @@ packages: "Simon Michael @simonmichael": - darcs - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - hledger-api + # - hledger # via hledger-lib: via hashtables: bounds: vector + # - hledger-lib # via hashtables: bounds: vector + # - hledger-ui # via hledger-lib: via hashtables: bounds: vector + # - hledger-web # via hledger-lib: via hashtables: bounds: vector + # - hledger-api # via hledger-lib: via hashtables: bounds: vector # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -752,7 +756,7 @@ packages: # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront + # - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -832,7 +836,7 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + # - Chart-cairo # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -847,7 +851,7 @@ packages: - base-prelude - cases - focus - - hasql + # - hasql # via hashtables: bounds: vector - list-t - mtl-prelude - neat-interpolation @@ -933,7 +937,7 @@ packages: - servant-blaze - servant-foreign - servant-mock - - servant-cassava + # - servant-cassava # via cassava: bounds: vector "Alexandr Ruchkin @mvoidex": # - hdocs # BLOCKED haddock-api GHC 8.0.2 @@ -970,15 +974,15 @@ packages: - hslua # - idris # bounds: safe - - cairo - - gio - - glib - - gtk - - gtk3 - - gtksourceview3 - - pango - - webkitgtk3 - - webkitgtk3-javascriptcore + # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector + # - glib # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtksourceview3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - pango # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3-javascriptcore # via gtk2hs-buildtools: via hashtables: bounds: vector - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1090,9 +1094,9 @@ packages: - waitra # scrive/log - - log + # - log # via bloodhound: bounds: vector - log-base - - log-elasticsearch + # - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer @@ -1362,11 +1366,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # - plot # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk3 # via gtk3: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - vector-buffer - - hmatrix-repa + # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": # - xml-to-json # via: hexpat @@ -1440,8 +1444,8 @@ packages: - cased - elm-export - elm-export-persistent - - pipes-csv - - pipes-mongodb + # - pipes-csv # via cassava: bounds: vector + # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - servant-elm - skeletons - streaming-wai @@ -1501,8 +1505,8 @@ packages: - triesn - path-extra # - pred-trie # via poly-arity - - pred-set - - HSet + # - pred-set # via hashtables: bounds: vector + # - HSet # via hashtables: bounds: vector "Fumiaki Kinoshita @fumieval": - boundingboxes @@ -1705,7 +1709,7 @@ packages: - hapistrano - inflections - twitter-feed - - cassava-megaparsec + # - cassava-megaparsec # via cassava: bounds: vector - dotenv - stache @@ -1783,19 +1787,20 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # via hashtables: bounds: vector "James Cook @mokus0": - dependent-sum # - dependent-sum-template # bounds: dependent-sum - dependent-map - - dice + # - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - - misfortune + # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - haxl-amazonka - - hasql-migration + # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels "Artyom @neongreen": @@ -1839,8 +1844,9 @@ packages: - storable-record "Brandon Martin @codedmart": + [] # - engine-io-wai # bounds: ghc, base - - rethinkdb + # - rethinkdb # bounds: vector "Michael Walker @barrucadu": - both @@ -1924,7 +1930,7 @@ packages: - smallcaps "Gregory Collins @gregorycollins": - - hashtables + # - hashtables # bounds: vector - io-streams - openssl-streams @@ -1953,7 +1959,7 @@ packages: - cabal2nix - funcmp - hackage-db - - hledger-interest + # - hledger-interest # via hledger-lib: via hashtables: bounds: vector - hopenssl - hsdns - hsemail @@ -1982,7 +1988,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum - - convert-annotation + # - convert-annotation # via cassava: bounds: vector "Simon Marechal @bartavelle": - compactmap @@ -2022,7 +2028,8 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui + [] + # - plot-gtk-ui # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2189,26 +2196,26 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap + # - clckwrks # via acid-state: via safecopy: bounds: vector + # - clckwrks-cli # via acid-state: via safecopy: bounds: vector + # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector + # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector + # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector # - hackage-whatsnew # bounds: directory 1.3 - - happstack-authenticate - - happstack-clientsession + # - happstack-authenticate # via acid-state: via safecopy: bounds: vector + # - happstack-clientsession # via safecopy: bounds: vector - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset + # - ixset # via safecopy: bounds: vector - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid + # - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2331,7 +2338,7 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # - katip-elasticsearch # via bloodhound: bounds: vector "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2357,7 +2364,8 @@ packages: - binary-bits "Nicolas Trangez @NicolasT": - - reedsolomon + [] + # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - taggy @@ -2407,9 +2415,9 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics - - hw-json + # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - hw-rankselect @@ -2444,8 +2452,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - - wild-bind-indicator - - wild-bind-task-x11 + # - wild-bind-indicator # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - wild-bind-task-x11 # via wild-blind-indicator: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Cies Breijs @cies": - htoml @@ -2530,7 +2538,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - - mongoDB + # - mongoDB # via hashtables: bounds: vector - bson "Alexis King @lexi-lambda": @@ -2645,7 +2653,8 @@ packages: - hdbc-mysql "Tony Day @tonyday567": - - chart-unit + [] + # - chart-unit # via random-fu: via log-domain: via safecopy: bounds: vector "Iphigenia Df @iphydf": - data-msgpack @@ -2667,10 +2676,10 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - - sibe + # - sibe # via Chart-cairo: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Alexis Williams @typedrat": - - stb-image-redux + # - stb-image-redux # bounds: vector - wavefront-obj "XT @xtendo-org": @@ -2692,7 +2701,8 @@ packages: - rawstring-qm "Tom Nielsen @glutamate": - - datasets + [] + # - datasets # via cassava: bounds: vector "Hyunje Jun @noraesae": - line @@ -2705,10 +2715,12 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - hip + [] + # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # via hledger-lib: via hashtables: bounds: vector "Roy Levien @orome": - crypto-enigma @@ -2790,13 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2032 - - datasets < 0.2.2 - - # https://github.com/fpco/stackage/issues/2194 - - vector < 0.12.0.0 - - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -3018,6 +3023,9 @@ skipped-tests: - machines - xmlhtml + # via criterion: via cassava: bounds: vector + - sparse-linear-algebra + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3298,6 +3306,179 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 + # Criterionpocalypse # via criterion: via cassava: bounds: vector + - Earley + - Frames + - IntervalMap + - JuicyPixels-extra + - acid-state + - ad + - arithmoi + - attoparsec + - avers + - binary-list + - binary-parsers + - binary-tagged + - binary-typed + - blake2 + - buffer-builder + - bytestring-conversion + - bytestring-tree-builder + - cacophony + - case-insensitive + - cassava + - cipher-aes128 + - clash-prelude + - clustering + - cmark + - conduit + - conduit-extra + - conduit-iconv + - cprng-aes + - criterion + - cron + - crypto-numbers + - crypto-pubkey + - cryptohash + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + - cryptol + - ctrie + - data-msgpack + - diagrams-lib + - dimensional + - do-list + - ed25519 + - edit-distance + - effect-handlers + - euphoria + - farmhash + - fast-builder + - fast-digits + - fclabels + - foldl + - foldl-statistics + - gitson + - glob-posix + - graphviz + - grouped-list + - hOpenPGP + - hashable + - haskell-tools-cli + - hasql + - highjson + - hindent + - hip + - histogram-fill + - hledger + - hosc + - hourglass + - html-email-validate + - htoml + - http-client-tls + - http-link-header + - human-readable-duration + - hw-balancedparens + - hw-bits + - hw-conduit + - hw-json + - hw-rankselect-base + - hweblib + - hxt-regex-xmlschema + - identicon + - ilist + - include-file + - incremental-parser + - inline-r + - jose-jwt + - katip + - kdt + - lens + - lifted-async + - lifted-base + - logging-effect + - loop + - lucid + - matrices + - matrix + - megaparsec + - monad-logger-prefix + - mongoDB + - mono-traversable + - monoid-extras + - morte + - mutable-containers + - netpbm + - pandoc + - phantom-state + - picoparsec + - postgresql-binary + - pretty-simple + - prometheus-client + - psqueues + - publicsuffix + - ramus + - rdf + - redis-io + - reinterpret-cast + - reroute + - rethinkdb-client-driver + - rose-trees + - sampling + - sandi + - say + - scalpel-core + - scanner + - scientific + - semver + - servant-auth-cookie + - sets + - skylighting + - snap-server + - sorted-list + - sourcemap + - sparse-linear-algebra + - stache + - stateWriter + - stm-containers + - streaming-commons + - superbuffer + - taggy + - tar + - text-manipulate + - text-metrics + - text-show + - thread-local-storage + - thyme + - timemap + - tinylog + - tls + - turtle + - tz + - ua-parser + - unbound-generics + - unicode-transforms + - union + - unordered-containers + - uri-bytestring + - uuid + - uuid-types + - varying + - vector-binary-instances + - vectortiles + - vinyl + - wai-middleware-metrics + - wai-routing + - warp + - wire-streams + - word24 + - word8 + - xmlgen + - yesod-core + - yi-rope + - zippers + # end of skipped-benchmarks From 8a6cd3549ba95570a691a64bca72011be40ea961 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:51:54 -0800 Subject: [PATCH 076/308] Lift constraints on blaze-html, blaze-markup, closes #2246 --- build-constraints.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d3ab3c2..23e13a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,8 +420,8 @@ packages: "Brent Yorgey @byorgey": - active - - BlogLiterately - - BlogLiterately-diagrams + # - BlogLiterately # bounds: blaze-html + # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -723,8 +723,8 @@ packages: - multipart - rest-client - rest-core - - rest-gen - - rest-happstack + # - rest-gen # bounds: blaze-html + # - rest-happstack # via rest-gen: bounds: blaze-html - rest-snap - rest-stringmap - rest-types @@ -784,7 +784,7 @@ packages: - mysql - mysql-simple - sphinx - - xmlhtml + # - xmlhtml # bounds: blaze-html, blaze-markup - yesod-auth-hashdb "Toralf Wittner @twittner": @@ -2343,8 +2343,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts - - Chart-diagrams + # - SVGFonts # via blaze-svg: bounds: blaze-markup + # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2802,10 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2246 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 From b7272d238b2111a0a8007b1fb2bb194802cfdacb Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 12 Feb 2017 05:49:05 +0100 Subject: [PATCH 077/308] add tasty-stats --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e13a52..287520b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2616,6 +2616,7 @@ packages: - unlit - intro - tasty-auto + - tasty-stats - colorful-monoids "Taras Serduke @tserduke": From 5b1967be0db38f0fd636365af22bf6c8cf12e461 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Sat, 11 Feb 2017 15:20:28 +0530 Subject: [PATCH 078/308] Add minio-hs package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 287520b2..25443162 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,9 @@ packages: - sdl2-mixer - sdl2-gfx + "Aditya Manthramurthy @donatello": + - minio-hs + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 0b466ed0ddd6671e5c02486a080d62e6fd6f6d05 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sat, 11 Feb 2017 10:37:43 +0200 Subject: [PATCH 079/308] Re-enable HaRe v0.8.4.0 builds against nightly-2017-02-11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25443162..92a0adcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: cabal-helper, ghc-mod, rosezipper + - HaRe # via: cabal-helper, ghc-mod, rosezipper "Alfredo Di Napoli @adinapoli": - mandrill From ebcc6780ddde70a860ecb5667a5a5f690def3d8a Mon Sep 17 00:00:00 2001 From: ncaq Date: Sat, 11 Feb 2017 14:07:29 +0900 Subject: [PATCH 080/308] add ncaq packages: haskell-import-graph uniq-deep Closes #2285. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92a0adcc..699fe3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,7 +2415,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # via criterion: via cassava: bounds: vector + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics # - hw-json # via criterion: via cassava: bounds: vector - hw-parser @@ -2772,6 +2772,10 @@ packages: "Aditya Manthramurthy @donatello": - minio-hs + "ncaq @ncaq": + - haskell-import-graph + - uniq-deep + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From b771fa6e2e643145b87ca51b59e929bea118853d Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Sun, 12 Feb 2017 15:38:37 +0100 Subject: [PATCH 081/308] add distribution --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..3c2e3a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Romain Edelmann @redelmann": + - distribution + "Nikita Tchayka @nickseagull": - ramus From 20bb7bab0297c85e30aec70e97cb55abe08061e1 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 06:49:39 -0800 Subject: [PATCH 082/308] debian-bootstrap.sh: use get.haskellstack.org to install stack Since download.fpcomplete.com Ubuntu/Debian package repos are being phased out. --- debian-bootstrap.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..fd226af9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -27,10 +27,6 @@ add-apt-repository -y ppa:marutter/rrutter # Set the GHC version GHCVER=8.0.2 -# Get Stack -apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list - apt-get update apt-get install -y \ build-essential \ @@ -122,13 +118,14 @@ apt-get install -y \ r-base \ r-base-dev \ ruby-dev \ - stack \ wget \ xclip \ z3 \ zip \ zlib1g-dev +curl -sSL https://get.haskellstack.org/ | sh + # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc From 93738c5865fdd0627508617215d01b78d4e2bf74 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 07:01:27 -0800 Subject: [PATCH 083/308] Install locales before running locale-gen --- debian-bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fd226af9..8c718702 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,7 +13,6 @@ set -exu mkdir /home/stackage -p -locale-gen en_US.UTF-8 export DEBIAN_FRONTEND=noninteractive apt-get update @@ -110,6 +109,7 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ + locales \ m4 \ nettle-dev \ nodejs \ @@ -124,6 +124,8 @@ apt-get install -y \ zip \ zlib1g-dev +locale-gen en_US.UTF-8 + curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it From 0ea27fd923898d8b92d6c30ec60712c95fc18ebd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 10:38:04 -0800 Subject: [PATCH 084/308] Constrain some gogol-* packages per #2290 --- build-constraints.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..83ae1c04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,6 +2816,32 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2290 + - gogol-core < 0.2.0 + - gogol < 0.2.0 + - gogol-admin-datatransfer < 0.2.0 + - gogol-adsense-host < 0.2.0 + - gogol-affiliates < 0.2.0 + - gogol-apps-calendar < 0.2.0 + - gogol-billing < 0.2.0 + - gogol-civicinfo < 0.2.0 + - gogol-classroom < 0.2.0 + - gogol-container < 0.2.0 + - gogol-debugger < 0.2.0 + - gogol-doubleclick-bids < 0.2.0 + - gogol-fusiontables < 0.2.0 + - gogol-groups-settings < 0.2.0 + - gogol-maps-coordinate < 0.2.0 + - gogol-partners < 0.2.0 + - gogol-plus-domains < 0.2.0 + - gogol-proximitybeacon < 0.2.0 + - gogol-resourcemanager < 0.2.0 + - gogol-storage < 0.2.0 + - gogol-storage-transfer < 0.2.0 + - gogol-taskqueue < 0.2.0 + - gogol-useraccounts < 0.2.0 + - gogol-vision < 0.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a2c8f209f017a909e9c9cfe7fdb630c677d8d6de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:12:09 -0800 Subject: [PATCH 085/308] Expect aeson tests to fail per #2291 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83ae1c04..45112401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ expected-test-failures: - makefile # Misc. + - aeson # https://github.com/fpco/stackage/issues/2291 - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3239,6 +3240,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 7da03925b0f6df76dba97556fc1cc1da35bf33b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:16:36 -0800 Subject: [PATCH 086/308] Disable gogol-affiliates and gogol-classroom per #2292 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45112401..a5633f0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2821,11 +2821,11 @@ packages: - gogol < 0.2.0 - gogol-admin-datatransfer < 0.2.0 - gogol-adsense-host < 0.2.0 - - gogol-affiliates < 0.2.0 + # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-apps-calendar < 0.2.0 - gogol-billing < 0.2.0 - gogol-civicinfo < 0.2.0 - - gogol-classroom < 0.2.0 + # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-container < 0.2.0 - gogol-debugger < 0.2.0 - gogol-doubleclick-bids < 0.2.0 From be94363f4d0c9a6596c88f14859b0cc0ff449407 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:19:26 -0800 Subject: [PATCH 087/308] Skip hpio hlint tests, same as its src repo --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5633f0f..b128cf1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ package-flags: curl: new-base: true + hpio: + test-hlint: false + hxt: network-uri: true hxt-http: From b0f9013de4cdd134d4d9bb967b7dd92302d146ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:29:14 -0800 Subject: [PATCH 088/308] Disable minio-hs per #2287 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b128cf1a..4921025d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 "ncaq @ncaq": - haskell-import-graph From 9439069b89657cbd0b88f98ae3f1b19e8a099fae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:36:16 -0800 Subject: [PATCH 089/308] Disable pure-cdb per bosu/pure-cdb#5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4921025d..9e825419 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,7 +2293,8 @@ packages: "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu - - pure-cdb + [] + # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 "Suhail Shergill @suhailshergill": - extensible-effects From 08134c9e2960f701a142ae6f508fe868287778f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:41:21 -0800 Subject: [PATCH 090/308] Expect servant tests to fail per haskell-servant/servant#698 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e825419..2b1ab514 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3242,6 +3242,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 From f2773d1dfef8459b07aa224bbb6d856862084913 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:46:35 -0800 Subject: [PATCH 091/308] Disable servant-subscriber and servant-purescript per eskimor/servant-subscriber#100 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b1ab514..205dddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -566,8 +566,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 + # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 "Rodrigo Setti @rodrigosetti": - messagepack From 80c0a1826f054eab71b5aa2cd9fbc5d9a7909977 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:53:06 -0800 Subject: [PATCH 092/308] Disable taggy and taggy-lens per alpmestan/taggy#19 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 205dddaf..d488a03c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2369,8 +2369,9 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy - - taggy-lens + [] + # - taggy # build failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 3d62e338edc33c3b9168b6c3e0735b87cff3c7b2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:59:38 -0800 Subject: [PATCH 093/308] Disable xlsior per eurekagenomics/xlsior#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d488a03c..74b334fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1676,7 +1676,7 @@ packages: # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - - xlsior + # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - yesod-auth-account From 70362a79cb2bca8ecc6058fecdfe50bc644c8566 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 12:07:07 -0800 Subject: [PATCH 094/308] Disable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74b334fb..6a265e57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - - servant-elm + # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 - skeletons - streaming-wai From b9fdff30503d380fc9cfd065014ebfd060dc4c11 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Mon, 13 Feb 2017 12:46:07 -0500 Subject: [PATCH 095/308] Add nondeterminism and csp --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..34793a7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,6 +2779,10 @@ packages: - haskell-import-graph - uniq-deep + "Andrei Barbu @abarbu": + - nondeterminism + - csp + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 5b828297dca42db69042f62d84ee704f480e7720 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 21:38:38 +0100 Subject: [PATCH 096/308] tell-me-when the aeson test suite is fixed, closes #2291 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..c12f513b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ expected-test-failures: - makefile # Misc. - - aeson # https://github.com/fpco/stackage/issues/2291 + - aeson # Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3637,6 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 +- aeson-1.1.0.0 Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From fc8f55f7ef6a8cc3e2f3a0201fd08bf9af942003 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 22:31:34 +0100 Subject: [PATCH 097/308] Fix comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c12f513b..187cd64e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 -- aeson-1.1.0.0 Re-enable test suite +- aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 7fa64b793635b6fa9f75702b430742c61e7fb943 Mon Sep 17 00:00:00 2001 From: Rongcui Dong Date: Mon, 13 Feb 2017 15:11:45 -0800 Subject: [PATCH 098/308] Add sdl2-ttf --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..4ab31ec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Rongcui Dong @rongcuid": + - sdl2-ttf "Nikita Tchayka @nickseagull": - ramus From 05fdace1a660ec723295b8663af239ca61c2bd26 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:01:44 -0800 Subject: [PATCH 099/308] Allow hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..ba9f0f37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3012,8 +3012,6 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -3021,7 +3019,6 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3636,7 +3633,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 - aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name From 5dbe3d491194ff079284422596537cb995724c74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:04:14 -0800 Subject: [PATCH 100/308] Unconstrain gogol-*, closes #2290, closes #2292 --- build-constraints.yaml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba9f0f37..a4668628 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 + - gogol-affiliates - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 + - gogol-classroom - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2819,32 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2290 - - gogol-core < 0.2.0 - - gogol < 0.2.0 - - gogol-admin-datatransfer < 0.2.0 - - gogol-adsense-host < 0.2.0 - # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-apps-calendar < 0.2.0 - - gogol-billing < 0.2.0 - - gogol-civicinfo < 0.2.0 - # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-container < 0.2.0 - - gogol-debugger < 0.2.0 - - gogol-doubleclick-bids < 0.2.0 - - gogol-fusiontables < 0.2.0 - - gogol-groups-settings < 0.2.0 - - gogol-maps-coordinate < 0.2.0 - - gogol-partners < 0.2.0 - - gogol-plus-domains < 0.2.0 - - gogol-proximitybeacon < 0.2.0 - - gogol-resourcemanager < 0.2.0 - - gogol-storage < 0.2.0 - - gogol-storage-transfer < 0.2.0 - - gogol-taskqueue < 0.2.0 - - gogol-useraccounts < 0.2.0 - - gogol-vision < 0.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c38f5365a4f7d156733199ddc7152f4a93533156 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:12 -0800 Subject: [PATCH 101/308] Constrain ghc-prof per #2298 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4668628..bc25a588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,10 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2298 + - ghc-prof < 1.4.0 + - viewprof < 0.0.0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 8c44548b567884a47945245cc0f35a48ed10445d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:52 -0800 Subject: [PATCH 102/308] Constrain xml-conduit per #2299 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc25a588..6d29e6da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2823,6 +2823,9 @@ packages: - ghc-prof < 1.4.0 - viewprof < 0.0.0.2 + # https://github.com/fpco/stackage/issues/2299 + - xml-conduit < 1.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5fabc61c24fa10c697ea9eeb4dd19de64e9bd91f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:10:34 -0800 Subject: [PATCH 103/308] Re-enable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d29e6da..f5d6a8b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 + - servant-elm - skeletons - streaming-wai From 85e7420d50485a32800553ee583a39b70bc62a8d Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 20:24:47 +0900 Subject: [PATCH 104/308] Reenable the hailgun and hailgun-simple libraries. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..6764aa1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1867,8 +1867,8 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # bounds: aeson - # - hailgun-simple # via hailgun + - hailgun + - hailgun-simple # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans From 27ac4f8e86af4a308071b572f4f308740e9226ff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Feb 2017 13:51:48 +0000 Subject: [PATCH 105/308] Re-enable git. Please see vincenthz/hs-git/issues/5#issuecomment-279649536. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..67db39e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -279,7 +279,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hs-git/issues/5 + - git - hit - memory - language-java From eb30b483d7f90f935910bc4c4f94e768d95b66bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:19:09 +0900 Subject: [PATCH 106/308] Revert "Constrain ghc-prof per #2298" This reverts commit c38f5365a4f7d156733199ddc7152f4a93533156. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d780fa0..a7fd6aa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,10 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2298 - - ghc-prof < 1.4.0 - - viewprof < 0.0.0.2 - # https://github.com/fpco/stackage/issues/2299 - xml-conduit < 1.5.0 From 50f1ed32acec26207da4dbc7de37012d66dccc04 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:57:41 +0900 Subject: [PATCH 107/308] reenable wreq!! (#2032) woohoo --- build-constraints.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7fd6aa9..4add2ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -952,12 +952,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, wreq + # - codex # bounds: http-client, wreq, directory - machines-binary - machines-process # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # bounds: authenticate-oauth, http-client + - wreq "Andraz Bajt @edofic": - effect-handlers @@ -1035,8 +1035,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # - bitcoin-api # via: wreq - # - bitcoin-api-extra # via: bitcoin-api, wreq + - bitcoin-api + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -2236,10 +2236,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - # - package-description-remote # via: wreq + - package-description-remote - projectroot - questioner - # - stack-run-auto # via: extract-dependencies, wreq + - stack-run-auto # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2300,7 +2300,7 @@ packages: - extensible-effects # "Justus Adam @JustusAdam": - # - mustache # via: wreq + - mustache "Cindy Wang @CindyLinz": - NoTrace @@ -2426,7 +2426,7 @@ packages: - hw-succinct # "Ismail Mustafa @ismailmustafa": - # - handwriting # via: wreq + - handwriting "Stephen Diehl @sdiehl": - protolude @@ -2603,7 +2603,7 @@ packages: - hocilib # "Matthias Herrmann @2chilled": - # - scrape-changes # via: wreq + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3172,7 +3172,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures @@ -3606,7 +3605,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 From 91d6f64c4fab71342933ed78d236ffd4d9a5e0e1 Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Wed, 15 Feb 2017 17:41:03 +0100 Subject: [PATCH 108/308] Enabled servant-purescript and subscriber again --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..3caaa3df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -568,8 +568,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 - # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From bc744523c79541ab5bf5fb0b13f52e6f5d6ab87d Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 16 Feb 2017 00:18:42 +0100 Subject: [PATCH 109/308] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..700dc8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -28,6 +28,7 @@ packages: "Marco Zocca @ocramz": - sparse-linear-algebra + - matrix-market-attoparsec - network-multicast "Joseph Canero @caneroj1": From b11133a5a9f78b09bb9d0b640c11bfc8b238116c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 22:33:50 +0900 Subject: [PATCH 110/308] Add the yesod-markdown package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..4edb9a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1878,6 +1878,7 @@ packages: - read-env-var - xml-html-qq - yahoo-finance-api + - yesod-markdown "Franklin Chen @FranklinChen": - Ebnf2ps From 07f7e838d8dfd7b36e35fd8dcaf63cc8e2b551c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:22:59 +0900 Subject: [PATCH 111/308] debian-bootstrap.sh: add libsdl2-ttf (#2297) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..9c1bad19 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -96,6 +96,7 @@ apt-get install -y \ libsdl2-mixer-dev \ libsdl2-image-dev \ libsdl2-gfx-dev \ + libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 802052f85083765d74491c2683eef0fa2e8352fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:52:47 +0900 Subject: [PATCH 112/308] test not compiling (2chilled/scrape-changes#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a61afeb5..27d3e039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 8e1223becbfb02a0f87215729143735461195af2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 12:15:20 +0900 Subject: [PATCH 113/308] disable gogol-affiliates and gogol-classroom (brendanhay/gogol#61) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27d3e039..b55ae402 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1255,7 +1255,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + #- gogol-affiliates # https://github.com/brendanhay/gogol/issues/61 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1272,7 +1272,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + #- gogol-classroom # https://github.com/brendanhay/gogol/issues/61 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -3229,7 +3229,6 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3ccf8de6a0bcb7ee188b79784006e726337b6fe2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:19:12 +0900 Subject: [PATCH 114/308] csp test failing (#2296) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162d9d6f..6bd0e58e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,7 +2789,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - - csp + #- csp # https://github.com/fpco/stackage/pull/2296 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 93a0c33888337354dc70b961152e6b36908428be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:22:15 +0900 Subject: [PATCH 115/308] Revert "xml-conduit < 1.5.0" (#2299) This reverts 8c44548 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bd0e58e..5c4b83a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2831,9 +2831,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2299 - - xml-conduit < 1.5.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 5e83cd2f757ef7f70a17bf5edd1649df12c04291 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 15:25:27 +0900 Subject: [PATCH 116/308] add xmonad-contrib under juhp Ping me if you want to own it in Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4b83a3..1c7012ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -980,6 +980,7 @@ packages: # - cabal-sort # BLOCKED directory 1.3 - hslua # - idris # bounds: safe + - xmonad-contrib # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector From 9061d05d58b424f777cec2d502f7df0af6588f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Thu, 16 Feb 2017 13:13:28 +0100 Subject: [PATCH 117/308] Add posix-paths --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..e3d5fa4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1846,6 +1846,7 @@ packages: - loop - netpbm - network-house + - posix-paths - reinterpret-cast # As dependencies of packages above - attoparsec-binary From 4b5af4e1fa01a558c0aab65c203bc376c72b44ae Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 16 Feb 2017 11:07:38 -0600 Subject: [PATCH 118/308] Reinstate Bloodhound 0.13.0.0 should have us compatible again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..ca642885 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # bounds: vector + - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From d7cfc0fdd96b2fac74461deca857423109c564eb Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Fri, 17 Feb 2017 01:28:16 +0100 Subject: [PATCH 119/308] upgraded ocilib to 4.3.2 --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index be9de5a7..937789b5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -154,9 +154,9 @@ cd /tmp \ && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && dpkg -i oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && rm -f oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ - && wget https://github.com/vrogier/ocilib/archive/v4.2.1.tar.gz \ - && tar xvf v4.2.1.tar.gz \ - && cd /tmp/ocilib-4.2.1 \ + && wget https://github.com/vrogier/ocilib/archive/v4.3.2.tar.gz \ + && tar xvf v4.3.2.tar.gz \ + && cd /tmp/ocilib-4.3.2 \ && ./configure --with-oracle-import=linkage \ --with-oracle-charset=ansi \ --with-oracle-headers-path=/usr/include/oracle/12.1/client64 \ @@ -164,7 +164,7 @@ cd /tmp \ && make \ && make install \ && cd \ - && rm -rf /tmp/ocilib-4.2.1 \ + && rm -rf /tmp/ocilib-4.3.2 \ && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ && ldconfig From 056ebfd7d358a186690960a1f9bad64cb2932b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:30:18 +0900 Subject: [PATCH 120/308] Revert "csp test failing (#2296)" should be fixed in 1.3.1 This reverts commit 3ccf8de6a0bcb7ee188b79784006e726337b6fe2. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..af89fd11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,7 +2790,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - #- csp # https://github.com/fpco/stackage/pull/2296 + - csp # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2deb69addab3cc0fcb1b9a448bf2b9ed626b1112 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:48:03 +0900 Subject: [PATCH 121/308] drop the bloodhood comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c44f8ae..b0f97ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound # bounds: vector + - bloodhound - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From ee2e621bff6d0ca0396b50e5aaba97f339fb1bf3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 17 Feb 2017 06:49:51 +0200 Subject: [PATCH 122/308] Remove time limits from maintainer agreement --- MAINTAINERS.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 60c03d63..0eb16520 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -57,9 +57,24 @@ If a package's test suite is failing, the first job is to investigate why. If th If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -**If restrictive version bounds are the only problem** then you must quickly (within 1 week) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. +If a package is not modified in a timely manner, it may be temporarily +removed from Stackage by the curator team, at which point it is your +responsibility to add it back in via a new pull request. We typically +use fairly long windows on this, but at a minimum: -**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 1 week) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. +* If restrictive version bounds are the only problem, we will give at + least a week to respond. +* If there are real breaking changes, the curator team will retain + more discretion on how long a window to give before dropping + packages. Historically, this has usually waited until the cutting of + a new Long Term Support (LTS) major version. + +**NOTE** Previously, this maintainer agreement put a time limit on +maintainers, requiring a certain level of responsiveness for +modifications to be made. We have explicitly removed that: anyone is +free to add a package to Stackage regardless of responsiveness +guarantees. However, as stated above, we may elect to temporarily +remove a package if it is not updated in a timely manner. ## Failing to meet the time limits From ae4c8919aecde1d3636d98ac02f28b6c3d8cd364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Feb 2017 08:47:38 +0200 Subject: [PATCH 123/308] Add back stackage-curator (store-0.3.1 fixes memory issues) Skips benchmark due to criterion, and adds store explicitly --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..385cbd2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -121,7 +121,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls @@ -3046,6 +3047,9 @@ skipped-tests: # via criterion: via cassava: bounds: vector - sparse-linear-algebra + # criterion + - store + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3462,8 +3466,10 @@ skipped-benchmarks: - sourcemap - sparse-linear-algebra - stache + - stackage-curator - stateWriter - stm-containers + - store - streaming-commons - superbuffer - taggy From 07b58620283df482f56b5a992539906727355e3f Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:25:18 +0100 Subject: [PATCH 124/308] Adding marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..f13b9283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2308,8 +2308,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - # "Justus Adam @JustusAdam": - - mustache + "Justus Adam @JustusAdam": + - marvin "Cindy Wang @CindyLinz": - NoTrace From 88eb13563b8a3738a7f0b9ca5465f8272d0f5974 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:26:50 +0100 Subject: [PATCH 125/308] Version constraints for marvin --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f13b9283..7f505ac5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,7 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + - marvin >= 0.1.0 + - marvin-interpolate >= 1.0 "Cindy Wang @CindyLinz": - NoTrace From c4a75623ae51e37878d6a7156f31eba910e363ee Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:51:09 +0100 Subject: [PATCH 126/308] And I need mustache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f505ac5..dd37b2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,6 +2311,7 @@ packages: "Justus Adam @JustusAdam": - marvin >= 0.1.0 - marvin-interpolate >= 1.0 + - mustache "Cindy Wang @CindyLinz": - NoTrace From c1f296f5171afe50e4ec88d84754c93085dac499 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 17 Feb 2017 07:10:36 -0600 Subject: [PATCH 127/308] Reinstate BlogLiterately Edited bounds to allow blaze-html-0.9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..67d22eb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -427,8 +427,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: blaze-html - # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html + - BlogLiterately + - BlogLiterately-diagrams - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file From b1e6f4fac9afdc86bbfa8e42ecd3b2c75168cba3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 00:55:20 +0900 Subject: [PATCH 128/308] MAINTAINERS.md: add a little more leniency --- MAINTAINERS.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0eb16520..4ad692a9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,6 +6,8 @@ The idea behind Stackage is that, if all packages work with the newest versions * All packages are compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * All packages in a snapshot are compatible with the versions of libraries that ship with the GHC used in the snapshot ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). +Packages in Stackage are not patched: all package changes occur upstream in Hackage. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -44,18 +46,18 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. -## Uploading a new package +## Uploading a new package version -When a new version of a package is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and raise GitHub issue tickets to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. -If the new version doesn't compile then the package author should quickly (within 1 week) upload a fixed version. +If the new version doesn't compile then the package author should upload a fixed version. If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. If a package is not modified in a timely manner, it may be temporarily removed from Stackage by the curator team, at which point it is your @@ -76,12 +78,11 @@ free to add a package to Stackage regardless of responsiveness guarantees. However, as stated above, we may elect to temporarily remove a package if it is not updated in a timely manner. - ## Failing to meet the time limits Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. -The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. +The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. ## Upgrading to a new GHC version From fc2e38220789d0383408bd644a27d5ab6b449864 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 22:04:23 +0100 Subject: [PATCH 129/308] Higher version constraints on marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd37b2c6..b9df0ccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,8 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.0 - - marvin-interpolate >= 1.0 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 502e51355212e71c2888c63d1e81412774143502 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:14:13 +0900 Subject: [PATCH 130/308] Revert "test not compiling (2chilled/scrape-changes#2)" should be fixed now This reverts commit 802052f85083765d74491c2683eef0fa2e8352fe. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..e8651e1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,7 +3192,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From e85580faf529cdb73c8473e6757f869ec44c939f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:33:48 +0900 Subject: [PATCH 131/308] disable marvin for bounds (#2310) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 199e372f..642898bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,8 +2310,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 - - marvin-interpolate >= 1.1 + # https://github.com/fpco/stackage/pull/2310 + # - marvin >= 0.1.4 + # - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 288756adbec97255b826705cb0dab599cdfe0712 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:43:11 +0900 Subject: [PATCH 132/308] xml-conduit < 1.5.0 (#2312) reflecting the Hackage preferred version range --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 642898bb..931b01ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,8 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2312 + - xml-conduit < 1.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 06cc0aa773713b111c2d87d1c979955011217fc8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:48:36 +0900 Subject: [PATCH 133/308] rss-conduit < 0.3.0.1 (#2312) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 931b01ae..5627b92e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,7 @@ packages: # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 + - rss-conduit < 0.3.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From 81c0b63df89474e35268ecee329e39a95849b4cd Mon Sep 17 00:00:00 2001 From: koral Date: Sat, 18 Feb 2017 09:41:03 +0100 Subject: [PATCH 134/308] Add upper-bounds on packages that depend on xml-conduit-1.5.0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..ea032ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,9 @@ packages: # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 + - atom-conduit < 0.4.0.2 + - imm < 1.1.0.1 + - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 # end of packages From 8045c45d157fde1ea4e60e54119702b17cc3ff6a Mon Sep 17 00:00:00 2001 From: Kanishka Azimi Date: Sat, 18 Feb 2017 22:00:09 -0500 Subject: [PATCH 135/308] Add tsv2csv package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..2d914a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2796,6 +2796,9 @@ packages: - nondeterminism - csp + "mackeyrms @mackeyrms": + - tsv2csv + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 4ef43e7a46cb9ce456f12ff5a624feaeed0a3670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Feb 2017 13:16:31 +0900 Subject: [PATCH 136/308] Revert "disable marvin for bounds (#2310)" This reverts commit e85580faf529cdb73c8473e6757f869ec44c939f. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69313e81..30a64b4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,9 +2310,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # https://github.com/fpco/stackage/pull/2310 - # - marvin >= 0.1.4 - # - marvin-interpolate >= 1.1 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From b626b9ffac50d37cef784937cf1ca20ca674fbc5 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 20 Feb 2017 00:46:41 +0900 Subject: [PATCH 137/308] Add bookkeeping --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30a64b4f..ae2a13ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2711,6 +2711,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus + - bookkeeping "Marcin Tolysz @tolysz": - rawstring-qm From b49114d5062c82a86bd12107e03c96fc1f87a915 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Feb 2017 10:27:04 +0900 Subject: [PATCH 138/308] skylighting < 0.2 (#2317) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2a13ca..488d6708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,9 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + + # https://github.com/fpco/stackage/issues/2317 + - skylighting < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 71a64937f08e69d0b406330bd66d3ec7e796813d Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Tue, 21 Feb 2017 00:19:06 +1100 Subject: [PATCH 139/308] add rot13, add dvorak (#2318) * add rot13, add dvorak --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 488d6708..184e1672 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,6 +2799,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Kyle Van Berendonck @kvanberendonck": + - rot13 + - dvorak + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 91dc55cce384c4c8bb5d251858dd8c89027a33ca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Feb 2017 21:42:06 +0000 Subject: [PATCH 140/308] Remove upper bounds on Earley. Closes #2281. This commit reverts 5b919096b2207f0d77cdbd81e16433f248101d54. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afac451a..a7f42bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,9 +2840,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2281 - - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 - atom-conduit < 0.4.0.2 From 94a5131cfdda2ad1509e2a61309cbe05faad0bff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 17:53:40 +0000 Subject: [PATCH 141/308] Skip `jvm` benchmarks due to `criterion` dependency. Closes https://github.com/fpco/stackage/issues/2319. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f42bc8..80b25340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ skipped-benchmarks: - yesod-core - yi-rope - zippers + - jvm # end of skipped-benchmarks From e06916b32c325f7e718a23e1351b66ddea5bd80a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:57:37 +0000 Subject: [PATCH 142/308] Temporarily disable ``sparkle``. Please see https://github.com/tweag/sparkle/issues/99. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80b25340..92be86ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From 7ec001386298c7f19b695581648bdba08974d90c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:58:16 +0000 Subject: [PATCH 143/308] Remove white space. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92be86ab..de0f302f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -574,8 +574,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From 24897e75b9bfebd6051d7590de732b3274f4347f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 21 Feb 2017 17:36:28 -0300 Subject: [PATCH 144/308] Enable sparkle again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..420ea820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From d96a4f58838ff8b399fe0f5753e4145afb621407 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Tue, 21 Feb 2017 15:39:18 -0500 Subject: [PATCH 145/308] Remove invertible package flags --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..00818970 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,12 +2925,6 @@ package-flags: ghc_7_7: false ghc_8_0: true - invertible: - TypeCompose: false - arrows: false - hlist: false - piso: false - # end of package-flags # Special configure options for individual packages From dd54931b66dfc07068bfe405f85686733d068a90 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 22 Feb 2017 07:03:39 +0100 Subject: [PATCH 146/308] Add ekg-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f50f9de..710de405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1808,6 +1808,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": + - ekg-wai - haxl-amazonka # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels From 6ada1421eb49194dbee31bebbc445afe44a8d2b6 Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Wed, 22 Feb 2017 13:06:07 +0300 Subject: [PATCH 147/308] Add hasbolt --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 710de405..7f37a2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2803,6 +2803,9 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak + + "Pavel Yakovlev @zmactep": + - hasbolt # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 1878d087a7369e1120877f161046504a4fdf071c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 23 Feb 2017 12:57:10 +0900 Subject: [PATCH 148/308] Add xml-indexed-cursor package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f37a2c6..85a9624b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1885,6 +1885,7 @@ packages: - pretty-simple - read-env-var - xml-html-qq + - xml-indexed-cursor - yahoo-finance-api - yesod-markdown From 39cbce331f80081cd5dbbf77afaa0da0fa13e475 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Feb 2017 12:10:39 +0000 Subject: [PATCH 149/308] Add upper bounds for #2329. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a9624b..c3ff8ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,7 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak - + "Pavel Yakovlev @zmactep": - hasbolt @@ -2854,6 +2854,10 @@ packages: # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 + + # https://github.com/fpco/stackage/issues/2329 + - network-transport < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bf9802088a4b8ec577019370179016c1e2d2694 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Thu, 23 Feb 2017 18:20:12 +0300 Subject: [PATCH 150/308] Add wai-middleware-auth to build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..71918b62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From dc0d544dbda1515258a0255e0fea70a4b0649491 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 22 Feb 2017 20:41:51 +1100 Subject: [PATCH 151/308] add isotope Closes #2325. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..7672a9a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,9 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt + "Michael Thomas @Michaelt293": + - isotope + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 31176a870390a5fd434149ca079fd5c283a1fa4b Mon Sep 17 00:00:00 2001 From: "Christopher A. Gorski" Date: Thu, 23 Feb 2017 22:13:37 +0000 Subject: [PATCH 152/308] add general-games --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7672a9a2..2289a60b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ packages: "Michael Thomas @Michaelt293": - isotope + "Christopher A. Gorski @cgorski": + - general-games + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 3dc3d14864e5807bd8928c1e92f72979e7952ab5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Feb 2017 23:45:44 +0000 Subject: [PATCH 153/308] Add upper bound for #2333. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7d625c0..9fcdd9d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ packages: # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 + # https://github.com/fpco/stackage/issues/2333 + - cryptonite < 0.22 + # end of packages # Package flags are applied to individual packages, and override the values of From c7e0eef85956fdca522a8de47323515459ab7c52 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Feb 2017 23:51:08 +0000 Subject: [PATCH 154/308] Add upper bounds for #2334. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fcdd9d4..e9b0cadb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,10 @@ packages: # https://github.com/fpco/stackage/issues/2333 - cryptonite < 0.22 + # https://github.com/fpco/stackage/issues/2334 + - tcp-streams < 1.0.0.0 + - tcp-streams-openssl < 1.0.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 517359f877d8bde1991c6b66c857ccecff8dcd4f Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 25 Feb 2017 18:01:14 +1100 Subject: [PATCH 155/308] added package louispan:disposable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9b0cadb..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2772,6 +2772,7 @@ packages: "Louis Pan @louispan": - alternators + - disposable - glaze - glazier - glazier-pipes From 3d93baf421cb704b391aedf8ca583dd16623bbba Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 14:46:15 +0000 Subject: [PATCH 156/308] Add upper bounds for #2336. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..574f5bda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2872,6 +2872,9 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + # https://github.com/fpco/stackage/issues/2336 + - product-profunctors < 0.8.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 918ded127fb19d166fa06406226f55eee48736d3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 15:38:35 +0000 Subject: [PATCH 157/308] Revert "Add upper bounds for #2336." This reverts commit 3d93baf421cb704b391aedf8ca583dd16623bbba. Closes #2336. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 574f5bda..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2872,9 +2872,6 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2336 - - product-profunctors < 0.8.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From f7fe02a6887e9f1b6a8512fe4b70abc8b1915866 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 27 Feb 2017 00:48:29 +0300 Subject: [PATCH 158/308] =?UTF-8?q?Add=20the=20=E2=80=98lame=E2=80=99=20pa?= =?UTF-8?q?ckage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..ea2fb923 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2035,6 +2035,7 @@ packages: - wave - flac - flac-picture + - lame # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 937789b5..1dac2901 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -78,6 +78,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ From c871752f596cff5085b99c8a7a58fdb5bcfd4ce8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 22:28:19 +0000 Subject: [PATCH 159/308] Add expected haddock failure for socket. Please see https://github.com/lpeterse/haskell-socket/issues/47. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..bb3e8b75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,6 +3316,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - socket # https://github.com/lpeterse/haskell-socket/issues/47 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 753f7261485f6d8a719d55cee44ea7dd3d7d36f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 23:18:49 +0000 Subject: [PATCH 160/308] Revert "Add expected haddock failure for socket." This reverts commit c871752f596cff5085b99c8a7a58fdb5bcfd4ce8. Please see lpeterse/haskell-socket/issues/47#issuecomment-282595718. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb3e8b75..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,7 +3316,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - - socket # https://github.com/lpeterse/haskell-socket/issues/47 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 879c16e940877e97100ec0c1e029ad416efbe42d Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 27 Feb 2017 17:34:16 +0530 Subject: [PATCH 161/308] added raaz package. - Homepage https://github.com/raaz-crypto/raaz --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..c6f584db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,6 +671,8 @@ packages: # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector - opensource + "Piyush P Kurur @piyush-kurur": + - raaz "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # # - github-backup # bounds: github From 0d750fb10d694f848ee40d0d6bfd1c3a349c26ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Mar 2017 14:52:14 +0900 Subject: [PATCH 162/308] Revert "disable gogol-affiliates and gogol-classroom (brendanhay/gogol#61)" should be fixed in gogol-core-0.2.0.1 This reverts commit 8e1223becbfb02a0f87215729143735461195af2. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..2fa8cbbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1257,7 +1257,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - #- gogol-affiliates # https://github.com/brendanhay/gogol/issues/61 + - gogol-affiliates - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1274,7 +1274,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - #- gogol-classroom # https://github.com/brendanhay/gogol/issues/61 + - gogol-classroom - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -3267,6 +3267,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a5efd59f4061bd9075cdd8df1632c7000a5d84ff Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 1 Mar 2017 14:51:02 +0100 Subject: [PATCH 163/308] Add 'path' to the packages I (co-)maintain --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fa8cbbe..dec80665 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -11,6 +11,7 @@ packages: - ramus "Simon Jakobi @sjakobi": + - path - threepenny-gui "Joe M @joe9": From 111d7fbf49ba34e4db61dfecb9c81d3ffbc840e5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Mar 2017 16:07:46 +0200 Subject: [PATCH 164/308] Upper bound for #2340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 632b3650..8f3dbf65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2876,6 +2876,9 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + # https://github.com/fpco/stackage/issues/2340 + - language-c < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 05183a07b5535858fc09c66bfa3e692d95cd168d Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Wed, 1 Mar 2017 17:37:00 +0100 Subject: [PATCH 165/308] Added package `xeno` I was handed over maintainership by its author Chris Done --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..d958ef23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,6 +35,7 @@ packages: - sparse-linear-algebra - matrix-market-attoparsec - network-multicast + - xeno "Joseph Canero @caneroj1": - sqlite-simple-errors From 011f3e331ebda0e37a4a2ff0e6fd2bb2f7936f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Adri=C3=A1n=20Ontivero?= Date: Wed, 1 Mar 2017 19:29:10 -0300 Subject: [PATCH 166/308] Add hasmin --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..f5cd1285 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,9 @@ packages: "Christopher A. Gorski @cgorski": - general-games + "Cristian Adrián Ontivero @contivero": + - hasmin + # 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 b45d93762bffc06d9e73567e11e206f38cdcbdc5 Mon Sep 17 00:00:00 2001 From: Boris Lykah Date: Wed, 1 Mar 2017 17:51:58 -0500 Subject: [PATCH 167/308] Add groundhog GHC 8 compatibility is fixed --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..9ff0c3c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -582,12 +582,13 @@ packages: - messagepack - messagepack-rpc - # "Boris Lykah @lykahb": - # - groundhog # bounds: transformers - # - groundhog-th # via groundhog - # - groundhog-sqlite # via groundhog - # - groundhog-postgresql # bounds: transformers # via groundhog - # - groundhog-mysql # bounds: transformers # via: groundhog, mysql-simple + "Boris Lykah @lykahb": + - groundhog + - groundhog-th + - groundhog-sqlite + - groundhog-postgresql + - groundhog-mysql + - groundhog-inspector "Janne Hellsten @nurpax": - sqlite-simple From e0bbe2ee6347507d26605c5111de29329d7b307f Mon Sep 17 00:00:00 2001 From: Jeremy Barisch-Rooney Date: Wed, 1 Mar 2017 23:28:12 +0000 Subject: [PATCH 168/308] Add threepenny-gui-flexbox --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..4610c75a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + + "Jeremy Barisch-Rooney @barischj": + - threepenny-gui-flexbox + "Romain Edelmann @redelmann": - distribution From 3d06699c19ba3f75ec7f8e51ee4b3c205cdae634 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Mar 2017 09:29:47 +0200 Subject: [PATCH 169/308] Upper bound for #2345 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 126457b8..46596aab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2885,6 +2885,9 @@ packages: # https://github.com/fpco/stackage/issues/2340 - language-c < 0.6 + # https://github.com/fpco/stackage/issues/2345 + - syb < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From ca68b7acb2a4ed5b894fdfd3936888a668647da4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Mar 2017 09:30:28 +0200 Subject: [PATCH 170/308] Upper bound for #2346 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46596aab..9ed11789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,6 +2888,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2346 + - List < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 2f66fa1a0b45350f5fe3d22682620d93fb56a1ad Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 2 Mar 2017 06:46:15 -0800 Subject: [PATCH 171/308] add rethinkdb and engine-io-wai to build-constraints.yaml --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ed11789..c1d593d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,7 +4,7 @@ packages: "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox - + "Romain Edelmann @redelmann": - distribution @@ -1863,9 +1863,8 @@ packages: - storable-record "Brandon Martin @codedmart": - [] - # - engine-io-wai # bounds: ghc, base - # - rethinkdb # bounds: vector + - engine-io-wai + - rethinkdb "Michael Walker @barrucadu": - both From b7673377ea083145eccdb093609087440eee521d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Adri=C3=A1n=20Ontivero?= Date: Thu, 2 Mar 2017 20:16:53 -0300 Subject: [PATCH 172/308] Add hopfli --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5cd1285..5e83d624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2821,6 +2821,7 @@ packages: "Cristian Adrián Ontivero @contivero": - hasmin + - hopfli # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 531250b1cc6954fdb4e61334e05d8f0b27a92ef5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 3 Mar 2017 06:18:05 +0200 Subject: [PATCH 173/308] Remove upper bound and close #2346 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d01813..5b9dee00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2891,9 +2891,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2346 - - List < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 0c8d55e268563859e4ec0ccba17a8d8ad893ebe9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 3 Mar 2017 07:31:53 +0200 Subject: [PATCH 174/308] Hide matrices --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b9dee00..9cf6a1e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3716,6 +3716,7 @@ hide: - objective # conflicts with Control.Object in natural-transformation - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base +- matrices # conflicts with matrix # Cryptonite deprecations - cipher-aes From 4ec5f1b45adf74696fd18c3510644da99fd46d54 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 3 Mar 2017 15:22:02 +0200 Subject: [PATCH 175/308] Re-enable cassava and few deps --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cf6a1e7..9a0fe876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -160,7 +160,7 @@ packages: - async - base16-bytestring - c2hs - # - cassava # bounds: vector + - cassava - csv-conduit - executable-hash - executable-path @@ -610,8 +610,7 @@ packages: - posix-realtime "Dom De Re @domdere": - [] - # - cassava-conduit # via cassava: bounds: vector + - cassava-conduit "Dominic Steinitz @idontgetoutmuch": [] @@ -954,7 +953,7 @@ packages: - servant-blaze - servant-foreign - servant-mock - # - servant-cassava # via cassava: bounds: vector + - servant-cassava "Alexandr Ruchkin @mvoidex": # - hdocs # BLOCKED haddock-api GHC 8.0.2 From d5ed1904a560d9356d234bd95e8497cbcc946ef8 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 3 Mar 2017 20:25:15 +0300 Subject: [PATCH 176/308] =?UTF-8?q?Add=20=E2=80=98path=E2=80=99=20to=20Mar?= =?UTF-8?q?k=20Karpov's=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm now a co-maintainer of ‘path’ and I'll be checking and updating version boundaries of dependencies and stuff, so I'd like to be notified about issues related to ‘path’. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a0fe876..a4177c7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2043,6 +2043,7 @@ packages: - flac - flac-picture - lame + - path # "Thomas Bereknyei ": # - multiplate # bounds: transformers From 8045991bb5e323ae0a871728e7649449a3b9fb15 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 4 Mar 2017 20:18:20 +0200 Subject: [PATCH 177/308] Expect test failure JustusAdam/marvin#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..74689764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,9 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # https://github.com/JustusAdam/marvin/issues/12 + - marvin + # end of expected-test-failures From fb520a304cd03ff8cd0cd13bcfbfef9a6a76ec27 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Mar 2017 14:58:41 +0200 Subject: [PATCH 178/308] Skip benchmarks for #2352 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74689764..71a75668 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,6 +3563,9 @@ skipped-benchmarks: - zippers - jvm + # https://github.com/fpco/stackage/issues/2352 + - extensible + # end of skipped-benchmarks From 3feaf5894d09b71b3eb74240ae9892b41d49d67e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Mar 2017 18:01:33 +0200 Subject: [PATCH 179/308] Remove skipped benchmaarks and close #2352 This reverts commit fb520a304cd03ff8cd0cd13bcfbfef9a6a76ec27. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71a75668..74689764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,9 +3563,6 @@ skipped-benchmarks: - zippers - jvm - # https://github.com/fpco/stackage/issues/2352 - - extensible - # end of skipped-benchmarks From 98e986da5fcd7654ddfafcc2bd61fad5d2a1a655 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Mar 2017 07:37:17 +0200 Subject: [PATCH 180/308] Revert expecte test failure and close JustusAdam/marvin#12 This reverts commit 8045991bb5e323ae0a871728e7649449a3b9fb15. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74689764..a4177c7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,9 +3286,6 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - # https://github.com/JustusAdam/marvin/issues/12 - - marvin - # end of expected-test-failures From cbb04997da6ab9dee1436a80b936525eb3d90d67 Mon Sep 17 00:00:00 2001 From: Peter Trsko Date: Mon, 6 Mar 2017 11:39:52 +0100 Subject: [PATCH 181/308] Add between, connection-pool, freer-effects, verbosity --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..80c1bf79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,12 @@ packages: - hasmin - hopfli + "Peter Trško @trskop": + - between + - connection-pool + - freer-effects + - verbosity + # 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 49034bf72da68bb0811301c7a7700c689ae17134 Mon Sep 17 00:00:00 2001 From: Peter Trsko Date: Mon, 6 Mar 2017 12:43:56 +0100 Subject: [PATCH 182/308] Added github-users for IxpertaSolutions --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80c1bf79..ac81c2bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3650,6 +3650,11 @@ github-users: - Bodigrim - cartazio - phadej + IxpertaSolutions: + - Siprj + - liskin + - trskop + - xkollar # end of github-users From c35f1f07f600cfeeed33715d60864a194320914f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 17:22:50 +0100 Subject: [PATCH 183/308] Upper bound for #2354 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..3594bccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2891,6 +2891,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2354 + - mainland-pretty < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 81bf9ea45e35de5740fc2c1af2da4ea15595882d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 17:34:58 +0100 Subject: [PATCH 184/308] Upper bound for #2355 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3594bccc..ef23d5a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2894,6 +2894,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2355 + - shell-conduit < 4.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 555edc56e41137417db1185903b20e0f3c4bee91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 19:15:49 +0100 Subject: [PATCH 185/308] Remove upper bound and close #2333 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 436ebcb4..731b5e35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2884,9 +2884,6 @@ packages: # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 - # https://github.com/fpco/stackage/issues/2333 - - cryptonite < 0.22 - # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 From 6d4ae7037fb47991dbeaf2ae5b1fb543408cf0d7 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Tue, 7 Mar 2017 01:49:13 +0530 Subject: [PATCH 186/308] Take over shell-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 731b5e35..6ae464ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -251,6 +251,7 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal + - shell-conduit "haskell-openal": - OpenAL @@ -322,7 +323,6 @@ packages: # - present # compilation failure against haskell-src-exts - pure-io # - scrobble # compilation errors against time 1.6 - - shell-conduit - sourcemap - hindent - descriptive From 95c6e4e6ca49b0a29685a84b87c58b7be2d09ce2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 21:56:49 +0100 Subject: [PATCH 187/308] Remove upper bound and close #2355 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ae464ec..f3738c97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2897,9 +2897,6 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2355 - - shell-conduit < 4.6.0 - # end of packages # Package flags are applied to individual packages, and override the values of From e11e7adad1e022deb762a4ac5cb116574a301765 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 22:30:59 +0100 Subject: [PATCH 188/308] Try re-enabling servant-server and jose-jwt tests, closes #2169 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3738c97..e4b2112c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3252,9 +3252,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 From b17965b22bd195dca6be79bd08c4868eeba848ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 22:32:55 +0100 Subject: [PATCH 189/308] Remove upper bound and close #2340 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4b2112c..bbef6d22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,9 +2888,6 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2340 - - language-c < 0.6 - # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 From 828e09cba10384888d03b8402aa02873025eb046 Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Mon, 6 Mar 2017 16:34:38 -0500 Subject: [PATCH 190/308] Add boltzmann-samplers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bbef6d22..ea8afe9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -23,6 +23,7 @@ packages: # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector "Li-yao Xia @Lysxia": + - boltzmann-samplers - generic-random "Tobias Dammers @tdammers": From 88d4d3c876efdcefe79f8edd2c296dba1c23eaea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:12:27 +0100 Subject: [PATCH 191/308] Expect pixelated-avatar-generator tests to fail pixelated-avatar-generator#19 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea8afe9c..7e92a94d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,7 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From e5d3e595b1de6d856c7adef27f6af73669a52e98 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:16:31 +0100 Subject: [PATCH 192/308] Expected language-c tests to fail --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e92a94d..222ef705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,7 +3288,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - + - language-c # 0.6 https://github.com/visq/language-c/issues/30 # end of expected-test-failures From 16aee943f6be087b80f4717b4645d438139bf768 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:16:44 +0100 Subject: [PATCH 193/308] Re-enable aeson test suite --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ef705..1a44393f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,8 +3280,7 @@ expected-test-failures: - makefile # Misc. - - aeson # Will be fixed in the next release - - distributed-process-supervisor # # https://github.com/haskell-d + - distributed-process-supervisor # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 From 727c112510dc9b9d85bc3ad6813d0a776568bc58 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 09:48:14 +0100 Subject: [PATCH 194/308] Revert "Re-enable aeson test suite" This reverts commit 16aee943f6be087b80f4717b4645d438139bf768. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a44393f..222ef705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,8 @@ expected-test-failures: - makefile # Misc. - - distributed-process-supervisor # https://github.com/haskell-d + - aeson # Will be fixed in the next release + - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 From 28ed9f5feea611d9fe288b83742001cde9fe54f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 09:48:51 +0100 Subject: [PATCH 195/308] Re-disable aeson test suite --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ef705..06af5c1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,7 @@ expected-test-failures: - makefile # Misc. - - aeson # Will be fixed in the next release + - aeson # 1.1.0.0 Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug From 68eccd458788d052e133b906a89bf1bbcfc09cd2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 17:43:19 +0100 Subject: [PATCH 196/308] Upper bound for #2358 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06af5c1f..c6906d11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2895,6 +2895,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2358 + - safe-exceptions < 0.1.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9f20c45b3de234737d9c9aa5c9748c9061f4223b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 23:15:32 +0100 Subject: [PATCH 197/308] Remove upper bound and close #2358 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6906d11..06af5c1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2895,9 +2895,6 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2358 - - safe-exceptions < 0.1.5.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 23ce9604c65e06e3163afb572c70c23852265dd1 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Tue, 7 Mar 2017 23:38:08 -0500 Subject: [PATCH 198/308] Add matplotlib --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06af5c1f..011eaaea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - csp + - matplotlib "mackeyrms @mackeyrms": - tsv2csv diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1dac2901..c0925f57 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,10 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + python-mpltoolkits.basemap \ + python3-matplotlib \ + python3-numpy \ + python3-pip \ r-base \ r-base-dev \ ruby-dev \ From d5bd3286b23d540e687beaaf7a5a9482cd503251 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:33:36 +0100 Subject: [PATCH 199/308] Re-enable language-c tests visq/language-c#30 and http2 benchmarks kazu-yamamoto/http2#13. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..17d20588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3289,7 +3289,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - language-c # 0.6 https://github.com/visq/language-c/issues/30 # end of expected-test-failures @@ -3381,7 +3380,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From e230050f3a4b2a5df56ccadad7f8aa2380544895 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:40:29 +0100 Subject: [PATCH 200/308] Disable http2 benchmarks due to hashtables dependency requiring old vector --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17d20588..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,7 @@ skipped-benchmarks: # just remove these lines and run `stackage-curator check' # to verify. - criterion-plus + - http2 # Transitive outdated dependencies # These packages From 7b4d98733334c8e28e12d34434e584f383f42b8a Mon Sep 17 00:00:00 2001 From: Devon Hollowood Date: Wed, 8 Mar 2017 13:59:35 -0800 Subject: [PATCH 201/308] Add search-algorithms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..27be78d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,9 @@ packages: - freer-effects - verbosity + "Devon Hollowood @devonhollowood": + - search-algorithms + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From e49b3a1cf2619111c20322e4721201e9754c8bae Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 8 Mar 2017 23:43:03 +0000 Subject: [PATCH 202/308] adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 5ee68edb833aaf2a490f4958ec600cc166c4c6d6 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:09:55 +0000 Subject: [PATCH 203/308] temporarily removing mixed-types-num --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896a14b..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,7 +2581,6 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 9f5d25e153228ac2bfcfb23263f1b6f72f54b6fd Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:10:25 +0000 Subject: [PATCH 204/308] Re-adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 54e24664685e6048e3bb578330689a5e151c60d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 08:53:16 +0100 Subject: [PATCH 205/308] Expect matplotlib tests to fail #2359 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..a5b23314 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From c4e152e1730fcf21f36b69ce8f1f03499d37c2c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 16:36:38 +0100 Subject: [PATCH 206/308] Re-enable matplotlib tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5b23314..47c87262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From 9ea66060dfc76b690127974f20c815579786f304 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 10 Mar 2017 21:56:02 +0900 Subject: [PATCH 207/308] shelly-1.6.8.3 should build now --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..21a72b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -991,6 +991,7 @@ packages: - hslua # - idris # bounds: safe - xmonad-contrib + - shelly # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector @@ -1991,8 +1992,7 @@ packages: - titlecase "Mark Fine @markfine": - [] - # - postgresql-schema # BLOCKED shelly GHC 8.0.2 + - postgresql-schema # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -3098,9 +3098,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - # BLOCKED shelly GHC 8.0.2 - - c2hs - # directory 1.3 - machines - xmlhtml From bf7dcae86167b46cabea4b1f8dd8e0a82de18669 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 10 Mar 2017 08:38:32 -0800 Subject: [PATCH 208/308] Add bench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a72b44..0caf356d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -547,6 +547,7 @@ packages: - turtle - foldl - morte + - bench "Andrew Thaddeus Martin @andrewthad": - yesod-table From cf3678c4a342977bdc9835b7dfea425e5fb6b4b6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 11 Mar 2017 00:47:40 +0000 Subject: [PATCH 209/308] add Chris Dornan's regex packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..355dee8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2841,6 +2841,10 @@ packages: "Devon Hollowood @devonhollowood": - search-algorithms + "Chris Dornan @cdornan": + - regex + - regex-examples + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 4cdd649e753284c1cacfb95c2d48e9024748bee8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 11 Mar 2017 13:43:07 +0100 Subject: [PATCH 210/308] matplotlib upper bound for #2365 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..1ae7a7fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,6 +2901,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 0ee4da59d8b1b2171b00a28037faa96829a4cc51 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 11 Mar 2017 23:21:10 +0100 Subject: [PATCH 211/308] build-constraints.yaml: add Henning Thielemann --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d956fd1c..0fcc228f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,14 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Henning Thielemann @thielema": + - numeric-prelude + - non-negative + - non-empty + - storable-record + - utility-ht + - prelude-compat + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox From a5729b6ba8832ca2641989db9a744a183804daca Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 13 Mar 2017 03:07:19 +0000 Subject: [PATCH 212/308] Seperate out PCRE dependencies into regex-with0pcre See https://github.com/iconnect/regex/issues/65 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..3c75722a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,6 +2851,7 @@ packages: "Chris Dornan @cdornan": - regex + - regex-with-pcre - regex-examples # If you stop maintaining a package you can move it here. From 9a5d8636b12e955b4d55d1af6c6a36d1ee36c897 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 13 Mar 2017 11:57:30 -0400 Subject: [PATCH 213/308] Add vector tests back to Stackage --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f34f90c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3088,7 +3088,6 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 # Transitive outdated dependencies # These packages From 182be3f3ee051464ca460f4e214974f7a17ae350 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 13 Mar 2017 18:08:55 +0200 Subject: [PATCH 214/308] Re-enable Chart-diagrams --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..a413720c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2377,8 +2377,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # via blaze-svg: bounds: blaze-markup - # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup + - SVGFonts + - Chart-diagrams # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client From c38520ee0329325ffefacb0da123aff81008e663 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Tue, 14 Mar 2017 03:24:12 +1100 Subject: [PATCH 215/308] added more louispan packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..273d31c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2793,9 +2793,13 @@ packages: "Louis Pan @louispan": - alternators - disposable + - ghcjs-base-stub - glaze - glazier - glazier-pipes + - glazier-react + - glazier-react-widget + - javascript-extras - l10n - pipes-category - pipes-fluid From c6168e1393e08182c6100cea5af77dcd81966fcd Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 13 Mar 2017 23:51:27 -0700 Subject: [PATCH 216/308] Adding backprop to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..47d113e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1566,6 +1566,7 @@ packages: "Justin Le @mstksg": - auto + - backprop - configurator-export - hamilton - prompt From 37ff1b00d260fe03d283ee3d655fa1ead4618f5d Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Wed, 15 Mar 2017 12:44:50 +0300 Subject: [PATCH 217/308] Use my real name in meta-info --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f9afb83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,7 +1727,7 @@ packages: "Robert Massaioli @robertmassaioli": - range - "Index Int @int-index": + "Vladislav Zavialov @int-index": - transformers-lift - ether - union From c3939fc79b88a68c45e88963107252b63e9e5411 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Wed, 15 Mar 2017 23:09:18 +1100 Subject: [PATCH 218/308] louispan: added arrow-extras --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273d31c0..19d2227b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,6 +2792,7 @@ packages: "Louis Pan @louispan": - alternators + - arrow-extras - disposable - ghcjs-base-stub - glaze From 2c0afcc0ba89dcd5aea10bb150cb23e88d6984e5 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Wed, 15 Mar 2017 23:59:22 +0300 Subject: [PATCH 219/308] add dictionaries --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..7e00de80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2626,6 +2626,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 + - dictionaries "Joachim Fasting @joachifm": - libmpd From a67d178be7643e3ea628f25fa4ace4dfa68a6acc Mon Sep 17 00:00:00 2001 From: 3noch Date: Wed, 15 Mar 2017 22:40:22 -0400 Subject: [PATCH 220/308] add ziptastic-client ziptastic-core --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..970d2c07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2860,6 +2860,10 @@ packages: - regex-with-pcre - regex-examples + "Elliot Cameron @3noch": + - ziptastic-client + - ziptastic-core + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 87982132e0f2334ed8902dac397eab8d0b8ae4c5 Mon Sep 17 00:00:00 2001 From: anton-k Date: Thu, 16 Mar 2017 08:43:29 +0300 Subject: [PATCH 221/308] add data-fix by anton-k --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 660a66b8..40d5308e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1508,6 +1508,9 @@ packages: # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client + "Anton Kholomiov ": + - data-fix + "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector From fcb5dc78bac6ee103a33596dc4e5b21cbd6e506c Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Thu, 16 Mar 2017 18:31:03 +0530 Subject: [PATCH 222/308] Add minio-hs back to stackage. Disable live-tests --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..f06b1b2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,8 +2814,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -2948,6 +2947,9 @@ package-flags: hpio: test-hlint: false + minio-hs: + live-test: false + hxt: network-uri: true hxt-http: From 1f2f4b2b492d991f9c0ca0aa3c7ce504978ae291 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:35:14 -0700 Subject: [PATCH 223/308] Add constraint "errors < 2.2.0" per #2378 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..8751073c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2923,6 +2923,9 @@ packages: # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 + # https://github.com/fpco/stackage/issues/2378 + - errors < 2.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3c4432005ca269943b82aa9a7dcafaa13cdb9e7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:44:12 -0700 Subject: [PATCH 224/308] Re-disable minio-hs per #2377 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7596c025..35aae08e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2817,7 +2817,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # https://github.com/fpco/stackage/pull/2377/files "ncaq @ncaq": - haskell-import-graph From 5da57540f549fe1f52b0ac3563d0fb87a043dd7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:55:30 -0700 Subject: [PATCH 225/308] Add constraint "tasty-discover < 2.0.0" per lwm/tasty-discover#85 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35aae08e..5d1d9a70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2933,6 +2933,9 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 + # https://github.com/lwm/tasty-discover/issues/85 + - tasty-discover < 2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From bb3763aa3f9f572e7e68b6d0253102b7f8a85065 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 17:25:38 -0700 Subject: [PATCH 226/308] Expect galzier-react haddocks to fail per #2379 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1d9a70..7346ca01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - glazier-react # https://github.com/fpco/stackage/issues/2379 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From f3f0d6ae0fbf0dcdb1d101d3be9425f2da2bfa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 17 Mar 2017 00:34:40 -0400 Subject: [PATCH 227/308] add package hspec-checkers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..5e7b04bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,7 @@ packages: - getopt-generics - graph-wrapper - string-conversions + - hspec-checkers "Jan Stolarek @jstolarek": - tasty-program From 69b80e4ea3cdf80e1f654275ac5dde35b9d01ab9 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 17 Mar 2017 15:34:33 +0530 Subject: [PATCH 228/308] Try to add minio-hs again to stackage --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..9611e09d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1764,7 +1764,7 @@ packages: - haskell-neo4j-client "Anton Kholomiov ": - - data-fix + - data-fix "Alexey Khudyakov @Shimuuar": - histogram-fill @@ -2817,8 +2817,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # https://github.com/fpco/stackage/pull/2377/files + - minio-hs "ncaq @ncaq": - haskell-import-graph From a2b250ea3226920cad892ed0306b308a1a5cd0a9 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Fri, 17 Mar 2017 13:28:16 +0000 Subject: [PATCH 229/308] fix constraints for picosat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..6c1b0ca1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2468,7 +2468,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - repline - # - picosat # https://github.com/sdiehl/haskell-picosat/issues/6 + - picosat # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 From 8dc9d0d948bfc80b131d218754433054628d31cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:19:00 -0700 Subject: [PATCH 230/308] Expect aeson tests to pass --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..338e0d06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3320,7 +3320,6 @@ expected-test-failures: - makefile # Misc. - - aeson # 1.1.0.0 Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3725,7 +3724,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 1c0583c34f4153796614c662d48db2bb2f9a9139 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:23:32 -0700 Subject: [PATCH 231/308] Add constraint "unordered-containers < 0.2.8.0" per #2386 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 338e0d06..2b0c0bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,9 @@ packages: # https://github.com/lwm/tasty-discover/issues/85 - tasty-discover < 2.0.0 + # https://github.com/fpco/stackage/issues/2386 + - unordered-containers 0.2.8.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 86fe6430449bb3ed560ec30199b53557967d8e96 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:24:23 -0700 Subject: [PATCH 232/308] Add constraint "tasty-ant-xml < 1.1.0" per #2385 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b0c0bd0..460836e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,9 @@ packages: # https://github.com/lwm/tasty-discover/issues/85 - tasty-discover < 2.0.0 + # https://github.com/fpco/stackage/issues/2385 + - tasty-ant-xml < 1.1.0 + # https://github.com/fpco/stackage/issues/2386 - unordered-containers 0.2.8.0 From 3458a62c250b506ffcbef28ad710560e514fccd7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:24:51 -0700 Subject: [PATCH 233/308] fix typo in constraint --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 460836e5..debe4bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2940,7 +2940,7 @@ packages: - tasty-ant-xml < 1.1.0 # https://github.com/fpco/stackage/issues/2386 - - unordered-containers 0.2.8.0 + - unordered-containers < 0.2.8.0 # end of packages From b3ab3ec3bc86cf72d6bf726c48578addf273e88a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 18 Mar 2017 10:53:54 +0000 Subject: [PATCH 234/308] Remove upper bound for https://github.com/lwm/tasty-discover/issues/85. This reverts commit 5da57540f549fe1f52b0ac3563d0fb87a043dd7c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d6a7316..7c00e32e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2933,9 +2933,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/lwm/tasty-discover/issues/85 - - tasty-discover < 2.0.0 - # https://github.com/fpco/stackage/issues/2385 - tasty-ant-xml < 1.1.0 From 8bcbb3a2bf220627df55f0d8cb14c7b8c1be6a25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 11:00:58 -0700 Subject: [PATCH 235/308] Expect req tests to fail per mrkkrp/req#14 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 210c1988..7ee9eae3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3727,6 +3728,7 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 # Packages which should be hidden after registering, to avoid module name From 70e908dc3990a59c9897b3a52be0565941f87eb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 18:40:11 -0600 Subject: [PATCH 236/308] Expect picosat tests to fail per #2382 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee9eae3..8326da84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,6 +3296,7 @@ expected-test-failures: - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - picosat # https://github.com/fpco/stackage/pull/2382 - 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 26133500dfc3e9856931d0c07a533b340ca43e84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 18:42:32 -0600 Subject: [PATCH 237/308] Expect http-client-openssl tests to fail per snoyberg/http-client#267 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8326da84..9a7aab9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,7 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug + - http-client-openssl # https://github.com/snoyberg/http-client/issues/267 - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 From 92a6cd308dec364342d3e8f8ad2b04694a2d2103 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Wed, 15 Mar 2017 11:14:29 +0100 Subject: [PATCH 238/308] build-constraints.yaml: add many more packages by Henning Thielemann --- build-constraints.yaml | 56 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..9153605e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,11 +3,63 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - numeric-prelude - - non-negative + - accelerate-arithmetic + - accelerate-fftw + - accelerate-fourier + - accelerate-utility + - apportionment + - audacity + - bibtex + - board-games + - buffer-pipe + - calendar-recycling + - comfort-graph + - concurrent-split + - data-accessor + - data-accessor-mtl + - data-accessor-template + - data-accessor-transformers + - data-ref + - dsp + - enumset + - equal-files + - event-list + - explicit-exception + - fixed-length + - gnuplot + - iff + - interpolation + - latex + - lazyio + - markov-chain + - midi + - midi-music-box - non-empty + - non-negative + - numeric-prelude + - pathtype + - pooled-io + - probability + - sample-frame + - sample-frame-np + - set-cover + - sound-collage + - sox + - split-record + - spreadsheet + - stm-split - storable-record + - storablevector + - synthesizer-core + - synthesizer-dimensional + - synthesizer-midi + - tagchup + - tfp + - unicode + - unsafe - utility-ht + - xml-basic + - youtube - prelude-compat "Jeremy Barisch-Rooney @barischj": From dc4181bbc4f110d09c14e8c3cc69c306f1167e0b Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 19 Mar 2017 14:56:10 +0100 Subject: [PATCH 239/308] take over fft, carray, ix-shapable from Oleg Grenrus --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9153605e..056effbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -62,6 +62,11 @@ packages: - youtube - prelude-compat + - fft + - carray + # Not a maintainer + - ix-shapable + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox @@ -1191,11 +1196,6 @@ packages: - recursion-schemes - unordered-containers - - fft - - carray - - ix-shapable - - fft - # Regex packages by Chris Kuklewicz - regex-base - regex-compat From 296edab192ad598bf97ae7b43228c2d52b37cdd9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 18 Mar 2017 15:32:27 -0500 Subject: [PATCH 240/308] added tibetan-utils --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..424bab4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Vanessa McHale @vmchale": + - tibetan-utils + "Henning Thielemann @thielema": - numeric-prelude - non-negative From 0935f0d7018ce9b283c843b1168d6d7ac15455de Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 19 Mar 2017 14:14:31 +0530 Subject: [PATCH 241/308] Add tldr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 424bab4f..35ac082b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -264,6 +264,7 @@ packages: - download - textlocal - shell-conduit + - tldr "haskell-openal": - OpenAL From 07158fb62bd09a435a21af23c7808510da65321a Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 19 Mar 2017 12:00:55 +0100 Subject: [PATCH 242/308] snap-blaze --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35ac082b..8de41a71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,6 +1048,7 @@ packages: # - mole # bounds: hspec, optparse-applicative - publicsuffix - rethinkdb-client-driver + - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt From c3e2a3cfb232e56f010deecd2b24067b77520d3c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 10:48:02 +0000 Subject: [PATCH 243/308] Add upper bound for #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8de41a71..7ab66c80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,6 +2945,9 @@ packages: # https://github.com/fpco/stackage/issues/2386 - unordered-containers < 0.2.8.0 + # https://github.com/fpco/stackage/issues/2393 + - HUnit < 1.6.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a4a1e23e1cac36df7eb3afaf9bd9d0830e1c8271 Mon Sep 17 00:00:00 2001 From: joneshf Date: Sun, 19 Mar 2017 16:22:24 -0700 Subject: [PATCH 244/308] Add servant-ruby --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab66c80..8adefa76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2873,6 +2873,9 @@ packages: - ziptastic-client - ziptastic-core + "Hardy Jones @joneshf": + - servant-ruby + # 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 ca9a84073b74ada88865c92a4d4b1e1d4417ef73 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 11:40:42 +0000 Subject: [PATCH 245/308] Revert "Expect galzier-react haddocks to fail per #2379" This reverts commit bb3763aa3f9f572e7e68b6d0253102b7f8a85065. Closes #2379. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8adefa76..8e3c1516 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3395,7 +3395,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - - glazier-react # https://github.com/fpco/stackage/issues/2379 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 1a2f6339ff5fddda5fea6f360cedae96b967389e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Mar 2017 19:40:30 +0100 Subject: [PATCH 246/308] Re-enable ginger tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c1516..3ed3e7c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,6 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From c47da207fef0b3f3330f6c72b60a1c23aa595a7f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Mar 2017 09:51:31 +0100 Subject: [PATCH 247/308] Reword wontfix skipped tests to be more neutral --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed3e7c5..969f484d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3147,8 +3147,10 @@ skipped-tests: - symengine # symengine - # Wontfix. The maintainer chose to keep these broken/outdated, only - # re-enable if requested. + # Wontfix. The maintainer doesn't want to keep test dependencies + # up to date or be notified about it, or doesn't want stackage to + # run the tests. + # Only re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 # directory 1.3 From c6030f5e8a6289d9d45156215f93a90fd7abadea Mon Sep 17 00:00:00 2001 From: Thomas Sutton Date: Tue, 21 Mar 2017 10:45:18 +1100 Subject: [PATCH 248/308] Add thsutton's packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 969f484d..220e7cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Thomas Sutton @thsutton": + - aeson-diff + - edit-distance-vector + "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak From 908f7e5cd33326d81975628048f607e67f62093b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 14:10:47 +0000 Subject: [PATCH 249/308] Disable new package while waiting on relaxed upper bound. Please see https://github.com/fpco/stackage/pull/2395. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e7cd7..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2839,7 +2839,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + # - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": From 407ea071f668e4a06ea9d1d8b7b83e236c42ef81 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 15:21:51 +0000 Subject: [PATCH 250/308] Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..1aa1b14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/dylex/postgresql-typed/issues/4 + - postgresql-typed < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cbe7db73fd76a349abf0f79708cbac327b03a351 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 11:46:21 +0000 Subject: [PATCH 251/308] Add upper bounds for js-jquery in #2398. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1aa1b14b..368c3a9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/dylex/postgresql-typed/issues/4 - postgresql-typed < 0.5.0 + # https://github.com/fpco/stackage/issues/2398 + - js-jquery < 3.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b0dbf6f9d01e6a988476226ccbc566a05c6f8d57 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 22 Mar 2017 16:53:07 -0400 Subject: [PATCH 252/308] Revert "Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4." This reverts commit 407ea071f668e4a06ea9d1d8b7b83e236c42ef81. postgresql-typed was broken with postgresql-binary 0.12, so the upper bound on postgresql-typed won't fix the problem. postgresql-typed 0.5.1 is now released and works with postgresql-binary 0.12.1. Closes #2396. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 368c3a9c..ee0a2508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/dylex/postgresql-typed/issues/4 - - postgresql-typed < 0.5.0 - # https://github.com/fpco/stackage/issues/2398 - js-jquery < 3.2.1 From 44cbb10b817b3ba583a4339ec7b2819c087113f3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 13:35:57 +0000 Subject: [PATCH 253/308] Remove upper bound for #2398. Closes #2398. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee0a2508..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2398 - - js-jquery < 3.2.1 - # end of packages # Package flags are applied to individual packages, and override the values of From ca62cfafbef99b435dd84c0dcdf0717a57bedadc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:28:58 +0000 Subject: [PATCH 254/308] Add upper bound for hslua in #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..7354a140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/fpco/stackage/issues/2400 + - hslua < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 171666a285327f0a39dc5f9e94d2edfe4d600bd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:35:37 +0000 Subject: [PATCH 255/308] Add upper bounds for hjsonschema. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7354a140..3411f5aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/seagreen/hjsonschema/issues/48 + - hjsonschema < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From ade50ddcd32269107b33d0776480f02702a5bfc5 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 23 Mar 2017 10:03:52 +1000 Subject: [PATCH 256/308] add concise --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3411f5aa..23f237b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2444,6 +2444,7 @@ packages: # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": + - concise - jose # "Yutaka Nishimura @ynishi": From 2b584d006da12b19754dc93c6c6b8629efa86158 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 24 Mar 2017 16:06:57 +0900 Subject: [PATCH 257/308] Re-enable twitter-types `twitter-types` and `twitter-types-lens` builds on the latest nightly (and LTS). It is no longer held back by `derive`. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23f237b0..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,8 +2117,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens - # - twitter-types # via: derive - # - twitter-types-lens # via: twitter-types + - twitter-types + - twitter-types-lens # "Robbin C. robbinch": # - zim-parser # via: lzma From 62d18ce0e453087aa5465d342e668b04f2cc565f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 10:57:38 +0000 Subject: [PATCH 258/308] Add upper bounds for vectortiles. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..2249a186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,6 +2962,9 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 + # https://github.com/fosskers/vectortiles/issues/9 + - vectortiles < 1.2.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5561a1ac8b9474e26e4a43a890f2b385f38d6b5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 23:41:30 +0000 Subject: [PATCH 259/308] Revert "Add upper bounds for vectortiles." This reverts commit 62d18ce0e453087aa5465d342e668b04f2cc565f. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2249a186..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 - # https://github.com/fosskers/vectortiles/issues/9 - - vectortiles < 1.2.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 36a01d7dfe764076f7115fb362e1b4a44c56cd88 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 24 Mar 2017 15:09:59 +0000 Subject: [PATCH 260/308] add algebraic-graphs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..88a46d21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2881,6 +2881,9 @@ packages: "Hardy Jones @joneshf": - servant-ruby + "Andrey Mokhov @snowleopard": + - algebraic-graphs + # 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 6036d6be2d90497d34c9aecae6c62de7c4d60015 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Mar 2017 11:05:15 +0000 Subject: [PATCH 261/308] Revert "Add upper bounds for hjsonschema." This reverts commit 171666a285327f0a39dc5f9e94d2edfe4d600bd1. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88a46d21..3cefc043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/seagreen/hjsonschema/issues/48 - - hjsonschema < 1.6 - # end of packages # Package flags are applied to individual packages, and override the values of From a8187fc4eddfebcb31c58141545f71f9793e9426 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:56:48 +0200 Subject: [PATCH 262/308] pathtype: force to use directory>=1.2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 056effbe..5051fc02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2997,6 +2997,9 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + pathtype: + old-time: false + brick: demos: true From 899de4582e3f539332aa0688f9ad543379c20509 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:57:31 +0200 Subject: [PATCH 263/308] accelerate-utility etc.al.: disable, because accelerate cannot be built currently --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5051fc02..07da5cda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - accelerate-arithmetic - - accelerate-fftw - - accelerate-fourier - - accelerate-utility + # - accelerate-arithmetic # via accelerate: bounds: base + # - accelerate-fftw # via accelerate: bounds: base + # - accelerate-fourier # via accelerate: bounds: base + # - accelerate-utility # via accelerate: bounds: base - apportionment - audacity - bibtex From 4eb95cd2185f613ea4f27375db52483fefa418db Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:58:16 +0200 Subject: [PATCH 264/308] cutter, mbox-utility, group-by-date: three more command-line utilities added --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07da5cda..aafd010d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,6 +15,7 @@ packages: - calendar-recycling - comfort-graph - concurrent-split + - cutter - data-accessor - data-accessor-mtl - data-accessor-template @@ -27,6 +28,7 @@ packages: - explicit-exception - fixed-length - gnuplot + - group-by-date - iff - interpolation - latex @@ -34,6 +36,7 @@ packages: - markov-chain - midi - midi-music-box + - mbox-utility - non-empty - non-negative - numeric-prelude From 3e6946734961230feff0e8237881312587e8ed5a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 26 Mar 2017 21:24:44 +0200 Subject: [PATCH 265/308] Add hslua-aeson, change hslua maintainer Maintainership of hslua was discussed in issue osa1/hslua#44 and osa1/hslua#42. Many thanks to @juhp for stepping in while the project was unmaintained. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cefc043..59f6f083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1001,7 +1001,6 @@ packages: "Jens Petersen @juhp": - cabal-rpm # - cabal-sort # BLOCKED directory 1.3 - - hslua # - idris # bounds: safe - xmonad-contrib - shelly @@ -2884,6 +2883,10 @@ packages: "Andrey Mokhov @snowleopard": - algebraic-graphs + "Albert Krewinkel @tarleb": + - hslua + - hslua-aeson + # 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 2c25416e88b8ea28ca3ee2d80149573f83848b02 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 26 Mar 2017 11:29:38 -0400 Subject: [PATCH 266/308] Re-enable gl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59f6f083..0cbaa19c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,7 +420,7 @@ packages: - zippers - fixed - half - # - gl BLOCKED directory 1.3 + - gl - lens-aeson - zlib-lens # - hyperloglog # bounds: approximate, binary, comonad From 1c9bef69151c8e4a6c56067444c027ed8b6ca966 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Mar 2017 13:12:31 +0100 Subject: [PATCH 267/308] Re-enable rest-gen and rest-happstack and drop snaplet-fay --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cbaa19c..b874f833 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -580,7 +580,6 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED directory 1.3 via heist and snap - time-compat - through-text @@ -753,8 +752,8 @@ packages: - multipart - rest-client - rest-core - # - rest-gen # bounds: blaze-html - # - rest-happstack # via rest-gen: bounds: blaze-html + - rest-gen + - rest-happstack - rest-snap - rest-stringmap - rest-types From b511c5dc32af6752292d7743f65c9339d87f36e1 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 19 Mar 2017 11:44:29 -0700 Subject: [PATCH 268/308] Add proto-lens packages. Also adds the `protobuf-compiler` to `debian-bootstrap.sh` to get the `/usr/bin/protoc` which is used to generate code. --- build-constraints.yaml | 9 +++++++++ debian-bootstrap.sh | 1 + 2 files changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..5c563fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2868,6 +2868,15 @@ packages: - ziptastic-client - ziptastic-core + "Judah Jacobson @judah": + - lens-labels + - proto-lens + - proto-lens-descriptors + - proto-lens-protoc + - proto-lens-combinators + - proto-lens-arbitrary + - proto-lens-optparse + # 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 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c0925f57..1fba2a16 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \ From 58a175436ec4c0b479306b2c47f4a4c3a4029e66 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 28 Mar 2017 01:44:57 +0200 Subject: [PATCH 269/308] Add "present" --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b874f833..71fe90f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,6 +27,7 @@ packages: "Simon Jakobi @sjakobi": - path + - present - threepenny-gui "Joe M @joe9": From 7f5d18c0add40887aa8866dd76fb5f85f7b936de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 12:18:06 +0900 Subject: [PATCH 270/308] haskell-gi-0.20.1 breaks gi-glib (haskell-gi/haskell-gi#83) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b874f833..a5805021 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2964,6 +2964,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/haskell-gi/haskell-gi/issues/83 + - haskell-gi < 0.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From d4b30b0cb136f4dffb1cd4efeccc48466aaa9a4e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 12:31:27 +0900 Subject: [PATCH 271/308] drop "tasty-ant-xml < 1.1.0" (#2385) should be fixed in scientific-0.3.4.11 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5805021..b79e7320 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2952,9 +2952,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2385 - - tasty-ant-xml < 1.1.0 - # https://github.com/fpco/stackage/issues/2386 - unordered-containers < 0.2.8.0 From e06ad69a417cbe7ede65e38085a5457dc1425349 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 16:11:36 +0900 Subject: [PATCH 272/308] Revert "haskell-gi-0.20.1 breaks gi-glib (haskell-gi/haskell-gi#83)" should be fixed by haskell-gi-base-0.20.1 This reverts commit 7f5d18c0add40887aa8866dd76fb5f85f7b936de. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92f64ac5..3c020b8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,8 +2971,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/haskell-gi/haskell-gi/issues/83 - - haskell-gi < 0.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From 409586349b286f7cccc7a0995cc0330c581d8f6b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 28 Mar 2017 18:39:09 +0200 Subject: [PATCH 273/308] Add llvm-hs and llvm-hs-pure --- build-constraints.yaml | 2 ++ debian-bootstrap.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c020b8a..f1313409 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2643,6 +2643,8 @@ packages: "Moritz Kiefer @cocreature": - lrucaching + - llvm-hs + - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - hocilib diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1fba2a16..497009e0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -22,6 +22,9 @@ add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter # not sure what this was needed for #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list +echo "deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list # Set the GHC version GHCVER=8.0.2 @@ -112,6 +115,7 @@ apt-get install -y \ libzmq3-dev \ llvm-3.7 \ locales \ + llvm-4.0-dev \ m4 \ nettle-dev \ nodejs \ From c0a605d660b497b005eae487ac99a185da1bf9d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Mar 2017 15:15:39 +0900 Subject: [PATCH 274/308] reenable hashtables! (see #2194) --- build-constraints.yaml | 92 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1313409..d82b3f70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -179,7 +179,7 @@ packages: - executable-path - foreign-store - formatting - # - gtk2hs-buildtools # via hashtables: bounds: vector + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -332,7 +332,7 @@ packages: - hostname-validate - ini - lucid - # - osdkeys # via libnotify: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - osdkeys # via libnotify - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -348,13 +348,13 @@ packages: # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - # - RefSerialize # via hashtables: bounds: vector - # - TCache # via hashtables: bounds: vector - # - Workflow # via RefSerialize: via hashtables: bounds: vector - # - MFlow # via RefSerialize: via hashtables: bounds: vector + - RefSerialize + - TCache + - Workflow + - MFlow - transient - # - transient-universe # via TCache: via hashtables: bounds: vector - # - ghcjs-hplay # via transient-universe: via TCache: via hashtables: bounds: vector + - transient-universe + - ghcjs-hplay "Edward Kmett @ekmett": - ad @@ -389,7 +389,7 @@ packages: - lca - lens - linear - # - linear-accelerate # via accelerate: via hashtables: bounds: vector + - linear-accelerate # - log-domain # via safecopy: bounds: vector - machines - monadic-arrays @@ -453,10 +453,10 @@ packages: - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: vector + - diagrams-cairo # bounds: vector - diagrams-contrib - diagrams-core - # - diagrams-gtk # via diagrams-cairo: bounds: vector + - diagrams-gtk - diagrams-lib - diagrams-postscript - diagrams-rasterific @@ -508,8 +508,7 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - [] - # - accelerate # via hashtables: bounds: vector + - accelerate "Liam O'Connor @liamoc": [] @@ -764,11 +763,11 @@ packages: "Simon Michael @simonmichael": - darcs - # - hledger # via hledger-lib: via hashtables: bounds: vector - # - hledger-lib # via hashtables: bounds: vector - # - hledger-ui # via hledger-lib: via hashtables: bounds: vector - # - hledger-web # via hledger-lib: via hashtables: bounds: vector - # - hledger-api # via hledger-lib: via hashtables: bounds: vector + - hledger + - hledger-lib + - hledger-ui + - hledger-web + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -866,7 +865,7 @@ packages: - multimap - parallel-io - text-binary - # - Chart-cairo # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - Chart-cairo - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -881,7 +880,7 @@ packages: - base-prelude - cases - focus - # - hasql # via hashtables: bounds: vector + - hasql - list-t - mtl-prelude - neat-interpolation @@ -1005,15 +1004,15 @@ packages: - xmonad-contrib - shelly - # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector - # - glib # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtk # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtksourceview3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - pango # via gtk2hs-buildtools: via hashtables: bounds: vector - # - webkitgtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - webkitgtk3-javascriptcore # via gtk2hs-buildtools: via hashtables: bounds: vector + - cairo + - gio + - glib + - gtk + - gtk3 + - gtksourceview3 + - pango + - webkitgtk3 + - webkitgtk3-javascriptcore - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1399,9 +1398,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - plot-gtk # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - plot-gtk3 # via gtk3: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - plot + - plot-gtk + - plot-gtk3 - vector-buffer # - hmatrix-repa # via repa: bounds: vector @@ -1478,7 +1477,7 @@ packages: - elm-export - elm-export-persistent # - pipes-csv # via cassava: bounds: vector - # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector + - pipes-mongodb # via mongoDB - servant-elm - skeletons - streaming-wai @@ -1538,8 +1537,8 @@ packages: - triesn - path-extra # - pred-trie # via poly-arity - # - pred-set # via hashtables: bounds: vector - # - HSet # via hashtables: bounds: vector + - pred-set + - HSet "Fumiaki Kinoshita @fumieval": - boundingboxes @@ -1823,8 +1822,7 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - [] - # - Agda # via hashtables: bounds: vector + - Agda "James Cook @mokus0": - dependent-sum @@ -1837,7 +1835,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - haxl-amazonka - # - hasql-migration # via hasql: via hashtables: bounds: vector + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": @@ -1969,7 +1967,7 @@ packages: - smallcaps "Gregory Collins @gregorycollins": - # - hashtables # bounds: vector + - hashtables - io-streams - openssl-streams @@ -1998,7 +1996,7 @@ packages: - cabal2nix - funcmp - hackage-db - # - hledger-interest # via hledger-lib: via hashtables: bounds: vector + - hledger-interest - hopenssl - hsdns - hsemail @@ -2068,8 +2066,7 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - [] - # - plot-gtk-ui # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - plot-gtk-ui # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2497,8 +2494,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - # - wild-bind-indicator # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - wild-bind-task-x11 # via wild-blind-indicator: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - wild-bind-indicator + - wild-bind-task-x11 "Cies Breijs @cies": - htoml @@ -2583,7 +2580,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - # - mongoDB # via hashtables: bounds: vector + - mongoDB - bson "Alexis King @lexi-lambda": @@ -2726,7 +2723,7 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - # - sibe # via Chart-cairo: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - sibe "Alexis Williams @typedrat": # - stb-image-redux # bounds: vector @@ -2770,8 +2767,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # via hledger-lib: via hashtables: bounds: vector + - hledger-iadd "Roy Levien @orome": - crypto-enigma From 2190c7bebf97058b185216865310a890eb0d81ef Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Mar 2017 17:43:21 +0900 Subject: [PATCH 275/308] try to use add-apt-repository for the upstream llvm repo --- debian-bootstrap.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 497009e0..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -22,9 +22,8 @@ add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter # not sure what this was needed for #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list -echo "deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list +#wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" # Set the GHC version GHCVER=8.0.2 @@ -114,8 +113,8 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ + llvm-4.0 \ locales \ - llvm-4.0-dev \ m4 \ nettle-dev \ nodejs \ From 0f8336fa38a0e2c072a9913d33bf428dac564de1 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 13 Mar 2017 23:49:24 +0100 Subject: [PATCH 276/308] Add mediabus (#2371) --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d82b3f70..7ccc8bb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,6 +1720,9 @@ packages: - b9 - type-spec - pretty-types + - mediabus + - mediabus-fdk-aac + - mediabus-rtp # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d9b8b8c5..63c1a6a8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,6 +53,7 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ + libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From d1aef32f1da26da70960cadcccd8e4f443c152ef Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 29 Mar 2017 14:36:39 +0300 Subject: [PATCH 277/308] Add functor-classes-compat --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d82b3f70..739a008b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,6 +1107,7 @@ packages: - binary-tagged - cabal-doctest - edit-distance + - functor-classes-compat - generics-sop-lens - github - insert-ordered-containers @@ -3048,6 +3049,10 @@ package-flags: ghc_7_7: false ghc_8_0: true + functor-classes-compat: + containers: false + unordered-containers: false # https://github.com/fpco/stackage/issues/2386 + # end of package-flags # Special configure options for individual packages From 2ed677ea9ab50e37dc113d5d0e14716379d3674d Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 29 Mar 2017 17:31:36 +0300 Subject: [PATCH 278/308] add wai-cli, magicbane, refined, hasql-pool, data-has --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ccc8bb4..55e6b08c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -74,6 +74,7 @@ packages: - word24 - mysql-haskell - mysql-haskell-openssl + - data-has "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -881,6 +882,7 @@ packages: - cases - focus - hasql + - hasql-pool - list-t - mtl-prelude - neat-interpolation @@ -888,6 +890,7 @@ packages: - postgresql-binary - slave-thread - stm-containers + - refined "Iustin Pop @iustin": - prefix-units @@ -1086,6 +1089,8 @@ packages: - http-link-header - microformats2-parser - hspec-expectations-pretty-diff + - wai-cli + - magicbane "Francesco Mazzoli @bitonic": - language-c-quote From 72eb28c8b1e1fb764841c6b5e4c877828dd87265 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 10:46:06 +0900 Subject: [PATCH 279/308] re-disable ghcjs-hplay again (transient-haskell/axiom#16) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8803bb2e..ba598451 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -354,7 +354,7 @@ packages: - MFlow - transient - transient-universe - - ghcjs-hplay + # - ghcjs-hplay # https://github.com/transient-haskell/axiom/issues/16 "Edward Kmett @ekmett": - ad From 0a5d7b589ef356d2d53b76b3c406ad8859df7639 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 10:53:13 +0900 Subject: [PATCH 280/308] disable mediabus-fdk-aac for now since it needs non-free fdk-aac (#2371) --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba598451..2676b004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,7 +1722,7 @@ packages: - type-spec - pretty-types - mediabus - - mediabus-fdk-aac + #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c1a6a8..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,7 +53,6 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ - libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From 05ef13a2944298b0a914597a7ef24e4610c6c623 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 12:11:20 +0900 Subject: [PATCH 281/308] debian-bootstrap.sh: move llvm-4.0 install to end: needs wget --- debian-bootstrap.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d9b8b8c5..50a8f511 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -20,12 +20,7 @@ apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter -# not sure what this was needed for -#add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse -#wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" -# Set the GHC version GHCVER=8.0.2 apt-get update @@ -113,7 +108,6 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ - llvm-4.0 \ locales \ m4 \ nettle-dev \ @@ -181,3 +175,9 @@ cd /tmp \ # Add JDK to system paths. echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig + +# llvm-4.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" +apt-get update +apt-get install llvm-4.0 From 8e73c3f8a1511782cb0519a6cfc45a2583ebf56a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 12:42:44 +0900 Subject: [PATCH 282/308] debian-bootstrap.sh: use -y and &&'s for llvm-4.0 --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 50a8f511..59bc9abc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -177,7 +177,7 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf && ldconfig # llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" -apt-get update -apt-get install llvm-4.0 +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && apt-get update \ + && apt-get install -y llvm-4.0 From 1c8392ff04771c881661b231861a23194e69fc25 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 14:56:50 +0900 Subject: [PATCH 283/308] llvm-hs tests not building (#2407) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..08471a9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,7 +2644,7 @@ packages: "Moritz Kiefer @cocreature": - lrucaching - - llvm-hs + # - llvm-hs # https://github.com/fpco/stackage/pull/2407 - llvm-hs-pure "Thierry Bourrillon @tbourrillon": From fa1a6c5f60b3eda7858815f1a03dbb0eb447512f Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 30 Mar 2017 11:08:26 +0200 Subject: [PATCH 284/308] Reenable llvm-hs The build issues described in #2407 should be fixed in llvm-hs-4.0.1.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08471a9a..2676b004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,7 +2644,7 @@ packages: "Moritz Kiefer @cocreature": - lrucaching - # - llvm-hs # https://github.com/fpco/stackage/pull/2407 + - llvm-hs - llvm-hs-pure "Thierry Bourrillon @tbourrillon": From 2c0fbf363282ad72bea5a0d4fbb1ca894981af97 Mon Sep 17 00:00:00 2001 From: christof schramm Date: Thu, 30 Mar 2017 12:21:32 +0200 Subject: [PATCH 285/308] FEATURE: Add package mnist-idx --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..1112454e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2898,6 +2898,9 @@ packages: - proto-lens-arbitrary - proto-lens-optparse + "Christof Schramm ": + - mnist-idx + # 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 f32674d0b8a9f58ffdfcbd2bdb607955cbecac87 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 30 Mar 2017 13:27:24 +0300 Subject: [PATCH 286/308] Add tdigest and tdigest-Chart --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..2f463c09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,6 +1122,8 @@ packages: - servant-yaml - singleton-bool - spdx + - tdigest + - tdigest-Chart - these - time-parsers - waitra From bfd9219e19375249ec5772cb42ed2c2583b06c32 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 30 Mar 2017 07:20:21 -0400 Subject: [PATCH 287/308] add termcolor --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..5f9d2e6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2728,6 +2728,7 @@ packages: - picedit - mathexpr - sibe + - termcolor "Alexis Williams @typedrat": # - stb-image-redux # bounds: vector From b8c04fe45acfb5b6a3889cebd93b8006747d8a2e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 30 Mar 2017 14:39:54 -0400 Subject: [PATCH 288/308] Add unique --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d2966a6..828c820d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -414,6 +414,7 @@ packages: - streams - tagged - trifecta + - unique - vector-instances - void - wl-pprint-extras From df448c7a6681c87944fa98676f808014ec47cc11 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 16:11:36 +0900 Subject: [PATCH 289/308] enable mediabus-fdk-aac (#2371) --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fa761aa..426114bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,7 +1786,7 @@ packages: - type-spec - pretty-types - mediabus - #- mediabus-fdk-aac # needs non-free libfdk-aac-dev + - mediabus-fdk-aac - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 59bc9abc..5d9eebf0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -181,3 +181,8 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ && apt-get update \ && apt-get install -y llvm-4.0 + +# non-free repo +apt-add-repository multiverse + && apt-get update + && apt-get install -y libfdk-aac-dev From 1e6df17e3b8305a4752008f7a78ab70a97661566 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 17:36:41 +0900 Subject: [PATCH 290/308] board-games haddock failing (#2390) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 426114bc..9844b34b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - apportionment - audacity - bibtex - - board-games + # - board-games # https://github.com/fpco/stackage/pull/2390 - buffer-pipe - calendar-recycling - comfort-graph From 1e3af7e3c72dddbeb1ce488310f7dea4f0b03520 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 17:39:11 +0900 Subject: [PATCH 291/308] debian-bootstrap.sh: libsox-dev (#2390) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5d9eebf0..726c5334 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ + libsox-dev \ libsqlite3-dev \ libssl-dev \ libsystemd-dev \ From 0348d44ea5f8af9dd34da5818b409b862b652fcf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 18:26:46 +0900 Subject: [PATCH 292/308] debian-bootstrap.sh: adding backslashes for multiverse --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 726c5334..b149c584 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -184,6 +184,6 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get install -y llvm-4.0 # non-free repo -apt-add-repository multiverse - && apt-get update +apt-add-repository multiverse \ + && apt-get update \ && apt-get install -y libfdk-aac-dev From f252485f7629d0626ba67f7a0e3b00ca186b7d9b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 18:30:58 +0900 Subject: [PATCH 293/308] Revert "board-games haddock failing (#2390)" should be fixed in board-games-0.1.0.6 This reverts commit 1e6df17e3b8305a4752008f7a78ab70a97661566. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9844b34b..426114bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - apportionment - audacity - bibtex - # - board-games # https://github.com/fpco/stackage/pull/2390 + - board-games - buffer-pipe - calendar-recycling - comfort-graph From 405c5e125ab1cea4c098af01d901bf0681ed3130 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 23:22:05 +0900 Subject: [PATCH 294/308] accelerate < 1.0.0.0 (#2417) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 426114bc..9ac9a6cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,6 +3041,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2417 + - accelerate < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From ecaf77d475dd188a3b77eca59d3eee08fca14141 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 23:30:45 +0900 Subject: [PATCH 295/308] Revert "enable mediabus-fdk-aac (#2371)" This reverts commit df448c7a6681c87944fa98676f808014ec47cc11. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ac9a6cb..b4067180 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,7 +1786,7 @@ packages: - type-spec - pretty-types - mediabus - - mediabus-fdk-aac + #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b149c584..4de888b5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -183,7 +183,7 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 -# non-free repo -apt-add-repository multiverse \ - && apt-get update \ - && apt-get install -y libfdk-aac-dev +## non-free repo for mediabus-fdk-aac +#apt-add-repository multiverse \ +# && apt-get update \ +# && apt-get install -y libfdk-aac-dev From dfeecadfae53e97e7a71241ee4f0fca5a0bbc439 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 1 Apr 2017 15:41:52 +0900 Subject: [PATCH 296/308] re-enable aeson-diff (#2395) This reverts commit 908f7e5cd33326d81975628048f607e67f62093b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4067180..f73d90c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2906,7 +2906,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - # - aeson-diff + - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": From 31522a6daaf8320b194dd8c039abaeb9c0cc664f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 1 Apr 2017 15:44:01 +0900 Subject: [PATCH 297/308] Revert "accelerate < 1.0.0.0 (#2417)" fixed with linear-accelerate-0.3 This reverts commit 405c5e125ab1cea4c098af01d901bf0681ed3130. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f73d90c0..77cca1ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,8 +3041,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2417 - - accelerate < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 3fb974a80f6a95db730dfbed06e712981556dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Sat, 1 Apr 2017 12:21:02 +0100 Subject: [PATCH 298/308] Add mushu --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77cca1ac..13966fe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,7 @@ packages: "Elie Genard @eliegenard": - turtle-options + - mushu # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base From 561424e643dc7a85c552d868d80dafaa45a801f7 Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Sat, 1 Apr 2017 20:23:05 -0700 Subject: [PATCH 299/308] Add hidden-char --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77cca1ac..1ba1a899 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Richard Cook @rcook": + - hidden-char + "Vanessa McHale @vmchale": - tibetan-utils From ee13a34f96757679d5dc9c67286b7fdc38feaa01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 21:32:04 +0900 Subject: [PATCH 300/308] add idris and libffi --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a659fb8c..8e90f1af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1067,7 +1067,8 @@ packages: "Jens Petersen @juhp": - cabal-rpm # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds: safe + - idris # bounds: safe + - libffi - xmonad-contrib - shelly From 5b9259ae1e558e09fe015cc466f8c45d0f884fcf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 21:44:31 +0900 Subject: [PATCH 301/308] MAINTAINERS: add a note that master is used for Nightly not nightly --- MAINTAINERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4ad692a9..701b21c6 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -21,6 +21,8 @@ To add a set of packages, you would add: - package2 - package3 +Note that the `master` branch is used for Stackage Nightly (not the `nightly` branch, which is used for the nightly docker builder imagine). + After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly If you want to make sure that the package builds against the newest versions of all dependecies you can do this: From fafdf988f50e515d28557a96f8d9bb8dc32a389a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 23:05:36 +0900 Subject: [PATCH 302/308] make build.sh output "Completed" message to make finish clearer --- automated/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/build.sh b/automated/build.sh index c5e78640..9e2a6566 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -138,4 +138,5 @@ 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" +echo -n "Completed at " date From c1b0be98b985a7408a19f0faab4467bebf716b13 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 06:57:14 +0900 Subject: [PATCH 303/308] CURATORS: lts builds do not set NOPLAN rather they do not update the latest Hackage data. --- CURATORS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index b27f0503..8f74de34 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -275,8 +275,9 @@ develop this advice over time. For now: if you're not sure, ask for guidance. __`NOPLAN=1`__ If you wish to rerun a build without recalculating a build plan, you can set the environment variable `NOPLAN=1`. This is useful for such cases as an intermittent test failure, out of memory -condition, or manually tweaking the plan file. This is the default for -LTS builds. +condition, or manually tweaking the plan file. + +Note LTS builds inherit the current Hackage data (stack updated for Nigthly) to avoid excess extra rebuilding. ### Timing From 159ed4f0727e7416a1b59604142a7e4db6ae69ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 10:13:02 +0900 Subject: [PATCH 304/308] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0cfbef1..64f9317b 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,7 @@ That said, we do maintain the capability to keep multiple LTS runs operational in parallel, and with LTS 6 and 7 in fact did so. We aren't changing our guarantees yet on longevity of a release, but are trying to push out the bounds a bit farther. + +__What time are Stackage snapshots published?__ + +Stackage Nightly and LTS are not released at a fixed time of day, they get pushed to stackage.org (and the metadata to the stackage-nightly and stackage-lts github repos) when their builds finish on the Stackage build server and the latest built haddocks have been synced over. This time varies greatly depending on build times for package updates, bounds breakage, problems with new packages being added and other build issues, etc. There are days when a release does not happen. LTS releases tend to happen over the weekend or early in the week. From 921ee19e85c1af5608c93a8a8424a04458c235cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 19:10:03 +0900 Subject: [PATCH 305/308] IPv6Addr < 1.0.0 (#2421) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..54174507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3046,6 +3046,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2421 + - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5a59b32edc5c45f7d95b8ef28ab61759b0aed62f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 19:12:55 +0900 Subject: [PATCH 306/308] IPv6Addr < 0.7.0 (#2421) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54174507..77e7474e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: - hslua < 0.5 # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 1.0.0 + - IPv6Addr < 0.7.0 # end of packages # Package flags are applied to individual packages, and override the values of From 0dfaf20868f3ea11f2b4a45a20cda76f3b8559fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 4 Apr 2017 16:53:01 +0300 Subject: [PATCH 307/308] Revert "IPv6Addr < 0.7.0 (#2421)" This reverts commit 5a59b32edc5c45f7d95b8ef28ab61759b0aed62f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77e7474e..54174507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: - hslua < 0.5 # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 0.7.0 + - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 61fcb618aa022e3caef9626e447ba2fee93bbb88 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 4 Apr 2017 16:53:10 +0300 Subject: [PATCH 308/308] Revert "IPv6Addr < 1.0.0 (#2421)" This reverts commit 921ee19e85c1af5608c93a8a8424a04458c235cd. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54174507..8e90f1af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3046,8 +3046,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of