From 796609a5568d1c3df25a4a4857f84ea6a5c15f4b Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sat, 16 Jul 2016 00:32:55 -0600 Subject: [PATCH 001/366] some trivial packages; I don't think unfoldable-restricted (and also quickcheck-combinators) will pass due to `unfoldable` not being available on stackage though. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..86757563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1410,6 +1410,9 @@ packages: # GHC 8 - pred-trie - pred-set - HSet + - unit-constraint + - unfoldable-restricted + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - control-bool 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 002/366] 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 3dc3d14864e5807bd8928c1e92f72979e7952ab5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Feb 2017 23:45:44 +0000 Subject: [PATCH 003/366] 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 004/366] 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 005/366] 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 006/366] 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 007/366] 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 008/366] =?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 009/366] 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 010/366] 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 011/366] 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 012/366] 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 013/366] 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 014/366] 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 015/366] 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 016/366] 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 017/366] 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 018/366] 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 019/366] 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 020/366] 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 021/366] 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 022/366] 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 023/366] 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 024/366] 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 025/366] 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 026/366] =?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 027/366] 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 028/366] 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 029/366] 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 030/366] 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 031/366] 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 032/366] 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 033/366] 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 034/366] 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 035/366] 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 036/366] 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 037/366] 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 038/366] 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 039/366] 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 040/366] 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 041/366] 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 042/366] 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 043/366] 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 044/366] 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 045/366] 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 046/366] 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 047/366] 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 048/366] 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 049/366] 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 050/366] 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 051/366] 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 052/366] 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 053/366] 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 054/366] 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 055/366] 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 056/366] 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 057/366] 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 058/366] 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 059/366] 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 060/366] 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 061/366] 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 062/366] 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 063/366] 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 064/366] 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 065/366] 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 519ef830ca543d9aeac3674f4cedd80bf3b53087 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 13 Mar 2017 23:49:24 +0100 Subject: [PATCH 066/366] Add mediabus --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..b57fdacf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1706,6 +1706,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 c0925f57..b1828b89 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -51,6 +51,7 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ + libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From c6168e1393e08182c6100cea5af77dcd81966fcd Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 13 Mar 2017 23:51:27 -0700 Subject: [PATCH 067/366] 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 068/366] 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 069/366] 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 070/366] 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 071/366] 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 072/366] 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 073/366] 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 074/366] 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 075/366] 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 076/366] 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 077/366] 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 078/366] 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 079/366] 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 080/366] 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 081/366] 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 082/366] 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 083/366] 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 084/366] 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 085/366] 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 086/366] 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 087/366] 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 088/366] 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 089/366] 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 090/366] 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 091/366] 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 092/366] 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 093/366] 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 094/366] 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 095/366] 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 096/366] 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 097/366] 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 098/366] 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 099/366] 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 100/366] 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 101/366] 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 102/366] 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 103/366] 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 104/366] 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 105/366] 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 106/366] 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 107/366] 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 108/366] 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 109/366] 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 110/366] 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 111/366] 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 112/366] 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 113/366] 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 114/366] 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 115/366] 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 116/366] 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 117/366] 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 118/366] 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 119/366] 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 120/366] 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 121/366] 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 122/366] 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 123/366] 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 124/366] 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 125/366] 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 126/366] 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 127/366] 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 128/366] 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 129/366] 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 130/366] 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 131/366] 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 876ea253c90647d0725b0da2c00b1d15bd300834 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 11:07:22 +0900 Subject: [PATCH 132/366] debian-bootstrap.sh: also remove libfdk-aac-dev on nightly --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) 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 133/366] 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 134/366] 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 135/366] 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 136/366] 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 137/366] 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 138/366] 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 139/366] 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 140/366] 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 141/366] 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 142/366] 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 143/366] 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 144/366] 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 145/366] 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 146/366] 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 147/366] 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 148/366] 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 149/366] 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 150/366] 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 151/366] 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 152/366] 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 153/366] 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 154/366] 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 155/366] 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 156/366] 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 157/366] 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 158/366] 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 159/366] 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 160/366] 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 From 64805383a4635702527c53e9b53c007d26a97ed7 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 4 Apr 2017 13:01:14 -0400 Subject: [PATCH 161/366] Added rank-product. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..e909e114 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,7 @@ packages: # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum # - convert-annotation # via cassava: bounds: vector + - rank-product "Simon Marechal @bartavelle": - compactmap From 27480c7adff92b8dc12da353923b27f70ae948d2 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 03:24:38 +0530 Subject: [PATCH 162/366] Add packages: fb, yesod-fb, yesod-auth-fb --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..ee332a61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -330,6 +330,9 @@ packages: - textlocal - shell-conduit - tldr + - fb + - yesod-fb + - yesod-auth-fb "haskell-openal": - OpenAL From 95b40c4d02a73a1f6573bb3fb54700be58ad2a67 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 4 Apr 2017 15:40:07 -0700 Subject: [PATCH 163/366] HDBC-mysql: fix package name capitalization I noticed https://www.stackage.org/package/HDBC-mysql doesn't list this package in any snapshots, but I've had it in the build-constraints.yaml file for a long time. I'm guessing it is because the capitalization was wrong, but maybe someone with more knowledge of Stackage can confirm that, or tell me why it's not in any snapshot. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..a17222d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,7 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - hdbc-mysql + - HDBC-mysql "Tony Day @tonyday567": [] From f07bbd9fc21c13b2136aed8b7e232a7e4f5e888b Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 4 Apr 2017 19:06:21 -0400 Subject: [PATCH 164/366] Added persistent-mysql-haskell package. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..db2cd5d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,6 +2971,9 @@ packages: "Christof Schramm ": - mnist-idx + "Naushadh @naushadh": + - persistent-mysql-haskell + # 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 5cc3610d68d864240211038b107e8d11035a0f6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:42:25 +0300 Subject: [PATCH 165/366] Expect Haddock failure psibi/fb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5f763cc..5adccfe1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3517,6 +3517,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/psibi/fb/issues/1 + - fb + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 4e3f34db402cc05cf02e3eae263b8e09275c8e45 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:46:40 +0300 Subject: [PATCH 166/366] Try adding clang-pure extra-lib-dirs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5adccfe1..0b647781 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,9 @@ configure-args: hocilib: - --extra-lib-dirs - /usr/local/lib + clang-pure: + - --extra-lib-dirs + - /usr/lib/llvm-3.7/lib # end of configure-args From 812944dde3a1e33b5fe399fbddf4d28c2230dd59 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:48:45 +0300 Subject: [PATCH 167/366] Also an extra-include-dirs for libclang --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b647781..b0a73dc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,8 @@ configure-args: clang-pure: - --extra-lib-dirs - /usr/lib/llvm-3.7/lib + - --extra-include-dirs + - /usr/lib/llvm-3.7/include # end of configure-args From 8c4d0c60f7f3e6c7b47853c4336d10e64ea5a2e6 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Wed, 5 Apr 2017 20:40:15 +1200 Subject: [PATCH 168/366] Remove nationstates The package has been out of date for a while, and I can no longer commit to maintaining it. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0a73dc4..1e07b7bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,9 +1692,6 @@ packages: - fn # - fn-extra # via: digestive-functors - "Chris Wong @lfairy": - - nationstates - "Mathieu Boespflug @mboes": # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette From 8b6a01b87a8d7326472acffe81ecf58e15cfa0e0 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 18:48:39 +0530 Subject: [PATCH 169/366] Enable haddock for fb package --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e07b7bc..5ce9da84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,8 +3519,6 @@ expected-haddock-failures: - stratosphere - store - # https://github.com/psibi/fb/issues/1 - - fb # end of expected-haddock-failures From 18b65ef09823c447e333bd5d9ca7d5afd714247f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 07:52:05 +0300 Subject: [PATCH 170/366] Upper bound for #2428 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ce9da84..60f4fd62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3050,6 +3050,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2428 + - hsshellscript < 3.4 + # end of packages # Package flags are applied to individual packages, and override the values of From c55ce47fc78029def3013138bc50b4c8a7e2e161 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 17:59:04 +0300 Subject: [PATCH 171/366] Upper bound for #2429 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60f4fd62..a4f9a9b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,6 +3053,9 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From b83ab7df80af5673c0a08f7d41b176e9add573ba Mon Sep 17 00:00:00 2001 From: Joshua Koike Date: Thu, 6 Apr 2017 17:56:30 -0700 Subject: [PATCH 172/366] Add discord-hs --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..a037fc54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joshua Koike @jano017": + - discord-hs "Richard Cook @rcook": - hidden-char From c911483488fd6105fe63187d291d61fdfd40575a Mon Sep 17 00:00:00 2001 From: joe9 Date: Thu, 6 Apr 2017 20:31:18 -0700 Subject: [PATCH 173/366] added text-generic-pretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..7be505d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Joe M @joe9": - logger-thread - # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers From 5ef4295d0c58d40bcbc7888735678bb4043a5805 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:43:39 +0300 Subject: [PATCH 174/366] Upper bound for #2432 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..ffc881b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2429 - cubicbezier < 0.6 + # https://github.com/fpco/stackage/issues/2432 + - hoauth2 < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ccc41c039e27d00ffe1da19492c143ac470820d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:00 +0300 Subject: [PATCH 175/366] Remove upper bound and close #2429 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffc881b2..e98eadd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,9 +3053,6 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 From 4c087abbc2199bad19f9f665855fa4ec5049f69b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:43 +0300 Subject: [PATCH 176/366] Upper bound for #2433 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e98eadd3..169acc47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 + # https://github.com/fpco/stackage/issues/2433 + - hlint < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From aef37a5a9f3ff151a69bfda2ef1d3fbe3223895f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:52:33 +0300 Subject: [PATCH 177/366] Expect Haddock failure kuribas/cubicbezier#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e57fc..ec0bb72f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/kuribas/cubicbezier/issues/4 + - cubicbezier + # end of expected-haddock-failures From c899a497b4be4667c6da3922da72262db5bd87a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 11:33:55 +0300 Subject: [PATCH 178/366] Remove upper bound and close #2432 This reverts commit 5ef4295d0c58d40bcbc7888735678bb4043a5805. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffbf67b8..1a64d46f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3055,12 +3055,12 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2432 - - hoauth2 < 1.0 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bc18ae7f6a144942995628e6dccf79dca7f5b71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 12:07:49 +0300 Subject: [PATCH 179/366] Fix bad merge --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a64d46f..8db61e4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,9 +3058,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 10e572a6273caae545bf824dc06c1b56135f5c35 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 13:38:52 +0300 Subject: [PATCH 180/366] Expect http-client-openssl to pass again --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8db61e4e..68ca9ede 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3459,7 +3459,6 @@ 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 eab8197312275f9fadd3d759e0a7c6114ad86737 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 8 Apr 2017 20:31:35 +0300 Subject: [PATCH 181/366] Temporary block fpco/wai-middleware-auth#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ca9ede..3a185210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,7 +2840,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + [] + # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From a91b0271285ca862d7c8eae60e08d7a915740207 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 8 Apr 2017 14:14:50 -0700 Subject: [PATCH 182/366] Add yoga library This library provides bindings to Facebook's Yoga layout engine (https://facebook.github.io/yoga) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a185210..41a12009 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -913,6 +913,7 @@ packages: - netwire - netwire-input - netwire-input-glfw + - yoga "Emanuel Borsboom @borsboom": - BoundedChan From a4bcf09b8aaf5664f3c581c91d1e6a7a5ce602a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:35:06 +0900 Subject: [PATCH 183/366] README: update the travis CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f9317b..a3d768b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add your package We welcome all packages, provided: * The package author/maintainer agrees to the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md). -* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * The package is compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * The package is compatible with the versions of libraries that ship with GHC ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). From 8db86bc288113890d7afc420cf15eb8de2e5a547 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:41:22 +0900 Subject: [PATCH 184/366] MAINTAINERS: update travis CI link --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 701b21c6..1ca49993 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,7 +2,7 @@ This project is built around the concept of maintainers taking responsibility fo The idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. Specifically, we aim for: -* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * 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)). From 324b0f3acd3f24fe0bf94233e13fcba0463ae182 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:45:23 +0900 Subject: [PATCH 185/366] MAINTAINERS: separate LTS version tickets --- MAINTAINERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 1ca49993..3f8b8be8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -112,3 +112,4 @@ release (e.g., if `lts-3.21` is out, you would want your package to appear in * Specify the LTS major version you would like your package to go into (e.g., lts-3) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages * Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. +* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. From dc399d2cfed1445cafb20497c9436094d5ba42a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:50:55 +0900 Subject: [PATCH 186/366] MAINTAINERS: lts-3 -> lts-8, and new lts time --- MAINTAINERS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3f8b8be8..b5f2ea64 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -105,11 +105,11 @@ following the above steps, you can get your package into the next major LTS Haskell release. If you would like to get your package added to an existing LTS Haskell major -release (e.g., if `lts-3.21` is out, you would want your package to appear in -`lts-3.22`), please do the following in addition to the steps above: +release (e.g., if `lts-8.9` is out, you would want your package to appear in +`lts-8.10`), please do the following in addition to the steps above: * Open up a new issue on the [lts-haskell repo](https://github.com/fpco/lts-haskell/issues/new) -* Specify the LTS major version you would like your package to go into (e.g., lts-3) +* Specify the LTS major version you would like your package to go into (e.g., lts-8) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages -* Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. -* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. +* Be patient! The LTS releases are less frequent than Nightly and by their nature more conservative, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue as soon as possible, but it may take some time. +* To add a package to more than one LTS version please file separate tickets for each major LTS release, since they will typically be built and added at different times. From 28a39964877afc55c20578118729a41412d225b0 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Fri, 7 Apr 2017 18:55:57 +0000 Subject: [PATCH 187/366] Add etc --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a12009..94561a2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Joshua Koike @jano017": - discord-hs + "Roman Gonzalez @rcook": - hidden-char From 5bff7a47d63f1ed4a187807a15f99089ee6ce43f Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 10 Apr 2017 20:27:29 +0300 Subject: [PATCH 188/366] Re-enable wai-middleware-auth, since fpco/wai-middleware-auth#3 was fixed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..77dc9ddb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2848,8 +2848,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] - # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From 08471d8a0cb4af3d505d1cff6395e1633b28ad3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:23:26 +0200 Subject: [PATCH 189/366] base-orphans upper bound for #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..51572469 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8074ff63ce1d4f463711d8195ec00517ac5263d3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:31:22 +0200 Subject: [PATCH 190/366] Remove upper bounds, closes #2354, closes #2365 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51572469..44de8589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,12 +3043,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2354 - - mainland-pretty < 0.5.0.0 - - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 From fd52e209a267bdf2be7a095fca9c6b4b5e54d1fb Mon Sep 17 00:00:00 2001 From: joneshf Date: Mon, 10 Apr 2017 12:12:37 -0700 Subject: [PATCH 191/366] Add wai-middleware-rollbar --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..c9402181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2963,6 +2963,7 @@ packages: "Hardy Jones @joneshf": - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 25b9dfdfa86e85e7d5920d2f2f1b55eb6ccc11de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:57:15 +0200 Subject: [PATCH 192/366] Reopen #2439 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..150dcff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,6 +3043,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.3 + # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3064,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 + - persistent < 2.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ffd52e5141d75eb7c956fef87179b541e5f2944b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:59:55 +0200 Subject: [PATCH 193/366] Disable quickcheck-combinators #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150dcff2..182216d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1619,7 +1619,7 @@ packages: - HSet - unit-constraint - unfoldable-restricted - - quickcheck-combinators + # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 "Fumiaki Kinoshita @fumieval": - boundingboxes From e37d4f27377f1edd0fcbfad181ad6e90891238c9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:24:56 +0200 Subject: [PATCH 194/366] discord-hs upper bound for #2440 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 182216d1..5f54e957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,6 +3070,9 @@ packages: # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 + # https://github.com/fpco/stackage/issues/2440 + - discord-hs < 0.3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From d2f3a0c3b8e6162f637bb65259efcbe02d2c4ac2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:27:19 +0200 Subject: [PATCH 195/366] Disable pred-trie due to test build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f54e957..4a0711e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,7 +1614,7 @@ packages: - timemap - triesn - path-extra - - pred-trie + # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set - HSet - unit-constraint From 38bc44038577e3f2c69f3ba6666d19a0920e884e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:28:43 +0200 Subject: [PATCH 196/366] Disable tries due to bench build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0711e6..132b040f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,7 +1612,7 @@ packages: - rose-trees - sets - timemap - - triesn + # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 - path-extra # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set From c351c5daed9a36df7ac7a4414234e91a77143392 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 16:39:39 +0200 Subject: [PATCH 197/366] add async-refresh, async-refresh-tokens, partial-order, type-level-integers --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..98e835be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,12 @@ packages: "Naushadh @naushadh": - persistent-mysql-haskell + "Moritz Schulte @mtesseract": + - async-refresh + - async-refresh-tokens + - partial-order + - type-level-integers + # 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 db90e6202d0dd47fa21e1d4232d8007989c7c68f Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 11 Apr 2017 17:03:36 +0200 Subject: [PATCH 198/366] Add IPv6DB package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..a1ddb5f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1754,6 +1754,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit From 730c871af99484c98fca735f9c772d860890f6be Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 17:06:59 +0200 Subject: [PATCH 199/366] Removed partial-order --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98e835be..39981357 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,6 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - async-refresh-tokens - - partial-order - type-level-integers # If you stop maintaining a package you can move it here. From 715b32feb3bf136ecc61214edd4d1b5ef7e6139a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 20:44:06 +0200 Subject: [PATCH 200/366] Remove upper bound and close #2428 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9a1bd2b..ca21efd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3065,9 +3065,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2428 - - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 From e3eaae7ca94c38ac3cb33289e049b0b0722cad23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 12 Apr 2017 09:13:29 +0200 Subject: [PATCH 201/366] Expect IPv6DB tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca21efd8..0691f04e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,7 @@ expected-test-failures: - 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 + - IPv6DB - amqp - aws # AWS Credentials - bindings-GLFW # Expects running X server From 166a8ec8c11f2f751b1df3bcfd11928d36292135 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 13 Apr 2017 12:36:27 +0900 Subject: [PATCH 202/366] Add package servant-static-th --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..cf964de6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1992,6 +1992,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-static-th - xml-html-qq - xml-indexed-cursor - yahoo-finance-api From 3c71696e326a89794a616fd73dd9165cf5ef53c7 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 13 Apr 2017 11:42:08 +0200 Subject: [PATCH 203/366] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..1b0fd066 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -426,7 +426,7 @@ packages: - MFlow - transient - transient-universe - # - ghcjs-hplay # https://github.com/transient-haskell/axiom/issues/16 + - axiom "Edward Kmett @ekmett": - ad From caa20b274ff179d8a1f05b55e84ba7ca21f193c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 13 Apr 2017 14:28:20 +0100 Subject: [PATCH 204/366] Remove upper bounds for #2433. I was able to build it on the latest nightly. Closes #2433. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..6409325e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,9 +3066,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2433 - - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 From 6eccbcf42dfc00608ebc819646dccd775a7d21b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 13 Apr 2017 20:44:05 +0200 Subject: [PATCH 205/366] Revert "Remove upper bounds for #2433." This reverts commit caa20b274ff179d8a1f05b55e84ba7ca21f193c0. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6409325e..b6d54fac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2433 + - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 From 809a80b365ee7e7b50adc822e65184c18dedb968 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 14 Apr 2017 20:02:41 +0200 Subject: [PATCH 206/366] Re-enable packages for #2388 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..b50856cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,14 +1612,14 @@ packages: - rose-trees - sets - timemap - # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 + - tries - path-extra - # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 + - pred-trie - pred-set - HSet - unit-constraint - unfoldable-restricted - # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 37509593182c52c4d8f84e85678fd36df67e3ad4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 14 Apr 2017 21:49:28 +0300 Subject: [PATCH 207/366] Resolve unordered-containers and base-orphans issues Fixes #2436 Fixes #2386 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..9d66f2a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,9 +3057,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # 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 @@ -3069,9 +3066,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3162,7 +3156,6 @@ package-flags: functor-classes-compat: containers: false - unordered-containers: false # https://github.com/fpco/stackage/issues/2386 # end of package-flags From cf4385c02c331cdd8a76af0633d333ad7fe903e0 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 208/366] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 781e72a2fa6ccb9207b93126478bc65bdc630b17 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:38:18 +0200 Subject: [PATCH 209/366] added blank line to trigger travis build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0ebecbd..6896c0ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,6 +2733,7 @@ packages: - heatshrink - hocilib + # "Matthias Herrmann @2chilled": - scrape-changes From 06760805ee7f3e164f286f4580250e239bee6ab9 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 09:51:24 +0200 Subject: [PATCH 210/366] removed empty line --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896c0ff..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,6 @@ packages: - heatshrink - hocilib - # "Matthias Herrmann @2chilled": - scrape-changes From ab5421f697885c55dce5dbf7b995a3621231f612 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 12:54:09 +0200 Subject: [PATCH 211/366] Re-open #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d66f2a5..b449a24b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 1718ed4bd0573991a3ff27d2a36fafaa9f87fc64 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 212/366] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b449a24b..7cbbf297 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 8b487f58574976af4b010ffbb55817f8255ab989 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 13:21:43 +0200 Subject: [PATCH 213/366] expect text-show tests to fail --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cbbf297..4cb407f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3447,7 +3447,8 @@ expected-test-failures: - 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 + - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 + - text-show # https://github.com/fpco/stackage/issues/2436 - 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 From bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 16:53:11 +0200 Subject: [PATCH 214/366] Remove #2436 upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb407f0..28844543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,9 +3067,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From fa74af9fc033a920bbda6faa24f0799c53133ddf Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Sun, 16 Apr 2017 18:41:34 +0300 Subject: [PATCH 215/366] voidex: enabled hdocs/hsdev --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..21f6b661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1045,9 +1045,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # BLOCKED haddock-api GHC 8.0.2 + - hdocs - hformat - # - hsdev # BLOCKED haddock-api GHC 8.0.2 + - hsdev - simple-log - text-region From c9ee7af7f5c70699a11101c3af4c605dce04d3b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:53:14 +0200 Subject: [PATCH 216/366] Upper bound for #2449 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,6 +3073,9 @@ packages: # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 + # https://github.com/fpco/stackage/issues/2449 + - aeson < 1.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:56:25 +0200 Subject: [PATCH 217/366] Disable text-show and text-show-instances #2436 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..4142f8b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - - text-show - - text-show-instances + # - text-show # https://github.com/fpco/stackage/issues/2436 + # - text-show-instances # https://github.com/fpco/stackage/issues/2436 - thread-local-storage "Kirill Zaborsky @qrilka": From d6d6fcd64caa624f21ca280191a5c13b7ae96cab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:01:52 +0200 Subject: [PATCH 218/366] Revert "Disable text-show and text-show-instances #2436" This reverts commit 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4142f8b6..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - # - text-show # https://github.com/fpco/stackage/issues/2436 - # - text-show-instances # https://github.com/fpco/stackage/issues/2436 + - text-show + - text-show-instances - thread-local-storage "Kirill Zaborsky @qrilka": From 10afc43c2ea36d1a2e1c61c783a83f9a3e7d2760 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:02:25 +0200 Subject: [PATCH 219/366] Revert "Remove #2436 upper bound" This reverts commit bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..ad7908b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From c3663cbaed86c70b35937593619b8c53824405b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:16:41 +0200 Subject: [PATCH 220/366] semigroups upper bound for #2436 due to text-show --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad7908b9..d45c5612 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,7 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + - semigroups < 0.18.3 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 2e71d3e47e75366e94beb125448fc499419b95bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:17:29 +0200 Subject: [PATCH 221/366] Upper bound for #2451 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d45c5612..21764d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3080,6 +3080,9 @@ packages: # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 + # https://github.com/fpco/stackage/issues/2451 + - websockets < 0.11.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5f9606f64992644a9784edf29bae9b0510cbf7a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:11:55 +0530 Subject: [PATCH 222/366] Re enable persistent-mongoDB A new version 2.6.0 has been enabled which should hopefully fix the problem. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..8cb60749 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - indents - language-c - lhs2tex - # - persistent-mongoDB # bounds: http-api-data + - persistent-mongoDB - pretty-class - th-expand-syns - th-lift From b9e1011eb34f9f061af0f26e1075a9f93421fdea Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:14:17 +0530 Subject: [PATCH 223/366] New package: hourglass-orphans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..2ce120ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,6 +338,7 @@ packages: - fb - yesod-fb - yesod-auth-fb + - hourglass-orphans "haskell-openal": - OpenAL From 155abcb7d3ca721f6a3995d27ced97c5dbf22b52 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Mon, 17 Apr 2017 19:14:04 +0200 Subject: [PATCH 224/366] add uri-bytestring-aeson --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..6ca8707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,9 @@ packages: - async-refresh-tokens - type-level-integers + "Simon Hafner Date: Tue, 18 Apr 2017 00:13:41 -0700 Subject: [PATCH 225/366] Re-disable hsdev per #2450 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9e64bb4..51e10b47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - - hsdev + # - hsdev # bounds: text-region-0.2.0.0 - simple-log - text-region From ca2517a5e46e42f7700a4acf9fd1ab662598fa7d Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Wed, 19 Apr 2017 17:36:22 +0200 Subject: [PATCH 226/366] add nvim-hs, nvim-hs-contrib, nvim-hs-ghcid --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..ff7223d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,11 @@ packages: "Simon Hafner @saep": + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid + # 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 6ed0c604c7d51e21d9042a30a1817af5b7b28580 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:33:02 -0700 Subject: [PATCH 227/366] Add constraint "mediabus < 0.4.0.0" per #2458 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..503d3bac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3087,6 +3087,9 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + # https://github.com/fpco/stackage/issues/2458 + - mediabus < 0.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6c23ff40004b245af618a1b4f15dcd2991616b01 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:34:49 -0700 Subject: [PATCH 228/366] Add constraint "semigroupoids < 5.2" per #2459 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 503d3bac..3299ba3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: # https://github.com/fpco/stackage/issues/2458 - mediabus < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2459 + - semigroupoids < 5.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e97aa12928b33eff71b18f85e231dd4977b66a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 20 Apr 2017 10:48:39 -0700 Subject: [PATCH 229/366] Disable nvim-hs per build failure #2457 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ca23f4..930d83ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,9 +3000,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 969c6726889aa54117d2cc9bac2f0ca8060190dd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 21 Apr 2017 13:15:08 -0700 Subject: [PATCH 230/366] Lift constraint "mediabus < 0.4.0.0", closes #2458 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 930d83ec..16fb77a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3093,9 +3093,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2458 - - mediabus < 0.4.0.0 - # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 From 83921c296ba5d64cfb589d4e0de5b5ae242c7436 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Sat, 22 Apr 2017 14:48:09 +0200 Subject: [PATCH 231/366] Forgot a > in @reactormonk --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ca8707c..c3c22b38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,7 +2995,7 @@ packages: - async-refresh-tokens - type-level-integers - "Simon Hafner @reactormonk": - uri-bytestring-aeson # If you stop maintaining a package you can move it here. From 4a74533aa297f04f51cf31a5d3ead115d9f9101c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 22 Apr 2017 18:06:47 +0300 Subject: [PATCH 232/366] =?UTF-8?q?Add=20the=20=E2=80=98forma=E2=80=99=20p?= =?UTF-8?q?ackage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16fb77a1..dffe8064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2147,6 +2147,7 @@ packages: - flac-picture - lame - path + - forma # "Thomas Bereknyei ": # - multiplate # bounds: transformers From eafe53d88a21f9f10c11682a156d3c9e7cd19dbf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 14:23:23 +0200 Subject: [PATCH 233/366] Update the number of curators --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 8f74de34..874fcc76 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,7 +1,7 @@ This is a collection of instructions covering the processes that the Stackage curators - the guys who maintain the Stackage project itself - should be doing on a regular basis. Originally this was handled largely by Michael Snoyman, -but now we are a team of 4 people handling requests weekly in rotation. +but now we are a team of 5 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. ## Workflow overview From a0818120503e93f3771e50cd98ca157b7a79a975 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:21:56 -0700 Subject: [PATCH 234/366] Add constraint "text-show < 3.6" per #2463 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..42d2ff87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,6 +3081,8 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 - semigroups < 0.18.3 + # https://github.com/fpco/stackage/issues/2463 + - text-show < 3.6 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 3372457b06472cf3838bed04757515ad82a85134 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:23:57 -0700 Subject: [PATCH 235/366] Add constraint "traverse-with-class < 1.0.0.0" per #2464 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42d2ff87..9f0f49ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,6 +3099,9 @@ packages: # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 + # https://github.com/fpco/stackage/issues/2464 + - traverse-with-class < 1.0.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ec8590495fbff2561d1ac8407b32b936abae9dbd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:07:47 +0200 Subject: [PATCH 236/366] Add curator ad --- become-a-curator.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 become-a-curator.md diff --git a/become-a-curator.md b/become-a-curator.md new file mode 100644 index 00000000..7ca8a138 --- /dev/null +++ b/become-a-curator.md @@ -0,0 +1,42 @@ +We are looking to expand the stackage curator team! + +As a stackage curator you will help the community by curating and +publishing the widely used nightly and LTS snapshots: Collections of +packages that are guaranteed to play well together. All curators are +volunteers. + +This is a great opportunity to contribute to the haskell community and get +familiar with the tools of the trade! You will also be in regular +contact with experienced community members. + +We don't have any prerequisites, but familiarity with any of Haskell, +Cabal, Stack, Linux, Git, and Docker is a plus. + +We work in shifts of one week, which means you will be on duty every +6th week. Our suggestion is to pair you up with another curator to +help out in the beginning. + +The workload is usually about 30 minutes per day, whenever you have +time. The work consists of keeping the builds running on the build +server, filing issues for packages needing updates when new releases +occur, and closing resolved issues. The LTS snapshots are prepared +once a week. All communication with package maintainers happen on +github. + +We also have a curator slack channel where we help each other out. + +The current curator team consists of: +* Adam Bergmark +* Dan Burton +* Jens Petersen +* Luke Murphy +* Michael Snoyman + +We onboarded Luke as the newest member a few months ago and this +helped us iron out and document the process further. + +You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md + +To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 + +If you applied last time, we encourage you to do so again! From c1245511f0a9326b22c1c7f670514497a74cb1ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:08:35 +0200 Subject: [PATCH 237/366] become-a-curator typo fix --- become-a-curator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 7ca8a138..77bd9310 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -35,7 +35,7 @@ The current curator team consists of: We onboarded Luke as the newest member a few months ago and this helped us iron out and document the process further. -You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md +You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 From 098da61e5f453d89856e610b7d44eb8d290b99df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Sun, 23 Apr 2017 19:10:01 +0100 Subject: [PATCH 238/366] Add hakyll-favicon --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..3e72d97f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu + - hakyll-favicon # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base From 9629811ef1e43429c0599b00f05f49d93ad7f408 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 24 Apr 2017 19:01:24 +0530 Subject: [PATCH 239/366] new package: wai-slack-middleware --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..f3c35a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -339,6 +339,7 @@ packages: - yesod-fb - yesod-auth-fb - hourglass-orphans + - wai-slack-middleware "haskell-openal": - OpenAL From dfb0efb7de7b015a92bc4bc037b325c1f10a344f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 24 Apr 2017 17:50:38 -0400 Subject: [PATCH 240/366] Add chaselev-deque, monad-par, and friends --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..aa676373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,7 +1861,12 @@ packages: - type-level-numbers "Ryan Scott @RyanGlScott": + - abstract-deque + - abstract-deque-tests + - abstract-par + - atomic-primops - base-orphans + - chaselev-deque - code-page - deriving-compat - echo @@ -1871,6 +1876,8 @@ packages: - keycode - lift-generics - mintty + - monad-par + - monad-par-extras - mtl-compat - proxied - text-show From 0e2dee2f363520d76857d0a8d34e1720fb0d6ada Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:16:46 +0900 Subject: [PATCH 241/366] rawfilepath-0.2.2 testsuite failing (xtendo-org/rawfilepath#3) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..c3ed6f7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,8 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 + # https://github.com/xtendo-org/rawfilepath/issues/3 + - rawfilepath < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From fceb3fa7734013775126f794d2bed0e1d4acf65b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:43:04 +0900 Subject: [PATCH 242/366] Revert "Add constraint "semigroupoids < 5.2" per #2459" This reverts commit 6c23ff40004b245af618a1b4f15dcd2991616b01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a348449a..374cd679 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,9 +3097,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2459 - - semigroupoids < 5.2 - # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:32:44 +0900 Subject: [PATCH 243/366] cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c54f6a5..57be195e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.2 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 266dd21d54fca71277a8f40fdb6d375e45f4dcbc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:58:10 +0900 Subject: [PATCH 244/366] rawfilepath < 0.2.1 In file included from src/RawFilePath/Process/Posix.hs:31:0: error: cbits/processFlags.c:1:0: error: fatal error: processFlags.h: No such file or directory --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57be195e..ac1f258a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.2 + - rawfilepath < 0.2.1 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 14fcbe083d28e9be984fca79ccacbfaf208c1391 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Wed, 26 Apr 2017 08:57:18 +0100 Subject: [PATCH 245/366] Add clr-inline stack Note that I am in the maintainer group for clr-host and clr-marshal. Note that clr-host requires mono-complete --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..7a4d02d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jose Iborra @pepeiborra": + - clr-marshal + - clr-host + - clr-inline + "Joshua Koike @jano017": - discord-hs From 278d282517e7b6723e147ff4db807219ac3e58cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:17:12 +0900 Subject: [PATCH 246/366] Revert "cryptonite < 0.23 (#2469)" with fixed revision This reverts commit a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..438433da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 - - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 1be82f516d5c3c4f276c8119bbae018034a42b25 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 26 Apr 2017 11:20:53 +0300 Subject: [PATCH 247/366] Add experimental no-revisions field --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 438433da..11a4fe0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3975,3 +3975,8 @@ hide: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + +# Experimental: packages where Hackage cabal file revisions should be ignored. +# Always use the cabal file shipped with the sdist tarball instead. +no-revisions: +- tls From 8ab2f4dcf864104c8c62486ac0641f5701d8b303 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:32:32 +0900 Subject: [PATCH 248/366] re-instate cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11a4fe0b..8fcf592a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 3704487a6087d2cc2246d3cc43abac66955ce5a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:37:33 +0900 Subject: [PATCH 249/366] rawfilepath < 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 8fcf592a..9eaace11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.1 + - rawfilepath < 0.2.0 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 9b7b75416e6d65535aafa29fa208202584761c4f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:44:11 +0900 Subject: [PATCH 250/366] lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eaace11..5bcca5c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3113,6 +3113,9 @@ packages: # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From abf5972879d7f84e5a8484e883b3864b1517e5f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 18:00:46 +0900 Subject: [PATCH 251/366] Revert "re-instate cryptonite < 0.23 (#2469)" fixed with avers revision This reverts commit 8ab2f4dcf864104c8c62486ac0641f5701d8b303. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bcca5c7..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3111,9 +3111,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 # end of packages From 56c1fda8f2e67f7a0a8552940a232c709158b061 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Wed, 26 Apr 2017 11:09:09 +0100 Subject: [PATCH 252/366] Add reactive-banana --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1845,6 +1845,7 @@ packages: # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - logging-effect + - reactive-banana "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled From 7e95304823575c351873cd716ad08032b3d44eb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:39:03 +0900 Subject: [PATCH 253/366] Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)" active revised This reverts commit 9b7b75416e6d65535aafa29fa208202584761c4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..cbb94ae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 2cf2e14751758e00b8c044adc744778830699db3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:55:14 +0900 Subject: [PATCH 254/366] Revert "Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)"" revision was lens<4.15.2 This reverts commit 7e95304823575c351873cd716ad08032b3d44eb1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbb94ae6..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 5bcea53905f58a5a9c825f1b7f85bd41fc975344 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:59:06 +0900 Subject: [PATCH 255/366] Revert "Disable nvim-hs per build failure #2457" This reverts commit e97aa12928b33eff71b18f85e231dd4977b66a8b. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..25a7c185 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3010,10 +3010,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 75efb70e0507e772451a2ac1290d3971a4df56ae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 10:28:42 +0900 Subject: [PATCH 256/366] Revert "Revert "Disable nvim-hs per build failure #2457"" testsuite fails This reverts commit 5bcea53905f58a5a9c825f1b7f85bd41fc975344. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a031a8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3011,9 +3011,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f20df8c57dc7fa7509ab8fbf8b54018023db4e4f Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 26 Apr 2017 22:32:19 -0700 Subject: [PATCH 257/366] Add freetype2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..4dce8690 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,6 +918,7 @@ packages: - netwire-input - netwire-input-glfw - yoga + - freetype2 "Emanuel Borsboom @borsboom": - BoundedChan From 12b578a2620143fd52fd4dc7ce741abeb7b27ffa Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 27 Apr 2017 10:01:14 +0100 Subject: [PATCH 258/366] Update debian-bootstrap.sh Added mono-complete for clr-host --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4de888b5..4e7b9ea6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,6 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + mono-complete \ nettle-dev \ nodejs \ npm \ From 1586e6f75b04de856d617a9e7c0986b50936dd28 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 28 Apr 2017 10:32:45 +0900 Subject: [PATCH 259/366] folds-0.7.3 should fix testsuite (ekmett/folds#12) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1dd8453..9b27658c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3486,7 +3486,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - 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 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 From 14aaee1e1b9aeca28e44cf6c71fad97bad5040a9 Mon Sep 17 00:00:00 2001 From: koepket Date: Fri, 28 Apr 2017 16:13:51 +0200 Subject: [PATCH 260/366] add koepket's hinterface package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..7b1ab7b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Timo Koepke @koepket": + - hinterface + "Jose Iborra @pepeiborra": - clr-marshal - clr-host From 00ad6969516e0be6cce9a6134566217987df05c1 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 28 Apr 2017 18:02:10 +0200 Subject: [PATCH 261/366] add ihs interpolated haskell :) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..ec9d4071 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,7 @@ packages: - tasty-auto - tasty-stats - colorful-monoids + - ihs "Taras Serduke @tserduke": - do-list From 5a7912d90865670f0e18cd212889af2b59808917 Mon Sep 17 00:00:00 2001 From: tobbebex Date: Fri, 28 Apr 2017 21:54:35 +0200 Subject: [PATCH 262/366] Readding GPipe and GPipe-GLFW --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..25e443cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,12 +2045,10 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # BLOCKED directory 1.3 via gl + - GPipe "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # BLOCKED directory 1.3 via GPipe and gl + - GPipe-GLFW # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson From d20fe968ac170077e53050c1f8d177f1ab9b1ecf Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 28 Apr 2017 21:38:41 +0100 Subject: [PATCH 263/366] Add "weeder" package --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..b8f41f18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -295,7 +295,7 @@ packages: - timelens - non-empty-sequence - "Neil Mitchell @ndmitchell": + "Neil Mitchell @ndmitchell": - hlint - hoogle - shake @@ -310,6 +310,7 @@ packages: - bake - ghcid - hexml + - weeder "Alan Zimmerman @alanz": - hjsmin From ef1bdd81e54f7b614204641c02c7e9217196bfa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Apr 2017 17:39:07 +0900 Subject: [PATCH 264/366] set idris ffi flag --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..9e409d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ package-flags: hpio: test-hlint: false + idris: + ffi: true + minio-hs: live-test: false From b2dd7651e4afd0341138fed1a00043b07e1a3b69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:46:59 +0900 Subject: [PATCH 265/366] intervals < 0.8 (#2477) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e409d64..6ee86a4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,6 +3120,9 @@ packages: # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 + + # https://github.com/fpco/stackage/issues/2477 + - intervals < 0.8 # end of packages # Package flags are applied to individual packages, and override the values of From f674ff02e28d422e62fdd49309b636aa9b5ce3b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:50:50 +0900 Subject: [PATCH 266/366] generics-sop < 0.3.0.0 (#2478) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ee86a4a..5649bfaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,6 +3123,9 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 + + # https://github.com/fpco/stackage/issues/2478 + - generics-sop < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 33ba706a09483812aaf318a358d49a260cc3043a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 21:04:38 +0900 Subject: [PATCH 267/366] transformers-lift < 0.2.0.0 (#2479) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5649bfaf..036c7125 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3126,6 +3126,10 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 + + # https://github.com/fpco/stackage/issues/2479 + - ether < 0.5.0.0 + - transformers-lift < 0.2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From fef9826016df0032f2c071ba504b26f7840cb261 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 22:00:41 +0900 Subject: [PATCH 268/366] hopefully mono-mcs is sufficient for clr-host (#2470) --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4e7b9ea6..fee40da3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,7 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ - mono-complete \ + mono-mcs \ nettle-dev \ nodejs \ npm \ From f3bc78f55260d0aee30273b9cd475fc3dafeda0c Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Sat, 29 Apr 2017 16:33:49 +0200 Subject: [PATCH 269/366] Reenable nvim-hs nvim-hs-contrib nvim-hs-ghcid --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..d400fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,10 +3017,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a9dcaab868ff34c2086ed1aeb38cf979b2a669eb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 30 Apr 2017 09:00:02 +0900 Subject: [PATCH 270/366] megaparsec < 5.3.0 (#2481) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..87b40c5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3130,6 +3130,9 @@ packages: # https://github.com/fpco/stackage/issues/2479 - ether < 0.5.0.0 - transformers-lift < 0.2.0.0 + + # https://github.com/fpco/stackage/issues/2481 + - megaparsec < 5.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8c95b2ee4b39e29d7abfb54c6e677a2068bee337 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:00:36 +0900 Subject: [PATCH 271/366] disable clr packages again since docker image failing to build (#2470) docker build is failing on llvm-4.0 for some reason (maybe the upstream repo changed) --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..362875f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + #- clr-marshal + #- clr-host + #- clr-inline "Joshua Koike @jano017": - discord-hs From 0dd592c3f46ea8a177f251c8b0350093cf0303bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:09:56 +0900 Subject: [PATCH 272/366] disable clr packages again since docker image failing to build (#2470) docker image failing due to llvm-4.0 repo --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..bd425e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + # - clr-marshal + # - clr-host + # - clr-inline "Joshua Koike @jano017": - discord-hs From b790977c57d59e22174552fee10fd96f73887ad5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Apr 2017 21:07:40 +0300 Subject: [PATCH 273/366] Add mime-mail to no-revisions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd425e81..aded329e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4006,3 +4006,4 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - tls +- mime-mail From b7d45e8cbefb8aa4feffece051b858861a3916b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 274/366] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ 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 -y llvm-4.0 +# currently the repo seems broken +# # 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 -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 344398255753587740410e39434bfc249413c21e Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 30 Apr 2017 23:42:46 -0400 Subject: [PATCH 275/366] add triplesec --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06ae820a..31f1e534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3022,6 +3022,9 @@ packages: - nvim-hs-contrib - nvim-hs-ghcid + "Sam Protas @SamProtas": + - triplesec + # 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 cd4b7fc4f5ad7816659496dca578004468eb0bc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 276/366] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ 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 -y llvm-4.0 +# currently the repo seems broken +# # 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 -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From d13e89a56331939acf74e2a16cbadd39a18725b3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:14:51 +0900 Subject: [PATCH 277/366] Revert "disable clr packages again since docker image failing to build (#2470)" This reverts commit 0dd592c3f46ea8a177f251c8b0350093cf0303bf. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 289ed29f..dcba1a5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,10 +5,9 @@ packages: - hinterface "Jose Iborra @pepeiborra": - [] - # - clr-marshal - # - clr-host - # - clr-inline + - clr-marshal + - clr-host + - clr-inline "Joshua Koike @jano017": - discord-hs From de6f8ba7e8ddb54edce3e3e20f0dc07e29c4d764 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:28:32 +0900 Subject: [PATCH 278/366] add juhp/stackage-query --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcba1a5c..dd57c0c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,6 +1087,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm + - stackage-query # - cabal-sort # BLOCKED directory 1.3 - idris # bounds: safe - libffi From a75a7c029502792b88ca1e1379b9bfe24551f5b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 17:19:16 +0900 Subject: [PATCH 279/366] debian-bootstrap.sh: clr-host needs libmono-2.0-dev (#2470) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f3669aa5..db413754 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -75,6 +75,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmono-2.0-dev \ libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ From 551980c23fe041bf401156449d269ab00c27808d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 18:04:49 +0900 Subject: [PATCH 280/366] debian-bootstrap.sh: clr-inline testsuite needs fsharp --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index db413754..116cb76b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -34,6 +34,7 @@ apt-get install -y \ sudo \ curl \ freeglut3-dev \ + fsharp \ git \ gradle \ libadns1-dev \ From 82f051cbac356f27095ece4134876d282c004fe3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 19:41:52 +0900 Subject: [PATCH 281/366] disable clr-inline due to testsuite failure (#2470) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..a3f8f534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host - - clr-inline + # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": - discord-hs From 512b23cf5110999c3b900698f89a063bb8e7ec87 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 May 2017 16:50:48 +0900 Subject: [PATCH 282/366] remove idris comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3f8f534..136a8fcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,7 +1089,7 @@ packages: - cabal-rpm - stackage-query # - cabal-sort # BLOCKED directory 1.3 - - idris # bounds: safe + - idris - libffi - xmonad-contrib - shelly From 9a76396dcc875c85a45becd9cfbb9494c4349f70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 4 May 2017 23:04:28 +0100 Subject: [PATCH 283/366] Add upper bounds for #2487 (graphviz). Also remove some rogue white space. --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 136a8fcd..eda22869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,11 +4,11 @@ packages: "Timo Koepke @koepket": - hinterface - "Jose Iborra @pepeiborra": + "Jose Iborra @pepeiborra": - clr-marshal - clr-host # - clr-inline # https://github.com/fpco/stackage/pull/2470 - + "Joshua Koike @jano017": - discord-hs @@ -3138,6 +3138,10 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2487 + - graphviz < 2999.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 53c5fcb9e0451a932908a6cc9a8e8c4ce55a3084 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 3 May 2017 15:20:35 +0530 Subject: [PATCH 284/366] Add package: sysinfo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eda22869..27ce84de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -349,6 +349,7 @@ packages: - yesod-auth-fb - hourglass-orphans - wai-slack-middleware + - sysinfo "haskell-openal": - OpenAL From 3cda9cbcbfd55d3329ea6c67f25cb59f2b5135a8 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Thu, 4 May 2017 01:19:34 +0200 Subject: [PATCH 285/366] Add selda, selda-sqlite, selda-postgresql --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27ce84de..41793a6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3028,6 +3028,11 @@ packages: "Sam Protas @SamProtas": - triplesec + "Anton Ekblad @valderman": + - selda + - selda-sqlite + - selda-postgresql + # 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 d0b495b0fe3840ed406dcd30b38ed8209a3b0cae Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Thu, 4 May 2017 22:24:42 +0200 Subject: [PATCH 286/366] Enable twitter-conduit again Version 0.2.2 of twitter-conduit has now working dependencies to http-conduit and http-client --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41793a6b..8d9cd051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2218,7 +2218,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens + - twitter-conduit - twitter-types - twitter-types-lens From 138154f379ad90b4446e188b31c09273b6faf49a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 5 May 2017 16:34:51 +0100 Subject: [PATCH 287/366] Add upper bounds for #2489. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d9cd051..e9b1f407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ packages: # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 + # https://github.com/fpco/stackage/issues/2489 + - haskell-src-meta < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From fbd84b3c461b0f59a29943d8a82fe6d4f9c8557e Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 5 May 2017 21:05:11 +0900 Subject: [PATCH 288/366] Add servant-checked-exceptions package This adds the servant-checked-exceptions package: https://hackage.haskell.org/package/servant-checked-exceptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9b1f407..381eecb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2014,6 +2014,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-checked-exceptions - servant-static-th - xml-html-qq - xml-indexed-cursor From 952dd3d87da9ac00abca7677300ec4e6e5863223 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 3 May 2017 19:13:21 +0900 Subject: [PATCH 289/366] Add yesod-job-queue and api-field-json-th packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 381eecb7..ce3eb0f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,8 +2582,9 @@ packages: - repline - picosat - # "Daishi Nakajima @nakaji_dayo": - # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 + "Daishi Nakajima @nakaji_dayo": + - api-field-json-th + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From c3f965176c60c9c03059c1f5aa431bca81202dc2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 6 May 2017 08:51:17 +0100 Subject: [PATCH 290/366] Add packunused. Following the new release https://github.com/hvr/packunused/issues/24#issuecomment-299516472. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce3eb0f2..8fc70ca4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -123,6 +123,7 @@ packages: "Luke Murphy @lwm": - tasty-discover - lentil + - packunused "Marco Zocca @ocramz": - sparse-linear-algebra From f667eb1417e4b9c391a4a31ec762ce59bfd91e24 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:18:53 +0100 Subject: [PATCH 291/366] Add upper bounds for dictionaries 0.2. Please see https://github.com/zohl/dictionaries/issues/3. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fc70ca4..a7b95d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/zohl/dictionaries/issues/3 + - dictionaries < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 74ef289b09b64fa280d9b5692b3edf59677ef971 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:22:25 +0100 Subject: [PATCH 292/366] Block newly re-enabled package for build failure. Please see https://github.com/nakaji-dayo/yesod-job-queue/issues/12. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7b95d4d..a63dd92d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2585,7 +2585,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - - yesod-job-queue + # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From 5c0d9493f1bf00b19692c74a3c4a744865809323 Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 14:40:01 +0530 Subject: [PATCH 293/366] added the naqsha package Git: https://github.com/naqsha/naqsha --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..5975d8e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,6 +778,8 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz + - naqsha + "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # # - github-backup # bounds: github From c8ca5a0dfd377623ee4f17ef1b033b63478d6ecb Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 16:41:51 +0530 Subject: [PATCH 294/366] untabify. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5975d8e7..88359684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,7 +778,7 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz - - naqsha + - naqsha "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # From 9e78aba2779d2a5dfe0f1ff52e7abc6958f32bbe Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 8 May 2017 22:54:13 +0300 Subject: [PATCH 295/366] =?UTF-8?q?Exclude=20Mark=20Karpov=20from=20?= =?UTF-8?q?=E2=80=98stackbuilders=E2=80=99=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Soon I'll stop working for Stack Builders thus I remove myself from the ‘stackbuilders’ group. I still would like to be notified about ‘stache’-related issues, so I add that under my own name. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..6f33b7f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2169,6 +2169,7 @@ packages: - lame - path - forma + - stache # "Thomas Bereknyei ": # - multiplate # bounds: transformers @@ -3902,7 +3903,6 @@ github-users: - sestrella - jsl - jsantos17 - - mrkkrp scotty-web: - RyanGlScott - xich From a9aa80bc70120af383d6fe5622fc3102e825caac Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:15:24 +0100 Subject: [PATCH 296/366] Remove upper bound for zohl/dictionaries/issues/3. Please see https://github.com/zohl/dictionaries/issues/3#issuecomment-299838947. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..769c43fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,9 +3154,6 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 - # https://github.com/zohl/dictionaries/issues/3 - - dictionaries < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 9f0f02efe0db6a88bf269ecb66c06f39efd7cbd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:40:14 +0100 Subject: [PATCH 297/366] Add upper bounds for #2494. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 769c43fb..0fd374d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/fpco/stackage/issues/2494 + - websockets-simple < 0.0.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6bbe6b3a1e86c1b1958ef564de090dc3616595df Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 May 2017 00:51:50 +0100 Subject: [PATCH 298/366] Add upper bounds for websockets-rpc for #2494 too. websockets-simple/rpc latest versions both mandate websockets >= 0.11 but we've placed an upper bound to stop 0.11 being available (#245). --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fd374d0..6408927b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,7 +3155,9 @@ packages: - haskell-src-meta < 0.8 # https://github.com/fpco/stackage/issues/2494 + # Indirectly blocked on fpco/stackage/issues/245 - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # end of packages From 8d0db6da77335fa78945e949f002d1dca415b65f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 9 May 2017 10:35:27 +0100 Subject: [PATCH 299/366] Add threepenny-editors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..7d24517f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host + - threepenny-editors # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": From a70985174a0fb27d7972a55e0947bdc613e5a193 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 May 2017 19:02:05 +0200 Subject: [PATCH 300/366] Note that we no longer accept curator applications --- become-a-curator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 77bd9310..80559efc 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -1,3 +1,5 @@ +## We are no longer accepting applications, please wait until next time + We are looking to expand the stackage curator team! As a stackage curator you will help the community by curating and @@ -37,6 +39,6 @@ helped us iron out and document the process further. You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md -To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 +To apply, please fill in this form: [REDACTED] If you applied last time, we encourage you to do so again! From b7dd28857f5043685fb230cf5d6dd4077406db97 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 301/366] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..c258804b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # Stackage upper bounds, re-enable these when their upper bound is removed + - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 @@ -3584,7 +3585,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3948,6 +3949,8 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From e91bfb19346a785c740f2cc2325e59e3b7957c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 302/366] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..76051122 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3542,6 +3542,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # Stackage upper bounds, re-enable these when their upper bound is removed + - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 @@ -3605,7 +3606,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3969,6 +3970,8 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 6daac8d8059dc7d5d6c470fab8a2d2c5a42827af Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:27:32 -0700 Subject: [PATCH 303/366] Bounds for #2498 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c258804b..ac4f1f09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,14 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2498 + - graphviz < 2999.19.0.0 + - haskell-src-meta < 0.8 + - io-streams < 1.4.0.0 + - websockets < 0.11.0.0 + - websockets-rpc < 0.4.1 + - websockets-simple < 0.0.2.1 # end of packages # Package flags are applied to individual packages, and override the values of From ebf52265cb4afa716c86eff38c3af77ceee01bc9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:39:26 -0700 Subject: [PATCH 304/366] Bounds for #2499 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76051122..71c3a6c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3159,6 +3159,9 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 + # https://github.com/fpco/stackage/issues/2499 + - io-streams < 1.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 857f0791b18658e349dc7f5337326923b5761007 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:39:16 +0300 Subject: [PATCH 305/366] Revert "debian-bootstrap.sh: disable broken llvm-4.0 repo" This reverts commit cd4b7fc4f5ad7816659496dca578004468eb0bc0. --- debian-bootstrap.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 116cb76b..747e1c5d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -180,12 +180,11 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# currently the repo seems broken -# # 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 -y llvm-4.0 +# 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 -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 94d7dd5becf8535e5a494a83154a79d6c72a6d29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:47:04 +0300 Subject: [PATCH 306/366] Describe local Docker image build --- CURATORS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 874fcc76..909e2ed1 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -223,6 +223,26 @@ rm -r nightly/work/builds/nightly/ ``` This should also be done when moving the Nightly docker image to a new version of Ubuntu. +If you're impatient and would like to build the Docker image on the +build server instead of waiting for Docker Hub, you can run the +following command: + +``` +DIR=$(mktemp -d) +(cd $DIR \ + && git clone https://github.com/fpco/stackage \ + && cd stackage \ + && docker build --tag snoyberg/stackage:nightly .) +rm -rf $DIR +``` + +Note that we do a clean clone of the `stackage` repo instead of using +the existing checkout because of how `docker build` works: it will +send the entire local directory contents as context to the Docker +daemon, which in the case of the build tree is a _lot_ of content. (We +can discuss the wisdom—or lack thereof—of Docker's +approach separately.) + ## stackage-build server You'll need to get your SSH public key added to the machine. ~/.ssh/config info: From 94be100beb0fb4403d8039412b5ad2b830a171cc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:55:29 +0300 Subject: [PATCH 307/366] Upper bound for #2501 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71c3a6c0..d3adb328 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 + # https://github.com/fpco/stackage/issues/2501 + - hsemail < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From e08087e687dc9a3b2df66ea239c5fcb09d1251b6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 10 May 2017 09:16:59 -0700 Subject: [PATCH 308/366] Disable tests which failed in the previous nightly --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3adb328..8d838cea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 + - courier # https://github.com/hargettp/courier/issues/18 # Timeouts # These tests sometimes take too long and hit the stackage build @@ -3550,7 +3551,6 @@ expected-test-failures: # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound - # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options @@ -3561,6 +3561,7 @@ expected-test-failures: # these if we want them fixed - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 # Doctests require hidden Glob package - multiset From 4cf1e74d06b7669e845c93e066ca56da3cdb98f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 11 May 2017 08:38:21 +0100 Subject: [PATCH 309/366] Remove upper bound for rawfilepath. Related: * https://github.com/xtendo-org/rawfilepath/issues/3 * https://github.com/fpco/stackage/issues/2497 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..aaa1b206 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,7 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate @@ -3129,9 +3130,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.0 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 From 6c6a0ff56023b99009dab1482bbdb014867e9895 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 11 May 2017 21:02:15 -0400 Subject: [PATCH 310/366] Prepare for nightly 11th May --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..989fbda6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,8 +3162,11 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2501 - - hsemail < 2 + # https://github.com/fpco/stackage/issues/2504 + - statistics < 0.14 + + # https://github.com/fpco/stackage/issues/2505 + - one-liner < 0.9 # end of packages From 6550a2332aa7d9eddd7f4922a4bc2185e2bce4f3 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Fri, 12 May 2017 14:43:07 +0300 Subject: [PATCH 311/366] Allow new 'transformers-lift' and 'ether' --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989fbda6..79e32ba4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,10 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2479 - - ether < 0.5.0.0 - - transformers-lift < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 From 5247a6cd24b41716059ee5daa42a52ed0a483963 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:09:31 -0400 Subject: [PATCH 312/366] Close #2413 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c714365..52daeec2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1226,9 +1226,9 @@ packages: - waitra # scrive/log - # - log # via bloodhound: bounds: vector + - log # via bloodhound: bounds: vector - log-base - # - log-elasticsearch # via bloodhound: bounds: vector + - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer From 62be9a2472162c116203104dbf35fd7d7f5cd24a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:12:05 -0400 Subject: [PATCH 313/366] Bounds for #2507 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52daeec2..b408e80d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,9 @@ packages: # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 + # https://github.com/fpco/stackage/issues/2507 + - concurrent-output < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From a35be3ad0093fb33c5d278b893b19e8cc0e6a6db Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:14:37 -0400 Subject: [PATCH 314/366] Bounds for #2507 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b408e80d..59b98935 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,7 +3167,7 @@ packages: - one-liner < 0.9 # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.9 + - concurrent-output < 1.8 # end of packages From 3db4a4e9fc629c0698162284f8e96c40a7bdb084 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 18:58:26 -0700 Subject: [PATCH 315/366] Handle https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b98935..cae3b59a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3982,6 +3985,7 @@ tell-me-when-its-released: - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 +- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From b81b32c72953efe15165bfe74468237ac8932186 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:08:38 -0400 Subject: [PATCH 316/366] Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cae3b59a..c9efb6bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,7 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3986,6 +3987,7 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 +- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 2aa87f758038aad73c4c5561bfdc319cbba66594 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:18:21 -0400 Subject: [PATCH 317/366] Skip tests of ersatz, for now --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9efb6bd..c0bb9c51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,6 +3399,9 @@ skipped-tests: # criterion - store + # requires custom setup? + - ersatz # https://github.com/fpco/stackage/issues/2508 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 896ad49efc27b96393a22371ef241069fa1041db Mon Sep 17 00:00:00 2001 From: pepe iborra Date: Sat, 13 May 2017 14:42:49 +0100 Subject: [PATCH 318/366] cld-inline test suite requires official Mono packages --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..7ff6092c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # https://github.com/fpco/stackage/pull/2470 + - clr-inline "Joshua Koike @jano017": - discord-hs diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 747e1c5d..82a7f3c1 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions, see: +# instructions,see: # http://www.stackage.org/install set -exu @@ -20,6 +20,10 @@ apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter +apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF +add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy main' +add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' +add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' GHCVER=8.0.2 From 7d5495dbe5929e62dc9fe73668d35fbd4223a5c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 May 2017 00:11:01 +0300 Subject: [PATCH 319/366] Revert "Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6" This reverts commit b81b32c72953efe15165bfe74468237ac8932186. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..0591141c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,7 +3170,6 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3990,7 +3989,6 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 -- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 37ed3e426f063b8565ecb0a3bc25a8fa5624db5a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 13 May 2017 21:13:00 -0700 Subject: [PATCH 320/366] Undo space change --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 82a7f3c1..e4cd6dc6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions,see: +# instructions, see: # http://www.stackage.org/install set -exu From 630cee7b09a760e15720e3e6ac007c90b136ac54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:17:07 -0400 Subject: [PATCH 321/366] Stop testing req-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bace253..ee10e813 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API + - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 # Test executable requires arguments - hpqtypes From f4f70341225f0b83266276c6977d086d8a8c49d2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:43:04 -0400 Subject: [PATCH 322/366] Disable test running for clr-inline --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee10e813..29c95400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From 167fea0f4458189e27aa23e144034aa72046819d Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sun, 14 May 2017 11:52:43 -0700 Subject: [PATCH 323/366] Add eventful packages --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..19b982e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2619,6 +2619,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - eventful-core + - eventful-dynamodb + - eventful-memory + - eventful-postgresql + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers - oanda-rest-api - stratosphere @@ -3460,6 +3467,8 @@ expected-test-failures: - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 + - eventful-dynamodb + - eventful-postgresql - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 From b237ff3cea526feba6504c1a7f777d51772c469a Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 14 May 2017 15:30:22 -0400 Subject: [PATCH 324/366] Make the ersatz tests pass Fixes https://github.com/fpco/stackage/issues/2508 --- build-constraints.yaml | 3 --- debian-bootstrap.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..24a5ac47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3398,9 +3398,6 @@ skipped-tests: # criterion - store - # requires custom setup? - - ersatz # https://github.com/fpco/stackage/issues/2508 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e4cd6dc6..372234bd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + minisat \ mono-mcs \ nettle-dev \ nodejs \ From 04fb143ef985977eef7256b2f61b6bcc5af7e743 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:01:25 -0400 Subject: [PATCH 325/366] hdaemonize-0.5.2 released, close https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..e7b034a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,9 +3169,6 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 - # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - - hsyslog < 5 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3990,7 +3987,6 @@ tell-me-when-its-released: - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 -- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From c1427de0ac1116ca650185e56af2b179e885714e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:49:47 -0400 Subject: [PATCH 326/366] Bound hsyslog for #2513 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b034a3..f8d6aa54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # https://github.com/fpco/stackage/issues/2513 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of From 36c85489de0c755f6465716b21e216437d2a3409 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:52:08 -0400 Subject: [PATCH 327/366] Bound optparse-generic for #2514 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8d6aa54..942320c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,9 @@ packages: # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 + # https://github.com/fpco/stackage/issues/2514 + - optparse-generic < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 284c00f9fb592ce8979ddd5c97e6be534b8c2581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 22:09:00 -0400 Subject: [PATCH 328/366] Temporarily revert clr-inline test disabling --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b04b68d..b6ccf671 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3516,7 +3516,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 + # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From a8ffe5a5c1ecc2c54dea835a9270e1e06a3fd4fb Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 15 May 2017 01:35:25 -0500 Subject: [PATCH 329/366] Add tensorflow-* packages. --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..015f45fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3020,6 +3020,12 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse + - tensorflow + - tensorflow-core-ops + - tensorflow-opgen + - tensorflow-ops + - tensorflow-proto + - tensorflow-test "Christof Schramm ": - mnist-idx diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 372234bd..9e3bffd2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,6 +191,12 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install the TensorFlow C API. +curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ + && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && rm libtensorflow.tar.gz \ + && ldconfig + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From b353e0bef1dd7455a58fcd23da9de56b64b5b19b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:16:14 +0100 Subject: [PATCH 330/366] upper bound for ghc-typelits-knownnat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..c79b0bcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + - ghc-typelits-knownnat <0.3 - ghc-typelits-natnormalise - clash-prelude - clash-lib From f65a54353f415bfe46f66d951d9e9d2a7367117e Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:25:28 +0100 Subject: [PATCH 331/366] upper bound for ghc-typelits-knownnat (#2516) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79b0bcd..d43abf64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - clash-lib @@ -3182,6 +3182,9 @@ packages: # https://github.com/fpco/stackage/issues/2514 - optparse-generic < 1.2 + # https://github.com/fpco/stackage/issues/2516 + ghc-typelits-knownnat <0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ad2b87dbdc492e8978884e010131fd0a5f921a Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:29:34 +0100 Subject: [PATCH 332/366] upper bound for ghc-typelits-knownnat (#2516) (correction) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d43abf64..7ef64f56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,7 +3183,7 @@ packages: - optparse-generic < 1.2 # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat <0.3 # end of packages From 9ea6406051eea04a8ba615a45dfa07563dc09cb7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 19:07:12 +0100 Subject: [PATCH 333/366] Revert "Temporarily revert clr-inline test disabling" (#2510) This reverts commit 284c00f9fb592ce8979ddd5c97e6be534b8c2581. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef64f56..98b25aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From e6809d1c2eaa1797e97ad974227e790d60c7b482 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 16 May 2017 12:30:02 +0900 Subject: [PATCH 334/366] Add sensu-run --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98b25aca..9668d103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2918,6 +2918,7 @@ packages: - stack-type "Mitsutoshi Aoe @maoe": + - sensu-run - viewprof "Dylan Simon @dylex": From c724ced6a8dec770377ef42e922b38021dfe7250 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 19:06:26 +0100 Subject: [PATCH 335/366] Disable tensorflow pacakges as build failing to locate the C library --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83c19b1a..390945ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # blocked on C library + # - tensorflow-core-ops # blocked on C library - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # blocked on C library - tensorflow-proto - tensorflow-test From 367c977c6d2919a7919a880fecf71e1ca92fa091 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 21:46:12 +0100 Subject: [PATCH 336/366] Remove upper bound on lens with active-0.2.0.13 (#2496) Also removed active-0.2.0.12 watchpoint. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..824b620b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,9 +3148,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 - # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 @@ -4008,7 +4005,6 @@ tell-me-when-its-released: - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 -- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 1efbd80e754784386503b8a392b5b7b35974be5c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 00:21:03 +0100 Subject: [PATCH 337/366] Disabling clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 824b620b..ff70045f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From e88f0ca78adf6ba335f6cd3bdeeb3c4dfe0944b7 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 17 May 2017 14:01:23 +0900 Subject: [PATCH 338/366] Add yesod-job-queue package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..a3ee915c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,7 +2589,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From dfa21f88e65053a3d02396cd88c0c53d2a5ba1f6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 19:04:16 +0100 Subject: [PATCH 339/366] Disable tibetan-utils and release some bounds Bounds released: * matplotlib * base-orphans * semigroups * text-show * io-streams * concurrent-output * optparse-generic --- build-constraints.yaml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..19162ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,8 +19,8 @@ packages: "Richard Cook @rcook": - hidden-char - "Vanessa McHale @vmchale": - - tibetan-utils + "Vanessa McHale @vmchale": [] + # - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -3112,9 +3112,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.3 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3127,12 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - - semigroups < 0.18.3 - # https://github.com/fpco/stackage/issues/2463 - - text-show < 3.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3168,24 +3159,15 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2499 - - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.8 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2514 - - optparse-generic < 1.2 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 From 4f73bb75b747e2d6b29074dfa468e442c40f453b Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 16 May 2017 13:23:52 -0700 Subject: [PATCH 340/366] Reenable and fix the tensorflow-* packages. Previously we installed libtensorflow into /usr/local/lib which wasn't in the search path. Moving it to /usr/lib fixed the problem. Also changed the script to manually install protoc v3.3.0. The default version of `protobuf-compiler` in Xenial is v2.6.1 which is too old to build `tensorflow-proto`. Verified by building the docker image locally and then running `stack install tensorflow tensorflow-ops ...` from within it. --- build-constraints.yaml | 6 +++--- debian-bootstrap.sh | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..83c19b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # blocked on C library - # - tensorflow-core-ops # blocked on C library + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - # - tensorflow-ops # blocked on C library + - tensorflow-ops - tensorflow-proto - tensorflow-test diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9e3bffd2..acb74922 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,7 +123,6 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ - protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \ @@ -191,9 +190,15 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only +# supports version 2.) +curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip \ + && sudo unzip -o protoc-3.3.0-linux-x86_64.zip -d /usr bin/protoc \ + && rm -f protoc-3.3.0-linux-x84_64.zip + # Install the TensorFlow C API. curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ - && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && sudo tar zxf libtensorflow.tar.gz -C /usr \ && rm libtensorflow.tar.gz \ && ldconfig From 7fb612cb8365cf99dc6db9498975bbf64145d088 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 08:02:32 +0100 Subject: [PATCH 341/366] Disabling matplotlib again --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19162ee3..422bd0c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,9 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 713b3c4625169ea1664f2c1ad123ea31f2e834f8 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Thu, 18 May 2017 10:47:33 +0200 Subject: [PATCH 342/366] Added packages: zm, flat, model. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422bd0c5..b6170ef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Pasqualino Assini @tittoassini": + - zm + - flat + - model + "Timo Koepke @koepket": - hinterface From dbb13ee5a6cff23565ca21f2973b401b572cdd8f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 18:44:56 +0100 Subject: [PATCH 343/366] re-eable clr-inline (#2510) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794bf89a..d6c9eff9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,7 +5,7 @@ packages: - zm - flat - model - + "Timo Koepke @koepket": - hinterface @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From fce4ad9b88322ce9483943821e7643c66bbc9af7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 19:26:01 +0100 Subject: [PATCH 344/366] Disable clr-inline and tensorflow again see https://github.com/fpco/stackage/issues/2527 and https://github.com/fpco/stackage/issues/2510 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c9eff9..208ddd7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # https://github.com/fpco/stackage/issues/2527 + # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 7a460cfa11a022b40c86f18995cdbdbea9272a6f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:03:00 +0100 Subject: [PATCH 345/366] concurrent-output < 1.10.0 (#2528) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 208ddd7d..ca58ec2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,11 +3174,14 @@ packages: - hsyslog < 5 # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat < 0.3 # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 # still an issue with 0.4.5 + # https://github.com/fpco/stackage/issues/2528 + - concurrent-output < 1.10.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 95c16d35e90ba942b3868ed5477f325892fea707 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:48:20 +0100 Subject: [PATCH 346/366] re-enable tensorflow and clr-inline (#2510,#2527) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca58ec2e..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # https://github.com/fpco/stackage/issues/2527 - # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow # https://github.com/fpco/stackage/issues/2527 + - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 368d99867ad15825e537b5e6dfeca80ea5a9b0bc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 17:21:28 +0100 Subject: [PATCH 347/366] re-disable clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..fc9f7165 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 8c2d4d8f52d3ef3e454b934ef43c853dd3d413d0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 22:38:09 +0100 Subject: [PATCH 348/366] re-enable clr-inline temporarily --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc9f7165..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 96963dbd642e8ffc0b908081a488f46ee62c05fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 23:23:27 +0100 Subject: [PATCH 349/366] fixes for MusicBrainz, one-liner, mmorph and cue-sheet --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..ea9d7f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,6 +3103,7 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + - MusicBrainz < 0.3 # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3167,9 +3168,6 @@ packages: # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2505 - - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3182,6 +3180,12 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 + # https://github.com/fpco/stackage/issues/2529 + - mmorph < 1.1.0 + + # https://github.com/fpco/stackage/issues/2530 + - cue-sheet < 0.1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From fcd83b307bf61300dddc7512ba6112290906066a Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 22 May 2017 08:35:12 +0900 Subject: [PATCH 350/366] add yjsvg, x11-xim, Imlib and xturtle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..5dbd26f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,6 +2569,10 @@ packages: - zot - yjtools - io-machine + - yjsvg + - x11-xim + - Imlib + - xturtle "Jan Gerlinger @JanGe": - irc-dcc From 82de64bf0a22b13686b275e4c599b4f8592aa0b8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 May 2017 11:35:46 +0100 Subject: [PATCH 351/366] re-enable clr-inline, bound mysql-haskell, test fails for xml-picklers --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..271f9949 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3186,6 +3186,9 @@ packages: # https://github.com/fpco/stackage/issues/2530 - cue-sheet < 0.1.1 + # https://github.com/fpco/stackage/issues/2533 + - mysql-haskell < 0.8.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3555,6 +3558,7 @@ expected-test-failures: - 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 + - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 10ea7e475902a6e45bf24309fc14fc3ac3287ee4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 23 May 2017 21:35:24 -0400 Subject: [PATCH 352/366] Add libimlib2 to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index acb74922..bb5b1747 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -71,6 +71,7 @@ apt-get install -y \ libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ + libimlib2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From 2ebf5b58e77f7e206b693eeaca686161aa760ea2 Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Wed, 24 May 2017 09:19:07 +0200 Subject: [PATCH 353/366] Enabled hackernews Latest version of hackernews works with servant 0.10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..f0e7a1b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -195,7 +195,7 @@ packages: - envy - s3-signer # - google-translate # bounds: servant - # - hackernews # bounds: servant + - hackernews # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams From e1843e251083bb6cf5beb45961eb15f5a011f0f2 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:31:42 +0300 Subject: [PATCH 354/366] Add schematicg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..adf17a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2407,6 +2407,7 @@ packages: "Denis Redozubov @dredozubov": - tracy # - hreader-lens # bounds: hreader + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command From dc2b7000a89b23b049cb7e6d9719d1ac4b9f7635 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:19:08 -0400 Subject: [PATCH 355/366] Remove megaparsec upper bound. #2481 has been closed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..cb291921 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2481 - - megaparsec < 5.3.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 0aa96035a77721bee9755e9a2a034c82dc3fe2b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:25:41 -0400 Subject: [PATCH 356/366] Partial fix for #2537, this is bad as now it requires servant < 0.10 at least --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb291921..80fe92a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + # servant-docs < 0.10 + # servant-foreign < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a30e4b23f018b4cd70f9d853c7698db8fa1acaf8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:46 -0400 Subject: [PATCH 357/366] Solve servant upper bounds --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80fe92a9..e8c25d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3194,8 +3194,8 @@ packages: - servant < 0.11 - servant-client < 0.11 - servant-server < 0.11 - # servant-docs < 0.10 - # servant-foreign < 0.10 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 # end of packages From 5fd0d6ddd904690ca8775c0efcbba9b06e6c1d34 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:59 -0400 Subject: [PATCH 358/366] Bound criterion, #2538 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8c25d33..7b87c12d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2538 + - criterion < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9048bd458f1336b66d90f65acad2a9ced1cd2233 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 25 May 2017 11:56:09 +0300 Subject: [PATCH 359/366] Add microstache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f4c2efa..dfed33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1216,6 +1216,7 @@ packages: - integer-logarithms - JuicyPixels-scale-dct - lattices + - microstache - monad-http - postgresql-simple-url - range-set-list From 86b075819331d944a7536001f000e2023d7e5775 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:10:40 -0400 Subject: [PATCH 360/366] Remove upper bound on cue-sheet and close #2530 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bae8a06..326add35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,9 +3186,6 @@ packages: # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2530 - - cue-sheet < 0.1.1 - # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 From 009b864fc76d7e93f88c0cab55efa09bd46a3ad6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:18:04 -0400 Subject: [PATCH 361/366] Move matplotlib to test failures since it's not a bound issue --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 326add35..49f8fded 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,9 +3177,6 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.5 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 @@ -3452,6 +3449,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts # These tests sometimes take too long and hit the stackage build From 6d6688585aa54cbb77f6b8630e50f4dd55fd3c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:22:50 -0400 Subject: [PATCH 362/366] Move statistics bound from the closed #2504 to the open #2538 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49f8fded..e42003e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,9 +3168,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2504 - - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3195,6 +3192,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 + - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # end of packages From 36ae01a681f1b6bbee3fb32421bea92dc8545d08 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 17:36:45 -0700 Subject: [PATCH 363/366] Close #2439 as plan seems valid now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e42003e4..9f90e13d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,9 +3136,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2439 - - persistent < 2.7.0 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 From e760bfe34151335b2b8ae1424bcd8a23bb8c19aa Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Fri, 26 May 2017 21:50:12 +0900 Subject: [PATCH 364/366] add gluturtle --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dbd26f8..642d6ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,6 +2573,7 @@ packages: - x11-xim - Imlib - xturtle + - gluturtle "Jan Gerlinger @JanGe": - irc-dcc From ac4cf3deef4f060ec4ff2975ff4d7aae7fbbdf52 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 May 2017 15:24:02 +0200 Subject: [PATCH 365/366] Re-enable benchmarks --- build-constraints.yaml | 178 +---------------------------------------- 1 file changed, 2 insertions(+), 176 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f90e13d..dccf3bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3690,6 +3690,7 @@ skipped-benchmarks: # to verify. - criterion-plus - http2 + - pipes # optparse-applicative 0.13 # Transitive outdated dependencies # These packages @@ -3709,183 +3710,8 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - - pipes # optparse-applicative 0.13 - - # Criterionpocalypse # via criterion: via cassava: bounds: vector - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - buffer-builder - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive + # Cyclic dependencies - cassava - - cipher-aes128 - - clash-prelude - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - cron - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-md5 - - cryptohash-sha1 - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl - - foldl-statistics - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - haskell-tools-cli - - hasql - - highjson - - hindent - - hip - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-json - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - katip - - kdt - - lens - - lifted-async - - lifted-base - - logging-effect - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - pandoc - - phantom-state - - picoparsec - - postgresql-binary - - pretty-simple - - prometheus-client - - psqueues - - publicsuffix - - ramus - - rdf - - redis-io - - reinterpret-cast - - reroute - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - say - - scalpel-core - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - skylighting - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stackage-curator - - stateWriter - - stm-containers - - store - - streaming-commons - - superbuffer - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thread-local-storage - - thyme - - timemap - - tinylog - - tls - - turtle - - tz - - ua-parser - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-routing - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zippers - - jvm # end of skipped-benchmarks From d10e91d13da3de013faa9d5ad482ffc49a7480ca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 26 May 2017 22:25:59 +0700 Subject: [PATCH 366/366] Update my email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85978791..29d01f93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,7 +2155,7 @@ packages: # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose - "Mark Karpov @mrkkrp": + "Mark Karpov @mrkkrp": - megaparsec - htaglib - slug